Ma Gnus v0.7 is released
[gnus.git] / lisp / ChangeLog
blobe7457744569ff2d244ead0eae861e291bf374c34
1 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3         * gnus.el: Ma Gnus v0.7 is released.
5 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
8         (Bug#14304)
10 2013-04-27  Glenn Morris  <rgm@gnu.org>
12         * gnus.el (gnus-list-debbugs):
13         Use require rather than autoload.  (Bug#14262)
15 2013-04-27  Julien Danjou  <julien@danjou.info>
17         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
18         port to "sieve" now that it has an official IANA port assigned.
20 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
23         Don't set the MAILHOST environment variable permanently (Bug#14271).
25 2013-04-26  Glenn Morris  <rgm@gnu.org>
27         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
29 2013-04-25  Andrew Cohen  <cohen@bu.edu>
31         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
32         string values of 'gcc-self. Thanks to Saroj Thirumalai.
34 2013-04-24  Andrew Cohen  <cohen@bu.edu>
36         * nnir.el (nnir-close-group): Make sure we are in the right group.
38         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
39         dependency table from all newly retrieved headers.
41 2013-04-16  David Edmondson  <dme@dme.org>
43         Support <img src="data:...">.
45         * shr.el (shr-image-from-data): New function.
46         (shr-tag-img): Use it.
48 2013-04-14  Andrew Cohen  <cohen@bu.edu>
50         * nnir.el (nnir-request-set-mark): Make sure we are in the right
51         group.
53 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
55         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
56         corresponding to any existing group (Bug#14166).
58 2013-04-10  Andrew Cohen  <cohen@bu.edu>
60         * nnir.el (number-sequence): No longer used.
61         (nnir-request-set-mark): New function.
62         (nnir-request-update-info): Improve marks updating.
63         (nnir-request-scan): Don't duplicate marks updating.
64         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
65         Use 'assq rather than 'assoc. Quote anonymous function.
66         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
67         Use 'gnus-group-prefixed-p.
68         (gnus-summary-create-nnir-group): Make sure server for method is open.
70 2013-04-04  Andrew Cohen  <cohen@bu.edu>
72         * nnir.el (gnus-nnir-group-p): New function.
73         (nnir-possibly-change-group): Use it.
75         * gnus-msg.el (gnus-setup-message): Use it.
77 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
79         * mml.el (mml-minibuffer-read-description): Use `default' insted of
80         `initial-input' for the argument name.
81         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
83 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
85         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
86         (used by MH-E).
88 2013-04-01  Andrew Cohen  <cohen@bu.edu>
90         * nnir.el (nnir-request-update-mark): Improve mark updating in original
91         group.
93         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
94         fix compilation.
96 2013-03-31  Andrew Cohen  <cohen@bu.edu>
98         * nnir.el (nnir-method-default-engines): And another typo.
100 2013-03-30  Andrew Cohen  <cohen@bu.edu>
102         * nnir.el (nnir-method-default-engines): Fix typo.
104 2013-03-29  Andrew Cohen  <cohen@bu.edu>
106         * nnir.el: Define 'number-sequence for xemacs.
107         (gnus-summary-create-nnir-group): New function to create an nnir group
108         from an nnir summary buffer based on the current query.
109         (nnir-request-create-group): Update to allow nnir group creation based
110         on the current query.
112 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
114         * nndraft.el (nndraft-request-expire-articles):
115         Make expiry target always `delete'.
117 2013-03-27  Andrew Cohen  <cohen@bu.edu>
119         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
120         buffer use the posting-style and gcc of the original article group.
121         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
123         * nnir.el: Fix byte-compile warning. nnoo-define-skeleton should come
124         after other deffoos.
126 2013-03-25  Andrew Cohen  <cohen@bu.edu>
128         * nnir.el: Major rewrite. Cleaner separation between searches and group
129         management. Marks are now shown in nnir summary buffers. Rudimentary
130         support for real (i.e. not ephemeral) nnir groups.
131         (gnus-summary-make-nnir-group): New function for initiating searches
132         from a summary buffer.
134 2013-03-18  Sam Steingold  <sds@gnu.org>
136         * message.el (message-bury): Minor cleanup.
138 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
140         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
142 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
144         * nndir.el (nndir-request-list): Remove 2nd argument passed to
145         nnml-request-list.  (Bug#13873)
146         (nndir-request-newsgroups): Remove, unused.
148         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
150 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
152         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
153         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
154         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
156 2013-03-03  Ted Phelps  <phelps@gnusto.com>
158         * shr.el: Make all the overlays set the `evaporate' property so that
159         they're removed properly.
161 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
163         * mml2015-el (mml2015-epg-key-image): wrap epg-gpg-program in
164         shell-quote-argument.
166 2013-02-22  David Engster  <deng@randomsample.de>
168         * gnus-registry.el (gnus-registry-save): Provide class name when
169         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
170         `condition-case' to stay compatible with older EIEIO versions which
171         only accept one argument.
173 2013-02-17  Daiki Ueno  <ueno@gnu.org>
175         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
176         (epg-user-id-validity): Autoload.
177         (mml2015-epg-check-user-id): New function.
178         (mml2015-epg-check-sub-key): New function split from
179         mml2015-epg-find-usable-key.
180         (mml2015-epg-find-usable-key): Accept context, name, usage, and
181         optional name-is-key-id, to handle the case when user-id is unusable.
182         Reported by Łukasz Stelmach <stlman@poczta.fm>.
184 2013-02-17  Glenn Morris  <rgm@gnu.org>
186         * shr.el (shr-put-image): Use image-multi-frame-p if available.
188 2013-02-16  Glenn Morris  <rgm@gnu.org>
190         * shr.el (shr-put-image): Only animate images that specify a delay.
191         This is consistent with the old image-animated-p behavior.
193 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
195         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
196         for XEmacs.
198 2013-02-13  Juri Linkov  <juri@jurta.org>
200         * gnus-art.el (gnus-article-mode-map):
201         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
202         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
204 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
206         * auth-source.el (auth-source-format-prompt): Don't get confused by
207         any "\" in replacement text.  (Bug#13637)
209 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
211         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
212         (gnus-backend-trace): Honour gnus-backend-trace.
214         * mml.el (mml-insert-part): Insert closing tag.
216         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
218 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
220         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
221         able to find the article, which can happen in debbugs groups,
222         apparently.
224 2013-01-16  Glenn Morris  <rgm@gnu.org>
226         * smiley.el (smiley-style): Make the file loadable in batch mode.
228 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
230         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
231         imap process running.
233 2013-01-14  Julien Danjou  <julien@danjou.info>
235         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
236         Compare addresses against addresses, not against the full From field.
238 2013-01-13  Richard Stallman  <rms@gnu.org>
240         * message.el (message-forward-make-body-mime): New args BEG, END
241         specify what part of FORWARD-BUFFER to use.  Do the work directly
242         instead of calling `mml-insert-buffer'.
244 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
246         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
247         cross-reference(s).
249         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
250         cross-reference(s).
252 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
254         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
255         and point-max-marker.
256         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
258 2013-01-11  Julien Danjou  <julien@danjou.info>
260         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
261         max are almost equal. Also return the correct value for V which is
262         already between 0 and 1.
264 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
266         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
267         to mml2015-encrypt-to-self.
268         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
270 2013-01-09  Daiki Ueno  <ueno@gnu.org>
272         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
273         mml-smime-epg-find-usable-secret-key.
275 2013-01-08  Glenn Morris  <rgm@gnu.org>
277         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
279 2013-01-07  Daiki Ueno  <ueno@gnu.org>
281         * mml-smime.el: Support signing by sender.
282         Requested by Uwe Brauer.
283         (mml-smime-sign-with-sender): New user option analogous
284         to mml2015-sign-with-sender.
285         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
286         (mml-smime-epg-find-usable-secret-key): New helper function copied from
287         mml2015.el.
289 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
291         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
292         isn't running, because Gnus will probably not know how to handle the
293         Gcc header (bug#11941).
295         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
296         articles.
298 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
300         * nnfolder.el (nnfolder-recursive-directory-files): New function.
301         (nnfolder-generate-active-file): Make this function work with recursive
302         folder names.
304 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
306         * nntp.el (nntp-open-connection): Use HELP as the capability command
307         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
308         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
310 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
312         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
313         place holder since this gives `Invalid face reference: nil' messages.
314         Use the `default' face instead.  It has the same effect here, even
315         though it is not no-op.
317         * gnus-util.el
318         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
320 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
322         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
323         non-string posting styles (bug#13285).
325 2012-12-27  Glenn Morris  <rgm@gnu.org>
327         * plstore.el (plstore-passphrase-callback-function):
328         Use plstore-get-file.
330 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
332         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
333         stderr.
335 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
337         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
339         * gnus-compat.el (set-buffer-multibyte): Remove.
341 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
343         * mml2015.el (mml2015-epg-key-image): use --attribute-fd rather than
344         temporary file to get PGP key image. Pass no-show-photos when extracting
345         image to avoid having it pop up twice.
347 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
349         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
350         eligible for treatment.
352         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
353         lines.  This makes summary commands with hidden threads work more
354         reliably.
356         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
357         button to mark the hidden citations (bug#9395).
359 2012-12-26  Daiki Ueno  <ueno@gnu.org>
361         * mml2015.el (mml2015-epg-signature-to-string): New function.
362         (mml2015-epg-verify-result-to-string): New function.
363         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
364         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
365         instead of epg-verify-result-to-string.
366         (epg-signature-key-id, epg-signature-to-string): Autoload.
367         (epg-verify-result-to-string): Remove autoload.
369 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
371         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
372         ID image from GPG public key.
373         (mml2015-epg-key-image-to-string): New function.
375 2012-12-25  Leo Liu  <sdl.web@gmail.com>
377         * plstore.el (plstore-passphrase-callback-function): Fix error when
378         error when plstore-cache-passphrase-for-symmetric-encryption is set
379         (bug#13264).
381 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
383         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
384         buffer to the article buffer here, because that clobbers multiple
385         article buffers.
387         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
388         buffer always points to the right summary buffer.
390 2012-12-25  John Wiegley  <jwiegley@gmail.com>
392         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
393         the password (bug#12097).
395 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
397         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
398         (bug#13263).
400         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
401         buffer exists before using it (bug#12475).
403         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
404         offline groups (bug#11937).
406         * message.el (message-yank-original): When using customize to set the
407         value of `message-cite-style', the variable it set to a symbol that's
408         the name of the variable, which must then be dereferenced (bug#12616).
410 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
412         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
413         the `face' property with a list whose car is the face specified in the
414         format string and whose cdr is (nil).
415         * lisp/gnus-util.el
416         (gnus-put-text-property-excluding-characters-with-faces):
417         Change accordingly.
418         (gnus-get-text-property-excluding-characters-with-faces): New function.
419         * lisp/gnus-sum.el (gnus-summary-highlight-line):
420         * lisp/gnus-salt.el (gnus-tree-highlight-node):
421         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
423 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
425         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
426         login methods.
427         (nnimap-login): Respect the `nnimap-authenticator' variable.
429         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
430         mark state when moving articles.  Otherwise unticked articles will get
431         their ticks back after moving.
433 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
435         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
437         * message.el (message-ignored-news-headers): Always remove
438         X-Message-SMTP-Method to avoid information leakage if the user
439         mistakenly inserts the header into news messages.
441         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
443         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
444         right than four characters, this command would move point to
445         `point-max'.  Don't do that.
447         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
448         to nil to allow re-selecting groups that gain articles.
449         (gnus-bug-group-download-format-alist): Update the URL.
451 2012-12-23  Andreas Schwab  <schwab@suse.de>
453         * shr.el (shr-tag-em): Render em as italic, not bold.
455 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
457         * gnus-int.el (gnus-backend-trace): Factor out into its own function
458         for reuse.
459         (gnus-open-server): Use it to add more tracing.
460         (gnus-finish-retrieve-group-infos): Add backend tracing.
461         (gnus-backend-trace): Also note the elapsed seconds.
463 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
465         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
466         Set epa-file-encrypt-to from variable to avoid querying.
468 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
470         * sieve-mode.el (sieve-font-lock-keywords):
471         Keywords should be word delimited.  (Bug#13173)
473 2012-12-13  Andreas Schwab  <schwab@suse.de>
475         * tls.el (tls-program): Update customize type.
477 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
479         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
480         instead of <pre> to align message header.
482 2012-12-12  Sam Steingold  <sds@gnu.org>
484         * gnus.el (gnus-other-frame-resume-function): Add user option.
485         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
487 2012-12-06  Sam Steingold  <sds@gnu.org>
489         * gnus-start.el (gnus-before-resume-hook): Add.
490         (gnus-1): Run it when Gnus is alive.
492 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
494         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
495         * gnus-art.el (article-unsplit-urls)
496         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
497         * gnus-registry.el (gnus-registry-get-article-marks)
498         * message.el (message-goto-body): Use it.
499         (message-called-interactively-p): Remove.
501         * spam-stat.el (spam-stat-called-interactively-p): New macro.
502         (spam-stat-score-buffer): Use it.
504         * spam.el: Silence the warnings against BBDB functions when compiling.
506         * gnus-score.el (gnus-score-decode-text-parts):
507         Use append+mapcar instead of the cl function mapcan.
509 2012-12-05  Sam Steingold  <sds@gnu.org>
511         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
512         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
513         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
515 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
517         * gmm-utils.el (gmm-called-interactively-p): Revert.
518         This seems to cause Emacs to get stuck!
519         * gnus-art.el (article-unsplit-urls)
520         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
521         * gnus-registry.el (gnus-registry-get-article-marks)
522         * message.el (message-goto-body)
523         (message-called-interactively-p): Revert.
525         * gmm-utils.el (gmm-called-interactively-p): New function.
526         * gnus-art.el (article-unsplit-urls)
527         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
528         * gnus-registry.el (gnus-registry-get-article-marks)
529         * message.el (message-goto-body): Use it.
530         (message-called-interactively-p): Remove.
532         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
533         * gnus-sync.el (gnus-sync-lesync-call)
534         * message.el (message-read-from-minibuffer): Use it.
536 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
538         * gmm-utils.el (gmm-flet): Remove.
539         * gnus-sync.el (gnus-sync-lesync-call)
540         * message.el (message-read-from-minibuffer): Don't use it.
542 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
544         * gmm-utils.el (gmm-labels): Use cl-labels if available.
546 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
548         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
550         * gnus-sync.el (gnus-sync-lesync-call)
551         * message.el (message-read-from-minibuffer): Use gmm-flet.
553         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
555         * gnus-util.el (gnus-macroexpand-all): Remove.
557 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
559         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
560         to TAB, not [tab].
561         (gnus-summary-article-map): Likewise.
563         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
564         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
566 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
568         * time-date.el: Commentary fix.
570 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
572         * color.el: Don't require cl.
573         (color-complement): `caddr' -> `nth 2'.
575         * time-date.el (time-to-seconds): De-obsolete.
577 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
579         * message.el (message-get-reply-headers):
580         Make sure the reply goes to the author if it is a wide reply.
582 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
584         * gnus-score.el (gnus-score-body):
585         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
586         scoring by body.
588 2012-11-16  Glenn Morris  <rgm@gnu.org>
590         * gnus-diary.el (nndiary-request-create-group-functions)
591         (nndiary-request-update-info-functions)
592         (gnus-subscribe-newsgroup-functions)
593         (nndiary-request-accept-article-functions):
594         Use new names for hooks rather than obsolete aliases.
596 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
598         * dgnushack.el (define-obsolete-variable-alias): Simplify.
600 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
602         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
603         in meta tag with the one the part specifies in its header.
605 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
607         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
608         by default.
610 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
612         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
613         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
615 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
617         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
618         and a runtime function for it, of which the XEmacs version takes only
619         two arguments.
621 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
623         * nndiary.el (nndiary-request-create-group-functions)
624         (nndiary-request-update-info-functions)
625         (nndiary-request-accept-article-functions):
626         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
627         "-hooks" suffix.
629 2012-10-19  Julien Danjou  <julien@danjou.info>
631         * gnus-art.el: Require gnus-util because it uses
632         `gnus-timer--function'.
634 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
636         * starttls.el (starttls-extra-arguments): Doc fix.
638 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
640         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
641         it.
643 2012-10-06  Glenn Morris  <rgm@gnu.org>
645         * gnus-notifications.el (gnus-notifications):
646         Add missing group :version tag.
647         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
648         (gnus-gcc-post-body-encode-hook):
649         * gnus-sync.el (gnus-sync-lesync-name)
650         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
652 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
654         * color.el (color-hsl-to-rgb): Fix incorrect results for
655         small and large hue values.  (Bug#12559)
657 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
659         New UIDL implementation.
661         * mail-source.el (mail-sources, mail-source-keyword-map):
662         Add :leave as a pop3 keyword.
663         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
665         * pop3.el (pop3-leave-mail-on-server): Allow number.
666         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
667         (pop3-movemail): Add UIDL support.
668         (pop3-send-streaming-command): Take a list of mail numbers instead of
669         the number of mails.
670         (pop3-write-to-file): Add X-UIDL header.
671         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
672         (pop3-uidl-add-xheader): New functions.
674         * message.el (message-ignored-resent-headers):
675         Add X-Content-Length and X-UIDL headers.
677 2012-10-05  Glenn Morris  <rgm@gnu.org>
679         * color.el (color-name-to-rgb, color-rgb-to-hex)
680         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
681         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
682         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
683         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
685 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
687         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
688         a user about whether to delete temp files if once a user answered as n.
690 2012-09-25  Chong Yidong  <cyd@gnu.org>
692         * password-cache.el (password-read-and-add): Use a declare form to mark
693         this function obsolete.
695 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
697         * lpath.el: Bind mail-encode-mml for old Emacsen.
699 2012-09-17  Richard Stallman  <rms@gnu.org>
701         * message.el (message-in-body-p): Don't set mark or modify buffer.
703         * mml.el (mml-attach-file): Doc fix.
704         (mml-attach-external, mml-attach-buffer, mml-attach-file):
705         Set mail-encode-mml when in Mail mode.
706         Simplify code to set HEAD and move back to HEAD.
707         (mml-insert-multipart, mml-insert-part):
708         Set mail-encode-mml when in Mail mode.
710 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
712         * gnus-util.el (gnus-timer--function): New function.
714         * gnus-art.el (gnus-article-stop-animations): Use it.
716 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
718         Fix glitches caused by addition of psec to timers.
719         * gnus-art.el (gnus-article-stop-animations): Use timer--function
720         rather than raw access to timer vector.
722 2012-09-11  Julien Danjou  <julien@danjou.info>
724         * gnus-notifications.el (gnus-notifications): Check for nil values in
725         ignored addresses check.
727 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
729         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
731 2012-09-07  Chong Yidong  <cyd@gnu.org>
733         * gnus-util.el
734         (gnus-put-text-property-excluding-characters-with-faces): Restore.
736         * gnus-salt.el (gnus-tree-highlight-node):
737         * gnus-sum.el (gnus-summary-highlight-line):
738         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
740 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
742         * gnus-util.el: Fix compilation error on XEmacs 21.4.
744 2012-09-06  Juri Linkov  <juri@jurta.org>
746         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
747         scheme for buffer names to be more consistent with other group and
748         article buffer names in Gnus.
750 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
752         * gnus-util.el
753         (gnus-put-text-property-excluding-characters-with-faces): Removed.
755         * gnus-compat.el: Define compat function `add-face' from Wolfgang
756         Jenkner.
758         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
760         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
762         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
764 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
766         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
767         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
769         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
770         string-prefix-p in Emacs >=23.2.
772         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
773         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
774         instead of string-match-p.
775         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
777 2012-09-06  Kenichi Handa  <handa@gnu.org>
779         * qp.el (quoted-printable-decode-region): Fix previous change; handle
780         lowercase a..f.
782 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
784         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
786 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
788         * nnimap.el (nnimap-request-move-article): Decode the group name when
789         doing internal moves to avoid charset issues.
791         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
792         TIME is set.
794 2012-09-05  Juri Linkov  <juri@jurta.org>
796         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
797         than one group at a time (bug#11961).
799 2012-09-05  Julien Danjou  <julien@danjou.info>
801         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
802         this hide the real reason with a message giving absolutely no hint.
804 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
806         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
807         to the backend (bug#11804).
809         * message.el (message-insert-newsgroups): Don't insert newsgroup
810         duplicates (bug#12275).
812 2012-09-05  John Wiegley  <johnw@newartisans.com>
814         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
815         sieve rules.
817 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
819         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
820         function.
822         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
824         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
826 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
828         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
829         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
830         This should make nnmaildir more usable with offlineimap.
832 2012-09-05  Julien Danjou  <julien@danjou.info>
834         * nnimap.el (nnimap-request-list): Revert change that made listing
835         synchronous.
836         (nnimap-get-responses): Restore.
838 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
840         * dgnushack.el: XEmacs 21.5 compilation fix.
842         * gnus-notifications.el (gnus-notifications-notify): Use it.
844         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
845         warnings on XEmacs.
847 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
849         Better seeds for (random).
850         * gnus-sync.el (gnus-sync-lesync-setup):
851         * message.el (message-canlock-generate, message-unique-id):
852         Change (random t) to (random), now that the latter is more random.
854 2012-08-31  Dave Abrahams  <dave@boostpro.com>
856         * nnimap.el (nnimap-change-group): Document result value
858         * auth-source.el (auth-sources): Fix macos keychain access.
860         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
861         allow the backend `request-head' function to determine the group
862         name on its own.
863         (gnus-request-expire-articles): Filter out negative article numbers
864         during expiry (Bug#11980).
866         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
867         O(N^2) to O(N).  This makes warping into huge groups tolerable.
869         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
870         you've found the article when you haven't.
872         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
873         that nnimap-change-group can return t.
875 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
877         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
879 2012-08-30  Julien Danjou  <julien@danjou.info>
881         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
882         `gnus-notifications-timeout'.
883         (gnus-notifications-timeout): Add.
884         (gnus-notifications-action): New function.
885         (gnus-notifications-notify): Add :action using
886         `gnus-notifications-action'.
887         (gnus-notifications-id-to-msg): New variable.
888         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
889         notifications id to messages.
891 2012-08-30  Kenichi Handa  <handa@gnu.org>
893         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
894         once.
896 2012-08-29  Julien Danjou  <julien@danjou.info>
898         * gnus-notifications.el: New file.
899         (gnus-notifications-notify): New function.
900         (gnus-notifications): Use `gnus-notifications-notify'.
902 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
904         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
905         transfer encoding first; bind gnus-newsgroup-charset to the charset
906         that the article specifies (Bug#12209).
908 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
910         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
911         (gnus-group-customize-done): Encode values posting-style holds.
913         * gnus-msg.el (gnus-summary-resend-message)
914         (gnus-configure-posting-styles): Decode values posting-style group
915         parameter holds.
917 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
919         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
920         `name' and `address' in Resent-From header.
922 2012-08-14  Chong Yidong  <cyd@gnu.org>
924         * gnus-art.el (article-display-face): Handle failure in
925         gnus-create-image (Bug#11802).
927 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
929         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
930         Use defsetf.
932 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
934         * auth-source.el: (auth-source-plstore-search)
935         (auth-source-secrets-search): Ignore :require and :type in search spec.
937 2012-08-06  Julien Danjou  <julien@danjou.info>
939         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
940         `nnimap-request-move-article'.
942         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
943         Remove autoload, already handled by gnus.el.
945         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
947         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
948         supported by nnimap actually. Reverts previous change.
950         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
951         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
952         to-buffer argument that is already supported.
954 2012-08-05  Julien Danjou  <julien@danjou.info>
956         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
957         Add autoload.
959 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
961         * gnus.el (gnus-valid-select-methods): Fix custom type.
963 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
965         * auth-source.el (auth-sources, auth-source-backend-parse)
966         (auth-source-macos-keychain-search)
967         (auth-source-macos-keychain-search-items)
968         (auth-source-macos-keychain-result-append)
969         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
970         auth-source.el through the /usr/bin/security utility.
971         (auth-sources): Fix syntax error.
972         (auth-source-macos-keychain-result-append): Fix variable name.
973         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
975 2012-07-27  Julien Danjou  <julien@danjou.info>
977         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
978         Emacs < 24.1
980 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
982         * message.el (message-kill-address): Don't kill last newline.
983         (message-skip-to-next-address): Don't move to the next header.
984         (message-fill-field-address): Work properly.
986 2012-07-25  Julien Danjou  <julien@danjou.info>
988         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
990 2012-07-24  Julien Danjou  <julien@danjou.info>
992         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
994         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
995         (nntp-async-timer-handler): Remove, unused.
997         * nnimap.el (nnimap-get-responses): Remove, unused.
999         * nnheader.el (mail-header-set-extra): Remove, unused.
1001         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
1002         unused.
1004         * mm-view.el (mm-view-sound-file): Remove, unused.
1006         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
1007         (mm-url-encode-multipart-form-data): Remove, unused.
1009         * message.el (message-remove-signature, message-make-host-name)
1010         (message-fill-address): Remove, unused.
1012         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
1013         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
1014         unused.
1016         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
1017         (gnus-xmas-call-region): Remove, unused.
1019         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
1021         * gnus-util.el (gnus-extract-address-component-name)
1022         (gnus-extract-address-component-email, gnus-sortable-date)
1023         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
1024         (gnus-process-live-p): Remove, unused.
1026         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
1028         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
1029         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
1030         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
1031         function.
1033         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
1035         * gnus-score.el (gnus-summary-score-crossposting)
1036         (gnus-score-regexp-bad-p): Remove, unused.
1038         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
1040         * gnus-range.el (gnus-sublist-p): Remove, unused.
1042         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
1043         unused.
1045         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
1047         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
1048         (gnus-request-associate-buffer): Remove, unused.
1050         * gnus-group.el (gnus-group-set-method-info)
1051         (gnus-group-set-params-info): Remove, unused.
1053         * gnus-fun.el (gnus-shell-command-to-string)
1054         (gnus-shell-command-on-region): Remove, unused.
1056         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
1058         * gnus-art.el (gnus-article-text-type-exists-p)
1059         (article-translate-characters, gnus-article-hide-text-of-type)
1060         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
1061         Remove, unused.
1063 2012-07-22  Andrew Cohen  <cohen@bu.edu>
1065         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
1067 2012-07-21  Julien Danjou  <julien@danjou.info>
1069         * message.el (message-dont-reply-to-names): Replace deprecated
1070         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
1071         (message-get-reply-headers): Ditto.
1073 2012-07-18  Julien Danjou  <julien@danjou.info>
1075         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
1076         `sieve-upload-and-kill'.
1078         * sieve.el (sieve-bury-buffer): Remove function.
1079         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
1080         (sieve-upload-and-kill): New function, mapped to C-c C-c.
1082 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
1084         * shr.el (shr-expand-url): Handle URL starting with `//'.
1086 2012-07-13  Chong Yidong  <cyd@gnu.org>
1088         * smime.el (smime-certificate-info): Set buffer-read-only directly,
1089         instead of calling toggle-read-only with a (bogus) argument.
1091 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
1093         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
1094         of initial input when reading the author to restrict the summary to.
1096 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1098         * mm-decode.el (mm-shr):
1099         Allow overriding charset by mm-charset-override-alist.
1101 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1103         * gnus-art.el (gnus-article-view-part):
1104         Toggle subparts of multipart/alternative part.
1106 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1108         * shr.el (shr-render-buffer): New command.
1109         (shr-visit-file): Use it.
1111 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1113         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
1114         Set no-byte-compile and no-update-autoloads.
1116 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1118         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
1120 2012-06-25  Julien Danjou  <julien@danjou.info>
1122         * nnimap.el (nnimap-request-articles-find-limit): Rename from
1123         `nnimap-request-move-articles-find-limit' since we do not use it only
1124         for move operations.
1125         (nnimap-request-accept-article): Use
1126         `nnimap-request-articles-find-limit' to limit search by message-id.
1128 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
1130         Support higher-resolution time stamps (Bug#9000).
1132         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
1133         VARLIST.  It's optional, for backward compatibility.
1134         (encode-time-value): New optional arg PICO.  New type 3.
1135         (time-to-seconds) [!float-time]: Support the new picoseconds
1136         component if it's used.
1137         (seconds-to-time, time-subtract, time-add):
1138         Support ps-resolution time stamps as well.
1140 2012-06-19  Julien Danjou  <julien@danjou.info>
1142         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
1144         * nnimap.el (nnimap-log-buffer): Check that
1145         `window-point-insertion-type' is boundp, since it's not available in
1146         XEmacs.
1148 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1150         * nnimap.el (nnimap-log-buffer): Add this, setting
1151         `window-point-insertion-type' in the buffer to t.
1152         (nnimap-log-command): Use nnimap-log-buffer.
1154 2012-06-19  Julien Danjou  <julien@danjou.info>
1156         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
1157         argument to be able to limit the search.
1158         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
1159         (nnimap-request-move-articles-find-limit): Add this to limit the search
1160         by Message-Id after a message move.
1161         (nnimap): Add defgroup.
1163 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
1165         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
1167 2012-06-15  Julien Danjou  <julien@danjou.info>
1169         * nnimap.el (nnimap-find-article-by-message-id): Use
1170         `nnimap-possibly-change-group' rather than its own EXAMINE call.
1171         (nnimap-possibly-change-group): Add read-only argument.
1172         (nnimap-request-list): Use nnimap-possibly-change-group rather than
1173         issuing EXAMINE manually.
1174         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
1175         with read-only argument.
1176         (nnimap-change-group): Rename from `nnimap-possibly-change-group'. We
1177         cannot possibly change because we need to be sure that it's either
1178         read-write or read-only.
1180 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1182         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
1183         being bound to a lambda form.
1185 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
1187         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
1188         articles when fetch-old is non-nil (bug#11370).
1190 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
1192         * gnus-picon.el (gnus-picon-properties): New defcustom.
1193         (gnus-picon-create-glyph): Use it.
1195 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1197         * gnus-group.el (gnus-group-get-new-news): Respect
1198         `gnus-group-use-permanent-levels', as documented (bug#11638).
1200 2012-06-10  Dave Abrahams  <dave@boostpro.com>
1202         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
1203         groups (bug#11641).
1205 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
1207         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
1208         is an integer to avoid later problems.
1210 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1212         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
1213         locales.
1215         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
1216         on a handle.
1218         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
1219         address as the default.
1220         (gnus-summary-insert-old-articles): Don't include unexistent messages.
1222         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
1223         makes no sense to query the user about internal files.
1225         * gnus-spec.el: Remove all the byte-compilation stuff, since
1226         benchmarking shows that it doesn't help when entering large summary
1227         buffers.
1229         * gnus-xmas.el (gnus-xmas-define): Remove.
1231         * gnus-util.el (gnus-byte-code): Remove.
1233         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
1234         grouplens stuff.
1236 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1238         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
1239         (bug#11514).
1241 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
1243         * message.el (message-buffers): Return all buffers derived from Message
1244         to make `gnus-dired-attach' work with mu4e.
1246 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1248         * nntp.el: Stop the `letf' madness.
1249         (nntp--report-1): New var.
1250         (nntp-report): Merge nntp-report-1 into it.
1251         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
1252         the nntp-report function.
1254         * auth-source.el: Fix comment-style to follow the convention.
1256 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
1258         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
1259         (mm-dissect-singlepart): Don't guess the MIME type of
1260         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
1261         set.
1262         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
1263         toplevel MIME type is multipart/encrypted.
1265 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1267         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
1268         a string so that Gcc works (bug#11514).
1270 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1272         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
1273         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
1275 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1277         * gnus-win.el (gnus-configure-frame): Don't signal an error when
1278         jumping to *Server* from a dedicated *Group* window.
1279         (gnus-configure-frame): CSE.
1281         * gnus-registry.el: Minor style cleanup.
1282         (gnus-registry--set/remove-mark): New function, extracted from
1283         gnus-registry-install-shortcuts.
1284         (gnus-registry-install-shortcuts): Use it.
1286 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1288         * nnspool.el (news-path): Use eval-and-compile.
1290 2012-05-24  Glenn Morris  <rgm@gnu.org>
1292         * nnspool.el (news-directory, news-path, news-inews-program):
1293         Move here from paths.el.  Don't see a need for these to be autoloaded.
1295         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
1296         Merge in doc from paths.el version.  Don't see any need for this to be
1297         autoloaded, or for the warning about users not setting it.
1299 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
1301         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
1302         format.  In particular, add an optional argument and a docstring.
1304         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
1306         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
1307         current before calling `gnus-groups-to-gnus-format'.
1308         Note that this was already the case for `gnus-active-to-gnus-format'.
1310 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
1312         Fix minor Y10k bug.
1313         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
1315 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1317         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
1318         message once it's actually open.
1320 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1322         * gnus.el: Ma Gnus v0.5 is released.
1324 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1326         * auth-source.el (auth-source--aput-1, auth-source--aput)
1327         (auth-source--aget): New functions and macros.
1328         Use them instead of aput/aget.
1330 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
1332         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
1334 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
1336         * plstore.el (plstore-called-interactively-p): New compat macro copied
1337         from message.el.
1338         (plstore-mode): Use it.
1340 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
1342         * plstore.el: Revive the editing feature.
1343         (plstore-mode): New mode to edit plstore file.
1344         (plstore-mode-toggle-display, plstore-mode-original)
1345         (plstore-mode-decoded): New command.
1346         (plstore--encode, plstore--decode, plstore--write-contents-functions)
1347         (plstore--insert-buffer, plstore--make): New function.
1348         (plstore-open, plstore-save): Simplify by using them.
1350 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1352         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
1354 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
1356         * tls.el (open-tls-stream): Remove unused binding.
1358 2012-04-16  Glenn Morris  <rgm@gnu.org>
1360         * nndraft.el (nndraft-request-list): Fix declaration.
1362 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1364         * mm-decode.el (mm-dissect-buffer): Doc fix.
1366         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
1367         don't have a current group.
1369         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
1370         buffer if it doesn't exist.
1372         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
1373         given, mark the group as ephemeral with the current window conf.
1375         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
1376         buffer exists, which it doesn't if we haven't started Gnus.
1377         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
1379 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1381         * mml.el (mml-generate-mime): Allow specifying what the top-level part
1382         type is.
1384         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
1385         `unexists' entries.
1386         (gnus-clean-old-newsrc): Fix last checkin.
1388         * nnimap.el (nnimap-update-info): None of the articles below the active
1389         low-water mark exist.
1391         * dgnushack.el: Get rid of XEmacs compilation warning.
1393         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
1394         would have gotten if we posted to the group, and use that to compare
1395         against the message we want to cancel (bug#10808).
1397         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
1398         on XEmacs.
1400 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
1402         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
1403         `scroll-margin'.
1405 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
1407         * gnus-cite.el (gnus-dissect-cited-text): A single line without
1408         citation prefix within a block of cited text should be considered part
1409         of that block *only* if it is a blank line.
1411 2012-04-09  Chong Yidong  <cyd@gnu.org>
1413         * binhex.el, hashcash.el, uudecode.el:
1414         Remove * characters from the front of variable docstrings.
1416 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1418         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
1419         before kinsoku-bol characters nor within kinsoku-eol characters.
1421 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1423         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
1424         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
1425         (gnus-sync-read): Use mapc instead of mapcar.
1427         * mm-archive.el: Require mm-decode for some macros.
1428         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
1429         the byte compiler.
1430         (mm-archive-decoders): New function that returns the value of
1431         the mm-archive-decoders variable.
1433         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
1434         instead.
1435         (mm-dissect-singlepart): Use the function mm-archive-decoders.
1437         * nnimap.el (gnus-refer-thread-use-nnir):
1438         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
1440 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1442         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
1444 2012-03-12  Peter Münster  <pmrb@free.fr>
1446         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
1447         (gnus-demon-cancel): Ditto.
1448         (gnus-demon-run-callback): When function cannot be called due to low
1449         idleness, call it when idleness reaches the expected value, instead of
1450         waiting another timer period.
1451         (gnus-demon-init): Add `time' to arguments of call-back.
1453 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1455         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
1457         * gnus.el: Register gnus-registry functions.
1459         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
1460         indent.
1462         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
1463         enabled before warping.
1465 2012-03-22  Dave Abrahams  <dave@boostpro.com>
1467         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
1468         registry about each article retrieved.
1470         * gnus-int.el (gnus-select-group-with-message-id): New function.
1471         (gnus-try-warping-via-registry): Ditto.
1472         (gnus-warp-to-article): Fall back on the registry.
1474 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
1476         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
1477         inboxes.
1479 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1481         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
1483 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1485         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
1486         gnus-gcc-self-resent-messages may be a group parameter.
1487         (gnus-summary-resend-message): Don't encode encoded words in header
1488         when Gcc'ing resent message.
1490 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1492         * shr.el (shr-insert): Treat non-breaking space just like normal
1493         space.  This seems to produce more pleasing results.
1494         (shr-insert): Only insert a blank line if we're starting from an image.
1495         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
1496         (shr-ensure-paragraph): Consider lines with white space to be blank.
1498 2012-03-15  Elias Pipping  <pipping@lavabit.com>
1500         * Makefile.in: Respect DESTDIR.
1502 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
1504         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
1505         and gnus-gcc-post-body-encode-hook.
1507 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1509         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
1510         messages that don't exist.
1512         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
1514 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1516         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
1517         Remove.
1519         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
1521         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
1523 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1525         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
1526         have a group name.
1528         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
1529         a multibyte buffer (bug#7410).
1530         (article-wash-html): Parse the original article buffer to get the
1531         unencoded data (bug#7410).
1533         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
1534         .newsrc.el files.
1536 2012-04-05  Bastien Guerry  <bzg@altern.org>
1538         * color.el (color-lighten-name): Fix typo.
1540 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1542         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
1543         "#" to avoid having them interpreted as comments.
1545 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1547         * shr.el (shr-insert): Update the text state properly to avoid
1548         inserting spurious paragraph starts.
1550 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1552         * shr.el (shr-table-widths): Divide the extra width more fairly over
1553         the TDs (bug#10973).
1554         (shr-render-td): Don't delete too much padding.
1555         (shr-natural-width): Compute the natural width more correctly.
1556         (shr-insert): Allow the natural width to be computed for tables again.
1557         (shr-tag-table-1): Rework how the natural widths are computed by
1558         rendering the table a third time.
1559         (shr-natural-width): Removed.
1560         (shr-buffer-width): New function.
1561         (shr-expand-newlines): Use it.
1563         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
1564         using a `gnus-use-full-window' setup (bug#11013).
1566 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1568         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
1569         24.1 release.
1571 2012-03-10  David Edmondson  <dme@dme.org>
1573         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
1574         'Forwarded Message' header and the start of the message.
1576 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1578         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
1579         isn't running (bug#10897).
1581 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1583         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
1584         This is inconsistent with all the other stream functions, which leave
1585         the setting up to the higher levels (if so wanted) (bug#10931).
1587 2012-02-28  Glenn Morris  <rgm@gnu.org>
1589         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
1590         mm-decode.el: Standardize possessive apostrophe usage.
1592 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1594         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
1596 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
1598         * parse-time.el (parse-time-string): Allow extractor to return nil.
1600 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1602         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
1604 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
1606         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
1608 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
1610         * mm-decode.el (mm-shr): Remove "soft hyphens".
1612         * nnimap.el (nnimap-request-list): Return the group names encoded as
1613         utf8.  Otherwise non-European group names don't work.
1614         (nnimap-request-newgroups): Ditto.
1616         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
1617         the default in `read-string' (bug#10757).
1619         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
1620         topics (bug#10843).
1622         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
1623         buffer.  Suggested by Herbert Valerio Riedel.
1624         (nnimap-request-move-article): Delete the message from the correct IMAP
1625         server.
1627 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
1629         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
1630         Reported by Peter Münster.
1632 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
1634         * shr.el (shr-image-fetched): Make sure we really kill the right
1635         buffer.
1637 2012-02-16  Leo Liu  <sdl.web@gmail.com>
1639         * gnus-start.el (gnus-1): Avoid duplicate entries.
1641 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
1643         * imap.el: Remove.
1645         * nntp.el (nntp-coding-system-for-read): Remove.
1646         (nntp-coding-system-for-write): Ditto.
1647         (nntp-open-connection): Just use `binary' directly.
1649         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
1650         Gnus 0.3.
1652 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
1654         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
1655         application/octet-stream parts really is.
1657         * gnus-sum.el (gnus-propagate-marks): Remove.
1659 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
1661         * shr.el (shr-rescale-image): Undo previous change; see
1662         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
1664 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1666         * gnus.el: Ma Gnus v0.3 is released.
1668 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
1670         * gnus-sum.el (gnus-summary-local-variables): Make
1671         `gnus-newsgroup-unexist' into a local variable.
1673 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
1675         * registry.el (registry-usage-test, registry-persistence-test): Move to
1676         tests/gnustest-registry.el.
1677         (registry-make-testable-db, registry-match-test)
1678         (registry-instantiation-test): Move to tests/gnustest-registry.el.
1680         * gnus-registry.el (gnus-registry-misc-test)
1681         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
1683         * tests/gnustest-registry.el: New file with the registry and
1684         gnus-registry ERT tests.
1686 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1688         * gnus-msg.el (gnus-summary-resend-message): Make
1689         gnus-summary-resend-message-insert-gcc be last item in
1690         message-header-setup-hook.
1692 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
1694         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
1695         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
1696         Remove.
1697         (nnfolder-open-server): Don't use marks.
1698         (nnfolder-request-delete-group): Ditto.
1699         (nnfolder-request-rename-group): Ditto.
1700         (nnfolder-request-set-mark, nnfolder-request-marks)
1701         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
1702         (nnfolder-save-marks, nnfolder-open-marks): Remove.
1704         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
1705         (nnml-marks-modtime): Remove.
1706         (nnml-request-delete-group): Don't use marks.
1707         (nnml-request-rename-group): Ditto.
1708         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
1709         (nnml-save-marks, nnml-open-marks): Remove.
1711         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
1712         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
1713         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
1714         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
1715         (nntp-server-to-method-cache): Remove.
1717         * shr.el (shr-rescale-image): Fix wrong merge.
1719 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
1721         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
1722         too-wide lines.
1724 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
1726         * nnimap.el (nnimap-record-commands): New variable.
1727         (nnimap-log-command): Use it.
1728         (nnimap-make-process-buffer): Add a space to the process buffer.
1729         (nnimap-transform-headers): Don't bug out on header lines containing
1730         stuff that look like IMAP length encodings.
1732         * shr.el (shr-rescale-image): Allow viewing large images.
1734 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
1736         * nnml.el (nnml-request-compact-group): Delete the marks file after
1737         compaction (bug#10800).
1739         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
1740         group exit.
1742         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
1743         QRESYNC/FETCH output.
1745 2012-02-11  Glenn Morris  <rgm@gnu.org>
1747         * sieve-manage.el (sieve-manage-default-stream):
1748         * shr.el (shr):
1749         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
1750         (nnir-retrieve-headers-override-function)
1751         (nnir-imap-default-search-key, nnir-notmuch-program)
1752         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
1753         (nnir-method-default-engines):
1754         * message.el (message-cite-reply-position):
1755         * gssapi.el (gssapi-program):
1756         * gravatar.el (gravatar):
1757         * gnus-sum.el (gnus-refer-thread-use-nnir):
1758         * gnus-registry.el (gnus-registry-unfollowed-addresses)
1759         (gnus-registry-max-pruned-entries):
1760         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
1761         * gnus-int.el (gnus-after-set-mark-hook)
1762         (gnus-before-update-mark-hook):
1763         * gnus-async.el (gnus-async-post-fetch-function):
1764         * auth-source.el (auth-source-cache-expiry):
1765         Add missing :version tags to new defcustoms and defgroups.
1767 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
1769         * gnus-sum.el (gnus-adjust-marked-articles): Add to
1770         `gnus-newsgroup-unexist'.
1772         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
1773         marks.
1774         (gnus-article-special-mark-lists): Put the `unexist' in the special
1775         marks list instead.
1777         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
1778         articles in the list of articles to be selected.
1780         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
1781         articles.
1782         (nnimap-update-info): Keep track of unexisting articles.
1783         (nnimap-update-qresync-info): Ditto.
1785 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
1787         * message.el (message-default-send-mail-function): Made into own
1788         function for reuse by emacsbug.el.
1790 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
1792         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
1793         `gnus-sloppily-equal-method-parameters' to avoid a warning.
1795 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
1797         * mm-archive.el (mm-archive-dissect-and-inline): New function.
1798         (mm-archive-dissect-and-inline): Fix up the undisplayer.
1800         * gnus-compat.el: Define `timer-set-function'.
1802         * mm-decode.el (mm-display-external): Output the text from the command
1803         in the buffer after the command finished.  This makes text-based
1804         commands behave better.
1806 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
1808         * gnus-compat.el: Add a compat for the old `url-retrieve'.
1810 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1812         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
1813         23.1.
1815 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1817         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
1819 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1821         * message.el (smtpmail-smtp-user): Silence compiler warning.
1823 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1825         * message.el (message-multi-smtp-send-mail): Also allow specifying the
1826         SMTP user name.
1828 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1830         * gnus-sum.el (gnus-summary-show-thread):
1831         next-single-char-property-change may return nil in XEmacs.
1832         (gnus-summary-article-map): Fix typo.
1834 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
1836         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
1837         running.
1839         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
1841         * gnus.el (gnus-server-extend-method): Don't add an -address component
1842         if the method already has one (bug#9676).
1844 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
1846         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
1847         of an initial-input for consistency (bug#10757).
1849         * dgnushack.el: Fix XEmacs compilation warning.
1851         * shr.el: Inhibit getting and sending cookies when fetching pictures.
1853         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
1855 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1857         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
1858         lines that are narrower than the window width.  Otherwise background
1859         "blocks" will look less readable.
1861 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1863         * nnimap.el (nnimap-transform-headers): Remove unused variable.
1864         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
1865         have newlines within the strings, and where the UID comes after the
1866         BODYSTRUCTURE element (bug#10537).
1868         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
1869         (bug#10732).
1871         * shr.el (shr-insert-document): Add doc string.
1872         (shr-visit-file): Ditto.
1873         (shr-remove-trailing-whitespace): New function.
1874         (shr-insert-document): Use it to clean up trailing whitespace as the
1875         final step (bug#10714).
1877 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1879         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
1880         buffer if `gnus-kill-summary-on-exit' is nil.
1882 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1884         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
1885         when just reading a single group from "without" Gnus.
1887 2012-02-06  Chong Yidong  <cyd@gnu.org>
1889         * gnus-sum.el (gnus-summary-show-thread):
1890         next-single-char-property-change never returns nil (Bug#8657).
1892 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
1894         * message.el (message-multi-smtp-send-mail): New function.
1895         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
1896         header to implement multi-SMTP functionality.
1898         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
1899         (gnus-agentize): Don't set it.
1900         (gnus-agent-send-mail): Don't use it.
1902         * gnus-sum.el (gnus-summary-widget-backward): New function and
1903         keystroke.
1905         * gnus-compat.el: More the compat functions more compatible.
1907         * shr.el (shr-put-image): Remove underlines from sliced images.
1908         (shr-zoom-image): Compute the region to be replaced more correctly.
1910 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1912         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
1913         (gnus-summary-resend-message-insert-gcc): New function.
1914         (gnus-summary-resend-message): Modify message-header-setup-hook and
1915         message-sent-hook to make it work for Gcc.
1916         (gnus-inews-do-gcc): Update the number of unread articles of groups
1917         that messages are Gcc'd to.
1919         * message.el (message-resend): Run message-sent-hook to do Gcc.
1921 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1923         * lpath.el: Fix an XEmacs compilation warning.
1925         * gnus-compat.el: Require `help-fns' to fix compilation error.
1927         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
1928         a higher level to silence compilation.
1930         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
1931         parameter to allow controlling the scaling.
1933         * shr.el (shr-zoom-image): New command and keystroke.
1934         (shr-put-image): Take a `size' flag to say how to scale the image.
1936         * gnus-compat.el: Redefine `delete-directory' to provide recursive
1937         deletion unless already defined.
1939         * gnus.el (gnus-compat): Require it.
1941         * gnus-compat.el: New file.
1943         * gnus-start.el (gnus-clean-old-newsrc): New function.
1944         (gnus-read-newsrc-file): Use it.
1946         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
1947         Use recursive deletion.
1948         (mm-dissect-archive): Add support for zip files.
1950         * gnus-util.el (gnus-recursive-directory-files): New function.
1952         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
1953         (mm-archive-decoders): Add tgz support.
1955         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
1956         Otherwise inserting text into the Gnus buffer can look odd.
1958         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
1960         * mm-archive.el (mm-archive-decoders): Add support for tar.
1962         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
1964         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
1966 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1968         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
1970         * mm-archive.el: New file.
1972         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
1974         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
1976         * message.el (message-goto-*): Make all the `message-goto-*' commands
1977         push the mark before moving point.  This makes it easier to go back to
1978         where you came from after editing whatever you jumped to.
1980 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1982         * gnus.el: Ma Gnus v0.1 is released.
1984 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
1986         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
1987         without reconnecting.
1988         (nnimap-possibly-change-group): Ditto.
1989         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
1990         connection has died before being called.
1992 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
1994         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
1995         an initial sync unless we're really doing one.
1997         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
1998         address parameter if one already exists (bug#9676).
2000         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
2001         not the prefix, as documented (bug#10689).
2003 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2005         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
2006         the "server".
2008         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
2009         the real error message with the useless "previously known to be down".
2010         Which isn't even correct.
2012         * nntp.el (nntp-open-connection): Report the error message if the nntp
2013         server can't be reached.
2015         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
2016         groups we do a total scan for.
2017         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
2018         doing that.
2020 2012-01-31  Jim Meyering  <jim@meyering.net>
2022         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
2023         Correct a comment (insert "not") and hide nominally-doubled "to".
2025 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2027         * gnus.el (gnus-version): Change name to "Ma Gnus".
2029 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
2031         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
2032         section in the manual.
2034 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
2036         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
2037         words.
2038         (rfc2047-encode-string): Ditto.
2039         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
2040         understand folded filename="..." parameters, for instance.
2042         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
2043         the message for greater debuggability.
2045 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
2047         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
2048         instead of setting it locally, since the latter doesn't seem to have
2049         any effect (most of the time).
2051 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
2053         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
2054         function call.
2056 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
2058         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
2059         seconds, and make the repeat clause with HH:MM specs work as
2060         documented.
2062 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2064         * proto-stream.el (proto-stream-capability-open): Fall back on
2065         :end-of-command if :end-of-capability doesn't exist.
2067 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2069         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
2070         bound globally in old Emacsen and XEmacsen.
2072 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2074         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
2075         so that previous errors don't prohibit getting new news.
2077         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
2079         * nntp.el (nntp-retrieve-group-data-early): Ditto.
2081 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
2083         * gnus.el (gnus-group-find-parameter): Check for liveness of the
2084         buffer, not of the string which is its name.
2086 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2088         * proto-stream.el (proto-stream-capability-open): Wait for
2089         :end-of-capability, not :end-of-command.
2091         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
2092         non-server-marks groups.
2093         (gnus-group-make-articles-read): Ditto.
2095         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
2096         methods (bug#9676).
2098         * gnus.el (gnus-method-ephemeral-p): New function.
2100 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2102         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
2103         left-to-right.
2105 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2107         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
2108         warning.
2110 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
2112         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
2113         macroexpand the nnir things, since they haven't been defined yet, and
2114         nnir requires gnus-sum.
2116 2012-01-24  Julien Danjou  <julien@danjou.info>
2118         * color.el (color-rgb-to-hsl): Fix value computing.
2119         (color-hue-to-rgb): New function.
2120         (color-hsl-to-rgb): New function.
2121         (color-clamp, color-saturate-hsl, color-saturate-name)
2122         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
2123         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
2125 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2127         * mm-decode.el (mm-interactively-view-part): Fix prompt.
2129 2012-01-19  Julien Danjou  <julien@danjou.info>
2131         * color.el (color-name-to-rgb): Use the white color to find the max
2132         color component value and return correctly computed values.
2133         (color-name-to-rgb): Add missing float conversion for max value.
2135 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
2137         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
2138         logical server name in addition to the actual machine address.
2140         * auth-source.el (auth-source-user-and-password): Add convenience
2141         wrapper to search by just host and optionally user.
2143 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2145         * shr.el (shr-visit-file): Move point to the beginning of the buffer
2146         after rendering.
2148 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
2150         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
2151         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
2152         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
2154 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2156         * gnus-sum.el (gnus-summary-read-group): Document more parameters
2157         (bug#9693).
2158         (gnus-summary-setup-buffer): Document return value (bug#9697).
2160         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
2161         since ido doesn't work on symbols (bug#9632).
2163         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
2164         when getting a single value as when getting all the values.  This means
2165         that atoms like `gcc-self' work cumulatively, like variable settings,
2166         instead of getting the value from the last matching clause.
2167         (gnus-group-find-parameter): Protect against the group buffer not
2168         existing (bug#9585).
2170 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2172         * gnus-start.el (gnus-activate-group): Document more parameters
2173         (bug#9694).
2175         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
2176         (bug#9692).
2178         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
2179         article was fetched, so that it can be expired later (bug#9958).
2180         (gnus-agent-summary-fetch-series): Add doc string.
2181         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
2182         (bug#9517).
2184         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
2185         retrieval is happening.
2187         * gnus.el (gnus-parameters): Doc fix.
2189 2012-01-06  Dave Abrahams  <dave@boostpro.com>
2191         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
2192         show the thread after expansion.
2194 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2196         * gnus-art.el (article-narrow-to-head): If the head is completely
2197         empty, narrow to the empty region (bug#9764).
2199         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
2200         read, and then mark them as unread only when the unread mark is used.
2201         This makes `C-- T k' actually work, even though it's confusing.
2203         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
2204         alive before we try to find its window.
2206 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
2208         * mm-decode.el (mm-display-external): Use a longer timeout for the
2209         deletion to allow slow programs to display the file.
2211 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2213         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
2214         prompt to be less confusing.
2216         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
2217         argument to `message-reply'.  This broke `special-display-*' frame
2218         pop-uping (bug#10238).
2220 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2222         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
2223         systems, since these allegedly don't work there.
2225 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
2227         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
2228         live buffer.
2230 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2232         * nnir.el (nnir-retrieve-headers): Protect against the article not
2233         existing on the server (bug#10335).
2235 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
2237         * gnus-agent.el (gnus-agent-load-local): Recompute
2238         gnus-agent-article-local on changing method.
2240 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2242         * gnus.el (gnus-parameters): Note precedence.
2244 2012-01-04  Leo Liu  <sdl.web@gmail.com>
2246         * nndraft.el (nndraft-update-unread-articles): Don't move point around
2247         in the group buffer.
2249 2012-01-04  Julien Danjou  <julien@danjou.info>
2251         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
2252         change.
2254 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2256         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
2257         too.
2259         * nntp.el (nntp-retrieve-group-data-early): Use it.
2261 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2263         * nntp.el (nntp-retrieval-in-progress): New variable.
2264         (nntp-make-process-buffer): Make it buffer-local.
2266         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
2267         2010.
2268         (gnus-demon-init): Use it to compute the time if time is on the form
2269         "04:23".
2271         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
2273         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
2274         status in the correct buffer.
2276 2012-01-03  Leo Liu  <sdl.web@gmail.com>
2278         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
2279         when opening topics (bug#10407).
2281 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
2283         * gnus-cus.el (gnus-score-customize):
2284         * gnus-sum.el (gnus-sort-gathered-threads):
2285         * message.el (message-shorten-references):
2286         * nnmairix.el (nnmairix-request-group):
2287         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
2289 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
2291         * gnus-agent.el (gnus-agent-regenerate-group):
2292         * gnus-int.el (gnus-retrieve-group-data-early):
2293         * mm-util.el (mm-codepage-ibm-list):
2294         * nndiary.el (Commentary, nndiary-get-new-mail):
2295         * nnir.el (nnir):
2296         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
2298 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2300         * mm-view.el (mm-display-inline-fontify): Add comment.
2302 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
2304         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
2305         * ntlm.el (ntlm-smb-dohash): Spelling fix.
2307 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
2309         * gnus-art.el (gnus-split-methods):
2310         * gnus-msg.el (gnus-configure-posting-styles):
2311         * gnus-spec.el (gnus-parse-simple-format):
2312         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2313         * message.el (message-do-actions): Spelling fix.
2315 2011-12-15  Juri Linkov  <juri@jurta.org>
2317         * mm-decode.el (mm-inline-media-tests): Add missing
2318         `mm-handle-media-subtype'.
2320 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
2322         * gnus-group.el (gnus-group-tool-bar):
2323         * gnus-sum.el (gnus-summary-tool-bar):
2324         * message.el (message-tool-bar):
2325         * rfc2231.el (rfc2231-parse-string): Spelling fix.
2327 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
2329         * plstore.el (plstore--insert-buffer): Spelling fix.
2331 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
2333         * message.el (message-valid-fqdn-regexp): Update with newly approved
2334         top-level domain names ".tel" and ".asia".
2336 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2338         * gnus-sum.el (gnus-summary-show-article): Don't load shr
2339         unconditionally.
2341 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2343         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
2344         pop-to-buffer-same-window for old Emacsen.
2346 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
2348         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
2350 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
2352         * netrc.el (netrc-credentials): Spelling fix.
2354 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
2356         * gnus-fun.el (gnus-fun-ppm-change-string):
2357         * gnus-msg.el (gnus-inews-do-gcc):
2358         * gnus-sum.el (gnus-summary-find-for-reselect):
2359         * gnus.el (gnus-summary-cancelled):
2360         * message.el (message-cancel-hook, message-send-news):
2361         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
2362         * nnir.el (nnir-run-hyrex):
2363         * nntp.el (nntp-with-open-group-function):
2364         * pgg.el (pgg-pending-timers): Spelling fix.
2366 2011-12-04  Chong Yidong  <cyd@gnu.org>
2368         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
2369         change (Bug#10200).
2371 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2373         * compface.el (uncompface):
2374         * gnus-art.el (gnus-article-x-face-command): Update the header format
2375         of icon data for the most recent icontopbm program.
2377 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2379         * gnus-msg.el (gnus-inews-do-gcc):
2380         * message.el (message-send-mail):
2381         * mml.el (mml-generate-mime): Share the value of the buffer-local
2382         `message-options' variable between a draft buffer and temprary working
2383         buffers.
2385 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2387         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
2389 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2391         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
2392         for Cygwin.
2394 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
2396         * gnus-group.el (gnus-group-prepare-flat):
2397         * mm-bodies.el (mm-encode-body):
2398         * mml.el (mml-preview):
2399         * nnml.el (nnml-request-compact-group):
2400         * pop3.el (pop3-stream-type): Spelling fix.
2402 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
2404         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
2406 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
2408         * color.el (color-rgb-to-hsl):
2409         * gmm-utils.el (gmm-tool-bar-style):
2410         * gnus-group.el (gnus-group-prepare-flat):
2411         * gnus-topic.el (gnus-topic-prepare-topic):
2412         * mm-decode.el (mm-discouraged-alternatives):
2413         * rfc2047.el (rfc2047-encode-1):
2414         * starttls.el: Spelling fix.
2416 2011-11-24  Glenn Morris  <rgm@gnu.org>
2418         * binhex.el (binhex-begin-line): Give it basic doc-string.
2420         * starttls.el, tls.el: Fix case of "GnuTLS".
2422 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
2424         * gnus-group.el (gnus-group-highlight): Fix typo.
2426 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
2428         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
2429         value of `delete-file', that returns nil for a local file but returns t
2430         for a remote file using ssh.
2432 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
2434         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
2436 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2438         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
2439         avoid later breakage.
2441 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2443         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
2444         article buffers' name.
2446 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2448         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
2449         by Paul Eggert's spellfixes two days ago.
2451 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2453         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
2454         doesn't have it.
2456         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
2457         buffer-local instead of binding them to avoid warnings.  Also demote
2458         errors (bug#10063).
2459         (font-lock-mode-hook): Shut up byte compiler.
2461 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
2463         * mm-util.el (mm-charset-after):
2464         * nnir.el (nnir-run-hyrex):
2465         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
2466         (ntlm-get-password-hashes, ntlm-md4hash):
2467         * smime.el: Fix typo.
2469 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
2471         * gnus-agent.el (gnus-agent-expire-group-1):
2472         * nndiary.el (nndiary-last-occurence):
2473         * nnimap.el (nnimap-request-set-mark):
2474         * nnmairix.el (nnmairix-only-use-registry):
2475         * gnus-group.el (gnus-group-prepare-flat):
2476         * gnus-sum.el (gnus-decode-encoded-word-methods):
2477         * message.el (message-wash-subject):
2478         * nntp.el (nntp-retrieve-headers-with-xover):
2479         * smime.el (smime-certificate-directory): Spelling fix.
2481 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
2483         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
2485         * color.el:
2486         * gnus-agent.el (gnus-agent-possibly-alter-active):
2487         * gnus-dired.el (gnus-dired-print):
2488         * mail-parse.el:
2489         * nnmairix.el (nnmairix-request-group):
2490         * shr.el (shr-image-displayer):
2491         * sieve-manage.el:
2492         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
2494 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
2496         * gnus-sum.el (gnus-auto-select-subject):
2497         * spam-report.el (spam-report-resend): Spelling fix.
2499 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
2501         * gnus-agent.el (gnus-agent-get-undownloaded-list):
2502         * gnus-art.el (gnus-default-article-saver):
2503         * gnus-srvr.el (gnus-server-copy-server):
2504         * gnus.el (gnus-sloppily-equal-method-parameters):
2505         * html2text.el (html2text-format-tag-list):
2506         * message.el (message-narrow-to-head):
2507         * nndiary.el:
2508         * nnmairix.el (nnmairix-determine-original-group-from-registry):
2509         * sieve.el: Spelling fix.
2511 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
2513         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
2514         * gnus-sum.el (gnus-summary-make-menu-bar):
2515         * gnus-uu.el (gnus-uu-decode-postscript)
2516         (gnus-uu-decode-postscript-and-save):
2517         * mailcap.el (mailcap-print-command):
2518         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
2519         Fix typos.
2521 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
2523         * gnus-art.el (gnus-article-part-wrapper):
2524         * html2text.el (html2text-fix-paragraphs):
2525         * mm-decode.el (mm-image-fit-p):
2526         * rfc2047.el (rfc2047-encode-message-header):
2527         * shr-color.el (shr-color-visible-distance-min)
2528         (shr-color-relative-to-absolute, set-minimum-interval)
2529         (shr-color-visible): Fix typos.
2531 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
2533         * gmm-utils.el (gmm-tool-bar-item):
2534         * gnus-art.el (gnus-treat-body-boundary):
2535         * gnus-diary.el (gnus-user-format-function-d):
2536         * gnus-start.el (gnus-get-unread-articles):
2537         * pgg-gpg.el (pgg-gpg-update-agent):
2538         * smime.el (smime-cert-by-ldap-1): Spelling fix.
2540 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
2542         * gnus-topic.el (gnus-group-prepare-topics):
2543         * gnus-uu.el (gnus-extract-view):
2544         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
2546 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
2548         * spam.el: Move BBDB autoloads.
2549         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
2550         BBDB 2 and 3.
2551         (spam-check-BBDB): Use it.
2552         (spam-enter-ham-BBDB): Use it.
2554 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
2556         * smime.el (smime-draw-buffer): Spelling fix.
2558 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
2560         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
2561         for scanning exactly one level.
2562         * gnus-start.el (gnus-get-unread-articles): Ditto.
2564 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2566         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
2567         slightly clearer.
2569 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
2571         * gnus-sync.el: More commentary about setup.
2573 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2575         * message.el (message-send-and-exit): Document `arg'.
2577 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2579         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
2581 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
2583         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
2585         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
2586         we don't use `bound-and-true-p'.
2588 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
2590         * gnus-util.el (gnus-bound-and-true-p): Remove.
2591         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
2592         * nnir.el: Use it.
2593         * nnmairix.el: Use it.
2595 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2597         * gnus-sync.el: Improve docs about CouchDB admins.
2599         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
2600         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
2601         for reasons unknown.
2602         * nnir.el: Use it.
2603         * nnmairix.el: Use it.
2605         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
2606         * nnir.el: Ditto.
2607         * nnmairix.el: Ditto.
2609         * gnus-registry.el (gnus-registry-enabled): Default to nil.
2611 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
2613         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
2614         not needed.  Provide xmlplistread list function to produce XML plist
2615         output for non-Gnus LeSync clients.
2617 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
2619         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
2621         * gnus-sync.el: Add LeSync synchronization backend and logic to read
2622         and save against it.  Group subscriptions, read marks, other marks,
2623         subscription levels, topic names, and topic offsets (the group's
2624         position within the topic) are saved.  This is an experimental backend
2625         and may change significantly.  Load json.el from the gnus-fallback-lib
2626         if it's not available otherwise.
2627         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
2629 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2631         * message.el (message-completion-function): Make sure
2632         message-tab-body-function is not attempted if one of
2633         message-completion-alist fails to find a completion (bug#9158).
2635 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
2637         * mml.el (mml-quote-region): Quote <#secure> tag.
2638         (mml-generate-mime-1): Unquote <#secure> tag.
2640 2011-10-20  Chong Yidong  <cyd@gnu.org>
2642         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
2643         calling a minor mode from Lisp with nil arg enables it, so we have to
2644         make the wording a bit ambiguous here).
2646 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
2648         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
2649         * nnir.el (nnir-mode): Use it.
2650         * nnmairix.el (nnmairix-determine-original-group-from-registry):
2651         Use it.
2653         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
2654         * nnmairix.el (gnus-registry-enabled): Ditto.
2656 2011-10-17  Dave Abrahams  <dave@boostpro.com>
2658         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
2659         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
2660         only while we need to find out if it should be t or nil.
2661         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
2662         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
2663         the registry is installed.  Set it to nil when it's unloaded.
2664         (gnus-registry-install-p): Provide user guidance for the initial value
2665         of `gnus-registry-install' when it's 'ask, otherwise return its value.
2666         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
2667         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
2668         * nnmairix.el (nnmairix-determine-original-group-from-registry):
2669         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
2670         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
2671         `gnus-registry-install'.
2673 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
2675         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
2676         previous change.
2677         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
2678         primary key is marked as disabled.
2680 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
2682         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
2683         primary key is marked as disabled.
2685 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
2687         * html2text.el (html2text-clean-anchor): Check for quotes around
2688         `href' value.
2690 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
2692         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
2693         searching.  Drop `bbdb-cache'.
2695 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2697         * message.el (message-signed-or-encrypted-p): Exclude header when
2698         checking if there is signed or encrypted body in text/plain message.
2700 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
2702         * html2text.el (html2text-get-attr): Correctly handle attribute values
2703         containing "=".
2705 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
2707         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
2708         handle bindings.
2710 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2712         * gnus-win.el (gnus-configure-windows): Protect against reading
2713         ephemeral groups outside of Gnus.
2715 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2717         * shr.el (shr-tag-img): Don't get images displayed in tables.
2719 2011-10-03  Glenn Morris  <rgm@gnu.org>
2721         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
2722         the "maintainer" version of debbugs.gnu.org reports.
2724 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2726         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
2727         make asynchronous adjacent image insertion work better.
2729 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
2731         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
2732         documentation.
2734 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2736         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
2737         `gnus-asynchronous' isn't shadowed.
2739 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2741         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
2743         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
2744         (nnimap-insert-partial-structure): The charset parameter isn't
2745         case-sensitive.
2747         * nnheader.el (nnheader-message-maybe): New function.
2749         * shr.el (shr-tag-table): Render totally broken tables better.
2751         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
2752         computing the boundary.
2754 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2756         * pop3.el (pop3-number-of-responses): Remove.
2757         (pop3-wait-for-messages): Rewrite to take linear time instead of
2758         exponential time.
2760 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2762         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
2763         re-fetch images.
2765         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
2766         re-fetch images when hitting `g' in Gnus.
2768 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2770         * mml.el (mml-inhibit-compute-boundary): New internal variable.
2771         (mml-compute-boundary): Don't check collision if it is non-nil.
2772         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
2773         before checking collision.
2775 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2777         * message.el (message-indent-citation): Really make sure there's a
2778         newline at the end.
2780         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
2781         Fix suggested by John Wiegley.
2783         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
2785         * gnus-art.el (gnus-treat-hide-citation): Add doc.
2787         * message.el (message-default-send-rename-function): Break out into its
2788         own function.
2790         * ecomplete.el (ecomplete-display-matches): Revert patch since it
2791         doesn't work under XEmacs.
2793         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
2794         of "imaps" to word around Windows problems.
2795         (nnimap-open-connection-1): Use it.
2797         * message.el (message-indent-citation): Revert last change which made
2798         `F' not work.
2800 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
2802         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
2803         terminal as well.
2805 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2807         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
2808         because it displays images using overlays that aren't easy to copy to
2809         the article buffer.
2811 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
2813         * message.el (message-indent-citation): Fix empty line removal at the
2814         end of the citation.
2816 2011-09-20  Julien Danjou  <julien@danjou.info>
2818         * auth-source.el (auth-source-netrc-create): Use default value for
2819         password if specified.  Evaluate default.
2820         (auth-source-plstore-create): Ditto.
2821         (auth-source-plstore-create, auth-source-netrc-create): Fix default
2822         value evaluation.
2823         (auth-source-netrc-create): Typo fix.
2824         (auth-source-plstore-create): Ditto.
2826         * password-cache.el (password-cache-remove): Remove entries even if the
2827         value is nil, so that password with a nil value (negative caching) is
2828         possible to invalidate.
2830         * auth-source.el (auth-source-format-cache-entry): New function.
2832 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2834         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
2836 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2838         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
2840 2011-09-19  Julien Danjou  <julien@danjou.info>
2842         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
2843         which work with things that are not ASCII.
2845 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2847         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
2849 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2851         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
2852         message level.
2854 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2856         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
2858 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2860         * gnus.el (gnus-interactive-exit): Update defcustom spec.
2862 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2864         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
2865         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
2867 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
2869         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
2870         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
2871         articles.
2873 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
2875         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
2876         (message-mail-other-window, message-mail-other-frame)
2877         (message-news-other-window, message-news-other-frame):
2878         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
2879         instead of setting buffer display varibles.
2881 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2883         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
2885         * gnus-sum.el (gnus-fetch-headers): Bump message level.
2887 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2889         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
2890         duplicates" to a higher level.
2892         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
2893         most egregious messages.
2895 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2897         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
2899 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
2901         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
2902         up the file (bug#9351).
2904 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2906         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
2907         it does with all other backends, but decode the names immediately after
2908         getting them.
2910         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
2911         decoding nnimap groups.
2913         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
2914         newsrc file.  It doesn't seem like an important optimization any more.
2916 2011-09-10  Dave Abrahams  <dave@boostpro.com>
2918         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
2919         overflows.
2921 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2923         * gnus.el (gnus-article-mark-lists): Remove `recent'.
2924         (gnus-interactive-exit): Extend to `quiet'.
2926         * gnus-sum.el (gnus-offer-save-summaries): Use it.
2928         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
2929         string.
2931         * plstore.el (plstore--get-buffer): Silence compiler warnings by
2932         renaming function arguments from `this'.
2934         * gnus-sum.el (gnus-newsgroup-recent): Remove.
2936         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
2937         has been renamed.
2938         (gnus-lrm-string-p): Include RLM and PDF, too.
2940         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
2941         (bug#9225).
2943 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
2945         Add autoload cookies for functions used by sendmail.el.
2946         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
2948         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
2950 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2952         * gnus-art.el (article-date-ut): Work properly even when there are
2953         things like Date header in the body; work for forwarded parts.
2955 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
2957         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
2958         original-article-buffer.
2960 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
2962         * nnir.el (nnir-compose-result): Fix matching of server type.
2963         (nnir-run-swish++): Ditto.
2964         (nnir-run-namazu): Ditto.
2965         (nnir-run-notmuch): Ditto.
2967 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2969         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
2970         (bug#9405).
2972         * gnus-score.el (gnus-summary-increase-score): Doc clarification
2973         (bug#9421).
2975         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
2976         (bug#9425).
2978         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
2979         thing (bug#9426).
2981 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2983         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
2984         the error message.
2986 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
2988         * message.el (message-setup-1): Return t (Bug#9392).
2990 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
2992         * gnus-sum.el: When adding article headers to a summary buffer also
2993         update gnus-newsgroup-articles (bug#9386).
2995 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2997         * auth-source.el: Autoload help-mode.
2999 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3001         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
3002         names.
3004 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
3006         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
3007         mm-replace-in-string for compatibility issues.
3008         * mml2015.el (mml2015-epg-verify): Ditto.
3010 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3012         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
3014         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
3016 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3018         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
3019         continue on and do the clean-up phase (bug#9188).
3021         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
3022         just ignore groups that can't be opened instead of erroring out
3023         (bug#9225).
3025         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
3026         nil since some many people are fuddy-duddies.
3028         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
3029         images.
3031         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
3032         instead.
3034         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
3036         * gnus-util.el (gnus-process-live-p): Copy over compat function.
3038         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
3039         processing.
3041         * nntp.el (nntp-kill-buffer): Kill the process before killing the
3042         buffer to avoid warnings.
3044 2011-08-20  Simon Josefsson  <simon@josefsson.org>
3046         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
3047         specified to reduce precision.
3049 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3051         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
3052         bodystructures (bug#9314).
3054 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3056         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
3057         Make button keymap non-sticky after buttons.
3059 2011-08-18  David Engster  <dengste@eml.cc>
3061         * nnmairix.el (nnmairix-request-set-mark)
3062         (nnmairix-goto-original-article): Remove adding of article to registry,
3063         since `gnus-registry-add-group' isn't available anymore.
3064         (nnmairix-determine-original-group-from-registry):
3065         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
3066         available anymore.
3068 2011-08-12  Simon Josefsson  <simon@josefsson.org>
3070         * starttls.el (starttls-any-program-available): Define as obsolete
3071         function.
3073 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3075         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
3076         versions which Gnus use when appropriate.
3078         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
3079         a pretty destructive command.
3081         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
3083 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3085         * message.el (message-fix-before-sending): Make a different warning
3086         about NUL characters (bug#9270).
3088         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
3089         from custom (bug#9260).
3091         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
3092         things work in Emacs 22 and XEmacs, too.
3094         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
3095         default From.
3097         * gnus-spec.el (gnus-lrm-string-p): New macro.
3098         (gnus-lrm-string): New constant.
3099         (gnus-summary-line-format-spec): LRM-ify the from.
3100         (gnus-tilde-max-form): LRM-ify string chopping.
3102         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
3104         * message.el (message-is-yours-p): Allow disabling canlock checking
3105         (bug#9295).
3106         (message-shoot-gnksa-feet): Add `canlock-verify'.
3107         (message-auto-save-directory): Use ~/ as the auto-save directory if the
3108         message directory isn't writable (bug#9304).
3110         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
3111         non-world-readable.
3113 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3115         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
3116         articles.
3118 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
3120         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
3121         copy-list.
3123 2011-08-12  Sam Steingold  <sds@gnu.org>
3125         * gnus-score.el (gnus-score-find-alist): Keep the score files already
3126         in the reverse order to avoid modifying the cache with `nreverse'.
3127         (gnus-all-score-files): Do not modify the value returned by
3128         `gnus-score-find-alist' because it lives in a cache variable.
3129         (gnus-current-home-score-file): No need to `nreverse' the return value
3130         of `gnus-score-find-alist', it is already in the correct order.
3132 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
3134         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
3135         type MESSAGE and subtype RFC822 is slightly different from those of
3136         type TEXT.
3138 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
3140         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
3141         This allows article-referral to work from an nnir group.
3143 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
3145         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
3147 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
3149         * mml1991.el (mml1991-epg-find-usable-key)
3150         (mml1991-epg-find-usable-secret-key): New function.
3151         (mml1991-epg-sign): Check if signing key is usable.
3152         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
3154 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
3156         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
3157         server-variables only.  This should fix a bug introduced with commit
3158         e1889675b7f4adf057833c5513c9374134c4e053.
3159         (nnir-run-query): 'nnir-search-engine should not be set from the global
3160         environment.
3162 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
3164         * nnir.el (nnir-search-thread): Position point on referring article
3165         line.
3166         (nnir-warp-to-article): Clean up summary buffers.
3168         * nnimap.el (nnimap-request-thread): Whitespace fix.
3170 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
3172         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
3174 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3176         * starttls.el (starttls-available-p): Rename from
3177         `starttls-any-program-available' and changed return convention.
3179 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
3181         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
3182         `unix-sync' unless it's defined.
3184 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
3186         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
3187         `aref' for XEmacs compatibiltiy.
3189 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3191         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
3193 2011-07-31  Dave Abrahams  <dave@boostpro.com>
3195         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
3196         closures, quote the form properly (bug#9194).
3198 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3200         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
3201         (gnus-summary-insert-new-articles): Protect against servers that are
3202         down.
3204 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3206         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
3207         in mm handle if none is specified.
3209 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
3211         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
3213 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
3215         * nnir.el (nnir-search-thread): New function to make an nnir group
3216         based on a thread query.
3218         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
3219         of nnir in thread referral.
3220         (gnus-summary-refer-thread): Use it.
3222         * nnimap.el (nnimap-request-thread): Use it.
3224 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3226         * shr.el (shr-tag-comment): Ignore HTML comments.
3228 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
3230         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
3231         argument.
3232         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
3233         Use `nnir-address' to handle server info rather than passing an arg.
3235         * nnimap.el (nnimap-make-thread-query): New utility function to format
3236         an imap thread search query.
3237         (nnimap-request-thread): Use it.
3239         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
3240         right select-method if we are not going back to the group buffer.
3242 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3244         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
3245         enter invalid buffer configurations into the quit form (bug#9107).
3246         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
3247         unplugged/plugged.
3249         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
3250         keep track of which ones are unread (bug#9061).
3252         * gnus.el (gnus-refer-article-method): Allow entering any sexp
3253         (bug#9055).
3255         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
3256         (bug#9041).
3258         * gnus-html.el (mm-util): Require (bug#9073).
3260         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
3261         (gnus-summary-refer-thread): Use it to remove duplicates in the
3262         un-threaded view (bug#9053).
3263         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
3265 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
3267         * nnir.el (nnir-read-server-parm): Use default value from global
3268         variable.  Without this the default search engine parameters aren't
3269         used at all.
3271 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3273         * message.el (message-unique-id): Don't use the undocumented return
3274         value from (random t) (bug#9118).
3276 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3278         * message.el (message-auto-save-directory): If the ~/Mail directory
3279         doesn't exist, use ~ as the auto-save directory (bug#4432).
3281         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
3282         hasn't already been started.
3284 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3286         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
3288         * message.el (message-reply): Work around mysterious bug where
3289         `message-mode' seems to overwrite the locally bound `subject' variable.
3291 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
3293         * nnimap.el (nnimap-request-thread): Ensure search is performed in
3294         correct group.
3296         * gnus-int.el (gnus-request-thread): Add group argument.
3298         * gnus-sum.el (gnus-summary-refer-thread): Use it.
3300 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3302         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
3304         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
3305         renamed to `debbugs-gnu-*'.
3307 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
3309         * plstore.el: Revert the editing feature since it is not urgent.
3310         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
3311         (plstore-mode-decoded): Remove.
3313 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3315         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
3316         isn't very interesting any more, and it leaks potentially secret data.
3317         (gnus-debug): Remove.
3319         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
3320         use of :custom-show.
3322 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
3324         * plstore.el: Add documentation.
3325         (plstore-mode): New mode to edit plstore file.
3326         (plstore-mode-toggle-display, plstore-mode-original)
3327         (plstore-mode-decoded): New command.
3328         (plstore--encode, plstore--decode, plstore--write-contents-functions)
3329         (plstore--insert-buffer, plstore--make): New function.
3330         (plstore-open, plstore-save): Simplify by using them.
3332 2011-07-06  Glenn Morris  <rgm@gnu.org>
3334         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
3336 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3338         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
3339         no longer is much used.
3340         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
3341         Articles".
3343 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
3345         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
3346         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
3347         `notmuch' backend.
3349 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3351         * mm-decode.el (mm-text-html-renderer): Doc fix.
3353         * gnus-msg.el (gnus-bug): Fix the MML tag.
3355         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
3357 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
3359         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
3360         secondary methods if started with `gnus-no-server'.
3362 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
3364         * message.el (message-return-action): Fix typo in docstring.
3366 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3368         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
3369         bug reports at once.
3371         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
3373 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3375         * nndraft.el: Require gnus-group.
3376         (nndraft-request-list): Declare.
3378         * nndraft.el (nndraft-update-unread-articles): Don't show group having
3379         no unread article unless it matches gnus-permanently-visible-groups.
3381         * nndraft.el (nndraft-update-unread-articles): New function.
3382         (nndraft-request-associate-buffer): Use it to update the number of
3383         unread articles for the nndraft groups in the group buffer when saving
3384         or killing a draft message.
3386 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3388         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
3389         systems to binary before writing and reading the mbox files.
3391         * gnus.el (gnus-summary-line-format): Link to the info node for %U
3392         instead of trying to list them all (bug#8978).
3394 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
3396         * pop3.el (pop3-open-server): Use :end-of-capability.
3398 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3400         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
3401         the id is always a number.
3403         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
3405         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
3406         debbugs mode, if possible.
3408 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
3410         * auth-source.el (auth-source-token-passphrase-callback-function):
3411         Reindent.
3412         (epg-context-operation): Remove unnecessary autoload.
3414 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3416         * gnus.el (gnus-list-debbugs): New command.
3418         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
3419         mboxstat instead of the maintbox, since the stat seems to be fuller.
3421         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
3422         summary buffers.
3424         * message.el (message-get-reply-headers): Delete all duplicates,
3425         instead of the first.
3426         (message-get-reply-headers): Ensure that we have progress while
3427         deleting duplicates.
3429         * gnus-msg.el (gnus-configure-posting-styles): Get the local
3430         gnus-posting-style value from the summary buffer to make it easier to
3431         make that a per-buffer conf.
3433 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
3435         * nnir.el (nnir-run-imap): Allow halting a search when an article is
3436         found by setting `shortcut' in 'query.
3437         (nnir-request-article): Use `shortcut' setting when requesting article
3438         by Message-ID.
3440 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
3442         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
3443         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
3444         Bring the pseudo-headers back too.
3446 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3448         * auth-source.el (auth-source-token-passphrase-callback-function):
3449         Simplify and remove EPA dependency.
3451 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
3453         * nnir.el (nnir-request-article): Fix error message text.
3455 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3457         * auth-source.el (plstore-delete): Autoload.
3458         (auth-source-plstore-search): Support delete operation.
3459         * plstore.el (plstore-delete): New function.
3461 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3463         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
3464         mark actually existing articles as unread rather than the ones that
3465         active asserts.
3467 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
3469         * nntp.el (nntp-record-command):
3470         * gnus-util.el (gnus-message-with-timestamp-1):
3471         Use format-time-string rather than decoding time stamps by hand.
3472         This is simpler and insulates the code from potential changes to
3473         current-time format.
3475 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3477         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
3479 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3481         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
3482         (plstore-save): Support public key encryption.
3483         (plstore--init-from-buffer): New function.
3484         (plstore-open): Use it; fix error when opening a non-existent file.
3485         (plstore-revert): Use plstore--init-from-buffer.
3487 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3489         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
3491 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3493         * mml2015.el (mml2015-use): Replace string-match-p with string-match
3494         for old Emacsen.
3496 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
3498         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
3499         is not fully working.
3501 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3503         * dgnushack.el: Autoload sha1 on XEmacs.
3505         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
3506         quit window configuration.
3508         * auth-source.el (epg-context-set-passphrase-callback):
3509         Remove duplicate autoload.
3511 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
3513         * nnir.el (nnir-request-article): Allow requesting articles by
3514         Message-ID with nnimap.
3516         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
3517         current server.
3519 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
3521         * auth-source.el: Autoload EPA/EPG functions.
3522         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
3523         changed when EPA/EPG is not available.
3524         (auth-source-backend): Rename "arg" member to "data".
3525         (auth-source-backend-parse, auth-source-plstore-search)
3526         (auth-source-plstore-create): Use it.
3528 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
3530         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
3531         `gnus-refer-article-methods'.
3533 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
3535         * auth-source.el: Require EPA and EPG.
3536         (auth-source-passphrase-alist): New variable.
3537         (auth-source-passphrase-callback-function)
3538         (auth-source-token-passphrase-callback-function): Callbacks for the
3539         netrc field encryption (GPG tokens).
3540         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
3541         Symmetric encryption and decryption of the netrc GPG tokens.
3542         (auth-source-netrc-normalize): Use them, simplifying the closure.
3544 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3546         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
3547         is available.
3549 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3551         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
3552         non-nil, and `nnimap-split-methods' is nil, use the former.
3554 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
3556         * plstore.el (plstore-revert): New function.
3557         (plstore-open): Use it; hide the buffer from user.
3559 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
3561         * auth-source.el (auth-source-backend): New member "arg".
3562         (auth-source-backend-parse): Handle new backend 'plstore.
3563         * plstore.el: New file.
3565 2011-06-30  Glenn Morris  <rgm@gnu.org>
3567         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
3569 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3571         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
3572         expiring articles to.
3574         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
3575         variations as ASCII (bug#5458).
3577 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3579         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
3581 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3583         * message.el (message-point-in-header-p): Tweak the function to default
3584         to saying that we're not in the headers if there is no separator at
3585         all.  This makes it possible to use the Message version of `M-q' in
3586         buffers with no headers (bug#7987).
3587         (message-point-in-header-p): Fix last checkin to work with an empty
3588         mail-header-separator, too.
3590         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
3591         again, save the choice via customize.
3593 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3595         * message.el (message-send-mail-function): Add `sendmail-query-once'.
3597         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
3598         ended the connection, bail out before waiting infinitely on a new
3599         connection.
3601 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
3603         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
3604         reports.
3606         * gnus.el (gnus-bug-package): Use "gnus."
3607         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
3609 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3611         * dgnushack.el: Make the timer warning go away on XEmacs.
3613         * gnus-art.el (gnus-article-stop-animations): New function to stop any
3614         animations going on at article exit time.
3616         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
3617         since removing it breaks people upgrading.
3619         * shr.el (shr-put-image): Use the new interface for animating images.
3620         (shr-put-image): Animate for 60 seconds.
3622         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
3623         avoid compiler warnings.
3625         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
3626         error with `find-file-hooks' on Emacs 22.
3627         (with-auth-source-epa-overrides): Ugly hack to Wrap the
3628         `find-file-hook' things in `symbol-value' to avoid compilation warnings
3629         on all architectures.
3631         * spam.el (spam-stat): Require in a normal fashion without binding
3632         `spam-stat-install-hooks' to avoid compilation warnings.
3634         * spam-stat.el (spam-stat-install-hooks): Remove.
3635         (spam-stat-install-hooks): Don't run automatically.
3637 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
3639         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
3640         and keystroke.
3642 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3644         * auth-source.el (auth-source-netrc-cache): Move forward.
3646 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3648         * proto-stream.el (proto-stream-open-starttls): Use
3649         `gnutls-available-p' to see whether we have built-in support.
3651         * auth-source.el (auth-source-netrc-create): Don't query the bits that
3652         we already know.
3653         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
3654         (auth-source-netrc-create): Don't prompt for the stuff we already know.
3656 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3658         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
3659         %S format, since that looks odd.
3660         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
3661         file, especially when saving.
3663 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
3665         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
3666         article found.
3668 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
3670         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
3671         `auth-source-save-secrets' with a more sensitive alist that can be
3672         configured per file.  Experimental, so defaults to 'never.
3673         (auth-source-netrc-create): Use it.  Still experimental code.
3674         (with-auth-source-epa-overrides): Use `find-file-hooks' if
3675         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
3677 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
3679         * auth-source.el (auth-source-save-secrets): New variable to control if
3680         secret tokens should be saved encrypted.
3681         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
3682         to `auth-source-netrc-normalize'.
3683         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
3684         on the EPA variables being defined.
3685         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
3686         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
3687         the lexical-let closure.
3688         (auth-source-netrc-create): Create "gpg:" tokens according to
3689         `auth-source-save-secrets'.
3691 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3693         * gnus-group.el (gnus-group-update-group): Add new argument
3694         `info-unchanged' that stops updating dribble buffer.
3696         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
3697         deletes lines matching to it in dribble buffer.
3699         * gnus-agent.el (gnus-agent-fetch-group-1):
3700         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
3701         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
3702         * gnus-start.el (gnus-group-change-level):
3703         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
3705         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
3706         if newsgroup info is not changed.
3708         * gnus-group.el (gnus-group-get-new-news-this-group):
3709         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
3710         Don't update dribble buffer.
3712 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
3714         * gnus-registry.el (gnus-registry-remove-ignored): New function to
3715         remove entries with groups we ignore.
3717 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3719         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
3720         the underline comes at the bottom.
3722 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
3724         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
3725         `gnus-registry-user-format-function-M' and declare the latter obsolete.
3726         (gnus-registry-article-marks-to-names): Rename from
3727         `gnus-registry-user-format-function-M2'.
3729 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3731         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
3732         ephemeral group.
3734 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3736         * shr.el (shr-browse-image): Copy the URL if called interactively.
3738 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3740         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
3741         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
3742         done, then unselected articles may be marked as read.
3744         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
3745         since not doing this seems to lead to a race condition in pop3-logon.
3747         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
3748         so that the call chain it correct when we call "upwards".
3750         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
3751         in read-only groups.
3753         * gnus-group.el (gnus-group-mark-article-read): Ditto.
3755         * message.el (message-cite-reply-position): Doc string fix.
3757         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
3758         avoid regexp overflow.
3759         (nnimap-transform-split-mail): Ditto.
3761         * pop3.el (pop3-retr): Error out if the server closes the connection.
3763 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3765         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
3766         mm-with-unibyte-current-buffer.  The buffer should not contain any
3767         multibyte chars anyway at this stage.
3769 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3771         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
3772         at the end of lines.
3774 2011-05-29  Julien Danjou  <julien@danjou.info>
3776         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
3778 2011-05-27  Glenn Morris  <rgm@gnu.org>
3780         * gnus-group.el (gnus-bug-group-download-format-alist):
3781         Use the "maintainer" version of debian reports as well.
3783 2011-05-26  Glenn Morris  <rgm@gnu.org>
3785         * gnus-group.el (gnus-bug-group-download-format-alist):
3786         Use the "maintainer" version of debbugs.gnu.org reports.
3788 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3790         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
3792 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3794         * gnus-cus.el (gnus-agent-customize-category):
3795         * gnus-delay.el (gnus-delay-send-queue):
3796         * gnus.el (gnus-other-frame):
3797         Don't quote lambda expressions with `quote'.
3799 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
3801         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
3802         the thread moves us backwards and so we loop forever.
3804 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3806         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
3807         whitespace in base64 data lines.
3809 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
3811         * gnus-registry.el (gnus-registry-user-format-function-M):
3812         Use `mapconcat'.
3813         (gnus-registry-user-format-function-M2): Use to see the full text of
3814         the marks.  Make "," the mark text separator.
3816         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
3817         authentication with auth-source.
3819 2011-05-17  Glenn Morris  <rgm@gnu.org>
3821         * gnus-group.el (gnus-import-other-newsrc-file):
3822         Use insert-file-contents.
3824 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
3826         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
3827         1000 iterations.
3829 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3831         * nntp.el (nntp-open-connection): Check if process-type is available.
3833 2011-05-16  Julien Danjou  <julien@danjou.info>
3835         * shr.el (shr-tag-del): Add support for del tag.
3837 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3839         * gnus-html.el (gnus-html-put-image): Register a displayer.
3841         * shr.el (shr-image-displayer): Don't remove text props from alt text.
3843 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
3845         * registry.el (prune-factor): New initialization parameter defaulting
3846         to 0.1.
3847         (registry-prune-hard): Use it.
3849         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
3850         0.1 expicitly.
3852 2011-05-13  Glenn Morris  <rgm@gnu.org>
3854         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
3855         is bound, since this function requires sendmail.
3857 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
3859         * registry.el (registry-usage-test): Disable pruning test.
3861 2011-05-11  David Engster  <dengste@eml.cc>
3863         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
3864         Bind set-network-process-option for XEmacs.
3866 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
3868         * registry.el (registry-prune-hard-candidates)
3869         (registry-prune-soft-candidates): Helper methods for registry pruning.
3870         (registry-prune): Use them.  Make the sort function optional.
3872 2011-05-10  Jim Meyering  <meyering@redhat.com>
3874         * shr.el (shr-colorize-region): Fix typo "on on -> on".
3876 2011-05-10  Julien Danjou  <julien@danjou.info>
3878         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
3879         symbol and not a list.
3881 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3883         * gnus-art.el (gnus-article-mode): Move binding of
3884         shr-put-image-function here from gnus-article-prepare-display.
3886         * shr.el (shr-put-image-function): New variable.
3887         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
3888         (shr-put-image): Return scaled image.
3890         * gnus-art.el (gnus-shr-put-image): New function.
3891         (gnus-article-prepare-display): Bind shr-put-image-function to it.
3893         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
3894         original ones, as deletable.
3896 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3898         * nntp.el (nntp-open-connection): Set TCP keepalive option.
3900 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
3902         * registry.el (registry-full): Add convenience method.  Fix logic.
3903         (registry-insert): Use it.  Fix logic here too.
3905         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
3906         `registry-prune' if `registry-full' returns t.
3907         (gnus-registry-handle-action)
3908         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
3909         (gnus-registry-usage-test): Use it.
3911 2011-05-07  Julien Danjou  <julien@danjou.info>
3913         * shr.el (shr-link): Make shr-link inherit from link by default.
3915 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
3917         * shr.el (shr-urlify, shr-link): Fix shr-link face.
3919 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
3921         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
3922         error out because the face is not a list.
3924 2011-05-05  Glenn Morris  <rgm@gnu.org>
3926         * proto-stream.el (gnutls-negotiate): Fix declarations.
3928         * gnus-start.el (gnus-propagate-marks): Declare.
3930 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
3932         * registry.el (registry-reindex): Fix percentage message.
3934         * proto-stream.el (network-stream-open-starttls): Adjust to call
3935         `gnutls-negotiate' with :process and :hostname arguments.
3937 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
3939         * shr.el: Add shr-link face for links.
3940         (shr-urlify): Use it.
3942         * registry.el (registry-insert): Make error message more helpful.
3944 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3946         * gnus-html.el (gnus-html-schedule-image-fetching):
3947         Use url-queue-retrieve, if it exists.
3949         * shr.el (shr-tag-img): Ditto.
3951         * gnus.el: Autoload more gnus-agent functions.
3953         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
3954         agent if we haven't already (bug#8502).
3956         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
3957         into the Agent, too.
3959         * gnus-agent.el (gnus-agent-store-article): New function.
3961         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
3962         and moved from that file for reuse.
3964         * pop3.el (pop3-open-server): Error messages are "-ERR".
3966 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3968         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
3969         (open-tls-stream): Remove superfluous tls/starttls autoloads.
3971 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3973         * gnus.el: No Gnus v0.17 is released.
3975 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3977         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
3978         buffer has moved to a different frame.
3980 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3982         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
3983         to get the conversion from unibyte to multibyte buffers to work on
3984         Emacs 22.
3986         * nntp.el (nntp-request-article): Slight clean-up.
3988 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3990         * shr.el (shr-strike-through): New face.
3991         (shr-tag-s): Use it to provide <s> support.
3992         (shr-tag-s): Remove duplicate definition.
3994 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
3996         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
3997         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
3999 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
4001         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
4002         `gnutls-negotiate'.
4003         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
4005 2011-04-23  Glenn Morris  <rgm@gnu.org>
4007         * gnus-sum.el (gnus-extra-headers): Bump :version.
4009 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4011         * shr.el (shr-tag-sup): New function.
4012         (shr-tag-sub): Ditto.
4014 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
4016         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
4017         for the case where `gnus-registry-ignored-groups' is a list of lists,
4018         and don't call `gnus-parameter-registry-ignore' otherwise.
4020 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
4022         * nnimap.el (nnimap-user): New backend variable.
4023         (nnimap-open-connection-1): Use it.
4024         (nnimap-credentials): Accept user parameter so it's explicit what user
4025         name is desired.
4027         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
4028         default.
4030         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
4031         not gnus-registry.el.
4033         * gnus-registry.el: Mention in comments how to modify
4034         `gnus-extra-headers' for proper recipient tracking and that it may
4035         already have To and Cc recently, which it does as of this commit.
4036         (gnus-registry-ignored-groups): Remove defcustom.
4037         Explain why in comments.
4038         (gnus-registry-action): Fix data-header reference to use the extra
4039         headers.  Explain in package commentary how to add To and Cc headers to
4040         the gnus-extra-headers.
4041         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
4042         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
4043         parameter list or a string list in `gnus-registry-ignored-groups'.
4044         Fix logic error.
4046 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4048         * shr.el (shr-expand-url): Protect against null urls.
4050 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4052         * shr.el (shr-base): New binding.
4053         (shr-tag-base): Keep track of <base>.
4054         (shr-expand-url): New function used throughout.
4056 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
4058         * gnus-registry.el
4059         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
4060         (gnus-registry-ignored-groups): New variable.
4061         (gnus-registry-ignore-group-p): Use it.
4062         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
4063         set the destination group to nil (same as delete) if it's ignored.
4065 2011-04-20  David Engster  <dengste@eml.cc>
4067         * tests/gnustest-nntp.el: New file for simple NNTP testing.
4069         * Makefile.in (test-nntp): New rule.
4070         (check): Add it.
4071         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
4073 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4075         * gnus-registry.el (gnus-registry-action)
4076         (gnus-registry-fetch-header-fast):
4077         Don't use mail-header that looks an internal function of mailheader.el.
4079 2011-04-19  Glenn Morris  <rgm@gnu.org>
4081         * time-date.el (time-to-days): Remove unused local variables.
4083 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4085         * gnus-registry.el: Eliminate cl functions.
4086         (gnus-registry-sort-addresses): New function that replaces mapcan.
4087         (gnus-registry-action, gnus-registry-spool-action)
4088         (gnus-registry-split-fancy-with-parent)
4089         (gnus-registry-fetch-recipients-fast): Use it.
4090         (gnus-registry-import-eld): Replace delete* with dolist + delq.
4092         * registry.el (initialize-instance, registry-lookup)
4093         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
4094         (registry-lookup-secondary-value, registry-search, registry-delete)
4095         (registry-insert, registry-reindex, registry-size, registry-prune):
4096         Use eval-and-compile.
4098 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
4100         * registry.el (registry-reindex): New method to recreate the secondary
4101         registry indices.
4103         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
4104         tracked field changes.
4105         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
4106         (gnus-registry-action, gnus-registry-spool-action)
4107         (gnus-registry-handle-action)
4108         (gnus-registry--split-fancy-with-parent-internal)
4109         (gnus-registry-split-fancy-with-parent)
4110         (gnus-registry-register-message-ids): Add recipient tracking on spool,
4111         move, and delete actions, and for fancy splitting with parent.
4112         (gnus-registry-extract-addresses)
4113         (gnus-registry-fetch-recipients-fast)
4114         (gnus-registry-fetch-header-fast): Convenience functions.
4115         (gnus-registry-misc-test): ERT test of
4116         `gnus-registry-extract-addresses'.
4118 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
4120         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4121         Track by subject first, then sender.
4123 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4125         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
4127         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
4128         Lisp.
4130         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
4131         (gnus-draft-send): Use it to avoid popping
4132         up frames from gnus-group-send-queue.
4134 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
4136         * gnus-registry.el: Updated gnus-registry docs.
4138 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
4140         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4141         Fix logic bug.
4142         (gnus-registry-post-process-groups): Fix logging of no results and
4143         quote sender and subject.
4145 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4147         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
4148         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
4149         gnutls-cli are too slow to be done opportunistically.
4151         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
4152         (gnus-read-active-for-groups): Don't try to finish getting stuff where
4153         we had no early-data returned.
4154         (gnus-get-unread-articles): Add a sanity check so that we don't issue
4155         two async commands to the same server at the same time.
4157 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
4159         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
4161 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4163         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
4164         "warning" level.
4166         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
4167         (mm-url-insert-file-contents): Don't set the package names.
4169 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
4171         * gnus-registry.el (gnus-registry-action): Remove properties and
4172         simplify subject in `gnus-registry-handle-action'.
4173         (gnus-registry-spool-action): Get subject and sender from message if
4174         they are not passed in.
4175         (gnus-registry-handle-action): Remove properties and simplify subject
4176         consistently.
4178 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4180         * registry.el: Require CL before using defmacro*.
4182 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4184         * gnus-art.el (article-treat-date): Assume that
4185         gnus-article-date-headers may be a group parameter.
4187 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
4189         * gnus-registry.el (gnus-registry-handle-action): More debugging.
4191         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
4192         interactively so the newsrc file can contain foreign groups too.
4193         Useful for debugging but not much for users.
4195 2011-04-07  David Engster  <dengste@eml.cc>
4197         * registry.el (registry-usage-test): Only do
4198         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
4199         lexical binding.
4201 2011-04-07  David Engster  <dengste@eml.cc>
4203         * Makefile.in (check, test-registry): New rules for test-suite.
4205 2011-04-06  David Engster  <dengste@eml.cc>
4207         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
4208         argument NOERROR for `require', since XEmacs 21.4 does not support it.
4210 2011-04-06  David Engster  <dengste@eml.cc>
4212         * registry.el (initialize-instance): Change :after to :AFTER to be
4213         compatible with old EIEIO version in XEmacs.
4215 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
4217         * gnus-registry.el (gnus-registry-post-process-groups)
4218         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
4219         and provide better messaging.
4221 2011-04-06  David Engster  <dengste@eml.cc>
4223         * Makefile.in (fail-on-warning): New rule to compile with warnings as
4224         errors.
4226         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
4227         dgnushack-compile with error-on-warn enabled, and to signal an error if
4228         clean compilation failed.
4229         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
4230         with `byte-compile-error-on-warn'.  Return nil if errors occured.
4232 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
4234         * gnus-registry.el: Don't use ERT if it's not available.  Load it
4235         unconditionally anyway, discarding errors.
4236         (gnus-registry-delete-entries): New convenience function.
4237         (gnus-registry-import-eld): Import from old .eld registry.
4239         * registry.el: Don't use ERT if it's not available.  Load it
4240         unconditionally anyway, discarding errors.
4242         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
4243         version from the Claudio Bley GnuTLS patch (extra optional parameters
4244         and host name).
4246 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
4248         * gnus-registry.el (gnus-registry-fixup-registry): New function to
4249         fixup the parameters that can be customized by the user between
4250         save/read cycles.
4251         (gnus-registry-read): Use it.
4252         (gnus-registry-make-db): Use it.
4253         (gnus-registry-spool-action, gnus-registry-handle-action):
4254         Fix messaging.
4255         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
4256         Map references to actual group names with sender and subject tracking.
4257         (gnus-registry-post-process-groups): Use `cond' for better messaging.
4258         (gnus-registry-usage-test): Add subject lookup test.
4260         * registry.el (registry-db, initialize-instance): Set up constructor
4261         instead of :initform arguments for the sake of older Emacsen.
4262         (registry-lookup-breaks-before-lexbind): New method to demonstrate
4263         pre-lexbind merge bug.
4264         (registry-usage-test): Use it.
4265         (initialize-instance, registry-db): Move the non-function initforms
4266         back to the class definition.
4268 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
4270         * registry.el: New library to manage gnus-registry-style data.
4272         * gnus-registry.el: Use it (major rewrite).
4274         * nnregistry.el: Use it.
4276         * spam.el: Use it.
4278 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4280         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
4281         marks on non-selected articles.
4283 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
4285         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
4286         parameter to open-protocol-stream.
4288 2011-04-01  Julien Danjou  <julien@danjou.info>
4290         * mm-view.el (mm-display-inline-fontify): Do not fontify with
4291         fundamental-mode.
4293 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4295         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
4296         servers.
4298 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4300         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
4301         made marks not propagate, again.
4303 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
4305         * proto-stream.el (open-protocol-stream): Bring back `network' type.
4306         Make this the default type.
4307         (proto-stream-open-plain): Rename from proto-stream-open-default.
4308         (open-protocol-stream, proto-stream-open-starttls)
4309         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
4310         with `plain'.
4312         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
4313         value.
4315         * nntp.el (nntp-open-connection-function): Document the fact that some
4316         values are not functions but are instead handled specially.
4317         Recognize nntp-open-plain-stream value.
4318         (nntp-open-connection): Recognize that value.
4320 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4322         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
4323         where it seems to be needed.
4325 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4327         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
4328         stuff.
4330         * gnus-score.el (gnus-score-string): Fix calling convention of
4331         `gnus-simplify-buffer-fuzzy' after last patches.
4333         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
4334         server for articles we didn't get any headers for.  This is a sanity
4335         check.
4337 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
4339         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
4340         new CAPABILITY, use it.
4342 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4344         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
4345         downloading anything.
4347         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
4349 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
4351         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
4352         colors.
4353         (gnus-splash-svg-color-symbols): New function.
4355 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4357         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
4358         instead of using the global gnus-simplify-subject-fuzzy-regexp.
4359         (gnus-simplify-subject-fuzzy): Use the local
4360         gnus-simplify-subject-fuzzy-regex instead of the global one.
4361         This makes using this variable in group parameters work.
4363 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4365         * gnus-registry.el (gnus-registry-unfollowed-groups):
4366         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
4367         archive:sent-YYYY-MM-DD groups).
4368         (gnus-registry-split-fancy-with-parent): Bail out early in sender
4369         tracking if there are more than `gnus-registry-max-track-groups'
4370         matches.
4372 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4374         * message.el (message--yank-original-internal): New function to do the
4375         insertion cleanly inside eval in `message-yank-original'.
4376         (message-yank-original): Use it.
4378 2011-03-29  Julien Danjou  <julien@danjou.info>
4380         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
4381         local variables disabled rather than `normal-mode'.
4383 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
4385         * imap.el (imap-shell-open, imap-process-connection-type):
4386         Use imap-process-connection-type for 'shell' streams as well as
4387         Kerberos, SSL, other subprocesses.
4389 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
4391         * proto-stream.el: Changes preparatory to merging open-protocol-stream
4392         with open-network-stream.
4393         (proto-stream-always-use-starttls): Option removed.
4394         (open-protocol-stream): Return a process object by default.  Provide a
4395         new parameter :return-list specifying a list-type return value, which
4396         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
4397         :type `network' to `try-starttls', and `network-only' to `default'.
4398         Make `default' the default, for compatibility with open-network-stream.
4399         Handle the no-parameter case exactly as open-network-stream, with no
4400         additional stream processing.  Search plists using plist-get.
4401         Explicitly add :end-of-commend parameter if it is missing.
4402         (proto-stream-open-default): Rename from
4403         proto-stream-open-network-only.  Return 'default as the type.
4404         (proto-stream-open-starttls): Rename from proto-stream-open-network.
4405         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
4406         failed.  Always return a list with a (possibly dead) process as the
4407         first element, for compatibility with open-network-stream.
4408         (proto-stream-open-tls): Use plist-get.  Always return a list.
4409         (proto-stream-open-shell): Return `default' as connection type.
4410         (proto-stream-capability-open): Use plist-get.
4411         (proto-stream-eoc): Function deleted.
4413         * nnimap.el (nnimap-stream, nnimap-open-connection)
4414         (nnimap-open-connection-1): Handle renaming of :type parameter for
4415         open-protocol-stream.
4416         (nnimap-open-connection-1): Pass a :return-list parameter
4417         open-protocol-stream to obtain a list return value.  Parse this list
4418         using plist-get.
4420         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
4421         for open-protocol-stream.  Accept open-protocol-stream return value
4422         that is a subprocess object instead of a list.  Handle the case of a
4423         dead returned process.
4425 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
4427         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
4429         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
4431 2011-03-21  Julien Danjou  <julien@danjou.info>
4433         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
4434         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
4435         query.
4436         (mm-inline-text): Render normal text with fontification whenever
4437         possible.
4439         * gnus-sum.el (gnus-summary-save-parts-1):
4440         * gnus-art.el (gnus-article-browse-html-save-cid-content)
4441         (gnus-article-browse-html-parts, gnus-mime-delete-part)
4442         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
4443         Use `mm-handle-filename'.
4445         * mm-util.el (mm-handle-filename): New function, return the filename of
4446         an handle.
4448 2011-03-18  Julien Danjou  <julien@danjou.info>
4450         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
4451         (gnus-buffer-live-p): Check that buffer is not nil.
4453 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4455         * gnus.el: No Gnus v0.15 is released.
4457 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4459         * time-date.el (format-seconds): Use assoc instead of assoc-string to
4460         avoid warning on XEmacs.
4462         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
4463         on XEmacs.
4465         * gnus-art.el: Require mouse, which the build bot seems to say is
4466         needed.
4468         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
4470         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
4471         XEmacs, since it doesn't have url-retrieve-synchronously.
4473         * time-date.el (format-seconds): Use assoc instead of assoc-string,
4474         since assoc-string doesn't exist in XEmacs.
4476 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
4478         * gnus-group.el (gnus-group-list-ticked): New function.
4479         (gnus-group-make-menu-bar): Provide a menu entry for it.
4480         (gnus-group-list-map): Provide a binding for it.
4482 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4484         * shr.el (shr-visit-file): New command.
4486         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
4488 2011-03-17  Bjørn Mork  <bjorn@mork.no>
4490         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
4491         servers.
4493 2011-03-16  Julien Danjou  <julien@danjou.info>
4495         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
4496         inline.
4498         * gnus-art.el (article-hide-list-identifiers):
4499         Use gnus-group-get-list-identifiers.
4501         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
4502         (gnus-summary-remove-list-identifiers):
4503         Use gnus-group-get-list-identifiers to get regexp.
4504         (gnus-select-newsgroup, gnus-summary-insert-subject)
4505         (gnus-summary-insert-articles):
4506         Call gnus-summary-remove-list-identifiers unconditionally.
4508 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4510         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
4511         we're selecting a group with unread articles.
4513         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
4515         * gssapi.el: New file separated out from imap.el to provide a general
4516         Kerberos 5 connection facility for Emacs.
4518         * message.el (message-elide-ellipsis): Document the format spec
4519         ellipsis.
4521 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
4523         * message.el (message-elide-region): Allow the ellipsis to say how many
4524         lines were removed.
4526 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4528         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
4529         window configurations containing buffers that are now dead.
4531         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
4532         parsing to avoid integer overflows.
4533         (nnimap-parse-flags): Simplify the last change.
4534         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
4535         too large for 32-bit Emacsen.
4537 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4539         * auth-source.el (auth-source-netrc-create):
4540         * message.el (message-yank-original): Fix use of `case'.
4542 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
4544         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
4545         XEmacs, which was one character too wide.
4547 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
4549         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
4550         default number of articles to display.
4551         (gnus-articles-to-read): Use pretty names for prompt.
4553 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4555         * gnus-int.el (gnus-open-server): Ditto.
4557         * gnus-start.el (gnus-activate-group): Give a backtrace if
4558         debug-on-quit is set and the user hits `C-g'.
4559         (gnus-read-active-file): Ditto.
4561         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
4563 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
4565         * message.el (message-yank-original): Use cond instead of CL case.
4567 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4569         * auth-source.el (auth-source-netrc-create): Use usual format for the
4570         default in prompts.
4572 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4574         * lpath.el: Fbind read-char-choice for XEmacs.
4576 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
4578         * auth-source.el (auth-source-netrc-create): Show the default in the
4579         prompt when prompting for token creation.
4581 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
4583         * auth-source.el (auth-source-format-prompt): Always convert the value
4584         to a string to avoid evaluating non-string arguments.
4585         (auth-source-netrc-create): Offer default properly, not as initial
4586         content in `read-string'.
4587         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
4588         of line to determine if we've been run before.  If so, don't run again,
4589         but print a trivial message to indicate the cache was hit instead.
4591 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
4593         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
4594         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
4595         The user will have to run `gnus-sync-read' manually and wait for Cloudy
4596         Gnus.
4598 2011-03-11  Julien Danjou  <julien@danjou.info>
4600         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
4601         modified file".
4603 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
4605         * auth-source.el (auth-source-read-char-choice): New function to read a
4606         character choice using `dropdown-list', `read-char-choice', or
4607         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
4608         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
4609         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
4610         (auth-source-netrc-saver): Use it.
4611         (auth-source-pick-first-password): New convenience function.
4613 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
4615         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
4616         parameter in the credentials.
4617         (nnimap-open-connection-1): Use it after a successful login.
4618         (nnimap-credentials): Add IMAP-specific user and password prompt.
4620         * auth-source.el (auth-source-search): Add :require parameter, taking a
4621         list.  Document it and the :save-function return token.  Pass :require
4622         down.  Change the CREATED message from a warning to a debug statement.
4623         (auth-source-search-backends): Pass :require down.
4624         (auth-source-netrc-search): Pass :require down.
4625         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
4626         Change save prompt to indicate all modifications saved here are
4627         deletions.
4628         (auth-source-netrc-create): Take user login name as default in user
4629         prompt.  Move all the save functionality to a lexically bound function
4630         under the :save-function token in the returned list.  Set up clearer
4631         default prompts for user, host, port, and secret.
4632         (auth-source-netrc-saver): New function, intended to be wrapped for
4633         :save-function.
4635 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4637         * shr.el (shr-table-horizontal-line): Change the defaults for the table
4638         lines to be spaces instead.
4640 2011-03-07  Julien Danjou  <julien@danjou.info>
4642         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
4643         (sieve-sasl-auth): Check that auth-source-search did return something,
4644         or just return an empty string.
4646 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
4648         * gnus.el (gnus-interactive): Use read-directory-name.
4650         * gnus-uu.el (gnus-uu-decode-uu-and-save)
4651         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
4652         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
4653         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
4654         Likewise.
4656         * gnus-group.el (gnus-group-make-directory-group): Likewise.
4658 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4660         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
4661         onto the list of killed groups, too.  This makes killed nnimap groups,
4662         for instance, more reliably not reappear.
4664         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
4665         the parent.
4667         * gnus-sum.el (gnus-update-read-articles): Fix typo.
4669         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
4670         really have server-side marks.
4672         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
4673         since most backends do not usefully have server-side marks.
4674         (gnus-update-read-articles): Propagate marks to all backends that
4675         really have server-side marks.
4677 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
4679         * message.el (message-cite-reply-position, message-cite-style):
4680         New variables.
4681         (message-yank-original): Use the new citation styles.
4683 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
4685         * message.el (message-options): Revert 22da67af (workaround for XEmacs
4686         buffer-local issue); don't mark it buffer-local when running under
4687         XEmacs.
4689 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
4691         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
4692         numbers too big to be `read'.
4694 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
4696         * password-cache.el (password-in-cache-p): Add autoload.
4698         * message.el (message-options): Make buffer-local two ways to attempt
4699         to fix a XEmacs bug.
4701 2011-03-02  Julien Danjou  <julien@danjou.info>
4703         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
4705 2011-03-01  Julien Danjou  <julien@danjou.info>
4707         * gnus-art.el (list-identifier): Add list-identifier as a parameter
4708         group.
4709         (article-hide-list-identifiers): Use list-identifier group parameter.
4711 2011-02-28  Julien Danjou  <julien@danjou.info>
4713         * sieve.el (sieve-buffer-script-name): New local variable to store
4714         sieve script name.
4715         (sieve-edit-script): Store sieve script name.
4716         (sieve-upload): Use sieve script name when uploading.
4717         (sieve-upload): Use substitute-command-keys.
4718         (sieve-edit-script): Use substitute-command-keys.
4719         (sieve-refresh-scriptlist): Use substitute-command-keys.
4720         (sieve-manage-mode-map): Define keymap properly.
4721         (sieve-manage-mode): Do not set mode name manually, change mode-name to
4722         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
4723         Remove commented code about cvs.
4724         (sieve-manage-quit): New function.
4725         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
4727 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4729         * gnus-group.el (gnus-import-other-newsrc-file): New function.
4731 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
4733         * auth-source.el (auth-source-search): Cache empty result sets.
4735         * password-cache.el (password-in-cache-p): Convenience function to
4736         check if a key is in the cache, even if the value is nil.
4738         * auth-source.el (auth-source-save-behavior): New variable to replace
4739         `auth-source-never-create'.
4740         (auth-source-netrc-create): Use it.
4741         (auth-source-never-save): Remove.
4743 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
4745         * nnimap.el (nnimap-stream): Doc fix.
4746         (nnimap-open-connection-1): Reverse the order of the ports to that the
4747         prompted-for port is first.
4749         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
4750         retrieval by the no-group selection.
4752         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
4753         numerical parameters.
4755 2011-02-25  Julien Danjou  <julien@danjou.info>
4757         * gnus-gravatar.el: Use gnus-with-article-buffer.
4759         * gnus-art.el (gnus-with-article-buffer): Check that the
4760         gnus-article-buffer is alive.
4762 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
4764         * auth-source.el (auth-source-creation-prompts): New variable to manage
4765         creation-time prompts.
4766         (auth-source-search): Document it.
4767         (auth-source-format-prompt): Add utility function.
4768         (auth-source-netrc-create): Don't default the user name to
4769         user-login-name.  Use `auth-source-creation-prompts' and some default
4770         prompts for user, host, port, and password (the default generic prompt
4771         remains ugly).
4772         (auth-source-never-save): Add customizable option to never save info.
4773         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
4774         mode excursion.
4776 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4778         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
4779         argument that XEmacs doesn't support.
4781         * dgnushack.el (dgnushack-compile): Exclude color.el from being
4782         compiled for Emacsen having no `libxml-parse-html-region' support.
4784         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
4786         * lpath.el: Bind buffer-save-without-query for XEmacs.
4788 2011-02-23  Julien Danjou  <julien@danjou.info>
4790         * gnus-art.el (article-make-date-line): Ignore errors if time is
4791         invalid and not convertible.
4792         (article-make-date-line): Only add lapsed time if time is not nil.
4794 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
4796         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
4797         `read-char-choice' for backwards compatibility.
4798         (auth-source-netrc-element-or-first): New function to DTRT for
4799         parameter extraction.
4800         (auth-source-netrc-create): Use it and fix multiple parameter print
4801         bug.  Use the default passed from above (given-default) or the
4802         built-in (user-login-name for :user).
4804 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
4806         * gnus-start.el (gnus-dribble-read-file):
4807         Set buffer-save-without-query, since we always want to save the dribble
4808         file, probably.
4810         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
4811         nnimap.
4813         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
4814         -summary- since it's a user-visible variable.
4816         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
4817         first time you use the new Gnus.
4819 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
4821         * auth-source.el: Don't load netrc.el.
4822         (auth-sources): Search ~/.netrc as well by default.
4823         (auth-source-debug): Add 'trivia option for extra output.
4824         (auth-source-do-trivia): Use it.
4825         (auth-source-search): Simplify logic to use
4826         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
4827         appropriate.  Don't keep a running count at this level.  Layer :create
4828         and :delete options appropriately on the first and second passes.
4829         Don't track the backend with the search results.
4830         (auth-source-search-backends): New function to search a list of
4831         backends for a processed spec.
4832         (auth-source-netrc-parse): Cache all netrc files, making
4833         auth-source-netrc-cache an alist keyed by the file name and using the
4834         file mtime as the caching criterion.  Keep the obfuscated data secret
4835         with a lexical bind.
4836         (auth-source-netrc-search): Don't calculate the length of the results
4837         unnecessarily.
4838         (auth-source-search-backends): Fix bug.
4839         (auth-source-netrc-create): Rework prompts.
4841 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
4843         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
4844         Lower case names of search constraints.
4845         (nnir-run-query): Cache and reuse search constraints for all imap
4846         servers.
4848 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
4850         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
4851         after exit.
4852         (gnus-setup-message): Define missing variable from last checkin.
4854         * gnus-sum.el (gnus-summary-show-article): When called with t as the
4855         value, show the raw article.
4857 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4859         * gnus.el: No Gnus v0.13 is released.
4861 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
4863         * nnimap.el (nnimap-open-connection-1): Revert last change, since
4864         auth-source now accepts numbers.
4866         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
4867         spec, too.
4868         (auth-source-ensure-strings): New function.
4870         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
4871         (gnus-article-setup-buffer): Always restart the date timer so that user
4872         changes to the frequency is respected.
4874         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
4875         port numbers, so make sure it gets that if nnimap-server-port is
4876         explicit.
4878 2011-02-21  Simon Josefsson  <simon@josefsson.org>
4880         * nnimap.el (nnimap-inbox): Doc fix.
4882 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
4884         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
4885         Autoload.  Add optional arg FRAME, and pass it to color-values.
4886         (color-complement): Caller changed.  Doc fix.
4887         (color-gradient): Rewrite for better clarity and efficiency.
4889 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
4891         * shr-color.el (shr-color->hexadecimal): Use renamed function names
4892         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
4893         color-lab-to-srgb.
4895 2011-02-20  Drew Adams  <drew.adams@oracle.com>
4897         * color.el: First part of merge from hexrgb.el.
4898         (color-rgb-to-hex): Rename from color-rgb->hex.
4899         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
4900         saturation to zero if the value is too small.
4901         (color-rgb-to-hsl): Rename from color-rgb->hsl.
4902         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
4903         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
4904         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
4905         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
4906         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
4907         (color-cie-de2000): Doc fix.
4909 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
4911         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
4912         given method as in the group name if we're using an extended method.
4913         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
4914         command, if we're using that, instead of waiting for the beginning.
4916         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
4917         we're sure to get unique server names, and we don't output two async
4918         commands in the same buffer.  This fixes an NNTP hang for some users.
4920 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4922         * gnus.el: No Gnus v0.11 is released.
4924 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
4926         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
4927         summary buffer before reading going to the next buffer.  This avoids
4928         putting the point in the group buffer if you `C-g' the command.
4930         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
4931         cache (for now) to make ~/.authinfo.gpg files usable.
4933         * nnfolder.el (copyright-update): Define for the compiler.
4935         * auth-source.el (auth-source-search): Fix unbound variable.
4937 2011-02-19  Glenn Morris  <rgm@gnu.org>
4939         * gnus.el (gnus-meta): Doc fix.
4941 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
4943         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
4944         in case it's not yet loaded.
4946 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
4948         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
4949         line we're waiting for.
4951 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
4953         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
4954         face with line-width greater than zero will cause RET in gnus summary
4955         buffer to scroll down article page-wise because auto vscroll happens,
4956         it should be temporally disabled when doing a scroll-up.
4958 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
4960         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
4961         outputs from the server.
4963 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
4965         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
4966         later so that bbdb can hook in easier.
4968 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
4970         * auth-source.el (auth-source-search): Don't try to create credentials
4971         if the caller doesn't want that.
4972         (auth-source-search): If we don't find a match, don't bug out on
4973         non-bound variables.
4974         (auth-source-search): Only ask a single backend to create the
4975         credentials.
4977         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
4978         logging.
4979         (nnimap-credentials): Protect against auth-source-search returning nil.
4980         (nnimap-request-list): Protect against not being able to open the
4981         server.
4983 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
4985         * auth-source.el (auth-source-search): Do a two-phase search, one with
4986         no :create to get the responses from all backends.
4988         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
4989         when getting credentials.
4991         * gnus-util.el (gnus-delete-duplicates): New function.
4993 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
4995         * nnimap.el (nnimap-credentials): Instead of picking the first port as
4996         a creation default, pass the whole port list down.  It will be
4997         completed.
4999         * auth-source.el (auth-source-search): Updated docs to talk about
5000         multiple creation choices.
5001         (auth-source-netrc-create): Accept a list as a value (from the search
5002         parameters) and do completion on that list.  Keep a separate netrc line
5003         with the password obscured for showing the user.
5005         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
5006         first choice to `auth-source-search' so it will be used for entry
5007         creation instead of the server's Gnus-specific name.
5008         (nnimap-credentials): Rely on the auth-source library to select which
5009         port is actually wanted in the new netrc entry, so don't override
5010         `auth-source-creation-defaults'.
5012         * auth-source.el (auth-source-netrc-parse): Use :port instead of
5013         :protocol and accept a missing user, host, or port as a wildcard match.
5014         (auth-source-debug): Default to off.
5016         (auth-source-netrc-search, auth-source-netrc-create)
5017         (auth-source-secrets-search, auth-source-secrets-create)
5018         (auth-source-user-or-password, auth-source-backend, auth-sources)
5019         (auth-source-backend-parse-parameters, auth-source-search): Use :port
5020         instead of :protocol.
5022         * nnimap.el (nnimap-credentials): Pass a port default to
5023         `auth-source-search' in case an entry needs to be created.
5024         (nnimap-open-connection-1): Use :port instead of :protocol.
5026 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5028         * auth-source.el: Bind load-path when loading EIEIO from
5029         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
5030         21.4 doesn't support, to `require'.
5031         (auth-source-secrets-search): Use mm-delete-duplicates instead of
5032         delete-dups that is not available in XEmacs 21.4.
5034 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
5036         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
5037         as EIEIO must also be loaded when auth-source.el is being
5038         byte-compiled.
5040 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
5042         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
5044         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
5046         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
5048         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
5050         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
5052         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
5054         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
5056         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
5057         necessary.
5059 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
5061         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
5062         nil means that nnimap doesn't get updated.
5064 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
5066         * auth-source.el (auth-source-netrc-create): Return a synthetic search
5067         result when the user doesn't want to write to the file.
5068         (auth-source-netrc-search): Expect a synthetic result and proceed
5069         accordingly.
5070         (auth-source-cache-expiry): New variable to override
5071         `password-cache-expiry'.
5072         (auth-source-remember): Use it.
5074         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
5075         parameter.  Create entry if necessary by using :create t.
5076         (nnimap-open-connection-1): Don't pass `inhibit-create'.
5078 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
5080         * auth-source.el (auth-source-debug): Enable by default and don't
5081         mention the obsolete `auth-source-hide-passwords'.
5082         (auth-source-do-warn): New function to debug unconditionally.
5083         (auth-source-do-debug): Use it.
5084         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
5085         and for Secrets API entries when the secrets.el library is not
5086         available.
5088 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
5090         * gnus-sum.el (gnus-propagate-marks): Default to nil.
5091         (gnus-summary-exit): Kill the correct article buffer on exit from a
5092         `C-d' group.
5094         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
5095         gnus-propagate-marks.
5097         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
5098         before killing the buffers so that a non-full window conf gets handled
5099         correctly.
5100         (gnus-summary-exit): Ditto.
5101         (gnus-summary-read-group-1): Ditto.
5103         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
5104         async code again so that we can debug it properly.
5106         * message.el (message-reply): Take an optional switch-buffer parameter
5107         so that Gnus window confs are respected better.
5109 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
5111         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
5112         `plist-get' to accept non-list parameters (XEmacs issue).
5113         Fix docstring.
5114         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
5115         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
5116         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
5117         Login collection is "Login" and not "login".
5119 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
5121         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
5122         multiple headers.
5124         * nnimap.el (nnimap-inhibit-logging): New variable.
5125         (nnimap-log-command): Don't log login commands.
5127         * auth-source.el (auth-source-netrc-search): The asserts seem to want
5128         to have more parameters.
5130         * nnimap.el (nnimap-send-command): Mark the command time for each
5131         command, so that we don't get NOOPs stepping on our toes.
5133         * gnus-art.el (article-date-ut): Get the date from the Date header on
5134         `t'.
5136 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5138         * auth-source.el (auth-source-search): Use copy-sequence instead of
5139         the cl.el copy-list.
5141 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
5143         * imap.el: Bring it back (revert
5144         84d800cd31de3064f0ed39617d725709a2f8f42f).
5146 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
5148         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
5149         Improve prompt.
5151 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
5153         * gnus-art.el (gnus-article-mode-line-format): Remove the article
5154         washing status from the default format.  It isn't very informative.
5156 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
5158         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
5159         Fix Gcc processing on imap.
5161 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
5163         * imap.el: Remove file.  All the functionality is in nnimap.el.
5165 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5167         * message.el (message-bury): Don't pop up a new window when selected
5168         window is dedicated.
5170 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
5172         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
5174 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
5176         * sieve-manage.el: Autoload `auth-source-search'.
5177         (sieve-sasl-auth): Use it.
5179 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
5181         * nnimap.el: Autoload `auth-source-forget+'.
5182         (nnimap-open-connection-1): Use it if the connection fails.
5184         * auth-source.el: Require `password-cache'.
5185         (auth-source-hide-passwords, auth-source-cache): Remove and mark
5186         obsolete.
5187         (auth-source-magic): Marker for `password-cache' keys.
5188         (auth-source-do-cache): Update docstring.
5189         (auth-source-search): Use and check cache.
5190         (auth-source-forget-all-cached, auth-source-remember)
5191         (auth-source-recall, auth-source-forget, auth-source-forget+)
5192         (auth-source-specmatchp): Caching support functions.
5193         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
5194         Remove and obsolete.
5195         (auth-source-user-or-password): Remove caching to further discourage
5196         using it.  Always hide passwords.
5198         * password-cache.el (password-cache-remove): Accept secrets that are
5199         not strings.
5201 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
5203         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
5204         code for now, since it doesn't work for all users.
5206 2011-02-09  Julien Danjou  <julien@danjou.info>
5208         * message.el (message-options): Make message-options really buffer
5209         local.
5211 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
5213         * mail-source.el: Autoload `auth-source-search'.
5214         (mail-source-keyword-map): Note order matters.
5215         (mail-source-set-1): Get all the mail-source source values and
5216         defaults and search auth-source on those if needed.  This can all
5217         probably be simplified.
5219         * nnimap.el: Autoload `auth-source-search'.
5220         (nnimap-credentials): Use it.
5221         (nnimap-open-connection-1): Ask for the virtual server and physical
5222         address in one shot.
5224         * nntp.el: Autoload `auth-source-search'.
5225         (nntp-send-authinfo): Use it.  Note TODO.
5227 2011-02-08  Julien Danjou  <julien@danjou.info>
5229         * shr.el (shr-tag-body): Add support for text attribute in body
5230         markups.
5232         * message.el (message-options): Make message-options a local variable.
5234 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
5236         * auth-source.el (auth-source-secrets-search)
5237         (auth-source-user-or-password): Use `append' instead of `nconc'.
5238         (auth-source-user-or-password): Build return list better and protect
5239         against nil :secret.
5241 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
5243         * nnimap.el (nnimap-update-info): Refactor slightly.
5244         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
5245         (nnimap-update-info): Clean up slightly.
5246         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
5247         characters.
5248         (nnimap-process-quirk): Rename function to avoid collision.
5249         (nnimap-update-info): Fix macrology bug-out.
5250         (nnimap-update-info): Simplify split history test.
5252 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
5254         * auth-source.el (top): Require 'eieio unconditionally.
5255         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
5256         (auth-source-secrets-search): Limit search when `max' is greater than
5257         number of results.
5259 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
5261         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
5262         part not returning any data.
5264         * proto-stream.el (open-protocol-stream): Document the return value.
5266 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
5268         * auth-source.el (auth-source-secrets-search): Add examples.
5270 2011-02-06  Julien Danjou  <julien@danjou.info>
5272         * message.el (message-setup-1): Handle message-generate-headers-first
5273         set to t.
5275 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
5277         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
5278         API with a string "secrets:collection-name" and with 'default.
5279         (auth-source-backend-parse): Parse "secrets:collection-name" and
5280         'default.  Recurse on parses instead of repeating code.  Use the
5281         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
5282         message when ignoring a source.
5283         (auth-source-search): List ignored search keys at the top level.
5284         (auth-source-netrc-create): Use `case' instead of `cond'.
5285         (auth-source-secrets-search): Created with TODOs.
5286         (auth-source-secrets-create): Created with TODOs.
5287         (auth-source-retrieve, auth-source-create, auth-source-delete)
5288         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5289         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5290         (auth-source-user-or-password-sftp)
5291         (auth-source-user-or-password-smtp): Remove.
5292         (auth-source-user-or-password): Deprecated and modified to be a wrapper
5293         around `auth-source-search'.  Not tested thoroughly.
5295 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
5297         * auth-source.el: Bring in assoc and eioeio libraries.
5298         (secrets-enabled): New variable to track the status of the Secrets API.
5299         (auth-source-backend): New EIOEIO class to represent a backend.
5300         (auth-source-creation-defaults): New variable to set prompt defaults
5301         during token creation (see the `auth-source-search' docstring for
5302         details).
5303         (auth-sources): Simplify to allow a simple string as a netrc backend
5304         spec.
5305         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
5306         (auth-source-backend-parse-parameters): Fill in the backend parameters.
5307         (auth-source-search): Main auth-source API entry point.
5308         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
5309         (auth-source-search-collection): Helper function for searching.
5310         (auth-source-netrc-parse, auth-source-netrc-normalize)
5311         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
5312         Supports search, create, and delete.
5313         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
5314         backend stubs.
5315         (auth-source-user-or-password): Call `auth-source-search' but it's not
5316         ready yet.
5318 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
5320         * message.el (message-setup-1): Remove the read-only stuff, since it
5321         doesn't work under XEmacs, for some reason.
5323         * gnus-sum.el (gnus-user-date): Rename back from
5324         gnus-summary-user-date since user code refers to it.
5326         * shr.el (shr-render-td): Store the actual background color used.
5328         * message.el (message-setup-1): Don't bind the constant
5329         -forbidden-properties.
5330         (message-setup-1): Revert previous change, since it needs to bind the
5331         props to insert them.
5332         (message-resend): Allow removing the read-only separator line.
5334 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
5336         * nnimap.el (nnimap-request-accept-article): Give an error message if
5337         the APPEND wasn't successful.
5339 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
5341         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
5342         that have no groups.
5344 2011-02-03  Julien Danjou  <julien@danjou.info>
5346         * gnus-draft.el: Remove progn around gnus-draft-setup.
5348 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
5350         * gnus-start.el (gnus-read-active-for-groups): This function is never
5351         called with a nil `infos', so clean that up.
5352         (gnus-get-unread-articles): Request active files from primary/secondary
5353         methods that have no groups (yet).
5355 2011-02-03  Julien Danjou  <julien@danjou.info>
5357         * message.el (message-setup-1): Always generate References first.
5358         (message-mail): Return the return value of message-setup, not always t.
5359         (message-setup-1): Insert mail-header-separator with read-only and
5360         intangible properties set.
5362         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
5363         user-date in docstring.
5365         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
5367         * gnus.el (gnus-summary-line-format): Mention &user-date format in
5368         docstring.
5370         * gnus.el (gnus-user-date-format-alist): Change default value.
5371         Use defcustom, with type and group. Move from gnus-util.el.
5372         Rename to gnus-summary-user-date-format-alist.
5374 2011-02-03  Glenn Morris  <rgm@gnu.org>
5376         * nnimap.el (gnus-fetch-headers): Declare.
5378         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
5380 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
5382         * message.el (message-forward-make-body-digest-plain)
5383         (message-followup, message-reply): Clean up things noted by Stefan.
5385         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
5386         gnus-article-update-date-headers is nil.
5387         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
5388         it didn't really work with defcustom.
5389         (article-update-date-lapsed): Make sure the window start doesn't move,
5390         either.
5392 2011-02-01  Julien Danjou  <julien@danjou.info>
5394         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
5395         format.
5397         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
5398         standard in Emacs nowadays.
5400         * color.el (color-gradient): Add a color-gradient function.
5402 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5404         * message.el (message-expand-name): Don't trust the return value of
5405         bbdb-complete-name.
5406         (message-check-news-header-syntax): Remove unused var `start'.
5407         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
5408         (message-inhibit-body-encoding): Move to before first use.
5409         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
5410         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
5411         (Organization, Message-ID, Date, mh-previous-window-config):
5412         Defvar the vars using dynamic scoping.
5414 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
5416         * shr.el (shr-render-td): Only do colors at the final rendering.
5417         Should be slightly faster.
5418         (shr-insert-table): Fix up TD background colors when doing the
5419         vertical padding.
5421         * gnus-art.el (article-date-ut): Protect against articles with no Date
5422         header.
5423         (article-update-date-lapsed): Don't use current-column to find the
5424         horizontal position.  It's fragile in the presence of \003 characters.
5426         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
5428 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
5430         * gnus-art.el (article-transform-date): Rewrite to still work when
5431         there are several rfc2822 parts.
5432         (article-transform-date): Fix infinite recursion.
5433         (article-date-ut): Replace infinitely many Date headers with a single
5434         one when called interactively.
5436         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
5437         secure manner.
5439         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
5440         move around by not using save-window-excursion.  It seems to work...
5442 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5444         * gnus-art.el (article-make-date-line): Work for user-defined format.
5446 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
5448         * nntp.el (nntp-retrieve-group-data-early)
5449         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
5450         fetching functions.
5452         * gnus-start.el (gnus-read-active-for-groups): Read the active files
5453         thoroughly for all backends that have no known groups.  This should
5454         allow new nnml methods to retrieve mail.
5456         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
5457         that Gnus doesn't know exists again.
5459         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
5460         (gnus-treat-date-ut): Ditto.
5461         (gnus-article-update-date-header): Rename.
5462         (gnus-treat-date-local): Remove.
5463         (gnus-treat-date-english): Remove.
5464         (gnus-treat-date-lapsed): Remove.
5465         (gnus-treat-date-combined-lapsed): Remove.
5466         (gnus-treat-date-original): Remove.
5467         (gnus-treat-date-iso8601): Remove.
5468         (gnus-treat-date-user-defined): Remove.
5469         (gnus-article-date-headers): New variable to control all the date
5470         header options.
5471         (article-date-ut): Rewrite to allow using the new way to format date
5472         headers(s).
5474 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
5476         * nnmail.el (nnmail-article-group): Check for a direct fancy split
5477         method.
5478         (nnmail-article-group): A better test for fanciness.
5480         * nnimap.el (nnimap-request-head): Protect against not finding the
5481         article by Message-ID.
5483 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
5485         * gnus-art.el (article-update-date-lapsed): Try a better way to really
5486         keep point at the "same place".
5488 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
5490         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
5491         data if the group is inactive.
5493 2011-01-28  Julien Danjou  <julien@danjou.info>
5495         * gnus-win.el: Remove dead function gnus-window-configuration-element.
5496         (gnus-all-windows-visible-p): Remove old compatibility code.
5497         (gnus-window-top-edge): Add docstring.
5499         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
5501 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
5503         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
5504         older request-update-info.
5506         * gnus-art.el (article-make-date-line): Limit the length a bit more.
5508 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
5510         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
5511         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
5513 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
5515         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
5516         groups.  This makes the nndraft:queue group pop up if it's not already
5517         there.
5519         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
5520         messages" logic, which was reversed.
5522         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
5523         the "same place" even if point is on the line being replaced.
5524         (article-update-date-lapsed): Allow updating both the combined lapsed
5525         and the lapsed headers.
5526         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
5527         (article-make-date-line): Limit the number of segments dynamically to
5528         avoid too-long lines.
5530 2011-01-27  Julien Danjou  <julien@danjou.info>
5532         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
5533         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
5535 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5537         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
5538         Use plist-get instead of the cl function getf.
5540 2011-01-27  Glenn Morris  <rgm@gnu.org>
5542         * gnus-util.el (float-time): Get rid of compiler warning, again.
5544 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
5546         * shr.el (shr-put-color): Special-case background colors: Do put them
5547         at the blank parts at the front of the lines.
5549         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
5550         exit hook to nix out all data on readedness on group exit.
5552         * gnus-util.el (float-time): If float-time is bound, always use it on
5553         all Emacsen.  It's unclear why the subrp check was there.
5554         (time-date): Require to make some autoload issues on XEmacs go away.
5556         * shr.el (shr-put-color): Don't do the box padding in tables, since
5557         they're already padded.
5559 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
5561         * gnus-art.el (gnus-article-next-page): When the last line of the
5562         article is displayed, scroll down once more instead of going to the
5563         next article at once.
5564         (article-lapsed-string): Refactor out and allow specifying how many
5565         segments you want.
5566         (gnus-article-setup-buffer): Start updating the lapsed header directly.
5567         (gnus-article-update-lapsed-header): New variable.
5569         * shr.el: Revert change that made headings use different-sized faces.
5570         The Emacs display engine isn't advanced enough that, for instance,
5571         tables can comfortably use differently-sized faces.
5573 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
5575         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
5576         used.
5577         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
5578         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
5579         we're using an encrypted connection.
5581         * proto-stream.el: Alter the interface functions to also return the
5582         actual stream type used: network or tls.
5584 2011-01-25  Julien Danjou  <julien@danjou.info>
5586         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
5587         (mm-display-javascript-inline): New function.
5589         * mm-decode.el (mm-inline-media-tests): Add application/javascript
5590         viewing function.
5592 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5594         * shr.el (shr-expand-newlines): Fix variable name.
5596 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
5598         * shr.el (shr-expand-newlines): Make nested boxes work.
5600 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
5602         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
5603         backgrounds.
5604         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
5605         in a more sensible manner.
5607 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
5609         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
5610         if EPG is loaded.
5612 2011-01-24  Julien Danjou  <julien@danjou.info>
5614         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
5615         tags.
5617 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
5619         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
5620         commands.
5622         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
5623         in the article buffer.
5624         (gnus-gravatar-insert): Use blank space from the current buffer to
5625         avoid breaking text properties.  This makes X-Sent updating work again.
5627         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
5629 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
5631         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
5632         fix the bug in url-http.el instead.
5634         * shr.el (shr-image-fetched): Ditto.
5636         * shr.el (shr-image-fetched): Avoid having point move in the article
5637         buffer.
5639         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
5640         buffer after being called.  It's apparently being killed by url.el, and
5641         killing it made point move to end-of-buffer in a random buffer.
5643         * shr.el (shr-image-fetched): Ditto.
5645 2011-01-23  Julien Danjou  <julien@danjou.info>
5647         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
5649         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
5650         text/x-org.
5652 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
5654         * gnus-sum.el (gnus-summary-move-article): Protect against backends
5655         (i.e., nnimap) returning nil as the article number.
5657 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
5659         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
5660         "DelSp" parameter in RFC3676.
5662 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
5664         * message.el (message-check-recipients): Display the encoded version of
5665         the bogus address if they differ.
5667         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
5668         after sending.
5670         * gnus-agent.el (gnus-agent-send-mail): Ditto.
5672         * gnus-group.el (gnus-group-refresh-group): New convenience function.
5674         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
5675         group buffer after sending the queue.
5677         * gnus-agent.el (gnus-agent-send-mail): Ditto.
5679 2011-01-22  Julien Danjou  <julien@danjou.info>
5681         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
5683 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
5685         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
5686         nested related parts.
5688         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
5689         unexpired articles.  This fixes the regression that led expiry marks to
5690         disappear from nnfolder groups.
5692 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5694         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
5695         Don't confuse the "ret" of "retrograde" with RET.
5697 2011-01-21  Julien Danjou  <julien@danjou.info>
5699         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
5700         than mm-insert-inline.
5702 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5704         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
5705         Widen article buffer.
5707 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5709         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
5710         the temp buffer.
5711         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
5713 2011-01-20  Julien Danjou  <julien@danjou.info>
5715         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
5717         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
5718         than mm-insert-inline to insert inline part: this respect
5719         mm-inline-media-tests displayers.
5721         * mm-view.el (mm-display-shell-script-inline): New function.
5723         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
5725         * mm-uu.el (mm-uu-type-alist): Add org block.
5726         (mm-uu-org-src-code-block-extract): New function.
5728         * mm-view.el (mm-display-org-inline): New function.
5730         * mm-decode.el (mm-automatic-display): Add text/org.
5732         * mailcap.el (mailcap-mime-extensions): Add .org.
5734 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5736         * gnus-art.el (gnus-article-highlight): Remove argument passed to
5737         gnus-article-add-buttons.
5739 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
5741         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
5742         From header with a date and "nobody" as the sender.
5744 2011-01-19  Julien Danjou  <julien@danjou.info>
5746         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
5747         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
5748         if you have the same regexp several times.
5749         (gnus-button-push): Fix matching when regexp is symbol.
5751 2011-01-15  Glenn Morris  <rgm@gnu.org>
5753         * message.el (message-mail): A compose-mail function should
5754         accept headers as strings.
5756 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
5758         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
5759         Add :vert-only tags.
5760         (message-mail): New arg RETURN-ACTION.
5761         (message-return-action): New var.
5762         (message-bury): Use it.
5763         (message-mode): Make it buffer-local.
5764         (message-send-and-exit): Always call message-bury.
5766         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
5767         message-mail.
5769 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5771         * nnimap.el (nnimap-convert-partial-article): Protect against
5772         zero-length body parts.
5774         * mm-decode.el (mm-preferred-alternative-precedence):
5775         Discourage showing empty parts.
5777         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
5778         and stuff if the backend didn't return the article number.  This fixes
5779         an Exchange-related nnimap bug.
5781         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
5782         group window, because it does the wrong thing when a separate frame
5783         displays the group buffer.
5785         * proto-stream.el (open-protocol-stream): Protect against the low-level
5786         transport functions returning nil.
5788 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
5790         * mml2015.el (epg-sub-key-fingerprint): Autoload.
5791         (mml2015-epg-find-usable-secret-key): New function.
5792         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
5793         mml2015-epg-find-usable-key (Bug#7797).
5794         (mml2015-epg-encrypt): Ditto.
5796 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5798         * dgnushack.el (rot13-string): Fix the way to get the argument.
5800 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5802         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
5804 2011-01-03  Glenn Morris  <rgm@gnu.org>
5806         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
5808         * sieve.el (sieve-open-server): Give a more explicit error if
5809         sieve-manage-open returns nil.  (Bug#7720)
5811 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
5813         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
5815 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5817         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
5818         This avoids sending passwords in plain text over non-encrypted
5819         channels.
5821         * shr.el (shr-rescale-image): Display all GIF images as animated images.
5823         * nnimap.el (nnimap-login): Refactored out into own function, and
5824         implement CRAM-MD5.
5825         (nnimap-wait-for-line): Refactored out.
5827         * mm-view.el (mml-smime): Require.
5829 2010-12-20  David Engster  <deng@eml.cc>
5831         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
5832         use EPG to decrypt S/MIME messages instead of openssl.
5834 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5836         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
5838         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
5839         status is the group clearly is unreachable.
5841         * auth-source.el (auth-source-create): Add the optional second
5842         parameter to `local-variable-p' to be compatible with XEmacs.
5844 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
5846         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
5847         work when using a compressed nnml folder.
5849 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5851         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
5852         backends after sanitising on entry, because this never makes sense:
5853         If the articles have gone missing, then the data no longer exists on
5854         the backend, and if they haven't, then Gnus is wrong, and shouldn't
5855         overwrite anything anyway.
5857         * shr.el (shr-insert-document): Bind shr-width dynamically to
5858         window-width if it's nil.
5860 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
5862         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
5863         with the meaning of using the full emacs window width for rendering.
5865 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
5867         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
5868         case when sender is not given.
5870 2010-12-23  Julien Danjou  <julien@danjou.info>
5872         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
5873         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
5874         the addresses, otherwise we might misplaced the gravatar.
5876 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
5878         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
5879         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
5880         obsolete in Emacs.
5882 2010-12-20  Julien Danjou  <julien@danjou.info>
5884         * gnus-util.el (gnus-rescale-image): Revert last change.
5886 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
5888         * binhex.el: Improve commentary (Bug#7482).
5890 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5892         * gnus-group.el (gnus-group-delete-articles): New command.
5894 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
5896         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
5898 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5900         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
5901         here, since it's up to the backends to do CRLF removal if their
5902         protocol has it.
5904         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
5906 2010-12-17  Julien Danjou  <julien@danjou.info>
5908         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
5909         they are from file.  Can also scale up.
5911 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
5913         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
5914         Restore gnus-use-agent.
5915         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
5917         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
5919 2010-12-17  Julien Danjou  <julien@danjou.info>
5921         * gravatar.el (gravatar-retrieve-synchronously): New function.
5922         (gravatar-get-data): Make more robust.
5924 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5926         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
5928 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5930         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
5931         to really consider the last line.
5933 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
5935         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
5936         list of recipient keys, or use symmetric encryption if not a list.
5937         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
5938         EPA override, replacing the call to `netrc-store-data'.
5940 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
5942         * gnus-srvr.el: Avoid passing nil regexp argument to
5943         delete-matching-lines.
5945 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5947         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
5948         fetching stops when Gnus exits.
5950         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
5951         function.
5952         (nnfolder-request-expire-articles): Save all the buffers after doing
5953         expiry.
5955         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
5956         the last article", since that led to serious performance regressions
5957         when expiring nnml groups.
5959 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
5961         * nnir.el: Improve customizations.
5963 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5965         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
5967         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
5968         group has been killed.
5969         (gnus-group-yank-group): Ditto.
5971         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
5973         * nnimap.el (nnimap-request-update-group-status): New function.
5975         * gnus-int.el (gnus-request-update-group-status): New interface
5976         function.
5978         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
5979         copying read-ness to the backends.
5981         * nnimap.el (nnimap-quirk): New function.
5982         (nnimap-retrieve-group-data-early): Use it.
5983         (nnimap-quirks): New alist.
5985 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5987         * shr.el (shr-insert): Set shr-start after deleting trailing space;
5988         don't delete it within indentation.
5990 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5992         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
5993         previous line.
5995 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5997         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
5998         QRESYNC command by deleting a superfluous space which broke Cyrus
5999         servers.  This change will break other servers that are buggy the other
6000         way around.
6002 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
6004         * spam.el: Reindent and fix long lines.
6005         (spam-copy-or-move-routine): Exclude invalid move destinations.
6007 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
6009         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
6010         installed the registry.
6012 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6014         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
6016 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
6018         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
6019         groupname doesn't contain "gmane".
6021 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6023         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
6024         and netrc-bound-and-true-p bindings.
6025         (netrc-parse): Cache the netrc contents.
6027         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
6028         (gnus-1): Don't create the nndrafts group twice.
6029         (gnus-setup-news): There's no need to read the active file here, since
6030         that's done again later on a per-backend basis.
6031         (gnus-start-draft-setup): Make sure that the new group is started out
6032         empty.
6034         * gnus-agent.el (gnus-agentize): Don't create the queue group
6035         automatically on startup.  It'll be created later, if needed.
6037         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
6038         of automatically subscribed groups.
6039         (gnus-auto-subscribed-categories): New variable.
6040         (gnus-matches-options-n): Use it.
6041         (gnus-default-subscribed-newsgroups): Remove unused variable.
6042         (gnus-start-draft-setup): Message a bit less.
6044 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
6046         * nnir.el (nnir-run-imap): Return article list in order of increasing
6047         UID.
6049 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6051         * gnus-sum.el (gnus-summary-enter-digest-group):
6052         Mention gnus-auto-select-on-ephemeral-exit.
6054         * proto-stream.el (proto-stream-open-network-only): Fix the calling
6055         convention of the network-only option.
6057 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6059         * proto-stream.el (proto-stream-open-network-only): New function to
6060         have a way to specify non-STARTTLS upgrade connections.
6062 2010-12-10  Julien Danjou  <julien@danjou.info>
6064         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
6065         email address is nil.
6067         * message.el (message-bogus-recipient-p): Set address to "" if nil.
6069 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
6071         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
6072         deletion.
6073         (nnir-run-imap): Only need to parse list once.
6075 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6077         * shr.el (shr-tag-script): Ignore <script>.
6078         (shr-tag-label): Add <label> support.
6080 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6082         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
6084         * shr.el (shr-image-displayer): Work for images lined side by side.
6086 2010-12-08  Robert Pluim  <rpluim@gmail.com>
6088         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
6089         parameter, since XEmacs doesn't accept t as a parameter.
6091 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
6093         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
6094         ids.
6095         (nnir-run-gmane): Simplify groupspec formatting.
6096         (nnir-request-expire-articles): New function.
6098 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6100         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
6101         overflow, possibly.
6103         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
6104         (shr-render-td): Handle td style="" better.
6105         (shr-tag-table): Use the color from the style sheet.
6106         (shr-render-td): Make sure we copy over all the overlays, too.
6108 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
6110         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
6111         (nnir-request-article): Improve article retrieval.
6113 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6115         * mm-util.el (mm-extra-numeric-entities): New variable.
6117         * mm-url.el (mm-url-decode-entities):
6118         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
6120         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
6122 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6124         * message.el: Use completion-at-point.
6125         (message-completion-function): New fun, extracted from message-tab.
6126         (message-mode): Use it for completion-at-point-functions.
6127         (message-tab): Use it and completion-at-point.
6129 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6131         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
6132         character if a non-breakable character follows.
6134 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6136         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
6137         any stream.
6139         * shr.el (shr-tag-font): Colorize the region.
6140         (shr-tag-body): Ditto.
6141         (shr-tag-font): Actually let the styles be inherited instead of
6142         overwriting them.
6143         (shr-tag-font): Get the background color right.
6144         (shr-tag-style): Ignore all <style> tags for the moment.
6146         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
6147         a Message-ID to avoid having nnimap depend on gnus-sum.
6149         * shr.el (shr-descend): Only colorize something if we have a node that
6150         sets colors.
6152 2010-12-06  Julien Danjou  <julien@danjou.info>
6154         * shr.el (shr-render-td): Render td content with shr-descend, so style
6155         will be applied to <td> too.
6156         (shr-colorize-region): Colorize region even if we only have a background.
6157         (shr-tag-body): Fix color and background color inheritance.
6158         Do not recolorize after shr-generic.
6159         (shr-tag-font): Let shr-generic colorize via inheritance.
6161 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6163         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
6165 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
6167         * nnir.el (nnir-request-move-article): Remove obsolete code.
6169 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6171         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
6173 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6175         * gnus-sum.el (gnus-summary-respool-article): The completion function
6176         expects a list instead of an alist.
6178         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
6179         string as the parameter.
6181         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
6183         * shr.el (shr-stylesheet): New dynamic variable for cascading the
6184         styles.
6185         (shr-colorize-region): New function.
6186         (shr-insert-background-overlay): Remove.
6187         (shr-render-td): Background setting should be taken care of on a higher
6188         level.
6189         (shr-tag-body): Use post-hoc colorizations.
6190         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
6191         (shr-put-color-1): Don't overwrite old colors.
6192         (shr-colorize-region): When the background color isn't explicit, use
6193         a fixed background.
6195         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
6196         nnmail variables.
6198 2010-12-05  Bjørn Mork  <bjorn@mork.no>
6200         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
6201         unless necessary.
6203 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
6205         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
6206         server.
6208 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6210         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
6211         so that TAB works.
6213         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
6214         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
6216         * shr.el (shr-urlify): Show the URL before the title to avoid
6217         misleading URLs.
6219 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
6221         * shr.el (shr-urlify): Display the title in <a> tags.
6223 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
6225         * nnir.el (nnir-categorize): Replace mapcar with mapc.
6227 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
6229         * nnir.el: Rearrange code to allow macros to be autoloaded by
6230         gnus-sum.el.
6231         (nnir-retrieve-headers-override-function): Make this variable
6232         customizable.
6233         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
6235         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
6236         from nnir.el.
6238 2010-12-03  Julien Danjou  <julien@danjou.info>
6240         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
6242 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6244         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
6245         allow optional argument `environment'.
6247 2010-12-03  Glenn Morris  <rgm@gnu.org>
6249         * mm-extern.el (message-goto-body): Update declaration.
6251 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6253         * gnus-util.el (gnus-macroexpand-all): New function.
6255         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
6256         instead of macroexpand-all that is unavailable in XEmacs.
6258 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
6260         * nnir.el (nnir-summary-line-format): New variable.
6261         (nnir-mode): Use it.
6262         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
6263         (nnir-article-ids): Reimplement as defsubst.
6264         (nnir-retrieve-headers): Don't mangle the subject header.
6265         (nnir-run-imap): Use 100 as RSV score.
6266         (nnir-run-find-grep): Fix for full server searching.
6267         (nnir-run-gmane): Better restriction to gmane groups.
6269         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
6270         summary buffers.
6272 2010-12-02  Julien Danjou  <julien@danjou.info>
6274         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
6276         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
6278         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
6279         support.
6281 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
6283         * nnir.el: Update to handle the registry better.
6284         (autoload): Silence byte-compiler.
6285         (nnir-open-server): Add a hook for nnir groups.
6286         (nnir-request-move-article): Don't mangle the header.  Better to use
6287         formatting variables (which will be added in the future).
6288         (nnir-registry-action): Update the registry using the original article
6289         group name.
6290         (nnir-mode): Install nnir-specific hooks for updating the registry.
6292         * gnus-sum.el
6293         (gnus-article-original-subject,gnus-newsgroup-original-name):
6294         Remove obsolete variables.
6295         (gnus-summary-move-article): Remove use of obsolete variables.
6296         (gnus-summary-local-variables): Make move and delete hooks local to
6297         summary buffers.
6299 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6301         * rtree.el: New file.
6303 2010-12-01  Julien Danjou  <julien@danjou.info>
6305         * message.el (message-user-organization): Do not use
6306         gnus-local-organization.
6308         * gnus.el: Remove gnus-local-organization.
6310         * gnus-msg.el: Remove nastygram thing.
6312 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
6314         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
6315         funcall.
6317 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6319         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
6320         names.
6322         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
6323         characters.
6325         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
6326         to t of inhibit-read-only since it is inside gnus-with-article-headers.
6327         Suggested by Štěpán Němec <stepnem@gmail.com>.
6328         (gnus-gravatar-transform-address): Use mail-extract-address-components
6329         that supports non-ASCII names rather than mail-header-parse-addresses.
6331 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6333         * proto-stream.el (open-protocol-stream): All starttls connections are
6334         handled by the network handler.
6336 2010-11-30  Julien Danjou  <julien@danjou.info>
6338         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
6339         (nnimap-open-connection-1): Fix PREAUTH.
6341         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
6343 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6345         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
6346         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
6347         (shr-insert): Use them.
6348         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
6350 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
6352         * nnir.el (nnir-request-move-article): Bail out if original group
6353         doesn't support article moves.
6354         (nnir-get-active): Improve active list retrieval.
6356 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6358         * shr.el (shr-find-fill-point): Don't break before apostrophes.
6360 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
6362         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
6363         seem to accept strings-with-numbers as port numbers.
6365 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
6367         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
6368         change the registry.
6370 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6372         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
6373         delete-dups that is not available in XEmacs 21.4.
6375         * mm-util.el (mm-delete-duplicates): Add comment.
6377 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
6379         * nnir.el (nnir-ignored-newsgroups): New variable.
6380         (nnir-get-active): Use it.
6382 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6384         * proto-stream.el (proto-stream-open-network): Add some comments.
6386         * nntp.el (nntp-open-connection): Provide a :success condition.
6388         * nnimap.el (nnimap-open-connection-1): Ditto.
6390         * proto-stream.el (proto-stream-open-network): See what the response to
6391         the STARTTLS command is.
6393         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
6394         backwards compatibility).
6395         (nnimap-open-connection-1): Really respect nnimap-server-port.
6397         * proto-stream.el (proto-stream-open-network): When doing opportunistic
6398         TLS upgrades we don't really care about the identity of the peer.
6399         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
6400         that what we've checked for.
6401         (proto-stream-always-use-starttls): Only default to t if
6402         open-gnutls-stream exists.
6403         (proto-stream-open-network): If STARTTLS failed, then just open a
6404         normal connection.
6405         (proto-stream-open-network): Wait until the greeting before doing
6406         STARTTLS.
6408         * nntp.el (nntp-open-connection): Report what the connection error is.
6410         * proto-stream.el (open-protocol-stream): Rename from
6411         open-proto-stream.
6413 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6415         * nnimap.el (nnimap-stream): Change default to `undecided'.
6416         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
6417         first, and then network.
6418         (nnimap-open-connection-1): Respect nnimap-server-port.
6419         (nnimap-open-connection): Be more backwards-compatible.
6421         * proto-stream.el (proto-stream-always-use-starttls): New variable.
6422         (proto-stream-open-starttls): De-duplicate the starttls code.
6423         (proto-stream-open-starttls): Folded back into the main function.
6424         (proto-stream-open-network): Fix typo in the gnutls path.
6425         (proto-stream-command): Refactor out.
6427         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
6429         * proto-stream.el (proto-stream-open-starttls): Actually implement the
6430         starttls.el STARTTLS.
6432         * color.el (color-lab->srgb): Fix function call name.
6434         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
6435         if we're using tls.el.
6436         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
6437         built in, then don't try to establish a STARTTLS connection.
6439         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
6440         servers.
6442         * proto-stream.el (open-proto-stream): Use network, not stream.
6443         (open-proto-stream): Add a way to specify what the end of a command is.
6445         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
6446         connections types.
6447         (nntp-open-network-stream): Remove.
6448         (nntp-open-ssl-stream): Remove.
6449         (nntp-open-tls-stream): Remove.
6450         (nntp-ssl-program): Remove.
6452         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
6454 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
6456         * nnir.el: Fix typos.
6457         (nnir-retrieve-headers-override-function): Rename variable to reflect
6458         new semantics.
6459         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
6460         macros.
6461         (nnir-request-article, nnir-request-move-article): Use them.
6462         (nnir-categorize): New function.
6463         (nnir-run-query): Use it.
6464         (nnir-retrieve-headers): Rewrite to batch header retrieval.
6465         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
6466         sorted.
6467         (nnir-group-full-name): Use gnus-group-full-name instead.
6468         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
6469         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
6471 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6473         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
6475         * proto-stream.el: New library to provide protocol-specific
6476         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
6477         protocols.
6478         (open-proto-stream): Complete the documentation.
6479         (proto-stream-open-network): Fix some typos.
6481         * nnimap.el (nnimap-open-connection): Use it.
6483 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
6485         * pop3.el (pop3-open-server): Read server greeting before starting TLS
6486         negotiation.
6488 2010-11-26  Julien Danjou  <julien@danjou.info>
6490         * color.el: Rename various rgb functions to srgb.
6492 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6494         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
6495         names.
6497 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6499         * shr.el (shr-insert): Revert last change.
6500         (shr-find-fill-point): Never leave point being at bol;
6501         relax the kinsoku limitation when rendering tables.
6503 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6505         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
6506         results from -accept-article.
6508         * shr-color.el: Require cl when compiling.
6510         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
6511         checkin.
6513         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
6515         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
6517         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
6518         'add and 'delete to set backend marks.
6520         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
6522         * nnheader.el (nnheader-update-marks-actions): Refactor out.
6524         * nntp.el (nntp-request-set-mark): Use it.
6526         * nnfolder.el (nnfolder-request-set-mark): Ditto.
6528         * nnml.el (nnml-request-set-mark): Ditto.
6530         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
6531         introduces regressions in article selection.
6532         (nnimap-find-uid-response): New function.
6533         (nnimap-request-accept-article): Use the UID returned, if any.
6534         (nnimap-request-move-article): Use the UID returned, if any.
6535         (nnimap-get-groups): Reimplement to work with folded lines.
6536         (nnimap-find-uid-response): The UID is the last element in the list.
6537         (nnimap-request-set-mark): Extend syntax with 'set.
6539         * nnml.el (nnml-request-set-mark): Ditto.
6541         * nnfolder.el (nnfolder-request-set-mark): Ditto.
6543         * nntp.el (nntp-request-set-mark): Ditto.
6545 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6547         * message.el (message-called-interactively-p): A temporary macro.
6548         (message-goto-body): Use it temporarily.
6550 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6552         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
6553         (nnimap-last-response-string): Unfold quoted lines, if they exist.
6554         (nnimap-last-response-string): Fix last unfolding fix.
6556 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6558         * shr.el (shr-insert): Fix the way to fold lines.
6560 2010-11-25  Julien Danjou  <julien@danjou.info>
6562         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
6564         * color.el: Rename from color-lab.el
6565         (color-rgb->hex): Add.
6566         (color-complement): Add.
6567         (color-complement-hex): Add.
6569         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
6571 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6573         * shr-color.el (shr-color-visible): Don't bug out if the color names
6574         don't exist.
6576 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6578         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
6579         assuming that article displaying or another mml-preview may be
6580         interrupted for an error or for the like.
6582         * shr.el (shr-get-background): Fix argument name.
6584 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6586         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
6588         * gnus-sum.el (gnus-summary-include-articles): New function.
6590         * message.el (message-goto-body): called-interactively-p needs a
6591         parameter, so use `any'.
6593         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
6594         clear marks before moving, since they're synced from the Gnus side
6595         first.
6597         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
6598         (gnus-summary-move-article): Copy over all marks before moving, so that
6599         IMAP doesn't think a new article has arrived.
6601 2010-11-24  Julien Danjou  <julien@danjou.info>
6603         * shr.el (shr-insert-background-overlay): Fix typo.
6604         (shr-render-td): Copy the background before rendering.
6606         * shr-color.el (shr-color-visible): Fix docstring.
6608         * shr.el (shr-tag-table): Add bgcolor support.
6609         (shr-render-td): Add bgcolor support.
6610         (shr-get-background): Add.
6611         (shr-insert-foreground-overlay): Use shr-get-background.
6613         * message.el (message-goto-body): Use called-interactively-p.
6614         (message-in-body-p): message-goto-body returns point.
6616 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6618         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
6619         Fixes something or other in Emacs 23, and is backwards compatible.
6621         * message.el (message-goto-body): Remove the <#secure special-casing,
6622         which is too special.
6624         * shr.el (shr-parse-style): Drop !important from styles.
6626 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
6628         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
6629         this function to return incorrect results when calling it with an
6630         explicit article argument different from
6631         (gnus-summary-article-number).
6633 2010-11-24  Julien Danjou  <julien@danjou.info>
6635         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
6636         (shr-tag-body): Add background support.
6637         (shr-descend): Add background support.
6638         (shr-tag-title): Add.
6640         * shr-color.el (shr-color-visible): Really return original background
6641         if fixed.
6643 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6645         * shr.el (shr-color-check): Protect against non-existent color names.
6647 2010-11-24  Julien Danjou  <julien@danjou.info>
6649         * color-lab.el: Require 'cl when compiling.
6651         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
6653         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
6654         matched part.
6656         * color-lab.el: Fix all expt calls to use float type.
6658 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6660         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
6661         expression to shr-color-check as is.
6663         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
6665         * color-lab.el: Add coding cookie.
6666         (float-pi): Use eval-and-compile.
6668         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
6669         compiled for Emacsen having no `libxml-parse-html-region' support.
6671 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6673         * shr.el (shr-insert-color-overlay): Split stuff like
6674         "#444444 !important" to find the real color.
6675         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
6676         parse <font color="red"> entries.
6678 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
6680         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
6681         point when parsing headers.
6683         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
6684         is positioned properly when parsing headers.
6686 2010-11-23  Julien Danjou  <julien@danjou.info>
6688         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
6690         * shr-color.el (shr-color->hexadecimal): Add support for color names.
6692         * shr.el (shr-parse-style): Replace \n with space in style parsing.
6694         * shr-color.el (shr-color-hsl-to-rgb-fractions):
6695         Use shr-color-hue-to-rgb.
6696         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
6698 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6700         * shr.el (shr-color->hexadecimal): Autoload.
6701         (shr-descend): Add color to all tags.
6703 2010-11-22  Julien Danjou  <julien@danjou.info>
6705         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
6706         shr-color->hexadecimal.
6708         * shr-color.el (shr-color->hexadecimal): Add converting functions for
6709         RGB() or HSL() color representation.
6711         * shr.el (shr-tag-font): Add.
6712         (shr-tag-color-check): New function to get better colors.
6713         (shr-tag-insert-color-overlay): Factorize code between tag-font and
6714         tag-span.
6716         * shr-color.el: New file.
6718         * color-lab.el: New file.
6720         * gnus-art.el (gnus-url-mailto): Do not downcase args.
6722 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
6724         * nnir.el: Fix typo in comments.
6725         (nnir-run-imap): Simplify code.  No need to reverse artlist.
6726         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
6728 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6730         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
6732         * nnimap.el (nnimap-get-capabilities): Refactor out.
6733         (nnimap-open-connection): Re-request capabilities after STARTTLS.
6735 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
6737         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
6738         appearing when `mm-uu-hide-markers' is nil.
6740 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6742         * nnimap.el (nnimap-unselect-group): Make into its own function.
6743         (nnimap-request-rename-group): Unselect group before renaming.
6744         This had gotten lost somewhere.
6745         (nnimap-request-accept-article): Keep track of examined groups, and
6746         unselect the group before APPENDing to read-only groups.
6747         (nnimap-request-move-article): Clear flags before moving so that they
6748         can be re-set later.
6750 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6752         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
6753         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
6755 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6757         * gnus-art.el (gnus-mime-display-single):
6758         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
6759         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
6760         parameter.
6762 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6764         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
6765         (shr-table-vertical-line): New variable.
6766         (shr-insert-table): Use it.
6768 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6770         * gnus-html.el (gnus-html-wash-images): Don't display images if
6771         gnus-inhibit-images is non-nil; register displayer for cid images.
6772         (gnus-html-display-image): Work for cid image.
6773         (gnus-html-insert-image): Allow arguments.
6774         (gnus-html-put-image): Inhibit read-only.
6775         (gnus-html-prefetch-images): Don't prefetch images if
6776         gnus-inhibit-images is non-nil.
6778 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6780         * shr.el (shr-put-image): Break lines when inserting big pictures.
6782 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
6784         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
6785         sender, thanks Katsumi Yamaoka.
6787 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
6789         * nnir.el (nnir-run-imap): Reverse the article list for each group
6790         rather than the whole list.
6792 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6794         * shr.el (shr-image-displayer): Protect function against non-existent
6795         image source.
6797         * gnus-art.el (gnus-inhibit-images): New user option.
6798         (gnus-mime-display-single): Don't display image if it is non-nil.
6800         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
6801         gnus-inhibit-images.
6803         * shr.el (shr-image-displayer): New function.
6804         (shr-tag-img): Use it.
6806 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
6808         * mml2015.el (mml2015-epg-sign): Use From header.
6810 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6812         * gnus-html.el (gnus-html-wash-images): Register a displayer.
6814         * gnus-util.el (gnus-find-text-property-region): Return markers.
6816         * shr.el (shr-tag-img): Put a displayer in the text property.
6818         * gnus-util.el (gnus-find-text-property-region): New utility function.
6820         * gnus-html.el (gnus-html-display-image): Make the alt optional.
6821         (gnus-html-show-images): Remove.
6823         * gnus-art.el (gnus-article-show-images): New, more general function.
6825         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
6826         image url text properties.
6828         * shr.el: Ditto.
6830         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
6831         gnus-agent-auto-agentize-methods is set.  Which it isn't.
6833 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6835         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
6836         work for two or more articles.
6838 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6840         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
6841         divide an image that's in an html article to two or more when washing
6842         non-ASCII characters in alt text of it.
6844 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6846         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
6847         smime-decrypt-region using function argument.
6848         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
6850         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
6852         * smime.el (smime-decrypt-region): Catch it.
6854 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6856         * smime.el (smime-mode-map): Move initialization into declaration.
6857         (gnus-run-mode-hooks): Don't autoload.
6858         (smime-mode): Use define-derived-mode.
6860 2010-11-11  Glenn Morris  <rgm@gnu.org>
6862         * smime.el (from): Restrict declaration to XEmacs.
6864         * nnir.el (gnus-group-topic-name): Autoload.
6866 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6868         * shr.el (shr-insert): Don't break long line if it is because of
6869         kinsoku-bol characters in the line end.
6871 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
6873         * nnir.el (nnir-request-move-article): Fix to provide original group
6874         and subject.
6875         (nnir-warp-to-article): Don't fail on articles whose headers haven't
6876         been retrieved.
6878         * gnus-sum.el (gnus-summary-move-article): Use original group and
6879         subject for virtual articles such as those in an nnir summary buffer.
6881 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6883         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
6884         least 21.5).
6886         * smime.el (from): Declare it again for XEmacs.
6888 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6890         * message.el (message-resend): Don't disable encoding unless it's
6891         already encoded.
6893         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
6894         low-numbered articles.
6896 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6898         * rfc2047.el (rfc2047-syntax-table): Simplify.
6900         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
6902         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
6903         set-char-table-range for XEmacs.
6905 2010-11-10  Glenn Morris  <rgm@gnu.org>
6907         * time-date.el (time-to-seconds): Always an alias on Emacs,
6908         never a real function.
6909         (with-no-warnings): Remove compat stub, now unused.
6910         (time-less-p): Doc fix.
6911         (time-to-number-of-days): Simplify.
6913         * smime.el (from): Remove unused declaration.
6915         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
6916         (gnus-float-time): On Emacs, always an alias.
6918         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
6919         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
6921 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6923         * dgnushack.el: Don't use ignore-errors in the top level form since it
6924         is unavailable in XEmacs even if cl is loaded.
6926         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
6928 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6930         * shr.el (browse-url-mailto): Autoload.
6932         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
6934         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
6935         regexp doesn't need quoting.
6937 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
6939         * message.el (message-subject-trailing-was-ask-regexp)
6940         (message-subject-trailing-was-regexp): Match was: in addition to was.
6942 2010-11-09  Glenn Morris  <rgm@gnu.org>
6944         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
6945         (nnbabyl-check-mbox): Use point-at-bol.
6947 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6949         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
6951         * message.el (message-mailto): New function.
6952         (message-mailto): Should accept other parameters.
6953         (message-mailto): Remove since it duplicates browse-url-mailto
6954         functionality.
6956 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6958         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
6959         methods.
6960         (gnus-read-active-file): Ditto.
6962         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
6963         ": " from the prompt.
6964         (gnus-group-make-group): Ditto.
6966 2010-11-07  Glenn Morris  <rgm@gnu.org>
6968         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
6969         (gnus-bookmark-kill-line): Use point-at-eol.
6971 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6973         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
6974         asterisks in From header.
6976 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6978         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
6979         string to avoid making the From headers syntactically invalid.
6981         * message.el (message-send-mail): Don't insert courtesy messages if the
6982         message already has List-Post and List-ID messages.
6984 2010-11-06  Glenn Morris  <rgm@gnu.org>
6986         * gnus-art.el (gnus-treat-article): Give dynamic local variables
6987         `condition', `type', `length' a prefix.
6988         (gnus-treat-predicate): Update for above name changes.
6990 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
6992         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
6993         binding.  Handled by `gnus-summary-refer-thread' instead.
6994         (nnir-warp-to-article): New backend function.
6996         * nnimap.el (nnimap-request-thread): Force dependency updating.
6998         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
6999         (gnus-summary-refer-thread): Rework to improve thread-referral.
7001         * gnus-int.el (gnus-warp-to-article): New function.
7003         * gnus-sum.el (gnus-summary-article-map): Bind it.
7005 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
7007         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
7008         gnus-summary-refer-thread.
7010         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
7011         headers.
7012         (gnus-summary-limit-include-thread): Prevent articles in thread from
7013         being cut in gnus-cut-threads.
7014         (gnus-summary-refer-thread): Limit retrieved headers to those in
7015         thread.
7017 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7019         * message.el (message-send-mail): Use the value of
7020         message-courtesy-message from the message buffer.
7022         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
7024         * shr.el (shr-browse-url): Implement mailto: URLs.
7026         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
7027         "raw".
7029         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
7030         if it's already selected.
7032         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
7034 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7036         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
7037         to measure the length and truncate alt text.
7039 2010-11-03  Glenn Morris  <rgm@gnu.org>
7041         * nndiary.el (nndiary-generate-nov-databases-1)
7042         (nndiary-generate-active-info): Rename dynamic variable `files' to
7043         something less generic.
7045 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
7047         * nnir.el (nnir-request-move-article): Call the underlying backend to
7048         move articles from nnir.
7050 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7052         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
7054 2010-11-02  Julien Danjou  <julien@danjou.info>
7056         * nnir.el: Remove wais support.
7058 2010-11-02  Glenn Morris  <rgm@gnu.org>
7060         * gnus-html.el: Reorder requirements to quieten compiler.
7062 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7064         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
7065         properly for XEmacs as well.
7066         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
7067         (gnus-article-natural-long-line-p): Use window-width rather than
7068         frame-width.
7070 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
7072         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
7073         (nnir-read-parms): Don't modify query.
7074         (nnir-run-query): Add ability to search topic on current line.
7075         (nnir-get-active): Clean up.
7077 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7079         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
7080         degenerate articles.
7082         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
7083         (gnus-print-buffer): Just print the buffer as is, without any copying
7084         to a buffer and then re-highlighting.
7086         * nnimap.el (nnimap-request-group): Store the new updated info.
7087         (nnimap-request-group): Select the group when we don't know whether it
7088         exists or not.
7090         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
7091         groups.
7093         * gnus-group.el (gnus-group-find-new-groups): Display all the new
7094         groups.
7096         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
7097         groups.
7099         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
7100         long-lines case by only filling the long lines.
7102         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
7103         (bug #7311).
7105 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7107         * shr.el: No need to declare `declare-function' since shr.el is for
7108         only Emacsen that provide `libxml-parse-html-region'.
7110         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
7111         effective only in a file it is referred to.
7113 2010-11-01  Glenn Morris  <rgm@gnu.org>
7115         * mm-util.el (gnus-completing-read): Autoload.
7116         (mm-read-coding-system): Simplify Emacs definition.
7118         * nnmail.el (gnus-activate-group):
7119         * nnimap.el (gnutls-negotiate):
7120         * nntp.el (netrc-parse): Fix declarations.
7122 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7124         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
7125         string-match-p in Emacs >=23.
7127         * gnus-msg.el (gnus-configure-posting-styles):
7128         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
7130 2010-11-01  Glenn Morris  <rgm@gnu.org>
7132         * nnir.el (declare-function): Add compat stub.
7133         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
7134         (nnir-run-gmane): Require 'mm-url.
7136         * mm-util.el (mm-string-to-multibyte): Simplify.
7138         * shr.el (declare-function): Add compat stub.
7139         (url-cache-create-filename): Declare.
7140         (mm-disable-multibyte, widget-convert-button): Autoload.
7142         * smime.el (ldap-search): Declare.
7143         (smime-cert-by-ldap-1): Require ldap on Emacs.
7145         * nnimap.el: Require nnmail, and gnus-sum when compiling.
7146         (nnimap-keepalive): Use gnus-float-time.
7148         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
7149         (mail-source-delete-crash-box): Use gnus-float-time.
7151         * gnus-dired.el (gnus-completing-read): Autoload.
7153         * mm-view.el (gnus-rescale-image): Autoload.
7155         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
7157         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
7159         * sieve-manage.el: Require 'cl when compiling.
7161         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
7162         (gnus-iswitchb-completing-read): Require iswitchb.
7163         (gnus-select-frame-set-input-focus): Silence compiler.
7165 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7167         * message.el (message-subject-trailing-was-query): Change default to t,
7168         since I think that's what most people want.
7170         * nnimap.el (nnimap-request-accept-article): Erase buffer before
7171         appending for easier debugging.
7172         (nnimap-wait-for-connection): Take a regexp.
7173         (nnimap-request-accept-article): Wait for the continuation line before
7174         sending anything unless we're streaming.
7176         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
7177         leave the header washing to take place.
7179 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7181         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
7182         regular expression match and replace in posting styles.
7184 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
7186         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
7187         an entire server.
7188         (nnir-get-active): New function.
7189         (nnir-run-imap): Use it.
7190         (nnir-run-gmane): Who knew, gmane search returns an article score!
7192         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
7193         server on the current line with nnir.
7195 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7197         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
7198         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
7199         left edge.
7200         (gnus-article-foldable-buffer): Skip past the prefix when determining
7201         raggedness.
7203         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
7204         the raw article, and change `C-u g' to show the article without doing
7205         treatments.
7207         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
7208         on to `gnus-treat-article'.
7209         (gnus-inhibit-article-treatments): New variable.
7211         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
7213         * gnus-art.el (gnus-treatment-function-alist): Have
7214         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
7215         (gnus-treat-fill-long-lines): Change default to fill all text/plain
7216         sections.
7218         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
7219         parameter.
7220         (gnus-article-fill-cited-long-lines): New function.
7221         (gnus-article-fill-cited-article): Allow filling only long sections.
7223         * shr.el (shr-find-fill-point): Don't break lines between punctuation
7224         and non-punctuation (like after the apostrophe in "'We").
7226         * gnus-sum.el (gnus-summary-select-article): Make sure
7227         gnus-original-article-buffer is alive.
7229         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
7230         reflect the order they're in in the digest.
7232         * gnus.el (gnus-group-startup-message): Move point to the start of the
7233         buffer.
7235         * nnimap.el (nnimap-capability): New function.
7236         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
7237         is set.
7239 2010-10-31  David Engster  <dengste@eml.cc>
7241         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
7242         conform with changes to gnus-completing-read.
7244 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7246         * shr.el (shr-tag-img): Output "*" instead of "[img]".
7248 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
7250         * nnir.el: Move defvar, defcustom around to keep file organized
7251         and keep byte-compiler quiet.
7252         (nnir-read-parms): Accept search-engine as arg.
7253         (nnir-run-query): Pass search-engine as arg.
7254         (nnir-search-engine): Remove.
7256 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7258         * shr.el (shr-generic): The text nodes should be text, not :text.
7260         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
7261         later in the file.
7263 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
7265         * nnir.el: General clean up.  Allow searching with multiple engines.
7266         Allow separate extra-parameters for each engine.
7267         Batch queries when possible.
7268         (nnir-imap-default-search-key,nnir-method-default-engines):
7269         Add customize interface.
7270         (nnir-run-gmane): New engine.
7271         (nnir-engines): Use it.  Qualify all prompts with engine name.
7272         (nnir-search-engine): Remove global variable.
7273         (nnir-run-hyrex): Restore for now.
7274         (nnir-extra-parms,nnir-search-history): New variables.
7275         (gnus-group-make-nnir-group): Use them.
7276         (nnir-group-server): Remove in favor of gnus-group-server.
7277         (nnir-request-group): Avoid searching twice.
7278         (nnir-sort-groups-by-server): New function.
7280 2010-10-30  Julien Danjou  <julien@danjou.info>
7282         * gnus-group.el: Remove gnus-group-fetch-control.
7284         * gnus-start.el (gnus-find-new-newsgroups):
7285         Remove gnus-check-first-time-used.
7287         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
7289 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7291         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
7292         set on groups that don't have \* permanentflags.
7294 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7296         * shr.el (shr-tag-span): Drop colorization of regions since we don't
7297         control the background color.
7298         (shr-tag-img): Ignore very small web bug type images.
7299         (shr-put-image): Add help-echo alt texts to the images.
7300         (shr-tag-video): Show the video poster image.
7302 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7304         * shr.el (shr-table-depth): New variable.
7305         (shr-tag-table-1): Only insert the images after the top-level table.
7307         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
7309         * gnus-util.el (gnus-list-memq-of-list): New function.
7311         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
7312         selected.
7313         (nnimap-unsplittable-articles): New slot.
7314         (nnimap-new-articles): Use it.
7316 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
7318         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
7319         move to the previous line on `M-g'.
7321 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7323         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
7324         *-request-group, which seems unnecessary.
7326         * nnimap.el (nnimap-quote-specials): Function copied over from
7327         imap.el.
7328         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
7329         they support that.  Suggested by Tom Regner.
7331 2010-10-29  Julien Danjou  <julien@danjou.info>
7333         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
7334         defalias.
7335         (gnus-summary-delete-marked-with): Remove obsolete defalias.
7337         * gnus.el: Remove `gnus-nntp-service' variable.
7338         (gnus-secondary-servers): Make obsolete.
7339         (gnus-nntp-server): Make obsolete.
7341         * gnus-start.el (gnus-1): Remove x-splash calls.
7343         * gnus-ems.el (gnus-x-splash): Remove.
7345         * gnus.el (gnus-group-startup-message): Simplify/update code.
7347         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
7348         definition.
7350         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
7351         capability before doing anything.
7352         (gnus-group-insert-group-line): Remove useless
7353         gnus-group-remove-excess-properties.
7355 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7357         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
7359 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7361         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
7362         config after reselecting.
7364 2010-10-28  Julien Danjou  <julien@danjou.info>
7366         * shr.el (shr-put-image): Use point even if only inserting text.
7367         (shr-put-image): Save excursion when inserting alt text on non-graphic
7368         display, so the behavior is the same when we are on a graphic display.
7370         * nnir.el (nnir-run-swish-e): Remove hyrex support.
7372 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7374         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
7375         (gnus-mime-copy-part): Check coding system, not charset.
7376         (gnus-mime-view-part-externally): Never remove part.
7377         (gnus-mime-view-part-internally): Don't remove part here.
7378         (gnus-article-part-wrapper): Make sure MIME tag is visible.
7379         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
7380         multipart/alternative.
7382         * mm-decode.el (mm-display-part): Take optional arg `force'.
7384 2010-10-26  Julien Danjou  <julien@danjou.info>
7386         * gnus-group.el (gnus-group-default-list-level): Add this function to
7387         compute the default list level.
7388         (gnus-group-default-list-level): Add possibility to use a function.
7390 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7392         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
7394         * gnus-group.el (gnus-group-completing-read)
7395         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
7396         gnus-replace-in-string.
7398 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7400         * shr.el (shr-tag-div): Add.
7402         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
7404 2010-10-25  Julien Danjou  <julien@danjou.info>
7406         * gnus-util.el: Remove `gnus-with-local-quit'.
7408         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
7410 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7412         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
7413         the original article buffer.
7415 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7417         * nnimap.el (nnimap-request-head): New function.
7418         (nnimap-request-move-article): Try to be slightly faster by not
7419         requesting the entire message when moving.
7420         (nnimap-transform-headers): Don't bug out on bodiless articles.
7421         (nnimap-send-command): Have no outstanding messages if the IMAP server
7422         doesn't support streaming.
7423         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
7425 2010-10-24  Julien Danjou  <julien@danjou.info>
7427         * message.el (message-default-headers): Fix type.
7429 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7431         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
7432         prefetching images.
7434         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
7435         backend for unknown groups.  This is mainly useful for nnimap groups.
7437         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
7438         group isn't covered by the agent.
7440 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
7442         * nnir.el (nnir-method-default-engines): New variable.
7443         (nnir-run-query): Use it.
7444         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
7445         (gnus-summary-nnir-goto-thread): Change group if needed.
7447         * gnus-group.el (gnus-group-group-map): Add key binding for
7448         gnus-group-make-nnir-group.
7450 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7452         * shr.el (shr-tag-object): Add.
7454         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
7455         original article buffer live.
7456         (gnus-summary-select-article-buffer):
7457         Mention gnus-widen-article-buffer.
7459 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7461         * shr.el (shr-tag-strong): Add.
7463 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7465         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
7466         group names.  They mess up the group buffer badly.
7468         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
7470         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
7471         instead of the summary one.
7473 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7475         * mml.el (mml-preview): Work properly when editing article.
7477         * gnus-start.el (gnus-read-active-file-1): Don't add method to
7478         gnus-have-read-active-file if it's already been in.
7480 2010-10-22  Tom Tromey  <tromey@redhat.com>
7482         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
7483         gnus-group-completing-read.
7485 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7487         * message.el (message-mode-map): Don't bind M-; to comment region, to
7488         allow the global comment-dwim to work.
7490 2010-10-21  Julien Danjou  <julien@danjou.info>
7492         * message.el (message-setup-1): Allow message-default-headers to be a
7493         function.
7495 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7497         * shr.el (shr-tag-table): Simplify.
7499 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7501         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
7502         to avoid trying to snarf invalid stuff.
7504         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
7506         * gnus.el (gnus-message-archive-group): Quote value.
7507         (gnus-message-archive-group): Mark as changed.
7509         * shr.el (shr-add-font): Don't put the font properties on the newline
7510         or the indentation.
7512         * message.el (message-fix-before-sending): Change options when sending
7513         non-printable characters.
7515         * gnus.el (gnus-message-archive-method): Change the default to
7516         monthly outgoing groups.
7518         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
7519         that have gotten new numbers.
7521         * nnimap.el (nnimap-request-replace-article): New function.
7523 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7525         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
7526         (nnrss-request-article): Don't use special html washing code.
7528 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7530         * shr.el (shr-tag-table): Remove useless nconc.
7532 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7534         * gnus-art.el (article-wash-html): Simplify and remove the charset
7535         stuff.  Use the normal html rendering code instead of the special html
7536         washing code.
7538         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
7539         `gnus-w3m' symbols.
7540         (mm-text-html-washer-alist): Remove.
7542         * mm-decode.el (mm-inline-text-html-renderer): Remove.
7543         (mm-inline-media-tests): Remove use.
7544         (mm-text-html-renderer): Change default to the `shr' symbol.
7546         * mm-view.el (mm-inline-text-html): Remove use.
7548         * gnus-art.el (gnus-blocked-images): New function.  Allow the
7549         `gnus-blocked-images' to be a function.
7550         (gnus-article-wash-function): Remove.
7552 2010-10-20  Julien Danjou  <julien@danjou.info>
7554         * spam.el (spam-list-of-processors): Mark as obsolete.
7556         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
7557         (nnimap-insert-partial-structure): Fix boundary detection.
7559 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
7561         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
7562         run file-truename on remote files.  This can be expensive and even
7563         prevent one from editing drafts if some unrelated buffer has a stale
7564         connection.
7566 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7568         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
7569         kinsoku-eol regardless of shr-kinsoku-shorten.
7570         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
7571         (shr-tag-table): Support caption, thead, and tfoot.
7573 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7575         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
7576         lines.
7577         (shr-save-contents): New command and keystroke.
7579         * nndoc.el (nndoc-type-alist): Add git support.
7580         (nndoc-git-type-p): New function.
7581         (nndoc-transform-git-article): Ditto.
7582         (nndoc-transform-git-headers): Ditto.
7583         (nndoc-transform-git-headers): Generate Subject headers.
7585         * shr.el (shr-parse-style): New function.
7586         (shr-tag-span): Ditto.
7588         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
7589         to `G G' to avoid collisions.
7591 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7593         * shr.el: Load kinsoku if necessary.
7594         (shr-kinsoku-shorten): New internal variable.
7595         (shr-find-fill-point): Make kinsoku shorten text line if
7596         shr-kinsoku-shorten is bound to non-nil.
7597         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
7598         shr-indentation too when testing if table is wider than frame width.
7599         (shr-insert-table): Use `string-width' instead of `length' to measure
7600         text width.
7601         (shr-insert-table-ruler): Make sure indentation is done at bol.
7603 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7605         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
7606         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
7607         undecoded network data.
7609 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7611         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
7612         name in the mode line spec so that the mode line menu works
7613         (bug #2431).
7615         * message.el (message-get-reply-headers): If we're fed `to-address',
7616         then always use that.
7618         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
7619         aren't so wide as to need to switch off the edit menu.
7621         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
7622         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
7624         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
7625         `M-g'.
7626         (nnimap-update-info): Update flags/read marks even if \* isn't part of
7627         the permanent marks.
7629 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
7631         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7632         Splitting according to references/in-reply-to obeys the ignore-groups
7633         variable, while splitting by sender and subject do not.
7635 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7637         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
7638         alist, so that we can look for non-Unicode chars.
7639         (article-translate-strings): Allow both character and string maps.
7641 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7643         * shr.el (shr-insert): Don't insert space behind a wide character
7644         categorized as kinsoku-bol, or between characters both categorized as
7645         nospace.
7647 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
7649         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
7650         headers to gnus-newsgroup-headers.
7652 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7654         * shr.el (shr-tag-img): Don't align images -- since we're not
7655         rescaling, this often leads to ugly displays.
7657 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
7659         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
7660         duplicates.
7662 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
7664         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
7665         call.
7667 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7669         * gnus.el: Autoload gnus-html-show-images.
7671         * nnimap.el: Use nnheader-message throughout.
7673         * shr.el (shr-tag-img): Ignore images with no data.
7675 2010-10-15  Julien Danjou  <julien@danjou.info>
7677         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
7678         a possibility to disable format=flow encoding when using hard newlines.
7680 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7682         * shr.el (shr-insert): Remove space inserted before or after a
7683         breakable character or at the beginning or the end of a line.
7684         (shr-find-fill-point): Do kinsoku; find the second best point or give
7685         it up if there's no breakable point.
7687 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7689         * nnimap.el (nnimap-open-connection): Message when opening connection
7690         for debugging purposes.
7692         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
7693         on every setup buffer call to allow this to change from article to
7694         article.
7696         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
7697         buffers where we have a wide table.
7699 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
7701         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
7702         uses *-request-thread.
7704 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7706         * nnimap.el (nnimap-open-connection): Remove %s from openssl
7707         incantation, which is no longer valid.
7709 2010-10-14  Julien Danjou  <julien@danjou.info>
7711         * shr.el: Fix defcustom type (char -> character).
7713 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7715         * nnimap.el (nnimap-open-connection): tls-program should be a list of
7716         programs.
7718 2010-10-14  Julien Danjou  <julien@danjou.info>
7720         * shr.el (shr-tag-a): Use url-link as widget type.
7722         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
7723         `gnus-group-get-icon'.
7725 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7727         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
7728         This should make server editing work better.
7730         * shr.el (shr-find-fill-point): Don't inloop on indented text.
7732         * tls.el (tls-program): Remove spurious %s from openssl.
7734         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
7735         (nnimap-parse-flags): Fix regexp.
7737         * shr.el (shr-find-fill-point): Use a filling algorithm that should
7738         probably work for CJVK text, too.
7740         * nnimap.el (nnimap-extend-tls-programs): Remove.
7741         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
7743         * tls.el (tls-starttls-switches): Remove starttls hack.
7744         (open-tls-stream): Ditto.
7745         (tls-find-starttls-argument): Ditto.
7747 2010-10-13  Julien Danjou  <julien@danjou.info>
7749         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
7750         responses.
7752 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7754         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
7756         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
7757         anything in Emacs.
7759         * shr.el (shr-current-column): Remove buggy and unnecessary function.
7761 2010-10-13  Julien Danjou  <julien@danjou.info>
7763         * shr.el (shr-width): Make shr-width a defcustom with default to
7764         fill-column.
7765         (shr-tag-img): Use shr-width rather than fill-column.
7767 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7769         * dgnushack.el (byte-optimize-apply):
7770         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
7772         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
7773         position when (X-)Faces exist.
7774         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
7775         avatars when called interactively.
7777 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7779         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
7780         gnus-article-x-face-too-ugly is bound.
7782 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7784         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
7786         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
7787         mailbox that doesn't exist.
7789 2010-10-12  Julien Danjou  <julien@danjou.info>
7791         * shr.el (shr-tag-img): Encode URL properly when retrieving.
7792         (shr-get-image-data): Encode URL properly when fetching from cache.
7793         (shr-tag-img): Use aligned-to spaces to align correctly images.
7795         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
7796         before inserting the Gravatar.
7798         * shr.el (shr-tag-img): Add align attribute support for <img>.
7800 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7802         * gnus-gravatar.el (gnus-art): Require.
7804         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
7805         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
7806         Remove long obsoleted functions.
7808 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7810         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
7812         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
7814         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
7815         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
7816         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
7817         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
7818         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
7819         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
7820         * sieve-manage.el, smime.el, spam.el:
7821         Fix comment for declare-function.
7823 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7825         * nnimap.el (nnimap-request-rename-group): Select group read-only
7826         before renaming it.
7828         * shr.el (shr-insert): Fix up the white space only regexp.
7830         * nnimap.el (nnimap-transform-split-mail): Not all articles have
7831         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
7833         * shr.el (shr-current-column): New function.
7834         (shr-find-fill-point): New function.
7836 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
7838         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
7839         numbers.
7841 2010-10-11  Julien Danjou  <julien@danjou.info>
7843         * shr.el (shr-hr-line): Add.
7844         (shr-tag-hr): Use shr-hr-line to specify which character to use to
7845         display hr lines.
7846         (shr-max-columns): Do not change state to nil if we just inserting
7847         spaces.
7849 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7851         * gnus-topic.el (gnus-topic-read-group): If after the last group,
7852         select the last group.
7854 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
7856         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
7858 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
7860         * dig.el (dig-mode-map): Declare and define in one step.
7862 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7864         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
7865         for Gnus.
7866         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
7867         (nnimap-update-qresync-info): Mark \Seen articles as read.
7869         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
7870         non-variable, too.
7872         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
7873         available.
7874         (nnimap-update-info): Rely more on the current active than the param
7875         active to avoid marking articles as read too much.
7877         * auth-source.el (auth-source-create): Use (user-login-name) for the
7878         user name default.
7880         * nnimap.el (nnimap-update-info): If the server doesn't return any
7881         useful info, just use the previous info.
7882         (nnimap-update-info): Prefer old info over start-article.
7883         (nnimap-update-qresync-info): Finish implementing QRESYNC.
7885 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
7887         * nnir.el (autoload): Clean up autoloads.
7888         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
7889         Use key rather than value.
7890         (nnir-imap-search-other): New variable.
7891         (nnir-read-parm): Use it.
7892         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
7893         (gnus-summary-nnir-goto-thread): Modify to work with imap.
7895 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7897         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
7898         the process, too.
7900 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7902         * spam.el (gnus-summary-mode-map): Bind to "$".
7903         Suggested by Russ Allbery.
7905         * shr.el: Rework the way things are indented by <li> slightly.
7907         * gnus.el (gnus-group-set-parameter): Fix typo.
7909         * nnimap.el: Start implementing QRESYNC support.
7911 2010-10-09  Julien Danjou  <julien@danjou.info>
7913         * nnir.el (nnir-engines): Fix too many arguments.
7915 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7917         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
7918         group is the "last", so that the backends like nnfolder actually save
7919         their folders.
7921         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
7922         try to use that for the tls stream.
7923         (nnimap-retrieve-group-data-early): Rework the marks code to heed
7924         UIDVALIDITY and find out which groups are read-only and not.
7925         (nnimap-get-flags): Use the same marks parsing code as the rest of
7926         nnimap.
7928 2010-10-09  Julien Danjou  <julien@danjou.info>
7930         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
7932         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
7933         retrieving gravatars.
7935         * shr.el (shr-table-corner): Add.
7936         (shr-table-line): Add.
7937         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
7939 2010-10-08  Julien Danjou  <julien@danjou.info>
7941         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
7943 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
7945         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
7947         * gnus-sum.el (gnus-mark-article-as-unread)
7948         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
7949         (gnus-summary-set-bookmark): Use it.
7951         * gnus-msg.el (gnus-setup-message): Use it.
7953         * gnus-demon.el (gnus-demon-remove-handler): Use it.
7955         * gnus.el (gnus-group-remove-parameter): Use it.
7957         * gnus-group.el (gnus-group-make-web-group): Use it.
7959         * gnus-demon.el (gnus-demon-remove-handler): Use it.
7961         * nnregistry.el: Update docs to mention manual.
7963         * gnus-registry.el: Update docs to mention nnregistry.el.
7964         (gnus-registry-initialize): Don't install nnregistry refer method
7965         automatically.
7966         (gnus-registry-install-nnregistry): Remove it.
7968 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7970         * shr.el (shr-insert): Don't insert double spaces.
7972 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7974         * gnus-gravatar.el (gnus-treat-from-gravatar)
7975         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
7976         called interactively.
7978         * gnus-art.el (gnus-mime-view-part-externally)
7979         (gnus-mime-view-part-internally): Make predicate function passed to
7980         gnus-mime-view-part-as-type assume argument is a mime type, not a list
7981         of a mime type.
7983         * shr.el (shr-table-widths): Don't use cl function `reduce'.
7985 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7987         * shr.el (require): Require cl when compiling.
7988         (shr-tag-hr): New function.
7990         * nnimap.el (nnimap-update-info): Remove double setting of high.
7991         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
7992         This makes nnimap work properly on Courier again.
7994         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
7995         the variable for backwards compatibility.
7997         * mm-decode.el (mm-save-part): If given a non-directory result, expand
7998         the file name before using to avoid setting mm-default-directory to
7999         nil.
8001         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
8002         bidning gnus-agent variables.
8004         * shr.el (shr-render-td): Use a cache for the table rendering function
8005         to avoid getting an exponential rendering behavior in nested tables.
8006         (shr-insert): Rework the line-breaking algorithm.
8007         (shr-insert): Don't leave trailing spaces.
8008         (shr-insert-table): Also insert empty TDs.
8009         (shr-tag-blockquote): Ensure paragraphs after </ul>.
8011 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8013         * gnus-sum.el (gnus-number): Rename from `number'.
8014         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
8015         (gnus-summary-limit-children): Update uses correspondingly.
8017 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8019         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
8020         (gnus-gravatar-transform-address): Don't show avatars of people of
8021         which mail addresses match gnus-gravatar-too-ugly.
8023 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8025         * shr.el (shr-table-widths): Expand TD elements to fill available
8026         space.
8028 2010-10-07  Julien Danjou  <julien@danjou.info>
8030         * nnimap.el (nnimap-request-rename-group): Add this method.
8032 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8034         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
8035         name from XEmacs' function-arglist.
8037         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
8038         gravatar under XEmacs.
8040 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
8042         * auth-source.el: Update docs with TODO items.
8044         * gnus-sync.el: Update docs to explain state and plans.
8046         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
8047         Hooks for mark updates.
8048         (gnus-request-set-mark, gnus-request-update-mark): Use them.
8050         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
8051         hooks with arguments, which is needed for mark update hooks.
8053 2010-10-06  Julien Danjou  <julien@danjou.info>
8055         * gnus.el (gnus-expand-group-parameter): Only return and act on what
8056         was matched.
8058         * sieve-manage.el: Update example in `Commentary'.
8060         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
8062         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
8063         not 2000.
8064         (sieve-manage-authenticate): Re-add function.
8066 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8068         * shr.el (shr-insert): Get 'space transition right.
8069         (shr-render-td): Only delete space at the end of the TD.
8071         * nnimap.el (nnimap-open-connection): Prepare to support
8072         open-gnutls-stream.
8074         * shr.el: Rearrange function order to be more logical.
8076 2010-10-06  Julien Danjou  <julien@danjou.info>
8078         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
8079         (nnrss-discover-feed): Remove 404 URL in docstring.
8081         * nnir.el: Fix Swish-E URL.
8082         Fix Namazu URL.
8084         * message.el (message-change-subject): Remove 404 URL in a comment.
8086 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8088         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
8089         called interactively.
8091         * gnus-util.el (gnus-remove-if): Allow hash table.
8092         (gnus-remove-if-not): New function.
8094         * gnus-art.el (gnus-mime-view-part-as-type):
8095         * gnus-score.el (gnus-summary-score-effect):
8096         * gnus-sum.el (gnus-read-move-group-name):
8097         Replace remove-if-not with gnus-remove-if-not.
8099         * gnus-group.el (gnus-group-completing-read):
8100         Regard collection as a hash table if it is not a list.
8102 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8104         * shr.el (shr-render-td): Allow blank/missing <TD>s.
8106         * shr.el: Document the table-rendering algorithm.
8108 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8110         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
8111         for Emacsen having no `libxml-parse-html-region' support.
8113 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8115         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
8116         invalid URLs.
8118         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
8119         line-broken.
8120         (shr-tag-img): Ignore image fetching errors.
8121         (shr-overlays-in-region): Compute overlay positions correctly.
8123         * mm-decode.el (mm-shr): Require shr.
8125         * gnus-art.el (gnus-blocked-images): Move variable here.
8127         * shr.el (shr-insert-table): Bind free variable.
8129         * mm-decode.el (mm-shr): Bind shr-content-function.
8131         * shr.el (shr-content-function): New variable.
8133         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
8134         added for symmetry.
8136         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
8138         * gnus-group.el (gnus-group-make-group): Doc fix.
8140         * nnimap.el (nnimap-request-newgroups): Return success.
8142         * shr.el (shr-find-elements): New function.
8143         (shr-tag-table): Put all the images after the table.
8144         (shr-tag-table): Really inhibit images inside the table.
8145         (shr-collect-overlays): Copy over overlays from the TD elements to the
8146         main document.
8148         * mm-decode.el (mm-shr): Bind shr-blocked-images to
8149         gnus-blocked-images.
8151 2010-10-05  Julien Danjou  <julien@danjou.info>
8153         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
8155         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
8156         (gnus-html-maximum-image-size): Add this function.
8157         (gnus-html-put-image): Use gnus-html-maximum-image-size.
8159         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
8160         server-value of the capability is nil.
8162 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8164         * shr.el (shr-tag-em): Add <EM> tag.
8166 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
8168         * sieve-manage.el (sieve-manage-default-stream): Make default stream
8169         customizable.
8171         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
8172         handing broken links to browse-url.
8174 2010-10-05  Julien Danjou  <julien@danjou.info>
8176         * gnus-util.el (gnus-emacs-completing-read)
8177         (gnus-iswitchb-completing-read): Use autoload rather than require.
8179 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8181         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
8182         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
8183         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
8184         iswitchb-temp-buflist for XEmacs.
8186         * gnus-util.el (gnus-completing-read-function): Exclude
8187         gnus-icompleting-read and gnus-ido-completing-read from candidates for
8188         XEmacs since iswitchb.el is very old and ido.el is unavailable in
8189         XEmacs.
8191         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
8192         not to use `delete-dups' that is unavailable in XEmacs 21.4.
8194         * gnus-html.el: Don't require help-fns under XEmacs.
8195         (gnus-html-schedule-image-fetching): Work for XEmacs.
8197         * mm-decode.el (mm-shr): Decode contents by charset.
8199 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8201         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
8202         unknown.
8204         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
8205         (shr-get-image-data): Ensure against the cache file missing.
8207         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
8208         for data.
8210         * spam-report.el (spam-report-url-ping-plain): Don't query about
8211         killing the process.
8213         * shr.el (shr-render-td): Protect against too-wide text.
8215 2010-10-04  Julien Danjou  <julien@danjou.info>
8217         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
8218         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
8220         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
8221         retrieved.
8223 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8225         * shr.el (browse-url): Require.
8226         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
8227         lines.
8228         (shr-show-alt-text, shr-browse-image): New commands.
8229         (shr-browse-url, shr-copy-url): New commands.
8231         * gnus-sum.el (gnus-widen-article-window): New variable.
8232         (gnus-summary-select-article-buffer): Use it.
8234         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
8235         without @ signs.
8237 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
8239         * nnir.el (nnir-run-imap): Remove spurious space in search string.
8241 2010-10-04  Julien Danjou  <julien@danjou.info>
8243         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
8244         for XEmacs.
8246 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8248         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
8250         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
8251         (nnimap-close-server): Implement.
8253         * dgnushack.el (iswitchb): Require to shut up the compiler.
8255         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
8256         (shr-insert): Tweak line breaking.
8257         (shr-insert): Handle <pre> better.
8258         (shr-tag-li): Get <li> indentation right.
8259         (shr-tag-li): Get <li> indentation even righter.
8260         (shr-tag-blockquote): Ensure paragraph start.
8261         (shr-make-table): Tweak table generation.
8262         (shr-make-table): Fix typo.
8264         * shr.el: Implement table rendering.
8266 2010-10-04  Julien Danjou  <julien@danjou.info>
8268         * gnus-html.el (gnus-html-put-image): Fix resize image code.
8270 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8272         * shr.el (shr-insert): Use string anchors instead of line anchors.
8274 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8276         * shr.el: Add headings.
8277         (shr-ensure-paragraph): Actually work.
8278         (shr-tag-li): Make <ul> prettier.
8279         (shr-insert): Get white space at the beginning/end of elements right.
8280         (shr-tag-p): Collapse subsequent <p>s.
8281         (shr-ensure-paragraph): Don't insert double line feeds after blank
8282         lines.
8283         (shr-insert): \t is also space.
8284         (shr-tag-s): Fix "s" tag name function.
8285         (shr-tag-s): Fix face prop name.
8287 2010-10-03  Julien Danjou  <julien@danjou.info>
8289         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
8291         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
8292         gnus-window-inside-pixel-edges.
8294         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
8295         gnus-ems.
8297         * mm-view.el (mm-inline-image-emacs): Support image resizing.
8299         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
8300         function.
8302         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
8303         resize choice.
8305 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8307         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
8308         beginning of the buffer.
8310         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
8311         article buffer again.
8313         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
8315         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
8316         when it's at the start of the buffer.
8318         * shr.el (shr-tag-blockquote): Convert name.
8319         (shr-rescale-image): Use the right image-size variant.
8321         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
8322         buffer isn't shown, then select the current article first instead of
8323         bugging out.
8324         (gnus-summary-select-article-buffer): Show both the article and summary
8325         buffers again.
8327         * shr.el (shr-fontize-cont): Protect against regions with no text.
8328         Rename tag functions to shr-tag-* for enhanced security.
8329         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
8331 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
8333         * shr.el (shr-insert):
8334         * pop3.el (pop3-movemail):
8335         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
8336         loaded.
8338 2010-10-03  Glenn Morris  <rgm@gnu.org>
8340         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
8342         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
8344         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
8346         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
8348         * gnus-util.el (gnus-make-local-hook): Simplify.
8350 2010-10-02  Julien Danjou  <julien@danjou.info>
8352         * gnus-util.el (gnus-iswitchb-completing-read): New function.
8353         (gnus-ido-completing-read): New function.
8354         (gnus-emacs-completing-read): New function.
8355         (gnus-completing-read): Use gnus-completing-read-function.
8356         Add gnus-completing-read-function.
8358 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8360         * shr.el (shr-insert-document): Autoload.
8361         (shr-img): Be silent.
8362         (shr-insert): Add a newline after every picture before text.
8363         (shr-add-font): Use overlays for combining faces.
8364         (shr-insert): Pass upwards the text start point.
8366         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
8367         possible.
8368         (mm-shr): New function.
8370 2010-10-02  Julien Danjou  <julien@danjou.info>
8372         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
8373         should go backward.
8375 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
8377         * shr.el (shr): Fix typo in provide call.
8379 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8381         * shr.el: New file.
8383         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
8385         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
8386         completing read.
8388 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8390         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
8391         we're being queried about.  Suggested by Dan Jacobson.
8393         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
8394         Suggested by Jason Eisner.
8396         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
8397         table, too.  Suggested by Stefan Wiens.
8398         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
8399         the table unnecessary.  Suggested by Stefan Wiens.
8401         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
8402         longer needed, and probably doesn't work either, as pointed out by
8403         Stefan Wiens.
8404         (gnus-summary-exit): Remove call to the clearing function.
8405         (gnus-summary-exit-no-update): Ditto.
8407         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
8408         instead of gnus-eval-in-buffer-window to avoid popping up frames.
8409         Reported by Stefan Monnier.
8410         (gnus-summary-save-in-rmail): Ditto.
8412         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
8413         article buffer, instead of both the article buffer and the summary
8414         buffer.  Sort of suggested by Dan Jacobson.
8416         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
8418         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
8419         Suggested by Dan Jacobson.
8421         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
8422         documentation clearer.
8424         * message.el (message-shorten-references): Comment on the number "21".
8425         Suggested by Stefan Monnier.
8427         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
8428         Suggested by Dan Jacobson.
8430         * gnus.el (gnus-large-newsgroup):
8431         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
8433         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
8434         externalize attachments.  Bug reported by Steve Wen.
8436         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
8437         really message anything to the user.
8439         * nnmail.el (nnmail-article-group): Allow using the fancy split method
8440         directly.
8442         * nnimap.el (nnimap-request-group): Low higher than high to signal no
8443         messages in empty groups.
8445 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
8447         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
8448         non-UIDNEXT group.
8450 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8452         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
8453         not the value from the collection.
8455         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
8456         values.  This sometimes happens on some groups that have no info.
8457         (nnimap-request-newgroups): New function.
8459 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
8461         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
8462         check into `gnus-registry-initialize'.
8463         (gnus-registry-initialize): Ditto.
8464         Fix and extend header docs.
8466 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8468         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
8469         regexp backtrace overflows.
8471         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
8472         for starttls that tls.el implements; i.e. openssl.
8474         * tls.el (tls-starttls-switches): Give up on using starttls with
8475         gnutls-cli.
8476         (tls-program): Add --insecure to be consistent with the defaults from
8477         openssl s_client.  Now all three commands are insecure.
8479 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8481         * lpath.el: Bind completion-styles-alist for XEmacs.
8483         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
8484         (gravatar-create-image): New function that's an alias to
8485         gnus-xmas-create-image, gnus-create-image, or create-image.
8486         (gravatar-data->image): Use it.
8488 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
8490         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
8491         install the nnregistry refer method.
8492         (gnus-registry-install-hooks): Use it.
8493         (gnus-registry-unfollowed-groups): Add nnmairix to the default
8494         unfollowed groups.
8496 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
8498         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
8499         expanding threads.
8501 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8503         * nnir.el: Use the server names without suffixes (bug #7009).
8505         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
8506         unencrypted to STARTTLS, if possible.
8508 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
8510         * message.el (message-ignored-supersedes-headers): Strip Injection-*
8511         headers before superseding.
8513 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8515         * nnrss.el (nnrss-use-local): Add documentation.
8517         * nnimap.el (nnimap-extend-tls-programs): New function.
8518         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
8519         (nnimap-wait-for-connection): Accept the greeting from the stupid
8520         output from openssl s_client -starttls, too.
8522         * tls.el (tls-starttls-switches): New variable.
8523         (tls-find-starttls-argument): Use it.
8524         (open-tls-stream): Ditto.
8526         * netrc.el (netrc-credentials): Return the value of the "default" entry.
8527         (netrc-machine): Ditto.
8529         * nnimap.el (nnimap-find-article-by-message-id): Really return the
8530         article number.
8531         (nnimap-split-fancy): New variable.
8532         (nnimap-split-incoming-mail): Use it.
8534         * nntp.el (nntp-server-list-active-group): Document.
8536         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
8537         SELECT to get the message-id.
8539         * mail-source.el (mail-sources): Remove webmail support.
8540         (defvar): Ditto.
8541         (mail-source-fetcher-alist): Ditto.
8542         (mail-source-fetch-webmail): Remove.
8544         * webmail.el: Remove -- doesn't seem relevant any more.
8546         * gnus.el: Fix up make-obsolete-variable declarations throughout.
8548         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
8549         the \r.
8551 2010-09-30  Julien Danjou  <julien@danjou.info>
8553         * gnus-agent.el (gnus-agent-add-group): Fix call to
8554         gnus-completing-read.
8556 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8558         * nndoc.el (nndoc-retrieve-groups): New function.
8560         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
8561         `default', use nnmail-split-methods.
8562         (nnimap-request-article): Downcase the NILs so that they are nil.
8564         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
8565         symbol.
8567         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
8568         code, since if the user has requested network, that's what they ought
8569         to get.
8570         (nnimap-request-set-mark): Erase the buffer before issuing commands.
8571         (nnimap-split-rule): Mark as obsolete.
8573         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
8574         New variable.
8576         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
8577         correct slot, too.
8579 2010-09-29  Julien Danjou  <julien@danjou.info>
8581         * gnus.el (gnus-local-domain): Declare variable obsolete.
8583         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
8584         Fix history computing.
8585         (gnus-ido-completing-read): Require ido.
8587 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8589         * gnus-registry.el: Don't prompt on load, which makes it impossible to
8590         build Gnus.
8592         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
8593         when interpreting the structures.
8594         (nnimap-request-accept-article): Add \r\n to the lines to make this
8595         work with Cyrus.
8597         * nndraft.el (nndraft-request-expire-articles): Use the group name
8598         instead if "nndraft".  Fix found by Nils Ackermann.
8600 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
8602         * nnregistry.el: Add.
8604 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8606         * nnmail.el (group, group-art-list, group-art):
8607         Remove unneeded directives.
8609 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8611         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
8612         (mm-mime-charset):
8613         * rfc2047.el (rfc2047-syntax-table):
8614         * utf7.el (utf7-utf-16-coding-system): Comment fix.
8616         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
8617         rather than `insert-file-contents' and `eval-region'.
8619         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
8620         construction.
8622         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
8624         * time-date.el: No need to require cl for Emacs 21.
8626 2010-09-29  Julien Danjou  <julien@danjou.info>
8628         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
8629         replacement of `gnus-gravatar-relief' to mimic
8630         `gnus-faces-properties-alist'.
8631         Add :version property.
8633 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8635         * mail-source.el (mail-source-report-new-mail):
8636         * message.el (message-default-mail-headers):
8637         * mm-decode.el (mm-valid-image-format-p): Comment fix.
8639         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
8641 2010-09-28  Julien Danjou  <julien@danjou.info>
8643         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
8644         mail-address contains the same string as real-name.
8646         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
8647         non-blank in header, otherwise it'll get stripped.
8649         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
8650         real-name, and then for mail address rather than doing : or , search.
8652 2010-09-27  Julien Danjou  <julien@danjou.info>
8654         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
8655         right completing-read function.
8656         (gnus-use-ido): New variable
8657         (gnus-completing-read-with-default): Remove.
8658         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
8659         (gnus-agent-add-group):
8660         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
8661         * mm-view.el (mm-view-pkcs7-decrypt):
8662         * mm-util.el (mm-codepage-setup):
8663         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
8664         * mml-smime.el (mml-smime-openssl-sign-query):
8665         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
8666         (mml-insert-multipart):
8667         * gnus-msg.el (gnus-summary-yank-message):
8668         * gnus-int.el (gnus-start-news-server):
8669         * mm-decode.el (mm-interactively-view-part):
8670         * gnus-dired.el (gnus-dired-attach):
8671         * gnus.el (gnus-read-method):
8672         * gnus-bookmark.el (gnus-bookmark-jump):
8673         * gnus-art.el (gnus-mime-view-part-as-type)
8674         (gnus-mime-action-on-part, gnus-article-encrypt-body):
8675         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
8676         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
8677         * nnmairix.el (nnmairix-create-server-and-default-group)
8678         (nnmairix-update-groups, nnmairix-get-server)
8679         (nnmairix-backend-to-server, nnmairix-goto-original-article)
8680         (nnmairix-get-group-from-file-path):
8681         * nnrss.el (nnrss-find-rss-via-syndic8):
8682         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
8683         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
8684         (gnus-group-browse-foreign-server):
8685         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
8686         (gnus-summary-execute-command, gnus-summary-respool-article)
8687         (gnus-read-move-group-name):
8688         * gnus-score.el (gnus-summary-increase-score)
8689         (gnus-summary-score-effect):
8690         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
8692 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8694         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
8695         x-focus-frame.
8697         * nnimap.el (auth-source-forget-user-or-password)
8698         (auth-source-user-or-password): Autoload.
8700         * message.el (message-from-style, message-interactive)
8701         (message-cite-prefix-regexp, message-sendmail-envelope-from)
8702         (message-yank-prefix, message-indentation-spaces, message-signature)
8703         (message-signature-file): Add comment.
8705 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8707         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
8708         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
8709         new articles.
8711         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
8712         parts.
8713         (nnimap-request-article): Work with the t setting, too.
8715         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
8716         that you don't get flashes of other buffers.
8717         (gnus-summary-show-complete-article): Intern before setting.
8719 2010-09-27  David Engster  <dengste@eml.cc>
8721         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
8722         well as HEADERS.
8723         (nnmairix-retrieve-headers): Provide new argument for the above.
8725 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8727         * gnus-sum.el (gnus-summary-move-article): Don't alter
8728         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
8729         group.
8731         * nnimap.el (nnimap-update-info): Don't destructively alter active.
8733         * message.el (message-cite-prefix-regexp): Revert my last edit.
8735         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
8736         variable instead of the Gnus variable.
8738         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
8740         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
8742         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
8743         since some servers don't like it.
8744         (nnimap-open-connection): Forget credentials if the server says the
8745         password was wrong.
8746         (nnimap-parse-line): Protect against invalid data.
8748         * gnus-sum.el (gnus-summary-move-article): Add comment.
8749         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
8750         nothing alters it while scanning for new messages.
8752         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
8753         which may or may not help.
8754         (nnimap-open-connection): If we're doing a stream connection, and then
8755         discover we're on a STARTTLS-capable server, then open a STARTTLS
8756         connection instead.
8758 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8760         * nnimap.el (utf7): Require.
8762         * message.el (message-cite-prefix-regexp): Remove "}" from citation
8763         prefix.
8765 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
8767         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
8769 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8771         * nnimap.el (nnimap-request-accept-article): Message the error on
8772         error.
8774 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8776         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
8778 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8780         * nndoc.el (nndoc-request-list): Return success always.
8782         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
8783         `fetch-old' -- we only want to fetch the articles we've requested.
8784         The rest are in the agent, probably.
8785         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
8786         disappeared server" to something low.  It's not important.
8788         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
8789         arrived before the FETCH data.
8791         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
8792         target here, because we don't know the Gnus name of the group.
8794         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
8795         for the correct group.
8797         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
8799         * gnus.el (gnus): Give a final warning after startup.
8801         * gnus-util.el (gnus-action-message-log): New variable.
8802         (gnus-message): Use it.
8803         (gnus-final-warning): New function.
8805         * nnimap.el (nnimap-open-connection): Record the greeting.
8806         (nnimap): Add greeting.
8808 2010-09-26  Julien Danjou  <julien@danjou.info>
8810         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
8811         arguments.
8812         (gnus-html-wash-images): Fix spec computing to include start/end.
8814         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
8816 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8818         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
8819         deletion.
8820         (nnimap-retrieve-headers): Don't select the group, because that's
8821         already done by nnimap-possibly-change-group.
8823         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
8824         (gnus-picon-transform-address): Use it.
8826         * mail-source.el (mail-source-value): Revert previous patch.
8828         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
8829         on failure.
8830         (nnimap-open-connection): Look up both virtual and physical server name
8831         credentials.
8833         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
8835 2009-02-07  Dave Love  <fx@gnu.org>
8837         * tls.el (open-tls-stream): Don't query killing process.
8839 2009-02-08  Dave Love  <fx@gnu.org>
8841         * gnus-win.el (gnus-window-to-buffer-helper)
8842         (gnus-all-windows-visible-p): Function needn't be a symbol.
8844         * mail-source.el (mail-source-value): Function needn't be a symbol.
8846 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8848         * message.el (message-cite-prefix-regexp): Remove } from the cite
8849         prefix.
8851         * gnus-art.el (gnus-treatment-function-alist): Do picons before
8852         highlight again, so that the highlight is correct.
8854         * gnus-picon.el (gnus-picon): Remove again.
8855         (gnus-picon-create-glyph): Set the background XPM color explicitly.
8857         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
8858         doing the header highlightling, so that the background color of the
8859         picon is correct.
8861         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
8862         (gnus-picon): Ditto.
8863         (gnus-picon): Reinstate.  The background color for picons is white.
8864         (gnus-picon-insert-glyph): Make the background white.
8866         * nnml.el (nnml-open-nov): Don't return dead buffers.
8868         * auth-source.el (auth-source-create): Query the user for whether to
8869         store the credentials.
8871         * netrc.el (netrc-store-data): New function.
8873         * auth-source.el (auth-source-user-or-password): Use the existing auth
8874         sources, if any, for creation.
8876         * gnus.el (gnus-group-fast-parameter): Return the last matching
8877         parameter instead of the first matching parameter.
8879 2010-09-26  Julien Danjou  <julien@danjou.info>
8881         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
8883 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8885         * mml2015.el (mml2015-use): Remove gpg support.
8887         * mml1991.el (mml1991-function-alist): Remove gpg function.
8888         (mml1991-gpg-sign): Remove.
8890 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
8892         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
8893         (gnus-browse-unsubscribe-current-group): Document it.
8894         (gnus-browse-unsubscribe-group): Use it.
8896 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8898         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
8899         address to the To list for easier response.
8901         * gnus.el (gnus-play-startup-jingle): Remove.
8902         (gnus-splash): Don't play jingle.
8903         (gnus): Silence gnus-load message.
8905         * gnus-art.el (gnus-treat-play-sounds): Remove.
8907         * gnus.el (gnus-play-jingle): Remove audio support.
8909         * gnus-cus.el (gnus-score-customize): Remove audio reference.
8911         * earcon.el: Remove -- no users.
8913         * gnus-audio.el: Remove -- no users of this package.
8915         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
8917         * gnus-start.el (gnus-setup-news): Remove nocem support.
8919         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
8921         * gnus.el (gnus-use-nocem): Remove.
8923         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
8924         Remove.
8926         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
8927         uses NoCeM any more.
8929         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
8930         (gnus-button-ctan-handler): Ditto.
8931         (gnus-button-handle-ctan-bogus-regexp): Ditto.
8932         (gnus-button-ctan-directory-regexp): Ditto.
8933         (gnus-button-handle-ctan): Ditto.
8934         (gnus-button-tex-level): Ditto.
8935         (gnus-button-alist): Remove CTAN stuff.
8937 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8939         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
8940         nnimap-streaming test.
8942         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
8943         servers twice.
8945         * nnimap.el (nnimap-open-connection): Add more error reporting when
8946         nnimap fails early.
8948         * nnheader.el (nnheader-get-report-string): New function.
8949         (nnheader-get-report): Use it.
8951         * gnus-int.el (gnus-check-server): Say what the error was when opening
8952         failed.
8954         * nnimap.el (nnimap-wait-for-response): Search further when we're not
8955         using streaming.
8957 2010-09-25  Julien Danjou  <julien@danjou.info>
8959         * gnus-html.el (gnus-html-rescale-image): Use our defalias
8960         gnus-window-inside-pixel-edges.
8962 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8964         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
8966         * mm-decode.el (mm-save-part): Allow saving to other directories the
8967         normal Emacs way.
8969         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
8970         Suggested by Jay Berkenbilt.
8972         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
8973         there isn't a single byte.
8975         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
8976         just do it.  It doesn't really seem to matter what the user responds
8977         here, I think, so it's just a confusing question.
8979         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
8980         non-streaming case.
8982         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
8983         (gnus-article-encrypt-body): Use it.
8985         * gnus-sum.el (gnus-summary-show-complete-article): New command and
8986         keystroke.
8988         * nnimap.el (nnimap-find-wanted-parts-1):
8989         Use gnus-fetch-partial-articles.
8991         * gnus-art.el (gnus-fetch-partial-articles): New variable.
8993         * nnimap.el (nnimap-insert-partial-structure): New function.
8994         (nnimap-get-partial-article): New function.
8995         (nnimap-request-article): Use it.
8996         (nnimap-wait-for-response): Return whether the wait was successful.
8997         (nnimap-finish-retrieve-group-infos): Don't do anything if the
8998         retrieval wasn't successful.
8999         (nnimap-retrieve-group-data-early): Allow throttling servers.
9000         (nnimap-streaming): New variable.
9001         (nnimap-fetch-partial-articles): Remove.
9003         * mm-decode.el (mm-with-part): Protect against killed buffers.
9005         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
9006         for prettier summary display.
9008 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
9010         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
9012 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9014         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
9015         apparently third-party libraries depend on it.
9017         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
9018         before starting negotiation.
9020         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
9021         privacy reasons.
9022         (gnus-treat-mail-gravatar): Ditto.
9024         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
9025         buffer when inserting images.  Inserting text into the headers, for
9026         instance, can make them invalid.
9028 2010-09-25  Julien Danjou  <julien@danjou.info>
9030         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
9031         variables.
9033         * nnheader.el: Remove useless variables news-reply-yank-from and
9034         news-reply-yank-message-id.
9036         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
9037         variables.
9039         * mml1991.el: Remove useless mml1991-verbose.
9041         * gnus.el: Remove useless variable gnus-use-generic-from.
9042         Remove obsolete variable gnus-topic-indentation.
9044         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
9046         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
9048         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
9050         * gnus-group.el: Remove useless gnus-group-icon-cache.
9051         Remove useless gnus-ephemeral-group-server.
9053         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
9055         * mml2015.el: Remove useless mml2015-verbose.
9057         * mml-smime.el: Remove useless mml-smime-verbose.
9059         * gnus.el: Remove useless gnus-local-domain.
9061         * gnus-gravatar.el (gnus-gravatar-transform-address):
9062         Use gnus-gravatar-size.
9064         * gnus-art.el: Remove useless gnus-treat-translate.
9066 2010-09-24  Julien Danjou  <julien@danjou.info>
9068         * gnus-sum.el: Add support for Gravatars.
9070         * gnus-art.el: Add support for Gravatars.
9072         * gnus-gravatar.el: Add this file.
9074         * gravatar.el: Add this file.
9076 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9078         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
9080         * gnus-group.el (gnus-group-fetch-faq): Remove.
9082         * gnus.el (gnus-group-faq-directory): Remove.
9084         * gnus-group.el (gnus-group-fetch-charter): Remove.
9086         * gnus.el (gnus-group-charter-alist): Remove.
9088         * gnus-group.el (gnus-group-archive-directory): Remove.
9089         (gnus-group-recent-archive-directory): Ditto.
9090         (gnus-group-make-archive-group): Remove.
9092         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
9094         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
9095         use the same article number for all the cached articles.
9097         * nnimap.el (nnimap-command): Register the last command time so
9098         that we can use it for idling NOOPs.
9099         (nnimap-open-connection): Start the keeplive timer.
9100         (nnimap-make-process-buffer): Store all the process buffers.
9101         (nnimap-keepalive): New function.
9103         * starttls.el (starttls-open-stream): Add autoload cookie.
9105 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
9107         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
9108         handling.
9110 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9112         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
9113         its data structures.
9115         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
9116         instead of the cl.el copy-list.
9117         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
9118         equalp.
9120 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9122         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
9123         and tool-bar-local-item-from-menu.
9125         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
9126         mode-line-highlight face for Emacs.
9128         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
9129         loading gnus-sum.elc; fix comment for canlock-verify.
9130         (gnus-article-jump-to-part): Use read-number.
9131         (gnus-insert-mime-button, gnus-insert-mime-security-button):
9132         Remove Emacs pre-21 compatible code for help-echo.
9133         (gnus-article-next-page-1): No need to adjust the number of lines.
9134         (gnus-article-describe-bindings): Always use help-buffer.
9136         * gnus-audio.el (gnus-audio-inline-sound):
9137         * gnus-cus.el (gnus-custom-mode):
9138         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
9140         * gnus-sum.el (gnus-remove-overlays): Doc fix.
9142         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
9143         compatible code.
9145 2010-09-24  Glenn Morris  <rgm@gnu.org>
9147         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
9148         visiting the fcc file in rmail-mode.
9150         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
9152 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9154         * nnir.el: Silence the byte compiler.
9156         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
9157         alias to browse-url-url-encode-chars if any.
9158         (gnus-html-encode-url): Use it.
9160 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9162         * gnus-start.el (gnus-use-backend-marks): New variable.
9163         (gnus-get-unread-articles-in-group): Use it.
9165         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
9166         makeover.
9168 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
9170         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
9172 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9174         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
9175         Remove.
9176         (gnus-setup-news-hook):
9177         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
9179         * gnus-int.el (gnus-request-update-info): Protect against backends not
9180         having the function.
9182         * nnimap.el (nnimap-stream): Mention starttls.
9183         (nnimap-open-connection): Add starttls support.
9185 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
9187         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
9189 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9191         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
9192         BODYSTRUCTUREs.
9193         (nnimap-transform-headers): Unfold quoted {42} headers.
9195         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
9196         the info.
9197         (gnus-get-unread-articles): Only call updatep on backends that support
9198         it.
9200         * nnweb.el (nnweb-request-update-info): NOOP.
9202         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
9204         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
9205         since it only deals with marks.
9207         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
9208         gnus-request-marks, and make a new gnus-request-update-info.
9210         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
9211         the active instead of the high number, which is usually too low.
9213 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
9215         * netrc.el (netrc-parse): Remove encrypt.el mentions.
9216         * encrypt.el: Remove.
9218 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9220         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
9221         server in symbolic form.
9223         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
9225 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9227         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
9228         (nnimap-update-info): Fix up code slightly.
9230         * gnus-int.el (gnus-open-server): Add tracing for performance
9231         debugging.
9233         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
9234         (gnus-group-insert-group-line): Pass the real group name so that it
9235         gets the right data.
9237         * gnus-start.el (gnus-get-unread-articles): Don't have
9238         `gnus-get-unread-articles-in-group' update info, since that can be
9239         really slow and doesn't seem to be needed?
9241 2010-09-22  Dan Christensen  <jdc@uwo.ca>
9243         * time-date.el (date-to-time): Try using parse-time-string first before
9244         using the slower timezone-make-date-arpa-standard.
9246 2010-09-22  Julien Danjou  <julien@danjou.info>
9248         * gnus-group.el (gnus-group-insert-group-line):
9249         Call gnus-group-highlight-line.
9250         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
9251         default hook list.
9252         (gnus-group-update-eval-form): Add new function.
9253         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
9254         (gnus-group-get-icon): Use gnus-group-update-eval-form.
9256 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9258         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
9259         immediate, then expire all articles.
9260         (nnimap-update-info): Fix off-by-one errors.
9261         (nnimap-flags-to-marks): Would return no marks lists for group with no
9262         flags.  Instead return the other data.
9264 2010-09-22  Julien Danjou  <julien@danjou.info>
9266         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
9267         Only return an icon.
9268         (gnus-group-insert-group-line): Compute icon to return.
9270         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
9271         (gnus-html-image-fetched): Only cache if
9272         gnus-html-image-automatic-caching is set.
9273         (gnus-html-image-fetched): Check for errors.
9275 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9277         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
9278         once per method on `g'.  This ensures that backends like nnfolder don't
9279         open all their folders.
9281         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
9282         (nnimap-request-list): Nix out group in the correct buffer.
9283         (nnimap-parse-flags): Implement by using `read' instead of
9284         hand-parsing.
9285         (nnimap-flags-to-marks): Pass on permanent-flags.
9286         (nnimap-make-process-buffer): Record the server name.
9287         (nnimap-parse-flags): Fix typo.
9288         (nnimap-request-scan): Run split on the server in general, not just a
9289         single group.
9291         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
9292         parameter, and propagate this downwards.
9294         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
9295         since EXAMINE changes it on the server.
9297         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
9298         this command might take a while.
9300 2010-09-22  Julien Danjou  <julien@danjou.info>
9302         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
9303         harmful if you have 2 images side-by-side, they can't be properly
9304         update on text deletion.  Using text-property is safer here.
9305         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
9306         data.
9308 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9310         * nnimap.el (nnimap-expunge-inbox): Remove.
9311         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
9312         (nnimap-expunge): Flip default to t.
9314         * gnus.el (gnus-method-to-server): Don't push things to the cache
9315         unless it's unique.
9316         (gnus-server-to-method): Ditto.
9318 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
9320         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
9322 2010-09-22  Julien Danjou  <julien@danjou.info>
9324         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
9325         get the start of data.
9326         (gnus-html-encode-url): Add this function to encode special chars in
9327         URL.
9328         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
9329         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
9331         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
9332         default.
9333         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
9335         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
9336         images alt-text.
9337         (gnus-html-put-image): Put alt-text as help-echo.
9339 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9341         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
9342         * mm-util.el (mm-decompress-buffer):
9343         * nnir.el (nnir-run-find-grep):
9344         * pop3.el (pop3-list): Use 3rd arg of split-string.
9346         * time-date.el (format-seconds): Comment fix.
9348         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
9349         and byte-optimize-form-code-walker.
9350         (dgnushack-make-auto-load): Don't advise make-autoload.
9352         * lpath.el: Remove Emacs 21 stuff.
9354 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9356         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
9357         outside the active range.  Suggested by Dan Christensen.
9359         * gnus-start.el (gnus-get-unread-articles): Get the extended method
9360         slightly later to avoid double-getting it.
9362         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
9363         previous patch.
9365         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
9367 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
9369         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
9371 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9373         * gnus-int.el (gnus-open-server): Give a better error message in the
9374         "go offline" case.
9376         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
9377         marks for nnimap, which is seldom the right thing to do.
9379         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
9380         (gnus-same-method-different-name): New function.
9382         * nnimap.el (parse-time): Require.
9384         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
9385         method in the presence of many similar methods.
9387         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
9389         * nnimap.el (nnimap-find-expired-articles): Don't refer to
9390         nnml-inhibit-expiry.
9392         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
9393         find out whether methods are equal.
9395         * nnimap.el (nnimap-find-expired-articles): New function.
9396         (nnimap-process-expiry-targets): New function.
9397         (nnimap-request-move-article): Request the article before looking at
9398         what the Message-ID is.  Fix found by Andrew Cohen.
9399         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
9401         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
9402         for oldness in addition to being a predicate.
9404         * nnimap.el (nnimap-request-group): When we have zero articles, return
9405         the right data to Gnus.
9406         (nnimap-request-expire-articles): Only delete articles immediately if
9407         the target is 'delete.
9409         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
9410         method, this would bug out.
9412         * gnus-group.el (gnus-group-expunge-group): Rename from
9413         gnus-group-nnimap-expunge, and implemented as a normal interface
9414         function.
9416         * gnus-int.el (gnus-request-expunge-group): New function.
9418         * nnimap.el (nnimap-request-create-group): Implement.
9419         (nnimap-request-expunge-group): New function.
9421 2010-09-21  Julien Danjou  <julien@danjou.info>
9423         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
9424         (gnus-html-cache-expired): Add new function.
9425         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
9426         wethever we should display image for fetch it.
9427         Compute alt-text earlier to pass it to the fetching function too.
9428         (gnus-html-schedule-image-fetching): Change function argument to only
9429         get one image at a time, not a list.
9430         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
9431         cache.
9432         (gnus-html-get-image-data): New function to retrieve image data from
9433         cache.
9434         (gnus-html-put-image): Change buffer argument to use image data rather
9435         than file, and place image above region rather than inserting a new
9436         one.  Do not take alt-text as argument, since it's useless now: we place
9437         the image above alt-text.
9438         (gnus-html-prune-cache): Remove.
9439         (gnus-html-show-images): Start to fetch image when we find one, do not
9440         push into a temporary list.
9441         (gnus-html-prefetch-images): Only fetch image if they have expired.
9442         (gnus-html-browse-image): Fix, use 'gnus-image-url.
9443         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
9445 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9447         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
9449 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9451         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
9452         spec inser "*" if the group isn't active instead of 0.
9454         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
9455         opening the server.
9456         (nnimap-request-delete-group): Implement group deletion.
9457         (nnimap-transform-headers): Return the size of the entire message in
9458         the Bytes header, not just the size of the first part.
9459         (nnimap-request-move-article): When moving an article from nnimap,
9460         request the article first so the accepting form has an article to
9461         accept.  Reported by Dan Christensen.
9462         (nnimap-command): Make sure that the error message doesn't error out.
9464 2010-09-20  David Edmondson  <dme@dme.org>
9466         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
9467         we haven't requested anything.
9469 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9471         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
9472         "".  Fix found by Andrew Cohen.
9474         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
9475         instead of -encode-string.
9477 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9479         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
9481         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
9482         by mm-subst-char-in-string.
9484 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9486         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
9487         waiting for the connection string.
9489         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
9490         arriving.
9492         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
9493         bogus characters.  This allows selecting certain Gmail groups.
9495         * nnimap.el (nnimap-find-wanted-parts-1): New function.
9496         (nnimap-fetch-partial-articles): New variable.
9497         (nnimap-open-connection): When looking for credentials, also use the
9498         nnimap-server-port.
9499         (nnimap-request-article): Return the group/article number, so that Gnus
9500         `^' works as expected.
9501         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
9503         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
9504         comments.
9505         (gnus-methods-sloppily-equal): New function.
9506         (gnus): When using the development version of Gnus, load the gnus-load
9507         file.
9509         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
9510         `gnus-open-server' on each method before trying to scan them etc.
9511         This ensures that all the backend parameters are set correctly.
9513         * nnimap.el (nnimap-authenticator): New variable.
9514         (nnimap-open-connection): Allow anonymous login.
9515         (nnimap-transform-headers): The chars header is called Chars not Bytes.
9516         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
9518         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
9519         patch, found by Knut Anders Hatlen.
9521 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
9523         * gnus-agent.el (gnus-agent-batch-confirmation)
9524         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
9525         to gnus-message.
9526         * gnus-art.el (gnus-article-describe-briefly): Likewise.
9527         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
9528         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
9529         * gnus-int.el (gnus-open-server): Likewise.
9530         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
9531         (gnus-score-check-syntax): Likewise.
9532         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
9533         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
9534         Likewise.
9535         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
9537 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9539         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
9540         calling conventions so that prefetch doesn't bug out.
9542 2010-09-19  Julien Danjou  <julien@danjou.info>
9544         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
9545         rather than `subst-char-in-region' in order to be able to replace ASCII
9546         char by UTF-8 ones.
9548         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
9549         than curl.
9550         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
9551         the right URL and ALT text on images.
9552         (gnus-html-wash-tags): Fix tag case.
9553         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
9554         (gnus-article-html): Add -o display_ins_del=2 option.
9555         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
9557 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9559         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
9560         the extra mail headers, which sometimes seem to happen for unknown
9561         reasons.
9563         * mail-parse.el (mail-header-encode-parameter): Define as
9564         rfc2045-encode-string instead of as rfc2231-encode-string, since some
9565         (or most, perhaps?) mail readers don't understand the latter, but do
9566         understand the former.
9568         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
9569         to nil, so that no methods are automatically agentized.  I think this
9570         is probably what most users want.
9572         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
9573         from url-retrieve, for instance about invalid URLs.
9575         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
9576         groups that have no articles.
9577         (nnimap-request-article): Check that we really got an article when we
9578         requested one.
9580         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
9581         doesn't exist.
9583         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
9584         nntp buffer so the agent can save it.
9585         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
9586         that CRLF doesn't get translated to \n.
9587         (nnimap-open-connection): Don't make 'shell commands only send \n.
9589 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9591         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
9592         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
9593         Update var name.
9594         (nnml-generate-nov-file): Use dolist.
9595         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
9596         Use with-current-buffer.
9598 2010-09-18  Julien Danjou  <julien@danjou.info>
9600         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
9601         parallel.
9603 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9605         * nnimap.el (nnimap-update-info): When doing partial marks update, get
9606         the range update right.
9607         (nnimap-request-group): Don't make `M-g' bug out on group with no
9608         marks.
9609         (nnoo): Require, so that other packages can require nnimap.
9610         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
9611         command we're looking for.  This helps when the server sends more
9612         responses after we've gotten everything we expected.
9613         (nnimap): Add a `newlinep' field to keep track of end-of-line
9614         conventions.
9615         Don't send CRLF to things that don't want it.
9616         (nnimap-request-accept-article): Ditto.
9618 2010-09-18  Julien Danjou  <julien@danjou.info>
9620         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
9621         than curl to retrieve images.
9623 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9625         * nnimap.el (nnimap-update-info): Extend the info so that we can set
9626         the marks.
9627         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
9628         (nnimap-wait-for-connection): New function.
9629         (nnimap-open-connection): If we have PREAUTH, don't query for login
9630         credentials.
9631         (nnimap-update-info): Fix off-by-one error when concatenating ranges
9632         when doing a partial update.
9634 2010-09-18  Julien Danjou  <julien@danjou.info>
9636         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
9637         tags.
9639 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9641         * nnimap.el (nnimap-credentials): New function.
9642         (nnimap-open-connection): Use the new function to look for credentials
9643         also on the numeric equivalents of "imap" and "imaps".
9645         * gnus-start.el (gnus-activate-group): Send the info to
9646         gnus-request-group.
9648         * nnimap.el (nnimap-request-group): Have the "check" version of the
9649         function parse flags and update the info, so that a `M-g' get a total
9650         resync of all flags from the group.
9652         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
9653         to allow backends to alter the info on group selection.  Also alter all
9654         the backend -request-group functions to take the parameter.
9656         * nnimap.el (nnimap-store-info): New function.
9657         (nnimap-update-info): Store the info for later usage.
9658         (nnimap-request-group): Use the stored info for the dont-check case, so
9659         that we don't retrieve all marks when we enter a group.
9661         * nnimap.el: Use deffoo instead of defun for interface functions.
9663         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
9664         update the group info.  This makes the nndraft groups, for instance, go
9665         back to their old behavior.
9667         * gnus-sum.el (gnus-select-newsgroup): Indent.
9669         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
9670         in.
9671         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
9672         nothing.
9674         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
9675         from methods that are denied.
9677         * gnus-int.el (gnus-method-denied-p): New function.
9679         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
9680         store the password instead of netrc.
9681         (nnimap-open-connection): Don't error out when we can't make a
9682         connections.
9684         * auth-source.el (auth-source-create): In the password prompt, say what
9685         we're querying for.  Also prompt for user name if that hasn't been
9686         given.
9688         * nnimap.el (nnimap-with-process-buffer): Remove.
9690 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9692         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
9693         method when we're reading from the agent.
9695         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
9697         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
9698         that's probably most useful for users.
9700         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
9701         "failed" all the time.
9703         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
9704         ...)) with (with-current-buffer ... ).
9706         * nntp.el (nntp-open-server): Return whether the open was successful or
9707         not.
9709         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
9710         select an unread unseen article first.
9712         * nnimap.el (nnimap-open-connection): If the user doesn't have a
9713         /etc/services, supply some sensible port defaults.
9715         * dgnushack.el: Define netrc-credentials.
9717 2010-09-17  Julien Danjou  <julien@danjou.info>
9719         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
9721 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
9723         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
9724         doesn't have any parameters.
9726 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9728         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
9729         only upcased checks.
9731         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
9733         * nnimap.el (nnimap-open-shell-stream): New function.
9734         (nnimap-open-connection): Use it.
9735         (nnimap-transform-headers): Get the number of lines in each message.
9736         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
9737         number of lines.
9738         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
9739         problem.
9741         * utf7.el (utf7-encode): Autoload.
9743         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
9744         to allow the mail splitting to not return a default group.  This is
9745         useful for nnimap, which will leave unmatched mail in the inbox.
9747         * nnimap.el: Rewritten.
9749         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
9750         nnimap usage.
9752         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
9753         if the move is internal, so that nnimap can do fast internal moves.
9755         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
9756         data.
9757         (gnus-read-active-for-groups): Support finishing the early retrieval of
9758         data.
9760         * gnus-range.el (gnus-range-nconcat): New function.
9762         * gnus-int.el (gnus-finish-retrieve-group-infos)
9763         (gnus-retrieve-group-data-early): New functions.
9765 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9767         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
9768         (nnrss-retrieve-groups):
9769         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
9770         (pop3-quit): Use with-current-buffer.
9772 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9774         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
9775         instead of nnheader-accept-process-output.
9777         * dgnushack.el (dgnushack-compile): Add comment.
9779         * lpath.el: No need to fbind propertize for XEmacs 21.4.
9781         * gnus-html.el (gnus-html-schedule-image-fetching)
9782         (gnus-html-prefetch-images): Replace process-kill-without-query by
9783         gnus-set-process-query-on-exit-flag.
9785 2010-09-16  Romain Francoise  <romain@orebokech.com>
9787         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
9789 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9791         * gnus-registry.el (gnus-registry-install-shortcuts): The second
9792         parameter to unintern is mandatory-ish in Emacs 24.
9794         * gnus-html.el (gnus-html-schedule-image-fetching)
9795         (gnus-html-prefetch-images): Check for curl before using it.
9797         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
9798         depend on curl, which isn't essential.
9800         * imap.el: Revert back to version
9801         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
9802         seem problematic.
9804 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
9806         * gnus-registry.el (gnus-registry-install-shortcuts):
9807         Explicitly pass `obarray' to `unintern' to avoid a warning.
9809 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9811         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
9812         change.
9814         * nnrss.el (nnrss-request-list): Remove this function and related
9815         functions, including the moreover stuff.
9817 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9819         * nnrss.el (nnrss-retrieve-groups): New function.
9821 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
9823         * .dir-locals.el: Add no-byte-compile cookie.
9825 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9827         * time-date.el (format-seconds): Comment fix.
9829         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
9830         for back end that doesn't support request-scan.
9832 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9834         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
9835         then do request scans from the backends.
9837         * netrc.el (netrc-credentials): New conveniency function.
9839         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
9840         avoid running a hook per line, since this takes a lot of time,
9841         profiling shows.
9842         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
9843         directly if gnus-visual-p is true.
9845 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9847         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
9848         groups; replace mapcar with dolist which is a bit faster; pass groups
9849         info to gnus-read-active-file-1.
9850         (gnus-read-active-file-1): Scan only specified groups if the new
9851         optional arg `infos' is given.
9853 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9855         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
9857         * pop3.el (pop3-movemail): Remove.
9858         (pop3-streaming-movemail): Rename to pop3-movemail.
9860         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
9861         don't restrict end-tag searches to the end of the line.
9863 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9865         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
9866         articles of every unchecked group to t, which means unknown since the
9867         server has never been opened.
9869 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9871         * gnus-html.el (gnus-html-show-alt-text): New command.
9872         (gnus-html-browse-image): Ditto.
9873         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
9874         to browse the image directly.
9875         (gnus-html-wash-tags): Search for images first, so that <a><img> works
9876         better.
9878         * gnus-async.el (gnus-async-article-callback):
9879         Call `gnus-html-prefetch-images' unconditionally.
9881         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
9882         before feeding URLs to curl.
9884 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9886         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
9887         internal images as deletable by `W D D'.
9889         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
9890         (gnus-async-article-callback): Fix typo.
9892 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9894         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
9895         current line to work around bugs in the output from w3m.
9897         * gnus-async.el (gnus-async-article-callback): Always prefetch images
9898         for groups that want that.
9900         * nntp.el (nntp-wait-for-string): Supply a timeout for
9901         accept-process-output to ensure progress.
9903         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
9904         level to get unread articles from, then use that for foreign groups,
9905         too.
9907         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
9908         confuses the rest of the function.
9910         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
9911         for the methods that support -retrieve-groups, too.
9913         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
9915 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9917         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
9918         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
9920         * pop3.el: Require cl when compiling.
9921         (pop3-number-of-responses): Search for "+OK", not "+OK ".
9923 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9925         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
9926         that aren't going to be activated.
9927         (gnus-get-unread-articles): Fix up the last commit.
9929         * gnus-html.el (gnus-article-html): Allow calling without specifying
9930         the handle.  In that case, dissect the buffer first.
9932         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
9934         * nnimap.el (nnimap-open-connection): Revert the change that would look
9935         into authinfo for imaps instead of imap.
9937         * gnus-start.el (gnus-activate-group): Take an optional parameter to
9938         say that you don't want to call gnus-request-group with don-check, but
9939         do check the reponse.  This is for virtual groups only.
9940         (gnus-get-unread-articles): Count the archive groups as secondary, so
9941         that they're activated the same way as before.
9943         * imap.el (imap-message-map): Removed optional buffer parameter, since
9944         no callers use it.
9945         (imap-message-get): Ditto.
9946         (imap-message-put): Ditto.
9947         (imap-mailbox-map): Ditto.
9948         (imap-mailbox-put): Ditto.
9949         (imap-mailbox-get): Ditto.
9950         (imap-mailbox-get): Revert last change for this function.
9952         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
9953         case-insensitively.
9954         (nnimap-debug): Remove.
9956         * net/imap.el (imap-fetch-safe): Remove function, and alter all
9957         callers to use `imap-fetch' instead.  According to the comments, this
9958         should be safe, since all other IMAP clients use the 1:* syntax.
9959         (imap-enable-exchange-bug-workaround): Remove.
9960         (imap-debug): Remove -- doesn't seem very useful.
9962         * mail-source.el (mail-source-fetch): Don't message if we're fetching
9963         mail from a file, and the file doesn't exist.
9965         * imap.el (imap-log): New convenience function used throughout instead
9966         of repeating the same code all over the place.
9968         * pop3.el (pop3-streaming-movemail): Return t for success.
9970         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
9971         .authinfo if we're using ssl connection.
9973         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
9974         already have if we're in a main Gnus `g' run.
9976         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
9978 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9980         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
9982         * nnmh.el (nnmh-request-list-1): Bind `file'.
9984         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
9985         alias to set-process-query-on-exit-flag or process-kill-without-query.
9986         (pop3-open-server): Use it.
9988 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9990         * mail-source.el (mail-source-delete-crash-box): Always move the crash
9991         box to the Incoming file.  Fixes mistake in previous checkin.
9993         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
9994         request loop (for debugging purposes) removed.
9996         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
9997         culprit is more visible.
9998         (nnml-save-incremental-nov, nnml-open-incremental-nov)
9999         (nnml-add-incremental-nov): New functions to do "incremental" nov
10000         updates, where we just append to the end of the existing nov files
10001         without reading/writing them in full.
10003         * mail-source.el (mail-source-delete-crash-box): Really only check the
10004         incoming files once in a while.
10006         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
10008         * mail-source.el (mail-source-delete-crash-box): Only check the
10009         incoming files for deletion once per day to save a lot of file
10010         accesses.
10012         * pop3.el (pop3-logon): Fix up unbound variable typo.
10014         * mail-source.el (pop3-streaming-movemail): Autoload.
10016         * pop3.el (pop3-streaming-movemail):
10017         Respect pop3-leave-mail-on-server.
10019         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
10020         retrieval.
10022         * pop3.el (pop3-process-filter): Remove unused function.
10023         (pop3-streaming-movemail, pop3-send-streaming-command)
10024         (pop3-wait-for-messages, pop3-write-to-file)
10025         (pop3-number-of-responses): New functions for streaming pop3
10026         retrieval.
10028         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
10029         come from no known methods.
10030         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
10031         list.
10033         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
10034         message sizes.
10035         (pop3-movemail): Use erase-buffer instead of looping and deleting
10036         regions, which seems rather odd.
10038         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
10039         file once per `g' run.
10041         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
10042         directories.  This makes the draft queue directory work.
10044         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
10045         data from the backends, so that we only request the list of groups from
10046         each method once.  This should speed things up considerably.
10048         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
10049         detect that it's not implemented.
10051         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
10052         we actually do recurse down into the tree, but don't stat all leaf
10053         nodes.
10055         * gnus-html.el (gnus-html-show-images): If there are no images to show,
10056         then say so instead of bugging out.
10058         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
10059         files exist before trying to read them.
10061         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
10062         around <pre_int>.
10064         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
10066         * nnmh.el (nnmh-request-list-1): Optimize for speed.
10068 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10070         * mm-util.el (mm-image-load-path): Just return the image directories,
10071         not all directories in the path in addition to the image directories.
10072         (mm-image-load-path): Maintain a cache of the image directories so that
10073         the `g' command in Gnus doesn't have to stat dozens of directories each
10074         time.
10076         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
10077         (gnus-html-wash-tags): Add a new `i' command to insert images.
10078         (gnus-html-insert-image): New command and keystroke.
10079         (gnus-html-redisplay-with-images): New command and keystroke.
10080         (gnus-html-show-images): Rename command.
10081         (gnus-html-wash-tags): Remove more white space before <pre_int> image
10082         spacers.
10083         (gnus-html-wash-tags): Decode entities at the end, so that entities
10084         inside the tags don't mess up the rest of the "parsing".
10086         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
10087         so that nnimap methods aren't agentized by default.  There's apparently
10088         many problems related to agent/imap behavior.
10090         * gnus-art.el (gnus-article-copy-string): New command and key binding.
10092         * gnus-html.el: Doc fix.
10094 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10096         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
10097         specifier-spec-list for Emacs 21.
10099         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
10100         glyph-width and glyph-height instead of display-graphic-p and
10101         image-size; make avoidance of displaying small images work for XEmacs.
10103         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
10104         for XEmacs.
10106         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
10107         of symbol that holds plist data.
10108         (gnus-process-plist): Remove plist of process after getting it.
10110 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10112         * message.el (message-generate-hashcash): Change default to
10113         'opportunistic if hashcash is installed.
10115         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
10116         (gnus-html-put-image): Only call image-size once, since it's somewhat
10117         time-consuming on remote X servers.
10119 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10121         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
10122         type on data, not a file name.
10124         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
10125         window-pixel-edges for Emacs 21.
10127         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
10128         decoded contents.
10129         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
10131 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10133         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
10134         group line format, since it isn't very interesting.
10136         * gnus-agent.el (gnus-agent-short-article),
10137         (gnus-agent-long-article): Increase values for these two variables,
10138         since most people are likely to have more network connection and
10139         storage than before.
10141         * gnus.el (gnus-refer-article-method): Change default to 'current.
10142         When referring an article, the common behavior is to refer it from the
10143         current select method, not the native select method.  The chances of
10144         the native select method having the message in question is rather slim
10145         these days.
10147         * gnus-sum.el (gnus-auto-select-subject): Change default to
10148         `unseen-or-unread'.  I think it's likely that most people want to
10149         select an unseen article over a previously seen, but unread one.
10151         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
10152         means that in the article buffer none of the minor mode elements will
10153         be shown, usually, and this is not desirable in most cases.
10155         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
10156         that commands like `d' (and the like) go to the next line in the
10157         buffer, instead of the next unread article.  I think this is the
10158         behavior that is most natural for most users.
10159         (gnus-single-article-buffer): Change default to nil, so that people can
10160         have as many article buffers open as they have summary buffer.  I think
10161         this is the most natural way for the groups to behave.
10163         * message.el (message-generate-new-buffers): Change default to
10164         `unsent', so that all new message buffers start their names with the
10165         string "*unsent", and it's easier to find the buffers if you move from
10166         them.
10168 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10170         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
10171         small.  They're probably tracking images.
10172         (gnus-html-wash-tags): Remove all <pre_int> place holders.
10173         (gnus-html-rescale-image): Yet another try at getting the image sizing
10174         right.
10176         * nntp.el (nntp-request-set-mark): Refuse to do marks if
10177         nntp-marks-file-name is nil.
10179 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10181         * gnus-html.el (gnus-html-wash-tags)
10182         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
10183         Better logging.
10185 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10187         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
10189         * gnus-html.el (gnus-html-wash-tags): Check the value of
10190         gnus-blocked-images in the summary buffer.
10192 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10194         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
10196 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10198         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
10199         like "a", it seems like.
10200         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
10201         since it needs to be picked from the correct buffer.
10203         * nnwfm.el: Remove.
10205         * nnlistserv.el: Remove.
10207 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10209         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
10210         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
10212 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10214         * nnkiboze.el: Remove.
10216         * nndb.el: Remove.
10218         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
10219         alt text.
10220         (gnus-html-rescale-image): Try to get the rescaling logic right for
10221         images that are just wide and not tall.
10223         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
10224         overshadow variable bindings.
10226 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10228         * gnus-html.el (gnus-html-wash-tags)
10229         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
10230         Add extra logging.
10232 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10234         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
10235         (gnus-max-image-proportion): New variable.
10236         (gnus-html-rescale-image): New function.
10237         (gnus-html-put-image): Rescale images.
10239 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10241         Fix up some byte-compiler warnings.
10242         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
10243         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
10244         (gnus-article-fill-cited-article, gnus-article-hide-citation)
10245         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
10246         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
10247         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
10248         (gnus-group-update-group): Use save-excursion and with-current-buffer.
10250 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10252         * gnus-html.el (gnus-article-html): Decode contents by charset.
10254 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10256         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
10257         (gnus-html-frame-width, gnus-blocked-images):
10258         * message.el (message-prune-recipient-rules): Add custom version.
10259         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
10261         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
10262         functions.
10264         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
10265         gnus-process-get.
10267 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
10269         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
10270         instead of lsub directly.
10272 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10274         * nnwarchive.el: Remove.
10276         * gnus-soup.el: Remove.
10278         * nnsoup.el: Remove.
10280         * nnultimate.el: Remove.
10282         * gnus-html.el (gnus-blocked-images): New variable.
10284         * message.el (message-prune-recipients): New function.
10285         (message-prune-recipient-rules): New variable.
10287         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
10288         guess whether a long line is natural text or not.
10290         * gnus-html.el (gnus-html-schedule-image-fetching):
10291         Use gnus-process-plist and friends for compatibility.
10293 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
10295         * gnus-html.el: Require packages that define macros used in this file.
10296         (gnus-article-mouse-face): Declare to silence byte-compiler.
10297         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
10298         process-get.
10299         (gnus-html-put-image): Use plist-get to avoid getf.
10300         (gnus-html-prefetch-images): Use with-current-buffer.
10302 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10304         * gnus-ems.el: Provide compatibility functions for
10305         gnus-set-process-plist.
10307         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
10308         header-line-format for XEmacs 21.4.
10310         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
10311         * gnus.el (gnus-valid-select-methods):
10312         * message.el (message-send-mail-partially-limit):
10313         * mm-decode.el (mm-text-html-renderer):
10314         * mml.el (mml-insert-mime-headers-always):
10315         * smiley.el (smiley-regexp-alist): Bump custom version.
10317 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10319         * gnus-html.el: require mm-url.
10320         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
10321         with the url to `url'.
10322         (gnus-html-wash-tags): Support cid: URLs/images.
10324 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10326         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
10327         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
10328         bindings, as they aren't useful at all.  `w' is moved to `W w'.
10330         * gnus-move.el: Remove file, since it doesn't really work.
10332         * gnus-html.el (gnus-article-html): Tell w3m that the input is
10333         UTF-8.  This seems to fix problems with some German web feeds.
10335         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
10336         at the top so that the proper colors are applied.
10338         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
10339         don't have dots in their names.
10341         * gnus-art.el (gnus-article-view-part): Doc fix.
10343         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
10344         XEmacs-compatible.
10345         (gnus-html-put-image): Don't do images on non-graphic displays.
10347         * nnslashdot.el: Remove this unused backend.
10349         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
10350         actions.
10351         (gnus-undo-register-1): Revert last change.
10353         * gnus-group.el (gnus-group-completing-read): Protect against not
10354         having completion-styles bound.
10356         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
10357         make broken recipients happier.
10359         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
10361         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
10362         point parameter.
10364         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
10366         * gnus-group.el (gnus-group-completing-read): Add 'substring to
10367         completion-styles for group selection.
10369 2009-02-04  Andreas Schwab  <schwab@suse.de>
10371         * gnus-score.el (gnus-score-string): Fix regex for matching extra
10372         headers and regexp-quote the match if necessary.
10374 2009-03-24  Miles Bader  <miles@gnu.org>
10376         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
10377         the blinking smiley.
10379 2009-03-24  Simon Josefsson  <simon@josefsson.org>
10381         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
10382         blink smiley.
10384 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10386         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
10387         where the dribbel file lives exists.
10389         * message.el (message-send-mail-partially-limit): Change the default to
10390         nil, since most people don't want this.
10392         * mm-url.el (mm-url-decode-entities): Also decode entities like
10393         &#x3212.
10395 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
10397         * gnus-sum.el (gnus-summary-idna-message):
10398         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
10399         Hyperlink urls in docstrings with URL `...'.
10401 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
10403         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
10404         functions.
10406 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10408         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
10409         say what the mouseover text should be.
10411         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
10412         version of the mm-w3m-safe-url-regexp variable to only download images
10413         in the groups where we want that to happen.
10415         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
10417         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
10418         easier debugging.
10419         (gnus-article-beginning-of-window): Add kludge to allow spacing past
10420         big pictures in the article buffer.
10422         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
10423         gnus-article-html.
10424         (mm-text-html-renderer): gnus-article-html needs curl in addition to
10425         w3m.
10427         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
10429 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10431         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
10432         which doesn't exist.
10434         * message.el (message-inhibit-ecomplete): New variable to allow some
10435         function to inhibit ecomplete address storage.
10436         (message-resend): Disable ecomplete message storage when resending
10437         messages.
10439         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
10441 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10443         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
10444         Save excursion while copying, moving, and deleting articles in order to
10445         prevent the cursor from jumping to unforeseen place.
10447 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10449         * lpath.el: No need to bind bookmark-current-buffer,
10450         bookmark-yank-point and bookmark-make-record-function.
10452 2010-08-17  Glenn Morris  <rgm@gnu.org>
10454         * gnus-sync.el: Require gnus components whose functions are used.
10456         * gnus-art.el (bookmark-make-record-function):
10457         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
10458         Declare for compiler.
10460         * mm-url.el (mml-compute-boundary): Autoload.
10462 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10464         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
10466 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
10468         Typo fix "hoo4a" -> "hook".
10470         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
10472 2010-08-14  Glenn Morris  <rgm@gnu.org>
10474         * gnus-sync.el (gnus-sync): Fix defgroup version.
10476 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
10478         Doc fixes and keep unknown groups (ammended for nunion bug fix).
10480         * gnus-sync.el: Fix docs.
10481         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
10482         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
10484 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
10486         Optimizations for gnus-sync.el.
10488         * gnus-sync.el: Add docs about gnus-sync-backend
10489         possibilities.
10490         (gnus-sync-save): Remove unnecessary message.
10491         (gnus-sync-read): Optimize and show what groups were skipped.
10493 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
10495         Minor bug fixes for gnus-sync.el.
10497         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
10498         Don't read the sync on get-new-news.
10500         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
10501         quiet.
10503         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
10504         (fix typo).
10506 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
10508         Make saving and restoring of hidden threads work with overlays.
10509         Patch applied by Ted Zlatanov.
10511         * gnus-sum.el (gnus-hidden-threads-configuration)
10512         (gnus-restore-hidden-threads-configuration): Update to deal with text
10513         properties, rather than searching for a magic character.
10515 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
10517         New gnus-sync.el library for synchronization of marks.
10519         * gnus-sync.el: New library for synchronization of marks.
10521         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
10522         renamed from `gnus-registry-grep-in-list'.
10524         * gnus-registry.el (gnus-registry-follow-group-p):
10525         Use `gnus-grep-in-list'.
10527         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
10529 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10531         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
10532         determining charset of text fails.
10534 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10536         * nnmail.el (nnmail-get-new-mail-1): Revert.
10538         * nnml.el (nnml-active-number): Make sure names of newly created groups
10539         in nnml-group-alist are encoded.
10541 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10543         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
10544         containing non-ASCII characters in active file for nnml back end.
10546 2010-07-24  David Engster  <dengste@eml.cc>
10548         * mml-smime.el (mml-smime-epg-verify): Also accept the older
10549         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
10551 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
10553         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
10554         tag (Bug#6654).
10556 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10558         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
10559         the article buffer, not the summary buffer.
10561 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10563         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
10564         Emacs 23 as well.
10566 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10568         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
10569         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
10571 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10573         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
10574         Patch applied by Karl Fogel.
10576         * gnus-sum.el (gnus-summary-bookmark-make-record):
10577         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
10579 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10581         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
10582         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
10583         C-w still not working correctly from Article buffers; Thierry's
10584         patch to fix that will be applied after this.
10586         * gnus-art.el (bookmark-make-record-function): New local variable.
10588         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
10589         article buffer.
10590         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
10592 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
10594         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
10595         on changes in bookmark.el.
10597 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10599         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
10600         `no-log' instead of message not to log prompt string.
10602 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
10604         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
10605         the *other* type of HTML form submission.
10607 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
10609         * auth-source.el (auth-source-pick): If choice does not contain a
10610         questioned keyword, set the check to t.
10612 2010-06-12  Romain Francoise  <romain@orebokech.com>
10614         * gnus-util.el (gnus-date-get-time): Move up before first use.
10616 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10618         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
10619         (gnus-article-edit-part): Bind it to make last part that is substituted
10620         or deleted visible.
10621         (gnus-mime-display-single): Buttonize part of which id equals to
10622         gnus-mime-buttonized-part-id.
10624 2010-06-10  Dan Christensen  <jdc@uwo.ca>
10626         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
10627         (gnus-dd-mmm): Use gnus-date-get-time.
10628         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
10629         simplify logic.
10630         (gnus-summary-limit-to-age): Use gnus-date-get-time.
10631         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
10633 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
10635         * auth-source.el (top): Autoload `secrets-list-collections',
10636         `secrets-create-item', `secrets-delete-item'.
10637         (auth-sources): Fix tag string.
10638         (auth-get-source, auth-source-retrieve, auth-source-create)
10639         (auth-source-delete): New defuns.
10640         (auth-source-pick): Rewrite in order to avoid 2 passes.
10641         (auth-source-forget-user-or-password): New parameter USERNAME.
10642         (auth-source-user-or-password): New parameters CREATE-MISSING and
10643         DELETE-EXISTING.  Retrieve password interactively, if needed.
10645 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
10647         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
10648         deleting unused directories when gnus-expert-user is t.
10650 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10652         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
10653         for each temp file when gnus-article-browse-delete-temp is ask.
10655 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10657         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
10658         Replace Lisp calls to delete-backward-char by calls to delete-char.
10660 2010-05-20  Kevin Ryde  <user42@zip.com.au>
10662         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
10664 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
10666         * password-cache.el (password-cache-remove): Fix docstring.
10668 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10670         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
10671         article unless decoding article to be saved.
10673 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10675         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
10676         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
10677         generated within the mm-with-unibyte-current-buffer macro.
10679 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10681         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
10682         to nil when we're in a mml-preview buffer and no group is selected.
10684 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
10686         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
10687         when catching the `C-g'.  Reported by "Leo".
10689 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10691         * message.el (message-forward-make-body-plain)
10692         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
10693         multibyte-string-p.
10695         * lpath.el: Revert.
10697 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10699         * message.el (message-forward-make-body-mml): Assume original message
10700         is multibyte string; error on unibyte.
10701         (message-forward-make-body-plain): Ditto; don't add excessive newline
10702         in body end.
10704         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
10706 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
10708         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
10709         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
10711 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10713         * mm-extern.el (mm-extern-url): Don't use
10714         mm-with-unibyte-current-buffer.
10715         (mm-extern-cache-contents): Use with-current-buffer instead of
10716         save-excursion + set-buffer.
10718 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10720         * mm-util.el (mm-emacs-mule): Remove.
10722 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
10724         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
10725         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
10726         change.
10728 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10730         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
10731         bind the default value of enable-multibyte-characters to nil.
10733 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10735         * message.el (message-forward-make-body-plain)
10736         (message-forward-make-body-mml):
10737         Don't use mm-with-unibyte-current-buffer.
10739 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10741         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
10743 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
10745         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
10746         (Bug#5592).
10748 2010-05-07  Julien Danjou  <julien@danjou.info>
10750         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
10751         it to mm-pipe-part.
10753         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
10754         it is given.
10756 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10758         * binhex.el (binhex-decode-region-internal):
10759         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
10760         (dns-query):
10761         * nnweb.el (nnweb-gmane-search):
10762         * pgg-parse.el (pgg-parse-armor):
10763         * pgg.el (pgg-verify-region):
10764         * sha1.el (sha1-string-external):
10765         * uudecode.el (uudecode-decode-region-internal):
10766         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
10767         XEmacs.
10769         * gnus-art.el (gnus-article-browse-html-parts):
10770         * gnus-group.el (gnus-read-ephemeral-gmane-group):
10771         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
10772         make-temp-file.
10774         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
10775         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
10776         compiling.
10778         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
10779         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
10780         XEmacs when compiling.
10782         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
10783         gnus-pick-mode-off-hook for XEmacs when compiling.
10784         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
10785         gnus-binary-mode-off-hook for XEmacs when compiling.
10787         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
10788         Return nil if char-charset is not available.
10790         * imap.el (imap-disable-multibyte)
10791         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
10792         macros.
10794         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
10795         instead of encode-coding-string.
10797         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
10798         'xemacs) instead of mm-emacs-mule to switch function definitions.
10799         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
10801         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
10802         bind temporary-file-directory for XEmacs;
10803         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
10804         timer-set-function for XEmacs 21.4 and SXEmacs;
10805         bind timer-list for XEmacs 21.4 and SXEmacs;
10806         fbind char-charset and find-charset-region for non-Mule XEmacs;
10807         fbind decode-coding-region, decode-coding-string, detect-coding-region,
10808         encode-coding-region and encode-coding-string for XEmacs having no
10809         file-coding feature.
10811 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
10813         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
10815 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10817         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
10818         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
10820 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
10822         * mm-util.el (mm-decompress-buffer): Use `delete-file';
10823         alias `jka-compr-delete-temp-file' no longer exists.
10825 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10827         Use define-minor-mode in Gnus where applicable.
10828         * mml.el (mml-mode): Use define-minor-mode.
10829         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
10830         (gnus-undo-mode): Use define-minor-mode.
10831         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
10832         (gnus-dead-summary-mode): Use define-minor-mode.
10833         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
10834         Initialize in declaration.
10835         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
10836         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
10837         (gnus-mailing-list-mode): Use define-minor-mode.
10838         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
10839         (gnus-draft-mode): Use define-minor-mode.
10840         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
10841         (gnus-dired-mode): Use define-minor-mode.
10843 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
10845         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
10846         handles on recursive mml-to-mime translation and check them for
10847         boundary delimiter collisions.  Reported by Greg Troxel.
10849 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10851         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
10853 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10855         * mm-util.el (mm-find-buffer-file-coding-system):
10856         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
10858 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
10860         * message.el (message-generate-headers): Record insertion of optional
10861         headers as well.  Otherwise the check to prevent repeated insertion of
10862         optional headers is a no-op.
10864 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
10866         * smime.el: Don't mention CVS.
10868         * nnrss.el (nnrss-fetch): Don't mention CVS.
10870         * nnir.el: Don't mention CVS.
10872 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10874         * gnus-sum.el (gnus-summary-bookmark-make-record):
10875         Add `location' field.
10877 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10879         * lpath.el: Fbind bookmark-default-handler,
10880         bookmark-get-bookmark-record, bookmark-make-record-default,
10881         bookmark-prop-get for Emacs <23 and XEmacs.
10883 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10885         * gnus-sum.el: Add bookmark declarations to silence the compiler.
10886         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
10887         Use with-current-buffer to silence the byte-compiler.
10888         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
10889         bother to require `gnus'.
10890         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
10892 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10894         * gnus-sum.el (gnus-summary-bookmark-make-record)
10895         (gnus-summary-bookmark-jump): New functions.
10896         (gnus-summary-mode): Setup bookmark support.
10898 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
10900         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
10901         if set.
10903 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10905         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
10906         gnus-article-browse-html-save-cid-image; make it work recursively for
10907         forwarded messages as well.
10908         (gnus-article-browse-html-parts): Work when prefix arg is given.
10909         (gnus-article-browse-html-article): Doc fix.
10911 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
10913         * message.el (message-default-mail-headers):
10914         (message-default-headers): Carry the value mail-default-headers over
10915         into message-default-mail-headers, rather than message-default-headers.
10917 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
10919         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
10920         charset.
10922         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
10923         charset into the <meta> tag when the article is encoded to utf-8.
10925 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10927         * gnus-art.el (gnus-article-browse-delete-temp-files):
10928         Delete directories as well.
10929         (gnus-article-browse-html-parts): Work for images that do not specify
10930         file names; delete temp directory when quitting; insert header at the
10931         right place; use file: scheme for image files.
10933 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
10935         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
10936         (gnus-article-browse-html-parts): Use it to make temporary cid image
10937         files in addition to html file so that browser may display them.
10939 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10941         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
10943 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
10945         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
10947 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
10949         * auth-source.el (auth-sources): Change default to be simpler.
10950         Explain about Secret Service API sources.  Improve Customize options.
10951         (auth-source-pick): Change to accept any number of search parameters.
10952         Implement fallbacks iteratively, not recursively.  Add scoring on the
10953         second pass and sort by score.  Call Secret Service API when needed.
10954         (auth-source-user-or-password): Use it.  Call Secret Service API
10955         directly when needed to get the user name and the password.
10957 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
10959         * message.el (message-interactive): Doc fix.
10960         (message-qmail-inject-args): Reflow.
10961         (message-kill-to-signature): Fix typo in docstring.
10963         * smiley.el (smiley-buffer): Fix typo in docstring.
10965 2010-03-24  Glenn Morris  <rgm@gnu.org>
10967         * mail-source.el (gnus-message): Declare.
10968         (mail-source-delete-old-incoming): Require gnus-util.
10970 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10972         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
10974         * message.el (ecomplete-setup): Autoload it for Emacs <23.
10976         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
10977         password-cache's default if it is not bound.
10978         (mml-secure-passphrase-cache-expiry): Default to 16 that is
10979         password-cache-expiry's default if it is not bound.
10981         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
10982         available in Emacs 21.
10984         * lpath.el: Suppress compiler warnings for:
10985         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
10986         XEmacs;
10987         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
10988         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
10989         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
10991 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
10993         * auth-source.el (auth-sources): Fix up definition so extra parameters
10994         are always inline.
10996 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
10998         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
10999         wasn't updated after mismatch.  Clear cached mailbox info correctly
11000         when uidvalidity changes.
11001         (nnimap-group-prefixed-name): New function to avoid some code
11002         duplication.
11003         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
11004         (nnimap-request-group): Use it.
11005         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
11006         (nnimap-update-unseen): Significantly improved speed of Gnus startup
11007         with many imap folders.  This is done by caching the group status from
11008         the imap server persistently in a group parameter `imap-status'.  (This
11009         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
11010         but not persistently, so every Gnus startup was still very slow.)
11012 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
11014         * assistant.el (assistant-render-text): Run `widget-setup' and don't
11015         delete the extra newline.  Otherwise editing of :string and :number
11016         types don't work.
11018 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
11020         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
11021         secrets.el dependency.
11022         (auth-sources): Add optional user name.  Add secrets.el configuration
11023         choice (unused right now).
11025 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
11027         * gnus-sum.el (gnus-summary-make-menu-bar):
11028         Let `gnus-registry-install-shortcuts' fill in the functions.
11030         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
11031         warnings.
11032         (gnus-registry-misc-menus): Variable to hold registry mark menus.
11033         (gnus-registry-install-shortcuts): Populate and use it in a
11034         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
11036 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
11038         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
11039         In-place substitutions for the group name encoding/decoding.
11040         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
11041         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
11042         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
11043         (nnimap-update-unseen, nnimap-request-list)
11044         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
11045         (nnimap-request-set-mark, nnimap-split-to-groups)
11046         (nnimap-split-articles, nnimap-request-newgroups)
11047         (nnimap-request-create-group, nnimap-request-accept-article)
11048         (nnimap-request-delete-group, nnimap-request-rename-group)
11049         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
11050         `encoded-mbx' for consistency.
11051         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
11052         variable `imap-current-mailbox'.
11054         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
11055         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
11057 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
11059         * pop3.el (pop3-display-message-size-flag): Display message size byte
11060         counts during POP3 download.
11061         (pop3-movemail): Use it.
11062         (pop3-list): Implement listing of available messages.
11064 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
11066         * nnir.el (nnir-get-article-nov-override-function): New function to
11067         override the normal NOV retrieval.
11068         (nnir-retrieve-headers): Use it.
11070 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
11072         * auth-source.el (netrc-machine-user-or-password): Autoload.
11074 2010-03-19  Glenn Morris  <rgm@gnu.org>
11076         Stop message.el from loading about 40 libraries it doesn't always need.
11077         The general approach is to autoload rather than require, and to
11078         require in the specific functions rather than the file.  (Bug#5642)
11080         * gmm-utils.el: Don't require wid-edit.
11081         (widget-create-child-value, widget-convert, widget-default-get):
11082         Autoload.
11084         * gnus-util.el: Don't require time-date, netrc.
11085         (message-fetch-field, gnus-group-name-decode): Declare rather than
11086         autoloading.
11087         (gnus-fetch-field): Require message.
11088         (gnus-decode-newsgroups): Require gnus-group.
11090         * ietf-drums.el: Don't require time-date.
11092         * message.el: Don't require hashcash, canlock, ecomplete.
11093         Do require mail-utils.  Require nnheader only when compiling.
11094         (smtpmail-default-smtp-server): Remove declaration.
11095         (message-send-mail-function): Check smtpmail-default-smtp-server
11096         is bound rather than requiring smtpmail.
11097         (message-auto-save-directory, message-insert-signature):
11098         Use expand-file-name rather than nnheader-concat.
11099         (nnheader-insert-file-contents): Autoload.
11100         (hashcash-wait-async): Declare.
11101         (message-send-mail): Only call gnus-setup-posting-charset if
11102         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
11103         (message-send-mail-with-sendmail): Require sendmail.
11104         (canlock-password, canlock-password-for-verify): Declare.
11105         (message-canlock-password): Require canlock.
11106         (nnheader-get-report): Autoload.
11107         (gnus-setup-posting-charset): Declare.
11108         (message-send-news): Require gnus-msg.
11109         (message-make-references, message-make-in-reply-to): Use mail-header-id
11110         rather than the alias mail-header-message-id.
11111         (ecomplete-add-item, ecomplete-save): Declare.
11112         (message-put-addresses-in-ecomplete): Require ecomplete.
11113         (ecomplete-display-matches): Autoload.
11115         * mm-decode.el: Don't require mailcap, gnus-util.
11116         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
11117         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
11118         Autoload.
11119         (mailcap-mime-extensions): Declare.
11121         * mm-encode.el: Don't require mailcap.
11122         (mailcap-extension-to-mime): Autoload.
11124         * mml-sec.el: Don't require password-cache.
11126         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
11127         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
11128         (mml-minibuffer-read-type): Require mailcap.
11129         (mml-preview): Require gnus-msg.
11131         * mml1991.el: Require password-cache.
11132         (password-cache-expiry): Remove declaration.
11134         * mml2015.el: Require password-cache.
11135         (password-cache-expiry): Remove declaration.
11137         * nneething.el (mailcap): Require mailcap.
11139         * nnheader.el (declare-function): Add compatibility stub.
11140         (message-remove-header): Declare rather than autoload.
11141         (nnheader-replace-header): Require message.
11143         * nnimap.el (declare-function): Add compatibility stub.
11144         (netrc-parse, netrc-machine-user-or-password): Declare.
11145         (nnimap-open-connection): Require netrc.
11147         * nntp.el (declare-function): Add compatibility stub.
11148         (netrc-parse, netrc-machine, netrc-get): Declare.
11149         (nntp-send-authinfo): Require netrc.
11151         * rfc2047.el: Don't require qp.
11152         (quoted-printable-encode-region, quoted-printable-decode-string):
11153         Autoload.
11155         * sieve-mode.el: Don't require easymenu.
11156         (easy-menu-add-item): Autoload it.
11158         * spam-stat.el (time-to-number-of-days): Autoload it.
11160 2010-03-19  Glenn Morris  <rgm@gnu.org>
11162         * password-cache.el (password-cache, password-cache-expiry): Autoload.
11164 2010-03-18  Glenn Morris  <rgm@gnu.org>
11166         * hashcash.el (declare-function): Remove duplicate definition.
11168 2010-03-17  Kevin Ryde  <user42@zip.com.au>
11170         * mml.el (mml-read-tag): Unquote values with `read' to reverse
11171         prin1 in mml-insert-tag (just stripping the quotes gave wrong
11172         value if any backslash escapes).
11174 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11176         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
11177         if it is available.  (bug#5647)
11179         * lpath.el: Suppress compiler warning for coding-system-from-name for
11180         Emacs 21 and XEmacs.
11182 2010-03-14  Juri Linkov  <juri@jurta.org>
11184         * hmac-def.el:
11185         * hmac-md5.el:
11186         * netrc.el: Fix keywords.
11188 2010-02-26  Glenn Morris  <rgm@gnu.org>
11190         * message.el (message-send-mail-function): Change the default, so that
11191         it inherits from a customized send-mail-function.  (Bug#5643)
11193 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11195         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
11196         shell-command-to-string signals an error (bug#5299).
11198 2010-02-24  Glenn Morris  <rgm@gnu.org>
11200         * message.el (message-smtpmail-send-it)
11201         (message-send-mail-with-mailclient): Doc fixes.
11203 2010-02-16  Glenn Morris  <rgm@gnu.org>
11205         * message.el (message-default-mail-headers): Change the default value
11206         to ease the transition from mail-mode to message-mode.  (Bug#5555)
11208 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11210         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
11211         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
11213 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
11215         * time-date.el (date-to-time): Doc fix (Bug#5408).
11217 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
11219         * message.el (message-mail): Just pass yank-action on to message-setup.
11220         (message-setup): Handle (FUN . ARGS) form of yank-action.
11221         (message-with-reply-buffer, message-widen-reply)
11222         (message-yank-original): Handle non-buffer values of
11223         message-reply-buffer (Bug#4080).
11224         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
11226 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
11228         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
11229         Fix typo in docstring.
11231 2010-01-08  Jason Rumney  <jasonr@gnu.org>
11233         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
11234         response.
11236 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11238         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
11240         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
11242         * message.el (message-check-news-header-syntax): Protect against a
11243         string that `rfc822-addresses' returns when parsing fails.
11245 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11247         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
11248         (gnus-previous-char-property-change): New functions.
11250         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
11252 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
11254         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
11255         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
11257 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
11259         * message.el (message-exchange-point-and-mark): Rework last change to
11260         avoid using optional arg of exchange-point-and-mark, for backward
11261         compatibility.
11263 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
11265         * message.el (message-exchange-point-and-mark):
11266         Call exchange-point-and-mark with an argument rather than setting
11267         mark-active by hand (Bug#5175).
11269 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11271         * nntp.el (nntp-service-to-port): Work for service expressed with
11272         numeric string; replace [:digit:] with [0-9] for XEmacs.
11274 2009-12-17  Glenn Morris  <rgm@gnu.org>
11276         * gnus-group.el (gnus-bug-group-download-format-alist):
11277         Change emacs entry to debbugs.gnu.org.  Bump :version.
11279 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
11281         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
11283 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11285         * message.el (message-info): Explain why we use `Info-goto-node'.
11287 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11289         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
11291 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11293         * message.el (message-completion-in-region): New compatibility function.
11294         (message-expand-group): Use it.
11296 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11298         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
11299         with no unread article should be listed if the 2nd arg `predicate' is
11300         given.
11302 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11304         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
11306 2009-11-29  Juri Linkov  <juri@jurta.org>
11308         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
11309         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
11310         on `gnus-recenter'.  (Bug#4698, Bug#4981)
11312 2009-11-26  Kevin Ryde  <user42@zip.com.au>
11314         * sha1.el (sha1-string-external): default-directory "/" in case
11315         otherwise non-existent.  process-connection-type pipe for touch of
11316         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
11318 2009-11-25  Kevin Ryde  <user42@zip.com.au>
11320         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
11321         it's comms related and sgml-mode.el has "comm" on that basis too.
11323 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11325         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
11326         containing tspecial characters if they have been already quoted.
11328 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
11330         * dns-mode.el (auto-mode-alist): Purecopy string.
11332 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11334         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
11336 2009-10-24  Glenn Morris  <rgm@gnu.org>
11338         * gnus-art.el (help-xref-stack-item): Define for compiler.
11340 2009-10-21  Kevin Ryde  <user42@zip.com.au>
11342         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
11344 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11346         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
11348 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11350         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
11351         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
11353 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11355         * gnus.el (gnus-overlay-get): New alias to overlay-get.
11356         (gnus-overlays-in): New alias to overlays-in.
11358         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
11359         gnus-overlay-get, and gnus-delete-overlay.
11360         (gnus-summary-show-thread): Make it work as well for systems in which
11361         next-single-char-property-change is not available.
11362         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
11364         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
11365         (gnus-overlay-get): New alias to extent-property.
11366         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
11368         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
11369         SXEmacs.
11371         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
11372         SXEmacs.
11374 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
11376         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
11378 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
11380         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
11381         and XEmacs that don't have `remove-overlays'.
11383 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11385         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
11386         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
11387         selective display.  Use overlays instead.
11389 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
11391         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
11393 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
11395         * spam-stat.el (spam-stat-load): Fix typo in message.
11397 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
11399         * dig.el (dig-invoke): Fix typo in docstring.
11400         (query-dig): Reflow docstring.
11402 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
11404         * gnus-art.el (gnus-article-encrypt-body):
11405         * message.el (message-check-recipients):
11406         * mm-util.el (mm-codepage-setup):
11407         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
11408         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
11410 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
11412         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
11413         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
11414         keys from the menu if mm-{sign,encrypt}-option is 'guided.
11415         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
11416         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
11418 2009-09-21  Kevin Ryde  <user42@zip.com.au>
11420         * dig.el: Add "Keywords: comm", as per net-utils.el.
11422 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11424         * dig.el (dig-mode): Use define-derived-mode.
11426 2009-09-19  Glenn Morris  <rgm@gnu.org>
11428         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
11430 2009-09-18  Glenn Morris  <rgm@gnu.org>
11432         * gnus-diary.el (gnus-diary-check-message):
11433         * message.el (message-insert-formatted-citation-line):
11434         * nnbabyl.el (top-level):
11435         * nndiary.el (nndiary-schedule):
11436         Fix typos in condition-case handlers.
11438 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11440         * gnus-art.el (gnus-article-edit-part): Work for the buffer
11441         configuration that provides the sole article window in a frame;
11442         position point correctly after deleting a part.
11444 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
11446         * spam.el (spam-unregister-on-reregister): Add boolean variable.
11447         (spam-resolve-registrations-routine): Use it to unregister articles
11448         that change status.
11450 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11452         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
11453         with XEmacs.
11454         (parse-time-string-chars): Use it.
11456 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
11458         * imap.el (imap-interactive-login): Better messages.
11459         (imap-open): Fix bug with renamed buffer on reconnect.
11460         (imap-authenticate): Add buffer-local imap-last-authenticator variable
11461         for easier debugging and cleaner code.  On successful (guessed based on
11462         server capabilities) secondary authentication, set imap-state
11463         correctly.
11464         (imap-last-authenticator): Define imap-last-authenticator as a variable
11465         to avoid warnings.
11467 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11469         * nnrss.el (nnrss-request-article): Remove binding of
11470         default-enable-multibyte-characters that has gotten needless by
11471         the 2007-07-13 change in rfc2047-encode-message-header.
11473         * mml.el (mml-insert-multipart): Error on the message header.
11474         (mml-insert-part): Error on the message header; position point at
11475         the end of a MIME tag.
11477 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11479         * time-date.el (autoload): Expand define-obsolete-function-alias into
11480         defalias and make-obsolete for old Emacsen that Gnus supports.
11481         (with-no-warnings): Define it for old Emacsen.
11482         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
11483         is available.
11484         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
11485         float-time is available; suppress compile warning for time-to-seconds.
11487         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
11488         (gnus-float-time): Alias to float-time if it exists.
11490         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
11491         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
11492         float-time is available; suppress compile warning for time-to-seconds.
11494         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
11495         XEmacs.
11497 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
11499         * imap.el (imap-message-map): Docstring fix.
11501 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11503         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
11504         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
11505         Add the optional argument `encoding' that overrides the default.
11507         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
11508         mm-encode-buffer.
11510 2009-09-04  Glenn Morris  <rgm@gnu.org>
11512         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
11513         mm-disable-multibyte, rather than default-enable-multibyte-characters.
11514         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
11515         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
11516         * mm-util.el (mm-with-unibyte-current-buffer)
11517         (mm-find-buffer-file-coding-system):
11518         * yenc.el (yenc-decode-region): Use default-value rather than
11519         default-enable-multibyte-characters.
11521 2009-09-03  Glenn Morris  <rgm@gnu.org>
11523         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
11524         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
11525         than default-enable-multibyte-characters.
11527 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
11529         * gnus-art.el (gnus-article-read-summary-keys):
11530         Fix gnus-buffer-configuration's value temporarily used.
11532 2009-09-02  Glenn Morris  <rgm@gnu.org>
11534         * gnus-util.el (gnus-float-time): New function.
11535         * gnus-delay.el (gnus-delay-article):
11536         * gnus-sum.el (gnus-thread-latest-date):
11537         * gnus-util.el (gnus-user-date): Use gnus-float-time.
11538         * nnspool.el (nnspool-request-newgroups):
11539         Use gnus-float-time rather than time-to-seconds.
11540         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
11542         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
11543         (gnus-header-subject-face, gnus-header-newsgroups-face)
11544         (gnus-header-name-face, gnus-header-content-face):
11545         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
11546         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
11547         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
11548         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
11549         (gnus-cite-face-11):
11550         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
11551         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11552         (gnus-server-closed-face, gnus-server-denied-face)
11553         (gnus-server-offline-face):
11554         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
11555         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
11556         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
11557         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
11558         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
11559         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
11560         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
11561         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
11562         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
11563         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
11564         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
11565         (gnus-summary-selected-face, gnus-summary-cancelled-face)
11566         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
11567         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
11568         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
11569         (gnus-summary-high-undownloaded-face)
11570         (gnus-summary-low-undownloaded-face)
11571         (gnus-summary-normal-undownloaded-face)
11572         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
11573         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
11574         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
11575         (gnus-splash-face):
11576         * message.el (message-header-to-face, message-header-cc-face)
11577         (message-header-subject-face, message-header-newsgroups-face)
11578         (message-header-other-face, message-header-name-face)
11579         (message-header-xheader-face, message-separator-face)
11580         (message-cited-text-face, message-mml-face):
11581         * sieve-mode.el (sieve-control-commands-face)
11582         (sieve-action-commands-face, sieve-test-commands-face)
11583         (sieve-tagged-arguments-face):
11584         * spam.el (spam-face):
11585         Mark face aliases with "-face" in the name as obsolete.
11587 2009-09-01  Glenn Morris  <rgm@gnu.org>
11589         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
11590         than goto-line.
11592 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11594         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
11595         Don't move point if the command is invoked inside the message header.
11597 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11599         * imap.el (imap-send-command): Simplify.
11600         (imap-wait-for-tag): point-max -> buffer-size.
11602 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11604         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
11605         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
11606         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
11607         * nnir.el (nnir-swish-e-index-file):
11608         * gnus-sum.el (gnus-summary-delete-marked-as-read)
11609         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
11610         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
11611         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
11612         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
11613         (gnus-treat-display-xface): Add Emacs version of obsolescence.
11615 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11617         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
11618         Don't save excursion.
11620 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11622         * nnheader.el (nnheader-find-file-noselect):
11623         * mm-util.el (mm-insert-file-contents):
11624         Use (default-value 'major-mode) instead of default-major-mode.
11626 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11628         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
11630 2009-08-26  Glenn Morris  <rgm@gnu.org>
11632         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
11633         than placing in files.el.
11635 2009-08-25  Glenn Morris  <rgm@gnu.org>
11637         * nnir.el (top-level): Don't require cl at run-time.
11638         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
11639         Replace cl-function substitute with gnus-replace-in-string.
11640         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
11641         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
11642         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
11643         simplified expansions.
11645 2009-08-25  Kevin Ryde  <user42@zip.com.au>
11647         * dig.el (dig): Add autoload cookie.
11649 2009-08-22  Glenn Morris  <rgm@gnu.org>
11651         * gnus-art.el (gnus-button-patch): Use forward-line rather than
11652         goto-line.
11654 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
11656         * parse-time.el (parse-time-string-chars): Save match data.
11658 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
11660         * parse-time.el (parse-time-string-chars): Compute using character
11661         classes, to handle non-ascii characters (Bug#3190).
11663 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11665         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
11667         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
11668         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
11669         (gnus-mm-display-part, gnus-mime-display-single)
11670         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
11671         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
11673         * gnus-sum.el
11674         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
11675         (gnus-summary-move-article): Add expirable mark to articles copied or
11676         moved to group that has auto-expire turned on if the option is non-nil.
11678 2009-07-24  Glenn Morris  <rgm@gnu.org>
11680         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
11681         Fix typo.  (Bug#3903)
11683 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11685         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
11686         gnus-article-read-summary-keys rather than gnus-summary-edit-article
11687         that should not be used for draft articles.
11688         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
11689         that has no concern in minor mode keys.
11690         (gnus-article-summary-command, gnus-article-summary-command-nosave):
11691         Abolish.
11693 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11695         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
11696         article without making inquiry to a user for unknown encoding.
11698         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
11699         (nnmaildir--scan): Assume i-node and device number that file-attributes
11700         returns might be cons-cell.
11702         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
11704         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
11706 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
11708         * auth-source.el: Remove docs now in auth.texi.  Don't use
11709         `gnus-message' for logging.  Add new variables `auth-source-debug' and
11710         `auth-source-hide-passwords' and use them.
11712 2009-07-15  Glenn Morris  <rgm@gnu.org>
11714         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
11716 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11718         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
11719         excessive whitespace from the default values of title and description.
11721 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11723         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
11724         mail-fetch-field to fetch Content-Description header in order to
11725         exclude newlines.
11727 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
11729         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
11730         format used by GnuPG 2.0.11.
11732 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11734         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
11735         to deleted part.
11737 2009-05-30  David Engster  <dengste@eml.cc>
11739         * nnmairix.el: Remove old documentation in the commentary block.
11740         (nnmairix-request-group): Do not update active file for nnml back ends.
11741         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
11742         end so that overview files are ignored.
11743         (nnmairix-update-groups): Make updating the groups more robust by using
11744         marks.
11745         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
11746         with dollar characters in message-id.
11748 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
11750         * spam.el: Use dns-query instead of query-dns.  Was renamed on
11751         2008-12-25 in dns.el.
11753 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11755         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
11756         could happen if the text is only composed of spaces and/or tabs.
11758 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
11760         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
11761         when sending a queued message to avoid extra mml tags.
11763 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11765         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
11767 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11769         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
11770         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
11771         rmail-toggle-header for XEmacs;
11772         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
11774 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11776         * gnus-dired.el: Remove autoload for gnus-setup-message.
11777         (gnus-dired-attach): Fake this-command value to prevent Gnus from
11778         displaying Gnus logo; always use compose-mail.
11780 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11782         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
11784 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11786         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
11787         (gnus-nocem-issuers): List currently active issuers; fix custom type.
11788         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
11789         available.
11790         (gnus-nocem-epg-verify): New function.
11792 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
11794         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
11796 2009-02-15  Glenn Morris  <rgm@gnu.org>
11798         * gnus-util.el (rmail-insert-rmail-file-header)
11799         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
11800         autoloads.
11801         (rmail-default-rmail-file): Remove unnecessary declaration.
11802         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
11804 2009-02-14  Glenn Morris  <rgm@gnu.org>
11806         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
11807         variable (only used in gnus-util, which declares it anyway).
11808         (rmail-output-to-rmail-file): Remove autoload of deleted function,
11809         which was only needed by gnus-art (changed to not use it any more).
11810         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
11811         only used in gnus-util, which autoloads it itself.
11812         (rmail-update-summary): Fix autoload.
11814         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
11815         rather than rmail-output-to-rmail-file.
11817 2009-02-07  Glenn Morris  <rgm@gnu.org>
11819         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
11820         autoload of function that no longer exists.
11821         (rmail-toggle-header): Declare.
11822         (message-forward-rmail-make-body): Handle mbox Rmail.
11824 2009-01-31  Glenn Morris  <rgm@gnu.org>
11826         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
11827         2009-01-09 change.
11829 2009-01-31  Dave Love  <fx@gnu.org>
11831         * imap.el (imap-fetch-safe): Bind debug-on-error.
11832         (imap-debug): Add imap-fetch-safe.
11834 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
11836         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
11837         (auth-source-forget-all-cached): New convenience function.
11838         (auth-source-user-or-password): Accept list of modes or a single mode.
11840         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
11841         auth-source modes.
11843         * netrc.el (netrc-machine-user-or-password): Use list of
11844         auth-source modes.
11846         * nnimap.el (nnimap-open-connection): Use list of
11847         auth-source modes.
11849         * nntp.el (nntp-send-authinfo): Use list of
11850         auth-source modes.
11852 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
11854         * auth-source.el: Update docs to reflect epa-file-enable is to be used
11855         now.
11857 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11859         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
11860         coding system in XEmacs; add a workaround for XEmacs.
11862         * lpath.el: Fbind coding-system-aliasee.
11864 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11866         * mm-util.el (mm-coding-system-priorities): Protect against nil value
11867         of current-language-environment.
11869 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
11871         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
11872         available at runtime.
11874 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11876         * gnus-art.el (article-date-ut): Fix end point of narrowing.
11878 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
11880         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
11881         the greatest positive fixnum value doesn't work under an XEmacs with
11882         bignum support; use the most-positive-fixnum constant instead,
11883         available since Emacs 21.1 with cl and XEmacs 21.1.
11885 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11887         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
11888         XEmacs gets not to work.
11890 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11892         * mm-util.el (mm-coding-system-priorities): Allow the value like
11893         "Japanese (UTF-8)" of current-language-environment.
11895 2009-01-09  Glenn Morris  <rgm@gnu.org>
11897         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
11898         with last-command-event.
11900 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
11902         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
11903         in the doc string.
11905         * message.el (message-fix-before-sending): Amend comment.
11907 2009-01-08  Dave Love  <fx@gnu.org>
11909         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
11911 2009-01-07  David Engster  <dengste@eml.cc>
11913         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
11914         simplified server definitions by converting it via
11915         gnus-server-to-method.
11917 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11919         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
11920         parameter's operands.
11922 2009-01-06  David Engster  <dengste@eml.cc>
11924         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
11925         primary select method (for gnus-group-mark-article-as-read).
11927 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
11929         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
11930         `(gnus)Face', not `(gnus)X-Face'.
11932 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11934         * mm-util.el (mm-ucs-to-char): New function.
11936         * mm-url.el (mm-url-decode-entities): Use it.
11938         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
11939         unicode-to-char.
11941 2009-01-05  Dave Love  <fx@gnu.org>
11943         * time-date.el: Require cl for `declare'.
11945 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11947         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
11948         Dave Love.
11950 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11952         * message.el (message-fix-before-sending): Add `eight-bit' to
11953         illegible-text check.
11955 2009-01-03  Michael Olson  <mwolson@gnu.org>
11957         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
11958         `headers' is nil.  This can occur if the IMAP server does not have
11959         permissions to read messages from a folder, but can write new messages
11960         to the folder.
11961         (nnimap-request-article-part): Do not insert `data' if it is nil.
11963         * imap.el (imap-parse-fetch): Courier can insert spurious blank
11964         characters which will confuse `read', so skip past them.
11966 2009-01-01  Dave Love  <fx@gnu.org>
11968         * imap.el (imap-string-to-integer): Fix typo.
11969         (imap-fetch-safe): New function.
11970         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
11972         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
11974         * imap.el (imap-process-connection-type, imap-debug, imap-open):
11975         (imap-parse-greeting): Fix doc strings.
11976         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
11977         (imap-parse-flag-list): Make messages unique.
11978         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
11980         * nnimap.el: Fix author email.
11981         (nnimap-split-rule): Add FIXME comment.
11982         (nnimap-debug): Fix doc string.
11984 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11986         * dns.el (dns-set-servers): Check "Address".  Fix typo.
11988 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
11990         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
11991         nslookup if resolv.conf isn't available.
11992         (dns-query): Rename from query-dns.
11993         (dns-query-cached): Rename from query-dns-cached.
11995 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11997         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
11998         overlay-arrow-position and overlay-arrow-string buffer-local; no need
11999         to check if those variables exist (first appeared in Emacs 18.50).
12001 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12003         * mm-util.el (mm-line-number-at-pos): New function.
12005         * spam-report.el (spam-report-process-queue): Use it.
12007 2008-12-24  David Engster  <dengste@eml.cc>
12009         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
12010         parameters that haven't existed as variables as buffer-local variables.
12012 2008-12-23  Dave Love  <fx@gnu.org>
12014         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
12015         cadar.
12017         * sieve-manage.el (sieve-manage-starttls-p): Rename from
12018         imap-starttls-p.
12019         (sieve-manage-starttls-open): Rename from imap-starttls-open.
12021 2008-12-22  Dave Love  <fx@gnu.org>
12023         * imap.el: Fix author email.  Doc fixes.
12024         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
12025         reply.
12027 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
12029         * spam-report.el (spam-report-gmane-max-requests): New constant.
12030         (spam-report-gmane-wait): New variable.
12031         (spam-report-gmane-ham, spam-report-gmane-spam)
12032         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
12033         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
12034         the server.
12036         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
12037         Add explanations.
12039         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
12040         nnheader-accept-process-output and nnheader-read-timeout if available.
12041         (pop3-movemail): Use it.
12043         * message.el (message-check-news-body-syntax): Fix signature check if
12044         there's an attachment.
12046 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12048         * mm-util.el: Add comments to the mm- emulating functions.
12050 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
12052         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
12053         Reported by Stephen Berman <stephen.berman@gmx.net>.
12055 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12057         * mm-util.el (mm-substring-no-properties): New function.
12058         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
12059         (mm-special-display-p): Enable those lambda forms to be byte compiled.
12060         (mm-string-to-multibyte): Doc fix.
12062         * mml.el (mml-attach-file): Use mm-substring-no-properties.
12064 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12066         * mml.el (mml-attach-file): Strip text properties from file name.
12067         (Bug#1574)
12069 2008-12-16  Glenn Morris  <rgm@gnu.org>
12071         * mm-util.el (mm-charset-override-alist): Declare for compiler.
12073 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12075         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
12076         knows since the charset specified might be a bogus alias that
12077         mm-charset-synonym-alist provides.
12079 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12081         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
12082         "ISO_8859-1".
12084         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
12086 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12088         * mm-util.el (mm-charset-eval-alist):
12089         Define it before mm-charset-to-coding-system.
12090         (mm-charset-to-coding-system): Add optional argument `silent';
12091         define it before mm-charset-override-alist.
12092         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
12093         default value if it can be used in Emacs currently running;
12094         silence mm-charset-to-coding-system.
12096 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12098         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
12099         `allow-override' which says whether to use `mm-charset-override-alist'.
12100         (rfc2047-decode-encoded-words): Use it.
12102         * mm-util.el (mm-charset-override-alist): Fix custom type;
12103         add `(gb2312 . gbk)' to choices.
12105 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12107         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
12108         fast.
12110         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
12112         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
12114 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
12116         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
12117         on links.
12119         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
12121 2008-12-03  Lute Kamstra  <lute@gnu.org>
12123         * sha1.el: Remove leading * from docstrings of defcustoms,
12124         deffaces, defconsts and defuns.
12126 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12128         * message.el (message-idna-to-ascii-rhs-1): Protect against local
12129         users' addresses that don't have domain parts.
12130         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
12131         rather than message-narrow-to-head since there will be the message
12132         header separator.
12134 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12136         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
12137         since the result is inserted in a unibyte buffer anyway.
12138         (nnimap-demule-use-string-to-multibyte): Remove.
12139         (nnimap-demule): Alias it to mm-string-to-multibyte.
12141 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12143         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
12144         variable for debugging bug#464 and bug#1174.
12145         (nnimap-demule): Use it.
12147 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
12149         * gnus-score.el (gnus-score-find-trace): Handle default score in total
12150         score calculation correctly.
12152 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12154         * message.el (message-send-mail): Just set the buffer to unibyte
12155         rather than use mm-with-unibyte-current-buffer which does a lot more.
12156         (message-send-mail-partially): Don't bother with
12157         mm-with-unibyte-current-buffer since it's already been made unibyte by
12158         message-send-mail.
12160 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
12162         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
12164 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
12166         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
12168 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12170         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
12171         require itself and to remove `with-no-warnings'.
12173 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
12175         * starttls.el (starttls-any-program-available): Get the name of the
12176         available TLS layer program.
12177         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
12178         well as the host name in the "opening" message.
12180         * auth-source.el (auth-source-cache, auth-source-do-cache)
12181         (auth-source-user-or-password): Cache passwords and logins by default,
12182         allow override with `auth-source-do-cache'.
12183         (auth-source-forget-user-or-password): Allow users to remove cache
12184         entries if needed.
12186 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
12188         * md4.el (md4-buffer): Fix typo in docstring.
12189         (md4, md4-64): Doc fixes.
12190         (md4-pack-int32): Reflow docstring.
12192 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
12194         * ietf-drums.el (ietf-drums-remove-comments): Localize second
12195         condition-case to only the forward-sexp call.
12197 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
12199         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
12200         quotes contained.  Make it more robust regardless by an extra
12201         condition-case wrapper.
12203 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12205         * lpath.el: No need to fbind codepage-setup for Emacs 23.
12207 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12209         * nnml.el (nnml-request-expire-articles): Check if the function set to
12210         `nnmail-expiry-target' returns the symbol `delete'.
12212         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
12214         * nnmail.el (nnmail-expiry-target): Fix custom type.
12216 2008-10-02  Glenn Morris  <rgm@gnu.org>
12218         * mm-util.el (mm-codepage-setup): Tweak codepage error.
12219         Silence compiler warning.
12221 2008-10-01  Magnus Henoch  <mange@freemail.hu>
12223         * tls.el (open-tls-stream): Show the actual command being
12224         executed, instead of the format string.
12226 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12228         * lpath.el: Fbind codepage-setup for Emacs 23.
12230 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
12232         * mml.el (mml-menu): Don't assume mml2015 is bound.
12234 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12236         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
12237         exists.
12239 2008-09-27  Glenn Morris  <rgm@gnu.org>
12241         * gnus-util.el (mail-header-remove-comments): Autoload it.
12243 2008-09-27  Andreas Schwab  <schwab@suse.de>
12245         * gnus-util.el (gnus-split-references): Strip comments.
12246         (gnus-parent-id): Likewise.
12248 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
12250         * message.el (message-confirm-send): Fix version.
12252 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12254         * message.el (message-idna-to-ascii-rhs-1): Use
12255         mail-extract-address-components rather than mail-header-parse-addresses
12256         that is an alias by default to ietf-drums-parse-addresses that does not
12257         support non-ASCII names in headers' contents.
12259 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
12261         * message.el (message-confirm-send): Fix variable documentation to
12262         avoid the "y/n" wording.
12264 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
12266         * message.el (message-set-auto-save-file-name): Save to a different
12267         filename so multiple messages (especially drafts) can be recovered.
12269 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
12271         * message.el (message-confirm-send): Add appropriate version.
12273 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
12275         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
12276         defvar.
12278 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
12280         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
12281         (mm-pkcs7-enveloped-magic): Ditto.
12283 2008-09-17  Simon Josefsson  <simon@josefsson.org>
12285         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
12286         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
12288 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
12290         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
12291         default, it's better.
12293 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
12295         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
12296         summary line gnus-number property and ignore them (with a warning
12297         message).
12299 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12301         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
12302         macro caddr in the interactive form since it won't be expanded.
12304 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12306         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
12307         `charset'; fix name of function called recursively.
12308         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
12310 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12312         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
12313         (gnus-mime-set-charset-parameters): New function.
12314         (gnus-mime-view-part-as-charset): Use it to correctly display part
12315         specifying wrong charset.
12317 2008-09-08  David Engster  <dengste@eml.cc>
12319         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
12320         in completing-read for back end server.
12322 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
12324         * message.el (message-confirm-send): New variable to confirm sending a
12325         message.
12326         (message-send): Use it.
12328 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
12330         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
12332 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12334         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
12336 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
12338         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
12339         prevent tracking too many groups.
12340         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
12341         Use it.
12343 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
12345         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
12346         moving point to the bottom of the window in order to avoid recentering.
12348 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12350         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
12352         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
12353         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
12354         (gnus-article-beginning-of-window): Fix calculation.
12356 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12358         * gnus-msg.el (gnus-summary-supersede-article)
12359         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
12360         value of gnus-newsgroup-charset to decode non-MIME encoded text in
12361         message header.
12363 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
12365         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
12366         pending output coming after the status change.
12368 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
12370         * message.el:
12371         * gnus-start.el:
12372         * gnus-registry.el: Remove VMS support.
12374 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12376         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
12377         macro.
12378         (rfc2104-hash): Use it.
12380 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
12382         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
12383         (gnus-summary-sort-by-most-recent-date): New commands.
12384         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
12385         and menu entries.
12387 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12389         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
12390         don't redisplay article for raw contents; remove plural articles stuff.
12392         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
12393         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
12394         on gnus-summary-save-article; display results properly.
12396 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12398         * lpath.el: No need to fbind ns-focus-frame.
12400 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12402         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
12404 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12406         * gnus-art.el (gnus-summary-save-in-pipe):
12407         Consider gnus-save-all-headers.
12409 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
12411         * gnus-util.el (ns-focus-frame): Remove declaration.
12412         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
12413         like x.
12415 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
12417         * rfc2104.el (rfc2104-zero): Delete defconst.
12418         (rfc2104-hex-alist): Likewise.
12419         (rfc2104-hex-to-int): Delete func.
12420         (rfc2104-hexstring-to-bitstring): Likewise.
12421         (rfc2104-nybbles): New defconst.
12422         (rfc2104-hash): Rewrite for speed.
12424 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12426         * tls.el (open-tls-stream): Make it work with the 2nd argument
12427         BUFFER that is a string but does not exist as a buffer object, as
12428         mentioned in the doc-string.
12430 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12432         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
12433         SXEmacs.
12435 2008-07-16  Glenn Morris  <rgm@gnu.org>
12437         * gnus-util.el (ns-focus-frame): Declare for compiler.
12439 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12441         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
12442         set as a group parameter.
12443         (gnus-summary-save-in-pipe): Work when it is called independently.
12444         (gnus-summary-pipe-to-muttprint): Don't modify
12445         gnus-summary-pipe-output-default-command.
12447 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12449         * message.el (message-send-mail-with-sendmail):
12450         Display the error message.
12452 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12454         * gnus-art.el (gnus-default-article-saver):
12455         Add gnus-summary-save-in-pipe to choices.
12456         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
12457         gnus-summary-pipe-output-default-command as the default command.
12458         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
12459         instead of gnus-last-shell-command.
12461         * gnus-sum.el (gnus-summary-pipe-output-default-command):
12462         New user option.
12463         (gnus-summary-muttprint-program): Mention the value will be changed.
12464         (gnus-summary-save-article): Force showing of all headers.
12465         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
12467 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
12469         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
12471 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
12473         * nnimap.el (nnimap-id):
12474         * sieve-manage.el (sieve-manage-open): Doc fixes.
12476 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
12478         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
12479         if available.
12481 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12483         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
12485         * nnkiboze.el (nnkiboze-generate-group):
12486         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
12488         * nnmairix.el: Require CL.
12490 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12492         * dgnushack.el: Autoload get-display-table and put-display-table for
12493         XEmacs 21.5.
12495         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
12496         21.4 and SXEmacs.
12498 2008-06-15  David Engster  <dengste@eml.cc>
12500         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
12502 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
12504         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
12505         New macros that expand to an `aset'/`aref' call under Emacs, and to a
12506         runtime choice under XEmacs.
12508         * gnus-sum.el (gnus-summary-set-display-table):
12509         Use `gnus-put-display-table', `gnus-get-display-table',
12510         `gnus-set-display-table' for the display table, instead of `aset'.
12512         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
12513         Use `gnus-put-display-table', `gnus-get-display-table',
12514         `gnus-set-display-table' for the display table.
12516 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
12518         * nnmairix.el: Add autoloads.
12520 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
12522         * nnmairix.el (nnmairix-delete-recreate-group)
12523         (nnmairix-update-and-clear-marks): Fix error messages.
12525 2008-06-14  David Engster  <dengste@eml.cc>
12527         * nnmairix.el: Upgrade to version 0.6.
12528         (nnmairix-group-toggle-propmarks-this-group)
12529         (nnmairix-group-toggle-readmarks-this-group)
12530         (nnmairix-group-delete-recreate-this-group)
12531         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
12532         (nnmairix-remove-tick-mark-original-article): New commands.
12533         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
12534         (nnmairix-propagate-marks-to-nnmairix-groups)
12535         (nnmairix-only-use-registry, nnmairix-allowfast-default)
12536         (nnmairix-marks-cache, nnmairix-version-output): New variables.
12537         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
12538         functions needed for marks propagation and manipulation of read marks.
12539         (nnmairix-update-groups): New function.
12540         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
12541         (nnmairix-determine-original-group-from-registry)
12542         (nnmairix-determine-original-group-from-path)
12543         (nnmairix-get-group-from-file-path, nnmairix-map-range)
12544         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
12545         New helper functions.
12546         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
12547         keystrokes for new commands.
12548         (nnmairix-delete-and-create-on-change): Doc string cleanup.
12549         (nnmairix-request-group): Check allow-fast group parameter.
12550         (nnmairix-request-create-group): Set allow-fast group parameter if
12551         nnmairix-allowfast-default is set.
12552         (nnmairix-close-group): Propagate marks upon closing if needed.
12553         (nnmairix-group-toggle-threads-this-group): Use new.
12554         nnmairix-group-toggle-parameter helper function.
12555         (nnmairix-search): Better check for empty search result.
12556         (nnmairix-goto-original-article): Use new helper functions for
12557         determining original article.
12558         (nnmairix-show-original-article): Make sure message-id is in brackets.
12559         (nnmairix-call-mairix-binary): Change variable name.
12560         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
12561         helper function.
12562         (nnmairix-widget-toggle-activate): Fix doc string.
12564 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12566         * nnir.el: Require edmacro when compiling with XEmacs.
12567         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
12568         available in Emacs 21.
12570 2008-06-11  Glenn Morris  <rgm@gnu.org>
12572         * gnus-util.el (x-focus-frame):
12573         * gnus.el (image-size):
12574         * mm-decode.el (image-size): Declare.
12576         * gnus-picon.el (declare-function): Add compat definition.
12577         (image-size): Declare.
12579         * gnus-group.el (tool-bar-map):
12580         * gnus-sum.el (tool-bar-map): Define for compiler.
12582         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
12584         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
12586         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
12587         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
12588         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
12589         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
12590         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
12591         * sieve-manage.el, spam-report.el, spam.el:
12592         Remove unnecessary eval-and-compile of autoloads.
12594 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
12596         * auth-source.el: Precise Tramp doc.
12598 2008-06-07  Glenn Morris  <rgm@gnu.org>
12600         * nnmairix.el: Remove unnecessary eval-when-compile.
12602 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12604         * lpath.el: Fbind propertize for XEmacs 21.4.
12606 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
12608         * nnir.el: Move here from ../contrib.
12610 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12612         * gnus-util.el (gnus-read-shell-command): New function.
12613         * mm-decode.el (mm-pipe-part):
12614         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
12616 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12618         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
12620 2008-06-03  Glenn Morris  <rgm@gnu.org>
12622         * pop3.el (nnheader-accept-process-output): Autoload it.
12624 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12626         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
12627         are not 2-digit hexadecimal characters that follow `%'s.
12629 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12631         * message.el (message-bogus-recipient-p): Fix type in doc string.
12632         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
12633         (message-bogus-addresses): Rename from message-bogus-address-regexp.
12634         Improve custom options.
12635         (message-bogus-recipient-p): Adjust accordingly.
12637 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
12639         * parse-time.el (parse-time-months, parse-time-weekdays): Add
12640         long-form month and day names.
12642 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12644         * dgnushack.el: Autoload debug, eudc-expand-inline and
12645         pgg-snarf-keys-region for XEmacs.
12647         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
12649         * nnmairix.el: Require edmacro when compiling with XEmacs.
12651 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
12653         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
12654         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
12656 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
12658         * auth-source.el: Add more docs.
12660         * netrc.el (netrc-machine): Always match if the port is not given.
12662 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12664         * nnheader.el (nnheader-read-timeout): Change the default timeout from
12665         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
12666         retrieval faster in some cases, but might make CPU usage larger.
12667         If this has any bad side effects, we might revert this change.
12669         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
12670         seems to make mail retrieval much, much faster.
12671         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
12672         unconditionally.
12674         * gnus-draft.el (gnus-group-send-queue):
12675         Bind message-send-mail-partially-limit to nil to avoid being prompted.
12677 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
12679         * mml.el (mml-attach-buffer): Prompt for `disposition'.
12681         * message.el (message-bogus-address-regexp): Fix and improve custom
12682         type.
12683         (message-setup-hook): Add message-check-recipients as custom option.
12685 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
12687         * message.el (message-cite-function): Remove bogus autoload which crept
12688         in during merge from v5-10.
12690 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
12692         * nnimap.el (nnimap-open-connection): Fix login/password bug.
12694         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
12696         * auth-source.el: Preliminary Tramp docs.
12697         (auth-sources): Change the default auth-sources to use
12698         EPA .gpg files.
12700 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
12702         * nntp.el: Autoload `auth-source-user-or-password'.
12703         (nntp-send-authinfo): Use it.
12705         * nnimap.el: Autoload `auth-source-user-or-password'.
12706         (nnimap-open-connection): Use it.
12708         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
12709         for the gnus-message function.
12710         (auth-source-user-or-password): Use it.
12712 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12714         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
12715         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
12716         (rfc2104-hash): Use it.
12718 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
12720         * gnus-art.el (gnus-article-toggle-truncate-lines):
12721         Don't use `iff' in docstring.
12723 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
12725         * gnus-registry.el: Adjusted copyright dates and added a keyword.
12727         * gnus-util.el (gnus-extract-address-component-name)
12728         (gnus-extract-address-component-email): Convenience functions around
12729         `gnus-extract-address-components'.
12731         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12732         Use `gnus-extract-address-component-email' to fix bug of comparing full
12733         sender name to `user-mail-address'.
12735 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
12737         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
12738         catch/throw to optimize.
12739         (gnus-registry-find-keywords): Just use member to find a keyword.
12741 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12743         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
12744         is current before calling gnus-server-prepare.
12745         (gnus-server-setup-buffer, gnus-server-update-server)
12746         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
12748 2008-05-04  Juri Linkov  <juri@jurta.org>
12750         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
12751         (mailcap-file-default-commands): Use mailcap-replace-in-string
12752         instead of replace-regexp-in-string, and mailcap-delete-duplicates
12753         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
12755 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
12757         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
12759 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12761         * gnus.el: Bump version to 0.11.
12763 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12765         * gnus.el: No Gnus v0.10 is released.
12767 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12769         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
12770         hooks.
12771         (gnus-update-read-articles): Speed up non-marks-using users.
12772         (gnus-use-marks): Define gnus-use-marks.
12773         (gnus-propagate-marks): Rename variable to something more sensible.
12775 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
12777         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
12778         (gmm-image-load-path-for-library): Fix typos in docstrings.
12779         (gmm-message): Reflow docstring.
12781 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
12783         * mail-source.el (mail-source-set-1, mail-source-bind):
12784         Move auth-source code out of the macro to clean it up and fix bugs.
12786 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
12788         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
12789         by sender if it's equal to user-mail-address, it's likely to be
12790         useless.
12792         * mail-source.el (mail-source-bind): Don't use user or password if they
12793         are not bound.  Unintern them if they are nil.  Don't use server unless
12794         it's bound, and default it to empty string otherwise.
12796 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
12798         * mail-source.el: Load auth-source.el.
12799         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
12800         get user name or password, if auth-sources is set up.
12802         * gnus-registry.el (gnus-registry-split-strategy): New variable for
12803         strategy of splitting with parent.
12804         (gnus-registry-split-fancy-with-parent)
12805         (gnus-registry-post-process-groups): Use it and fix prior
12806         bug (returning a list as the split result).
12808         * auth-source.el (auth-sources): Remove server parameter.
12809         (auth-source-pick, auth-source-user-or-password)
12810         (auth-source-user-or-password-imap)
12811         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
12812         (auth-source-user-or-password-sftp)
12813         (auth-source-user-or-password-smtp): Remove server parameter.
12815 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
12817         * smime.el (smime-sign-region, smime-encrypt-region)
12818         (smime-decrypt-region):
12819         Remove redundant calls to `generate-new-buffer-name'.
12821 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
12823         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
12824         Don't use QP for message/rfc822.
12825         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
12827 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12829         * sieve-manage.el (sieve-string-bytes): Remove.
12830         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
12831         correct byte-length only if the process's coding-system is the same as
12832         the one used internally by Emacs to represent strings.
12834 2008-04-22  Juri Linkov  <juri@jurta.org>
12836         * mailcap.el (mailcap-file-default-commands): New function.
12838 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
12840         * message.el (message-signature-separator, message-cite-function):
12841         Change custom version.
12843 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
12845         * tls.el (tls-program): Add -ign_eof argument to call the openssl
12846         commands.
12847         (tls-checktrust): Ditto.
12849 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
12851         * mm-decode.el (mm-display-external): Make temp file read-only.
12853 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
12855         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
12856         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
12857         `C-c C-f d'.
12859 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
12861         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
12863 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12865         * gnus.el: Bump version to 0.9.
12867 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
12869         * gnus.el: No Gnus v0.8 is released.
12871 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12873         * mail-source.el (mail-source-value):
12874         Prefer fboundp to functionp so it works with macros as well.
12876 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12878         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
12879         Fix last change in case the element is not even a symbol.
12881 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12883         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
12884         Prefer fboundp to functionp so it works with macros as well.
12886 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
12888         * auth-source.el: Add docs.
12889         (auth-sources): Modify format to support server.
12890         (auth-source-pick, auth-source-user-or-password)
12891         (auth-source-user-or-password-imap)
12892         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
12893         (auth-source-user-or-password-sftp)
12894         (auth-source-user-or-password-smtp): Add server parameter.
12896 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
12898         * gnus-registry.el: Initialize the registry when gnus-registry-install
12899         is t.
12901 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12903         * compface.el (uncompface): Make buffer unibyte.
12905 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12907         * mail-source.el (mail-source-value):
12908         Prefer fboundp to functionp so it works with macros as well.
12910 2008-04-05  Glenn Morris  <rgm@gnu.org>
12912         * gnus-ems.el (mm-disable-multibyte): Autoload it.
12914 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12916         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
12917         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
12919         * nnheader.el (nnheader-init-server-buffer): Change buffer's
12920         multibyteness after rather than before erasing it.
12922         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
12923         mm-with-multibyte.
12924         (gnus-request-article-this-buffer): Make sure the proper decoding is
12925         used if gnus-original-article-buffer happens to be unibyte.
12927         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
12928         default-enable-multibyte-characters.
12930         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
12931         default-enable-multibyte-characters.
12933         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
12935         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
12937 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12939         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
12940         Fix last change in case the element is not even a symbol.
12942 2008-04-02  Simon Josefsson  <simon@josefsson.org>
12944         * imap.el (imap-enable-exchange-bug-workaround): New variable.
12945         (imap-message-copyuid-1): Use it.
12946         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
12947         J. Williams in
12948         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
12950         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
12951         imap-enable-exchange-bug-workaround.
12952         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
12954 2008-04-01  Simon Josefsson  <simon@josefsson.org>
12956         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
12957         a 100 byte status-checks into a 2-3MB transfer for each group.
12958         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
12959         to enable bug workaround or not.
12960         (nnimap-find-minmax-uid): Only enable workaround conditionally.
12962 2008-03-31  Glenn Morris  <rgm@gnu.org>
12964         * message.el (mml2015-use): Declare for compiler.
12965         (message-info): Require mml2015 when appropriate.
12967 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12969         * Makefile.in (EMACS_COMP): Quote directory name that might contain
12970         whitespace.
12972 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12974         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
12975         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
12976         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
12977         (nntp-service-to-port): New function.
12978         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
12979         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
12980         (nntp-open-netcat-stream): New function.
12981         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
12983 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
12985         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
12987 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12989         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
12991 2008-03-28  Magnus Henoch  <mange@freemail.hu>
12993         * dns.el (dns-write): Use set-buffer-multibyte.
12995 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
12997         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
12999 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
13001         * message.el (message-signature-separator): Change default.
13002         Improve custom type.
13003         (message-cite-function): Change default to
13004         message-cite-original-without-signature.
13006         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
13007         toggle.
13009         * message.el (message-check-news-body-syntax): Fix signature check.
13010         (message-setup-1): Mark buffer as unmodified _after_ running
13011         message-setup-hook and handling message-alternative-emails.
13012         (message-shorten-references): Be more strict when building list of
13013         valid references to comply with GNKSA.
13015         * gnus-group.el (gnus-read-ephemeral-bug-group)
13016         (gnus-read-ephemeral-debian-bug-group)
13017         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
13019         * message.el (message-info): Don't use booleanp which isn't supported
13020         in Emacs 21 and XEmacs.
13022 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
13024         * gnus-group.el (gnus-gmane-group-download-format): Rename from
13025         gnus-group-gmane-group-download-format.
13026         (gnus-group-read-ephemeral-gmane-group): Rename from
13027         gnus-group-read-ephemeral-gmane-group.
13028         (gnus-read-ephemeral-gmane-group-url): Rename from
13029         gnus-group-read-ephemeral-gmane-group-url.
13030         (gnus-bug-group-download-format-alist): New variable.
13031         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
13032         (gnus-read-ephemeral-emacs-bug-group): New commands.
13034 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13036         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
13037         (gnus-visible-headers): Improve custom type.
13039 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
13041         * mml.el (mml-menu): Add workarounds for XEmacs.
13043         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
13044         X-Boundary header.
13046         * message.el (message-simplify-recipients): Fix previous commit.
13048 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13050         * mm-util.el (mm-set-buffer-multibyte): New function.
13051         * mm-decode.el (mm-copy-to-buffer): Use it.
13053         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13054         Prefer fboundp to functionp so it works with macros as well.
13056 2008-03-19  Glenn Morris  <rgm@gnu.org>
13058         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
13059         Accidentally removed in the sync process with Emacs.
13061 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
13063         * message.el (message-alter-recipients-discard-bogus-full-name):
13064         New function.
13065         (message-alter-recipients-function): New variable.
13066         (message-get-reply-headers): Use it.
13067         (message-replace-header): New helper function.
13068         (message-recipients-without-full-name): New variable.
13069         (message-simplify-recipients): New command.
13071         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
13073         * message.el (message-info): Handle EasyPG manual.
13075         * mml.el (mml-menu): Add entry for EasyPG.
13077 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
13079         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
13080         parameter.
13082         * message.el (message-disassociate-draft): Specify drafts group name
13083         fully.
13085 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
13087         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13088         Eliminate unnecessary duplicates from the match list.
13090 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13092         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
13094         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
13096         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
13097         args of `how-many' of which the XEmacs version doesn't take; declare
13098         Info-index-next as function.
13100 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13102         * gnus-score.el (gnus-score-headers): Fix handling of
13103         gnus-inhibit-slow-scoring.
13105         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
13106         string.
13107         (gnus-button-url-regexp): Improve handling of parenthesis.
13108         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
13109         (gnus-button-handle-info-keystrokes): Handle index entries.
13111 2008-03-15  Glenn Morris  <rgm@gnu.org>
13113         * parse-time.el (parse-time-string): Simplify.
13115 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13117         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
13118         Incoming* files.
13120 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
13122         * auth-source.el (auth-sources): Rename from auth-source-choices.
13123         (auth-source-pick): Use it.
13125 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13127         * binhex.el (binhex-decode-region-internal):
13128         * uudecode.el (uudecode-decode-region-internal):
13129         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
13130         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
13131         setting default-enable-multibyte-characters.
13133 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
13135         * auth-source.el (auth-source-protocols)
13136         (auth-source-protocols-customize, auth-source-choices): Add and
13137         modified variable customizations and defaults.
13138         (auth-source-pick, auth-source-user-or-password)
13139         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
13140         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13141         (auth-source-user-or-password-sftp)
13142         (auth-source-user-or-password-smtp): Use new variables and provide an
13143         interface to netrc.el.
13145 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13147         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
13148         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
13149         Make sure the nntp port to specify is a string.
13151 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13153         * nntp.el: Use with-current-buffer.
13154         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
13155         dubious mm-with-unibyte-current-buffer.
13156         (nntp-with-open-group-function): New function extracted from
13157         nntp-with-open-group macro.
13158         (nntp-with-open-group): Use the function, so it's easier to debug.
13159         Add indentation and debugging info.
13160         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
13161         Recommend the use of the netcat alternatives.
13163         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
13164         Avoid mm-string-as-multibyte as well.
13166         * nnweb.el (nnweb-insert-html):
13167         Remove use of nnheader-string-as-multibyte.
13169         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
13170         (nnheader-string-as-multibyte): Remove.
13172         * mm-view.el: Use inhibit-read-only.
13173         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
13174         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
13175         or unibyte-string.
13177         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
13178         (mm-uu-yenc-extract): Use with-current-buffer.
13180         * gnus-soup.el (gnus-soup-send-packet): Don't use
13181         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
13183         * nnmh.el: Use with-current-buffer.
13184         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
13185         mm-string-as-multibyte on the output of mm-encode-coding-string.
13187         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
13188         (nnimap-request-move-article): Use with-current-buffer.
13190         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
13191         inserting the handle-buffer's text, so the implicit multibyte->unibyte
13192         conversion uses string-make-unibyte rather than string-as-unibyte.
13194         * gnus-msg.el: Use with-current-buffer.
13196         * message.el (message-ignored-resent-headers): Add "Delivered-To".
13198 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
13200         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
13201         string for caching if it is 'PIN.
13203 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13205         * lpath.el: Consider the case without Emacs/W3.
13207 2008-03-08  Glenn Morris  <rgm@gnu.org>
13209         * time-date.el (date-to-time, time-subtract, time-add)
13210         (safe-date-to-time): Doc fixes.
13212 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
13214         * mail-source.el (mail-source-delete-old-incoming-confirm):
13215         Change default to nil.
13216         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
13218 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13220         * lpath.el: Rearrange.
13222         * gnus-art.el (gnus-narrow-to-page): Position point properly.
13223         (gnus-article-goto-prev-page): Work for articles having ^L's.
13225         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
13227         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
13229 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
13231         * gnus-bookmark.el: Adjust for renames in bookmark.el.
13232         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
13233         (gnus-bookmark-jump): Adjust some variable names.
13235 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
13237         * auth-source.el: New package.
13238         (auth-source-choices): Add customization entry point variable.
13240         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
13241         bug.
13243 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
13245         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
13246         (gnus-registry-initialize, gnus-registry-install-p): Use it.
13247         (gnus-registry-install-shortcuts): Rename from
13248         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
13249         the `gnus-registry-mark-map' keymap dynamically from
13250         `gnus-registry-marks'.  The generated functions update the summary line
13251         when a registry mark is added or deleted, and will call
13252         `gnus-registry-install-p' (see the comments in the code).
13253         (gnus-registry-user-format-function-M): Use concat intelligently.
13255         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
13256         the registry mark functions.
13258 2008-03-05  Glenn Morris  <rgm@gnu.org>
13260         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
13261         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
13262         gnus-art.
13263         (top-level): No need to load own source when compiling.
13265 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13267         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
13268         Suggested by <chris.anderton@zetnet.co.uk>.
13270 2008-03-04  Glenn Morris  <rgm@gnu.org>
13272         * gnus-sum.el (top-level): No need to require gnus when compiling,
13273         since unconditionally required near start of file.
13274         (gnus-summary-display-while-building): Move definition before use.
13276 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
13278         * gnus-registry.el (gnus-registry-user-format-function-M):
13279         Add formatting function.
13281 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13283         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
13284         with plists.
13285         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
13286         Use new format.
13288 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13290         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
13291         `where-is-internal' that returns a range of key sequences.
13293 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13295         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
13297         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
13298         (gnus-summary-jump-to-group): Consider windows on other displayed
13299         frames as well.  Similar changes might be needed elsewhere, but that's
13300         the one I've bumped into during my use.
13302         * nndoc.el (nndoc-oe-dbx-type-p):
13303         * gnus-msg.el (gnus-debug):
13304         * gnus-group.el (gnus-update-group-mark-positions):
13305         Use mm-string-to-multibyte.
13307 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13309         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
13310         doesn't handle NotDashEscaped.
13312         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
13313         (mml-dnd-attach-options): Fix typo in custom choice.
13315         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
13316         Change nndoc-article-type to mbox.
13317         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
13319         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
13320         to nil, instead of html2text.
13322         * imap.el (imap-debug): Add `imap-ping-server'.
13324         * gnus-bookmark.el: Add FIXMEs.
13326         * message.el (message-form-letter-separator)
13327         (message-send-form-letter-delay): New variables.
13328         (message-send-form-letter): Use them.  New command to send form
13329         letters.  Requested by Uwe Siart.
13330         (message-send-mail-function): Doc fix.  Add "Other" custom option.
13332 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13334         * Update copyright years.
13336 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13338         Sync from EMACS_22_BASE.
13340         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
13342 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
13344         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
13345         empty author.
13347 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
13349         * gnus-registry.el (gnus-registry-marks): Add variable for
13350         customization of marks and their appearance.
13351         (gnus-registry-read-mark): Use it.
13352         (gnus-registry-do-marks): Add utility function to loop through
13353         `gnus-registry-marks'.
13354         (gnus-registry-install-shortcuts-and-menus): Add function to install
13355         shortcuts and menus.
13356         (gnus-registry-initialize): Use it.
13357         (gnus-registry-default-mark): Clarify documentation.
13359 2008-02-29  Glenn Morris  <rgm@gnu.org>
13361         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
13362         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
13363         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
13364         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
13365         Change defcustom :version from 23.0 to 23.1.
13367 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
13369         * gnus-registry.el (gnus-registry-follow-group-p)
13370         (gnus-registry-post-process-groups): Add functions to aid registry
13371         splitting and improve logging.  Clarify behavior in function
13372         documentation.
13373         (gnus-registry-split-fancy-with-parent): Use them.
13375 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13377         * gnus-art.el: Use with-current-buffer.
13379 2008-02-27  David Engster  <dengste@eml.cc>
13381         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
13382         Express real group name in the response.
13384 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13386         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
13387         (nnmairix-last-server, nnmairix-current-server): Defvar them.
13388         (nnmairix-goto-original-article): Defvar gnus-registry-install and
13389         autoload gnus-registry-fetch-group when compiling.
13390         (nnmairix-request-group-with-article-number-correction):
13391         Remove unreferenced argument passed to nnmairix-call-backend.
13393 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
13395         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
13396         (mm-uu-extract): Improve face for low color ttys.
13397         Reported by Sascha Wilde.
13399 2008-02-27  Glenn Morris  <rgm@gnu.org>
13401         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
13402         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
13403         variables to defconsts.  Convert comments to doc-strings.
13404         (nnmairix-last-server, nnmairix-current-server): Convert from free
13405         variables to defvars.  Convert comments to doc-strings.
13406         (gnus-registry-fetch-group): Autoload.
13407         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
13408         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
13409         (nnmairix-widget-build-editable-fields): Use car cddr rather than
13410         caddr.
13411         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
13412         nnmairix-request-group-with-article-number-correction call.
13413         (nnmairix-fast, nnmairix-group): New, less general names, for free
13414         variables passed from nnmairix-request-group to
13415         nnmairix-request-group-with-article-number-correction.  Declare.
13416         (nnmairix-request-group-with-article-number-correction):
13417         Use nnmairix-fast, nnmairix-group rather than fast, group.
13419 2008-02-26  David Engster  <dengste@eml.cc>
13421         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
13422         version 0.5.
13424 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
13426         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
13427         instead of making an extra function call.  Don't add the current group
13428         to articles only when they have the group.  Use
13429         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
13430         Reported by David <de_bb@arcor.de>.
13432 2008-02-24  Miles Bader  <miles@gnu.org>
13434         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
13435         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
13436         (mm-find-mime-charset-region):
13437         * mm-bodies.el (mm-encode-body):
13438         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
13440 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13442         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
13443         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
13445 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
13447         * mail-source.el (mail-source-delete-incoming): Change default.
13448         Supplement doc string.
13450         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
13452 2008-02-14  Glenn Morris  <rgm@gnu.org>
13454         * time-date.el (format-seconds): New function.
13456 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13458         * nnmail.el (nnmail-message-id-cache-file): Derive from
13459         `gnus-home-directory'.
13461 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
13463         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
13464         Document negative prefix.
13466         * gnus-group.el (gnus-group-read-group): Document negative prefix.
13468 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13470         * message.el (message-unsent-separator): Add the Exim bounce
13471         separator.
13473 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
13475         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
13476         list.
13477         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
13478         recipient/signer list.
13480 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13482         * Makefile.in (datarootdir): Define.
13483         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
13484         name that might contain whitespace.
13486 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13488         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
13489         fbound (Emacs 23 unicode), signal an error.
13491 2008-02-08  Glenn Morris  <rgm@gnu.org>
13493         * gnus-art.el (pgg-display-output-buffer): Declare as function.
13495 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
13497         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
13498         ports to the calls to `netrc-machine-user-or-password' in addition to
13499         "imap" and "imaps".
13501 2008-02-01  Zhang Wei  <id.brep@gmail.com>
13503         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
13505         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
13507 2008-02-01  Kenichi Handa  <handa@m17n.org>
13509         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
13510         rfc2104-hexstring-to-bitstring and changed to return a byte list.
13511         (rfc2104-hash): Convert the result of concat to unibyte string.
13513 2008-02-01  Dave Love  <fx@gnu.org>
13515         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
13516         coding-system-for-read.
13517         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
13519 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
13521         * gnus.el (gnus-group-startup-message): Add `find-image' call before
13522         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
13523         <hanche@math.ntnu.no>.
13525 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13527         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
13529         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
13531 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
13533         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
13534         * message.el (message-beginning-of-line): Use featurep instead of bound
13535         tests in order to resolve conditionals at compile time.
13537 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
13539         * mail-source.el (mail-sources): Add `group' choice.
13541         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
13542         parameter `in-group' to control into which group the articles go.
13543         Add treatment of `group' mail-source.
13545 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13547         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
13549         * mm-decode.el (mm-dissect-buffer): Decode description.
13551         * mml.el (mml-to-mime): Encode message header first.
13553 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13555         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
13556         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
13558         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
13559         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
13561 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
13563         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
13565 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13567         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
13568         prefix keys.
13569         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
13570         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
13571         gnus-xmas.el.
13573         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
13574         (gnus-xmas-article-describe-bindings): New function.
13575         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
13576         gnus-xmas-article-describe-bindings.
13578         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
13580 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
13582         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
13583         Add new variables for article mark management.
13584         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
13585         list of extra data entries which, when present, will indicate that the
13586         article ID should not be trimmed from the registry.
13587         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
13588         functions.
13589         (gnus-registry-read-mark): New function to read a mark name from the
13590         user.
13591         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
13592         (gnus-registry-set-article-mark-internal): New functions to add and
13593         remove marks.
13594         (gnus-registry-get-article-marks): New function to show the marks for
13595         an article, or retrieve them for further use.
13597 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13599         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
13600         keys when no argument is given.
13602 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
13604         * imap.el (imap-ping-server): New variable.
13605         (imap-opened): On add extra ping if imap-ping-server is non-nil.
13606         (imap-ping-server): Minor doc string fixes.
13608 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
13610         * imap.el (imap-ping-server): New function.
13611         (imap-opened): Call imap-ping-server.
13613 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
13615         * gnus-sum.el (gnus-article-sort-by-random)
13616         (gnus-thread-sort-by-random): Fix doc strings.
13617         Reported by jidanni@jidanni.org.
13619 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13621         * gnus-art.el (gnus-article-describe-bindings): New function.
13622         (gnus-article-read-summary-keys): Use it.
13623         (gnus-article-mode-map): Bind `C-h b' to it.
13625 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13627         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
13628         XEmacs.
13629         (gnus-article-describe-key, gnus-article-describe-key-briefly):
13630         Protect against non-character events.
13632         * lpath.el: Fbind map-keymap for Emacs 21.
13634 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
13636         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
13637         New command.
13638         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
13639         instead of END.  Change name of the temp file.
13640         (gnus-group-gmane-group-download-format): Add doc string.  Make it
13641         customizable.
13643 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13645         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
13646         bind `S W' to gnus-article-wide-reply-with-original; set default
13647         binding to gnus-article-read-summary-send-keys.
13648         (gnus-article-read-summary-keys): Fix the order of keys; display
13649         continuation keys correctly in the echo area; describe bindings
13650         correctly when keys end with `C-h'.
13651         (gnus-article-read-summary-send-keys): New function.
13652         (gnus-article-describe-key, gnus-article-describe-key-briefly):
13653         Work for gnus-article-read-summary-send-keys; display continuation keys
13654         correctly in the echo area.
13655         (gnus-article-reply-with-original): Ignore prefix argument.
13656         (gnus-article-wide-reply-with-original): New function.
13658         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
13659         Emacs 21.
13661 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13663         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
13664         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
13666 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
13668         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
13669         (gnus-group-read-ephemeral-gmane-group): New command.
13671 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
13673         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
13675 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
13677         * message.el (message-send-mail-function): Increase custom version.
13679         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
13680         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
13682 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
13684         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
13685         for the cases where imap-authenticate is called with a nil buffer
13686         parameter.
13688 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13690         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
13691         html parts correctly; support forwarded messages.
13692         (gnus-article-browse-html-article): Remove work buffers.
13694         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
13695         compiling.
13696         (netrc-bound-and-true-p): New macro.
13697         (netrc-parse): Use it instead of bound-and-true-p that is not available
13698         in XEmacs 21.4.
13700 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
13702         * gnus-registry.el (gnus-registry-mark-article)
13703         (gnus-registry-article-marks): Add functionality to mark articles
13704         through the Gnus registry.
13706         * encrypt.el: Clarify documentation for the new pgg method.
13707         (encrypt-file-alist): Add PGG option.
13708         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
13709         functionality.  Abstract password key and messaging to external
13710         functions.
13711         (encrypt-password-key, encrypt-get-passphrase-if-needed)
13712         (encrypt-message-method-and-cipher): Add new convenience external
13713         functions.
13714         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
13715         (encrypt-pgg-process-buffer): Add PGG functionality glue.
13717         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
13718         (netrc-parse): Use encrypt-file-alist to determine if
13719         encrypt-find-model or encrypt-insert-file-contents should be used.
13721         * encrypt.el: Clarify documentation.  Load password-cache or
13722         password, whichever one is found first, instead of autoloading.
13724 2007-12-19  Glenn Morris  <rgm@gnu.org>
13726         * mml.el (message-options-set, message-narrow-to-head)
13727         (message-in-body-p, message-mail-p, message-encode-message-body):
13728         Autoload.
13729         (message-remove-header, message-narrow-to-headers-or-head)
13730         (message-subscribed-p, message-make-mail-followup-to)
13731         (message-position-on-field, message-news-p)
13732         (message-options-set-recipient, message-generate-headers)
13733         (message-sort-headers): Declare as functions.
13735 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13737         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
13738         convention in doc string.
13740 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13742         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
13743         title to html parts.
13744         (gnus-article-browse-html-article): Pass message header to it.
13746         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
13748 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
13750         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
13751         or password compatible with XEmacs.
13753 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13755         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
13756         format document.
13757         (gnus-mime-delete-part): Don't write description line if empty.
13758         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
13760 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
13762         * gnus-sum.el (gnus-summary-mark-unread-as-read)
13763         (gnus-summary-mark-read-and-unread-as-read)
13764         (gnus-summary-mark-current-read-and-unread-as-read)
13765         (gnus-summary-mark-unread-as-ticked): Doc fix.
13766         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
13768 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
13770         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
13771         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
13773 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
13775         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
13776         yes-or-no-p.
13778 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13780         * mm-decode.el (mm-add-meta-html-tag): New function.
13781         (mm-save-part-to-file, mm-pipe-part): Use it.
13783         * gnus-art.el (gnus-article-browse-delete-temp-files):
13784         Use gnus-y-or-n-p instead of y-or-n-p.
13785         (gnus-article-browse-html-parts): Work with message/external-body; use
13786         mm-add-meta-html-tag.
13788 2007-12-11  Glenn Morris  <rgm@gnu.org>
13790         * gnus-cache.el: Require gnus-sum not just when compiling.
13792         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
13794         * gnus-int.el (gnus-server-opened, gnus-status-message):
13795         Move definitions before use.
13797         * mm-decode.el: Require gnus-util.
13798         (mm-remove-part): Only call delete-annotation on XEmacs.
13800         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
13802         * nnmail.el: Require gnus-int.
13804         * spam.el: Move `require's before `eval-when-compile's.
13806         * gnus-ems.el (gnus-alive-p):
13807         * gnus-fun.el (message-goto-eoh):
13808         * gnus-util.el (gnus-group-name-decode):
13809         * mail-source.el (gnus-compress-sequence):
13810         * message.el (Info-goto-node, format-spec):
13811         * mm-bodies.el (message-options-get):
13812         * mm-decode.el (mm-view-pkcs7):
13813         * mm-util.el (gmm-write-region):
13814         * mml-smime.el (mml-compute-boundary)
13815         (gnus-completing-read-with-default):
13816         * mml.el (widget-button-press, gnus-make-hashtable):
13817         * mml1991.el (mm-decode-content-transfer-encoding)
13818         (mm-encode-content-transfer-encoding)
13819         (message-options-get, message-options-set):
13820         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
13821         * nnfolder.el (gnus-request-group):
13822         * nnheader.el (ietf-drums-unfold-fws):
13823         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
13824         * smime.el (gnus-run-mode-hooks):
13825         * spam-stat.el (gnus-message): Autoload.
13827         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
13828         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
13829         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
13830         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
13831         Add declare-function compatibility definition.
13833         * gnus-cache.el (nnvirtual-find-group-art):
13834         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
13835         (gnus-add-image, gnus-add-wash-type):
13836         * gnus-group.el (nnkiboze-score-file):
13837         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
13838         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
13839         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
13840         (message-tokenize-header, gnus-get-buffer-create)
13841         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
13842         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
13843         * gnus.el (gnus-group-decoded-name):
13844         * mail-source.el (imap-capability):
13845         * mm-bodies.el (message-options-set):
13846         * mm-decode.el (gnus-configure-windows):
13847         * mm-extern.el (message-goto-body):
13848         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
13849         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
13850         (epg-sub-key-validity, message-options-set):
13851         * mml.el (widget-event-point, gnus-configure-windows):
13852         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
13853         * mml2015.el (epg-check-configuration, epg-configuration)
13854         (message-options-set):
13855         * nndb.el (nndb-request-article):
13856         * nnfolder.el (gnus-request-create-group):
13857         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
13858         * nnmaildir.el (gnus-group-mark-article-read):
13859         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
13860         * rfc1843.el (message-fetch-field):
13861         * spam.el (gnus-extract-address-components):
13862         Declare as functions.
13864 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13866         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
13868         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
13870         * lpath.el: Fbind run-mode-hooks for Emacs 21;
13871         bind show-trailing-whitespace for XEmacs.
13873 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13875         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
13876         new no-op macro for backward compatibility.
13878         * imap.el (imap-string-to-integer): New function.
13880 2007-12-09  Glenn Morris  <rgm@gnu.org>
13882         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
13884         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
13885         * message.el, mm-view.el, sieve-manage.el, smime.el:
13886         Add declare-function compatibility definition.
13888         * gnus-art.el (w3-region, w3m-region, Info-menu):
13889         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
13890         * gnus-sum.el (gnus-get-predicate):
13891         * gnus-util.el (mm-append-to-file, w32-focus-frame):
13892         * message.el (mail-abbrev-in-expansion-header-p):
13893         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
13894         (w3m-detect-meta-charset, w3m-region):
13895         * sieve-manage.el (password-read, password-cache-add)
13896         (password-cache-remove):
13897         * smime.el (password-read-and-add): Declare as functions.
13899 2007-12-08  David Kastrup  <dak@gnu.org>
13901         * gnus-sum.el (gnus-summary-simplify-subject-query):
13902         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
13903         `message'.
13905 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13907         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
13908         it to bind idna-program, installation-directory, defined-colors, and
13909         face-attribute for XEmacs of the version that compiles defcustom forms.
13911 2007-12-07  Glenn Morris  <rgm@gnu.org>
13913         * gnus-art.el (article-make-date-line): Revert previous change.
13915 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13917         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
13919 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
13921         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
13922         Call gnus-add-to-range ranges only once with a prepared article-list.
13924 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
13926         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
13927         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
13928         group names with backslashes.
13929         Reported by Tassilo Horn <tassilo@member.fsf.org>.
13931 2007-12-06  Deepak Goel  <deego3@gmail.com>
13933         * gnus-art.el (article-make-date-line):
13934         * gnus-start.el (gnus-load):
13935         * pop3.el (pop3-read-response): Fix buggy call to `error'.
13937 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13939         * gnus-art.el (gnus-use-idna):
13940         * gnus-start.el (gnus-site-init-file):
13941         * message.el (message-use-idna):
13942         * mm-uu.el (mm-uu-hide-markers):
13943         * smiley.el (smiley-style): Revert changes that suppress warnings.
13945 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13947         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
13948         specify charset to html source.
13949         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
13951 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13953         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
13954         idna-program in order to suppress byte compile warning issued by XEmacs
13955         that came to byte compile the default value section of defcustom forms
13956         recently.
13958         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
13959         value of installation-directory.
13961         * message.el (message-use-idna): Don't directly refer to the value of
13962         idna-program.
13964         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
13966         * smiley.el (smiley-style): Don't directly call face-attribute.
13968 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
13970         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
13972         * gnus-dired.el: Reduce Gnus dependencies.
13973         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
13974         Don't require.  Use autoloads instead.
13975         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
13976         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
13977         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
13978         (gnus-dired-mode): Adjust doc string.
13979         (gnus-dired-mail-mode): New variable.
13980         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
13981         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
13982         (gnus-dired-mail-buffers): New function.  Return mail or message
13983         composition buffers.
13984         (gnus-dired-attach): Use it.
13985         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
13986         NO-DECODE.
13987         (gnus-dired-print): Use `gnus-print-buffer' depending on
13988         `gnus-dired-mail-mode'.
13990 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13992         * rfc2047.el (rfc2047-encoded-word-regexp)
13993         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
13994         explaining what regexp patterns are for.
13996 2007-12-04  Glenn Morris  <rgm@gnu.org>
13998         * password.el: Move to password-cache.el.
14000         * mml1991.el (password-read, password-cache-add, password-cache-remove):
14001         * mml2015.el (password-read, password-cache-add, password-cache-remove):
14002         * mml-smime.el (password-read, password-cache-add)
14003         (password-cache-remove):
14004         No need to autoload, since mml-sec requires password.
14006         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
14007         * message.el (gnus-extract-address-components):
14008         * mml-smime.el (gnus-extract-address-components): Define for compiler.
14010         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
14011         password.
14013 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14015         * mailcap.el: Reduce dependencies.
14016         (mail-header-parse-content-type): Autoload.
14017         (mailcap-delete-duplicates): New alias.
14018         (mailcap-mime-info): Add optional argument NO-DECODE.
14019         (mailcap-mime-types): Use mailcap-delete-duplicates.
14021         * message.el (message-ignored-supersedes-headers): Add "X-ID".
14023 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
14025         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
14026         (imap-parse-status): Upcase status-att for servers that sends them
14027         lower-case (e.g., MS Exchange 2007).
14029 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14031         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
14032         function.
14034         * gnus-uu.el (gnus-uu-decode-yenc): New command.
14035         (gnus-uu-yenc-article): New function.
14037         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
14039         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
14041 2007-12-02  Glenn Morris  <rgm@gnu.org>
14043         * binhex.el (binhex): New custom group.
14044         (binhex-decoder-program, binhex-decoder-switches)
14045         (binhex-use-external): Move to the binhex custom group.
14047         * uudecode.el (uudecode): New custom group.
14048         (uudecode-decoder-program, uudecode-decoder-switches)
14049         (uudecode-use-external): Move to the uudecode custom group.
14051         * netrc.el (top-level): Don't load `encrypt' features.
14052         (netrc-parse): Don't use encrypt.
14053         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
14055         * encrypt.el: Remove file.
14057 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
14059         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
14060         matches on patches.
14062         * gnus-art.el (gnus-article-browse-html-article):
14063         Mention `mm-text-html-renderer' in the doc string.
14065         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
14066         string.  Add comments.
14068         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
14069         if rhs is ASCII.
14071 2007-12-01  Glenn Morris  <rgm@gnu.org>
14073         * mail-source.el (top-level): Require format-spec before
14074         eval-when-compile.
14076 2007-11-30  Glenn Morris  <rgm@gnu.org>
14078         * encrypt.el: Require password, rather than autoloading password-read.
14080 2007-11-29  Glenn Morris  <rgm@gnu.org>
14082         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
14083         (sasl-make-client, sasl-next-step, sasl-step-data)
14084         (sasl-step-set-data): Declare as functions.
14086 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
14088         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
14090 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
14092         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
14093         certs should be verified and what is to be done in the event of a
14094         verification failure.
14096         * gnus.el (gnus-method-to-server): Add an optional parameter so the
14097         caller can indicate whether the cache should be disregarded for this
14098         call.  This way the result of the call is reproducible at all times and
14099         can be considered a canonical server name for the supplied method.
14100         (gnus-agent-method-p): Canonicalize server names by pushing their
14101         method through `gnus-method-to-server' using the no-cache argument.
14103         * gnus-srvr.el (gnus-server-insert-server-line):
14104         Call `gnus-method-to-server' with `no-cache' argument.
14106         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
14107         gnus-agent-possibly-synchronize-flags as this should be called when the
14108         server is actually being opened.
14109         (gnus-agent-possibly-synchronize-flags)
14110         (gnus-agent-possibly-synchronize-flags-server): Move check for the
14111         flags file of an agentized server to the latter function.
14113         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
14114         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
14115         after a connection has been established successfully.
14117 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14119         * gnus-art.el (article-display-face): Force to display face if called
14120         interactively; check if gnus-article-x-face-too-ugly matches author.
14121         (article-display-x-face): Display face even if From header is missing
14122         as article-display-face does.
14124 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
14126         * hashcash.el (message-narrow-to-headers-or-head)
14127         (message-fetch-field, message-goto-eoh)
14128         (message-narrow-to-headers): Declare as functions.
14130 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
14132         * mail-source.el (mail-sources): Default to fetch from file for
14133         compatibility with default of nnmail-spool-file.
14135 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14137         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
14138         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
14139         to look for encoded word that should be encoded again.
14140         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
14141         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
14142         encoding pattern.
14143         (rfc2047-decode-region): Switch strict regexp and loose one according
14144         to rfc2047-allow-irregular-q-encoded-words.
14146 2007-11-25  Romain Francoise  <romain@orebokech.com>
14148         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
14150 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14152         * tls.el (tls-program): Provide more custom choices from
14153         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
14154         (tls-process-connection-type, tls-success): Remove "*" in doc string.
14156 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14158         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
14159         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
14161         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
14162         `nnmail-spool-file'.
14164         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
14165         `nnmail-spool-file'.
14167         * gnus-move.el (gnus-change-server): Ditto.
14169         * gnus-kill.el (gnus-batch-score): Ditto.
14171         * gnus-cache.el (gnus-jog-cache): Ditto.
14173         * gnus-msg.el (gnus-summary-reply):
14174         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
14176 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14178         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
14179         version.  Minor improvement to doc strings.
14180         (tls-program): Add comment.
14182 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
14184         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
14185         (tls-checktrust): New variable.  Check if GNU TLS complained about a
14186         mismatch between the hostname provided in the certificate and the name
14187         of the host connnecting to.
14188         (open-tls-stream): Use them.  Check certificates against trusted root
14189         certificates.
14191 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14193         * gnus-cache.el (gnus-cache-generate-nov-databases):
14194         Use nnml-generate-nov-databases-directory instead of
14195         nnml-generate-nov-databases-1.
14197 2007-11-24  Glenn Morris  <rgm@gnu.org>
14199         * message.el (message-tool-bar-retro): Update for rename
14200         mail_send.xpm->mail-send.xpm.
14202 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
14204         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
14205         `smime-ldap-search' for Emacs 22 and up.
14207 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14209         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
14211         * message.el (message-send-mail-function): Fix error convention.
14212         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
14213         (message-widen-reply, message-send-mail, message-talkative-question)
14214         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
14215         (message-clone-locals, message-send-news): Use with-current-buffer.
14216         (message-insert-or-toggle-importance): Remove unused var `valid'.
14217         (message-make-references): Remove unused var `new-references'.
14218         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
14220 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
14222         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
14223         (spam-split-symbolic-return-positive): Reflow docstring.
14224         (spam-backends, spam-summary-exit-behavior)
14225         (spam-mark-ham-unread-before-move-from-spam-group)
14226         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
14227         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
14228         (spam-clear-cache, spam-backend-check, spam-install-backend)
14229         (spam-install-statistical-backend, spam-list-of-processors)
14230         (spam-group-processor-p, spam-split, spam-bogofilter-score)
14231         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
14232         (spam-check-crm114, spam-initialize, spam-unload-hook):
14233         Fix typos in docstrings.
14235 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14237         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
14238         been checked if they have never been read and those group levels are
14239         higher than the one that a user specified.
14241 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14243         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
14244         foreign groups unless a group level is specified by a user.
14245         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
14247 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
14249         * message.el (message-send-mail-function): Require sendmail.
14251 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
14253         * message.el (message-send-mail-function): Check for smtpmail too.
14255         * utf7.el (utf7-encode, utf7-decode): Use coding system
14256         `utf-7'/`utf-7-imap' from utf-7.el' if available.
14258         * message.el (message-send-mail-function): New function.
14259         (message-send-mail-function): Set default using
14260         message-send-mail-function.  Adjust doc string.
14261         (message-send-mail-with-mailclient): New function.
14263 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
14265         * smime.el (from):
14266         * rfc2047.el (message-posting-charset):
14267         * qp.el (mm-use-ultra-safe-encoding):
14268         * pop3.el (parse-time-months):
14269         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
14270         * nnml.el (files):
14271         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
14272         (jka-compr-compression-info-list, ange-ftp-path-format)
14273         (efs-path-regexp):
14274         * nndiary.el (files):
14275         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
14276         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
14277         (epg-digest-algorithm-alist, inhibit-redisplay)
14278         (password-cache-expiry):
14279         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
14280         (pgg-output-buffer, password-cache-expiry):
14281         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
14282         (efs-path-regexp):
14283         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
14284         (inhibit-redisplay):
14285         * mm-uu.el (file-name, start-point, end-point, entry)
14286         (gnus-newsgroup-name, gnus-newsgroup-charset):
14287         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
14288         (latin-unity-ucs-list):
14289         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
14290         (mm-uu-binhex-decode-function):
14291         * message.el (gnus-message-group-art, gnus-list-identifiers)
14292         (rmail-enable-mime-composing, gnus-local-organization)
14293         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
14294         (gnus-read-active-file, facemenu-add-face-function)
14295         (facemenu-remove-face-function, gnus-article-decoded-p)
14296         (tool-bar-mode):
14297         * mail-source.el (display-time-mail-function):
14298         * gnus-util.el (nnmail-pathname-coding-system)
14299         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
14300         (gnus-original-article-buffer, gnus-user-agent)
14301         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
14302         (xemacs-codename, sxemacs-codename, emacs-program-version):
14303         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
14304         * gnus-start.el (gnus-agent-covered-methods)
14305         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
14306         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
14307         (gnus-newsgroup-headers, gnus-group-list-mode)
14308         (gnus-group-mark-positions, gnus-newsgroup-data)
14309         (gnus-newsgroup-unreads, nnoo-state-alist)
14310         (gnus-current-select-method, mail-sources)
14311         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
14312         (nnmail-spool-file, gnus-cache-active-hashtb):
14313         * gnus-mh.el (mh-lib-progs):
14314         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
14315         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
14316         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
14317         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
14318         (gnus-group-buffer):
14319         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
14320         (font-lock-set-defaults):
14321         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
14322         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
14323         (gnus-summary-post-menu, total-parts, type, condition, length):
14324         * gnus-agent.el (gnus-agent-read-agentview):
14325         * flow-fill.el (show-trailing-whitespace):
14326         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
14327         eval-and-compile wrappers for byte compiler pacifiers.
14329         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
14330         (mm-display-inline-fontify): Check for featurep 'xemacs not
14331         extent-list.
14333         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
14334         itimer-list.
14335         (mm-create-image-xemacs): Only do something for XEmacs.
14336         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
14338         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
14340         * gnus-registry.el (gnus-adaptive-word-syntax-table):
14341         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
14343 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
14345         * nnimap.el (nnimap-split-download-body):
14346         * gnus-demon.el (gnus-demon):
14347         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
14349 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14351         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
14352         New macros.
14353         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
14354         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
14355         copy data from unibyte buffer to multibyte current buffer.
14356         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
14357         to copy data from unibyte current buffer to multibyte buffer.
14358         (nntp-make-process-buffer): Make process buffer unibyte.
14360         * pop3.el (pop3-open-server): Fix typo in Lisp code.
14362 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
14364         * pop3.el (pop3-open-server): Accept and process data more robustly at
14365         connection start to avoid spurious "POP SSL connection failed" errors.
14367 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14369         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
14370         read group names.
14372 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
14374         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
14376 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14378         * nnmail.el (nnmail-parse-active): Make group names unibyte.
14379         (nnmail-save-active): Use a unibyte buffer when saving active file,
14380         which may contain non-ASCII group names.
14382         * nnml.el (nnml-request-group): Decode group names in messages.
14384 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
14386         * message.el (message-citation-line-function)
14387         (message-insert-formatted-citation-line): Fix spelling of
14388         `message-insert-formated-citation-line'.
14390 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
14392         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
14394 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14396         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
14397         nnmail-pathname-coding-system.
14399         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
14400         that a user enters; decode group names in messages.
14402         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
14404 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14406         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
14408         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
14410         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
14411         risky local variable.
14413         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
14415 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
14417         * encrypt.el: Improve documentation to fix function name typo.
14418         Reported by Daiki Ueno <ueno@unixuser.org>.
14420 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14422         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
14423         even if the point is not in the last page of an article.
14424         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
14425         back to the previous page.
14427 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
14429         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
14431 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14433         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
14435 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14437         * message.el (message-check-news-body-syntax):
14438         Avoid mm-string-as-multibyte.
14439         (message-hide-headers): Don't assume (point-min)==1.
14441 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14443         * message.el (message-remove-blank-cited-lines): Fix if remove is
14444         given.
14445         (message-bogus-address-regexp): New variable.
14446         (message-bogus-recipient-p): New function.
14447         (message-check-recipients): New command.
14448         (message-syntax-checks): Add `bogus-recipient'.
14449         (message-fix-before-sending): Add `bogus-recipient'.
14451         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
14452         (gnus-treat-body-boundary): Don't test window-system.
14454 2007-10-28  Leo Liu  <sdl.web@gmail.com>
14456         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
14458 2007-10-28  Miles Bader  <miles@gnu.org>
14460         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
14461         at compile-time too.
14463 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
14465         * gnus-msg.el (gnus-message-setup-hook):
14466         Add `message-remove-blank-cited-lines' to options.
14468 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14470         * message.el (message-remove-blank-cited-lines): New function.
14471         Suggested by Karl Plästerer.
14473 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14475         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
14476         mapc.
14478         * imap.el (imap-open): Replace mapcar called for effect with mapc.
14479         (top-level): Use mapc to set functions to be traced for debugging.
14481         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
14482         called for effect with while loop.
14484         * message.el (message-talkative-question): Replace mapcar called for
14485         effect with mapc.
14487         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
14488         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
14489         called for effect with dolist.
14491         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
14493         * nndiary.el: Use dolist instead of mapcar to add diary headers to
14494         gnus-extra-headers and nnmail-extra-headers.
14496         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
14497         called for effect with dolist.
14498         (top-level): Use mapc to set functions to be traced for debugging.
14500         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
14501         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
14502         dolist.
14504         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
14505         Replace mapcar called for effect with mapc.
14506         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
14507         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
14508         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
14509         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
14511         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
14512         remove-if that's a cl function.
14514         * webmail.el (webmail-debug): Replace mapcar called for effect with
14515         dolist.
14517         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
14518         with mapc.
14520 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14522         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
14523         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
14524         with while loop.
14526         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
14527         functions from article-* functions.
14528         (gnus-multi-decode-header): Replace mapcar called for effect with
14529         dolist.
14531         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
14532         (gnus-bookmark-show-details): Replace mapcar called for effect with
14533         while loop.
14535         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
14536         called for effect with while loop.
14538         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
14539         with dolist.
14541         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14542         Replace mapcar called for effect with dolist.
14544         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
14546         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
14547         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
14548         Replace mapcar called for effect with dolist.
14549         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
14550         mapc.
14552         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
14553         Replace mapcar called for effect with dolist.
14554         (gnus-topic-list): Replace mapcar called for effect with mapc.
14556         * gnus.el: Use mapc instead of mapcar to add autoloads.
14558 2007-10-23  Richard Stallman  <rms@gnu.org>
14560         * gnus-group.el (gnus-group-highlight): Mark as risky.
14562 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14564         * gnus.el (gnus-server-to-method): Return method found first in
14565         gnus-newsrc-alist.
14567         * gnus-art.el (gnus-article-highlight-signature)
14568         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
14569         button overlay without the front stickiness.
14571 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
14573         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
14574         overview buffer needed a catch to receive its throw.
14575         (gnus-agent-flush-cache): Declare as interactive to make this function
14576         easier to use.
14578 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
14580         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
14581         `next-line'.
14583 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14585         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
14586         exclude address matching message-dont-reply-to-names.
14588 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14590         * gnus-util.el (gnus-string<): New function.
14592         * gnus-sum.el (gnus-article-sort-by-author)
14593         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
14595 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14597         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
14598         the frame-focus tag is set in gnus-buffer-configuration.
14600 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14602         * gnus-art.el (gnus-article-add-button): Make a button overlay without
14603         the front stickiness.
14605 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14607         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
14608         url pattern; remove duplicate one.
14609         (gnus-article-extend-url-button): New function.
14610         (gnus-article-add-buttons): Use it.
14611         (gnus-button-push): Use concatenated url that it makes.
14613 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
14615         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
14617 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14619         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
14620         Don't hardcode point-min==1.
14622 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
14624         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
14625         Fix comment about "iso8859-1".
14627 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
14629         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
14630         ones returned from the verify-function.
14632         * mm-uu.el (mm-uu-pgp-signed-extract-1):
14633         Call mml2015-extract-cleartext-signature if extraction failed.
14635 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
14637         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
14638         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
14639         failed.
14641 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14643         * Relicense "GPLv2 or later" files to "GPLv3 or later".
14645 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
14647         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
14648         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
14649         recommends to use EasyPG instead of PGG.
14651         * pgg.el: Revert to revision 6.23.2.16.
14653         * pgg-def.el: Revert to revision 6.6.2.14.
14655         * pgg-gpg.el: Revert to revision 6.23.2.34.
14657 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
14659         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
14660         to mark a thread as expirable.  Add variable `hide' to handle hiding of
14661         thread for both the null and zero (kill/expire thread) universal prefix
14662         cases.
14663         (gnus-summary-expire-thread): Add new function to expire a thread,
14664         using gnus-summary-kill-thread.
14665         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
14666         shortcuts for gnus-summary-expire-thread.
14667         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
14668         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
14670 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
14672         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
14673         extras value, so an extras entry can be deleted.
14674         (gnus-registry-delete-extra-entry): Use it.
14675         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
14676         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
14677         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
14678         storage through the gnus-registry, and provide an appropriate API for
14679         it.
14681 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14683         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
14684         Suggested by Leo <sdl.web@gmail.com>.
14686         * gnus.el: Do.
14688 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14690         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
14691         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
14693         * gnus-agent.el (gnus-agent-fetch-headers): Do.
14695         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
14696         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
14698 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14700         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
14701         newline.
14702         (nnmbox-request-accept-article): Don't change article in source buffer;
14703         narrow to header to use message-fetch-field rather than
14704         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
14705         (nnmbox-request-replace-article): Quote lines that'll be misidentified
14706         as delimiters; make sure article ends with newline.
14707         (nnmbox-delete-mail): Correct last position of article to be deleted;
14708         ignore X-Gnus-Newsgroup header in article body.
14709         (nnmbox-save-mail): Quote lines looking like delimiters at the right
14710         positions; make sure article ends with newline.
14712         * message.el (message-display-abbrev): Don't infloop when a user
14713         inserts SPC in the beginning of header.
14715         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
14716         coding-system-for-read and coding-system-for-write for XEmacs having no
14717         file-coding feature.
14719         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
14721 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
14723         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
14724         list of groups not followed by default.  Fix type to be regexp.
14725         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
14727 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
14729         * hmac-def.el (define-hmac-function): Switch from old-style to
14730         new-style backquotes.
14732         * md4.el (md4-make-step): Likewise.
14734 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14736         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
14737         raw-text coding system when saving .newsrc file, which may contain
14738         non-ASCII group names.
14740 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14742         * gnus-cus.el (gnus-score-extra): New widget.
14743         (gnus-score-extra-convert): New function.
14744         (gnus-score-customize): Use it for Extra.
14746 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
14748         * mml2015.el (mml2015-extract-cleartext-signature): New function.
14749         (mml2015-mailcrypt-clear-verify): Use it.
14750         (mml2015-gpg-clear-verify): Use it.
14751         (mml2015-pgg-clear-verify): Use it.
14752         (mml2015-epg-clear-verify): Replace the current part with the output
14753         from GnuPG; don't extract the plaintext by itself.
14755         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
14756         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
14757         mml2015-clear-verify-function; don't touch the armor headers or
14758         dash-escaped text here.
14760 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14762         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
14763         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
14764         parts, or application/octet-stream as a last resort.
14765         (gnus-mime-view-part-as-type): Don't toggle display.
14766         (gnus-mime-view-part-as-charset): Don't turn off display before
14767         querying charset.
14769         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
14770         stuff to undisplayer function in Emacs.
14771         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
14773         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
14774         text/calendar parts.
14776 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14778         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
14779         decoding text/calendar parts.
14781         * message.el (message-forward-make-body-mime): Always mark body as
14782         having no illegible text; remove signed-or-encrypted argument.
14783         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
14785         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
14786         (mml-generate-mime-1): Don't encode body if it is specified to be in
14787         raw form; don't make buffer be unibyte when inserting multibyte string.
14789 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14791         * sha1.el: Fix up comment style.
14792         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
14793         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
14795         * hex-util.el: Fix up comment style.
14796         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
14798         * gnus-salt.el: Use with-current-buffer.
14799         (gnus-pick-setup-message): Fix long-standing typo.
14801 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14803         * imap.el (imap-logout-timeout): New variable.
14804         (imap-logout, imap-logout-wait): New functions.
14805         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
14807         * nnimap.el (nnimap-logout-timeout): New server variable.
14808         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
14809         nnimap-logout-timeout.
14811         * gnus-art.el (gnus-article-summary-command-nosave)
14812         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
14814 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14816         * gnus.el (gnus-maximum-newsgroup): New variable.
14818         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
14819         according to gnus-maximum-newsgroup.
14821         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
14822         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
14823         Limit the range of articles according to gnus-maximum-newsgroup.
14825 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
14827         * gnus-art.el (gnus-sticky-article): Fix problems described in
14828         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
14829         Don't perform gnus-configure-windows here; reuse existing sticky
14830         article buffer.
14832         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
14833         it doesn't exist in gnus-article-mode.
14835 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14837         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
14838         (gnus-agent-decoded-group-name): New function.
14839         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
14840         (gnus-agent-expire-group-1): Use it; decode group name in messages.
14842 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
14844         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
14845         Add binding for gnus-sticky-article.
14846         (gnus-summary-exit): Don't kill sticky article buffers.
14848         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
14849         article buffer.
14850         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
14851         (gnus-kill-sticky-article-buffers): New commands.
14853 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14855         * nntp.el (nntp-xref-number-is-evil): New server variable.
14856         (nntp-find-group-and-number): If it is non-nil, don't trust article
14857         numbers in the Xref header.
14859 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14861         * gnus-agent.el (gnus-agent-read-group): New function.
14862         (gnus-agent-flush-group, gnus-agent-expire-group)
14863         (gnus-agent-regenerate-group): Use it.
14864         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
14865         nnmail-pathname-coding-system.
14867 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14869         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
14871         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
14872         that are unread as unread, and also as selected so that information of
14873         marks having been changed by a user may be updated when exiting group.
14875 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
14877         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
14879 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14881         * gnus-art.el (gnus-mime-display-single): Pass part number that is
14882         calculated ignoring signature parts to gnus-treat-article.
14884 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14886         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
14887         a point here in order to keep the window start.
14888         (gnus-insert-mime-security-button): Make a button overlay without the
14889         front stickiness.
14890         (gnus-mime-display-security): Goto the end of a button.
14892         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
14894 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14896         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
14897         group-name-at-point.
14898         (gnus-group-completing-read): New function that offers decoded
14899         non-ASCII group names for completion.
14900         (gnus-fetch-group, gnus-group-read-ephemeral-group)
14901         (gnus-group-jump-to-group, gnus-group-make-group-simple)
14902         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
14903         (gnus-group-fetch-control): Use it.
14904         (gnus-fetch-group): Use group-name-at-point for the initial value
14905         rather than the default value; use gnus-alive-p.
14907         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
14908         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
14909         (gnus-summary-post-news): Use gnus-group-completing-read.
14911         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
14912         (gnus-read-move-group-name): Decode group name for completion.
14914 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
14916         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
14917         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
14918         Yamaoka slightly modified the code).
14920 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14922         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
14923         (nnmail-split-incoming): Bind it.
14925         * nnml.el (nnml-group-name-charset): New function.
14926         (nnml-decoded-group-name): Use it; don't decode group name if
14927         nnmail-group-names-not-encoded-p is non-nil.
14928         (nnml-encoded-group-name): New function.
14929         (nnml-group-pathname): Inline nnml-decoded-group-name.
14930         (nnml-request-expire-articles): Decode group name in message.
14931         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
14932         nnmail-pathname-coding-system.
14933         (nnml-save-mail, nnml-active-number): Work with decoded group names and
14934         not decoded ones according to nnmail-group-names-not-encoded-p.
14935         (nnml-generate-active-info): Use nnml-encoded-group-name.
14937 2007-08-08  Glenn Morris  <rgm@gnu.org>
14939         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
14940         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
14941         doc-strings and comments.
14943 2007-07-25  Glenn Morris  <rgm@gnu.org>
14945         * Relicense all FSF files to GPLv3 or later.
14947 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14949         * gnus-sum.el (gnus-summary-move-article):
14950         Make gnus-summary-respool-article work.
14952 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
14954         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
14955         string.
14957 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
14959         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
14960         that should be ignored when comparing distant RSS articles with local
14961         ones.
14962         (nnrss-make-hash-index): New function.  Create a hash index according
14963         to the ignored fields.
14964         (nnrss-check-group): Use it.
14966 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14968         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
14970         * gnus-art.el (article-decode-group-name): Decode Xref header too.
14972         * gnus-group.el (gnus-group-make-group): Encode group name here unless
14973         the new optional argument ENCODED is non-nil.
14974         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
14975         coding system for encoding group name.
14976         (gnus-group-make-rss-group): Pass un-encoded group name to
14977         gnus-group-make-group.
14978         (gnus-group-set-info): Tell gnus-group-make-group that group name is
14979         encoded.
14981         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
14982         Encode group name to which articles are moved or copied.
14983         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
14984         coding system for encoding Newsgroup, Followup-To and Xref headers.
14986         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
14987         marks; use nnheader-file-coding-system to write a file.
14988         (nnagent-retrieve-headers): Bind file-name-coding-system to
14989         nnmail-pathname-coding-system.
14991         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
14993         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
14994         (nnml-request-article, nnml-request-create-group)
14995         (nnml-request-rename-group, nnml-find-id)
14996         (nnml-possibly-change-directory, nnml-possibly-create-directory)
14997         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
14998         (nnml-save-marks): Use nnml-group-pathname instead of
14999         nnmail-group-pathname.
15001         (nnml-request-create-group, nnml-request-expire-articles)
15002         (nnml-request-move-article, nnml-request-delete-group)
15003         (nnml-deletable-article-p, nnml-possibly-create-directory)
15004         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
15005         (nnml-open-marks): Bind file-name-coding-system to
15006         nnmail-pathname-coding-system.
15008         (nnml-request-article): Pass server argument to nnml-find-group-number.
15009         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
15010         Pass server argument to nnml-possibly-create-directory.
15011         (nnml-request-accept-article): Pass server argument to
15012         nnml-active-number and nnml-save-mail.
15013         (nnml-find-group-number): Pass server argument to nnml-find-id.
15014         (nnml-request-update-info): Pass server argument to
15015         nnml-marks-changed-p.
15017         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
15018         (nnml-save-mail, nnml-active-number): Add server argument.
15020         (nnml-request-delete-group): Warn if group is missing.
15021         (nnml-get-nov-buffer): Decode group name.
15022         (nnml-generate-active-info): Encode group name.
15023         (nnml-open-marks): Decode group name in messages.
15025 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15027         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
15028         if it is not specified.
15029         (gnus-article-pipe-part, gnus-article-save-part)
15030         (gnus-article-interactively-view-part, gnus-article-copy-part)
15031         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
15032         (gnus-article-inline-part, gnus-article-save-part-and-strip)
15033         (gnus-article-replace-part, gnus-article-delete-part)
15034         (gnus-article-view-part-as-type): Pass raw prefix argument to
15035         gnus-article-part-wrapper.
15037 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15039         * gnus-agent.el (gnus-agent-save-active):
15040         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
15042         * gnus-cache.el (gnus-cache-save-buffers)
15043         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
15044         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
15045         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
15046         (gnus-cache-braid-nov, gnus-cache-braid-heads)
15047         (gnus-cache-generate-active, gnus-cache-rename-group)
15048         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
15049         (gnus-cache-update-overview-total-fetched-for):
15050         Bind file-name-coding-system to nnmail-pathname-coding-system.
15051         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
15052         New variables.
15053         (gnus-cache-decoded-group-name): New function.
15054         (gnus-cache-file-name): Use it.
15055         (gnus-cache-generate-active): Use non-decoded group name for active.
15057         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
15058         right place.
15059         (gnus-write-active-file): Don't break non-ASCII group names.
15061         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
15062         nnmail-pathname-coding-system.
15064         * lpath.el: Bind default-file-name-coding-system,
15065         file-name-coding-system and language-info-alist for XEmacs.
15067         * gnus-uu.el (gnus-uu-decode-save): Typo.
15069 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15071         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
15073 2007-07-14  David Kastrup  <dak@gnu.org>
15075         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
15076         finishing actions if we did not edit the article.
15078 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15080         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
15081         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
15082         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
15083         (gnus-agent-flush-group, gnus-agent-flush-cache)
15084         (gnus-agent-fetch-headers, gnus-agent-load-alist)
15085         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
15086         (gnus-agent-retrieve-headers, gnus-agent-request-article)
15087         (gnus-agent-regenerate-group)
15088         (gnus-agent-update-files-total-fetched-for)
15089         (gnus-agent-update-view-total-fetched-for):
15090         Bind file-name-coding-system to nnmail-pathname-coding-system.
15091         (gnus-agent-group-pathname): Don't encode file names by
15092         nnmail-pathname-coding-system.
15093         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
15094         coding-system-for-write instead of buffer-file-coding-system to
15095         gnus-agent-file-coding-system.
15097         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
15098         Decode group name.
15100         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
15102         * gnus-start.el (gnus-update-active-hashtb-from-killed)
15103         (gnus-read-newsrc-el-file): Make group names unibyte.
15105         * nnmail.el (nnmail-group-pathname): Don't encode file names by
15106         nnmail-pathname-coding-system.
15108         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
15109         (nnrss-request-delete-group): Bind file-name-coding-system to
15110         nnmail-pathname-coding-system.
15111         (nnrss-read-server-data, nnrss-read-group-data):
15112         Bind file-name-coding-system correctly.
15113         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
15115         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
15116         (nntp-server-to-method-cache): New variable.
15117         (nntp-group-pathname): New function that decodes non-ASCII group names.
15118         (nntp-possibly-create-directory, nntp-marks-changed-p)
15119         (nntp-save-marks, nntp-open-marks): Use it.
15120         (nntp-possibly-create-directory, nntp-open-marks):
15121         Bind file-name-coding-system to nnmail-pathname-coding-system.
15122         (nntp-open-marks): Decode group names when bootstrapping marks.
15124         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
15125         Newsgroups and Followup-To headers.
15127 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15129         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15130         (gnus-server-closed-face, gnus-server-denied-face)
15131         (gnus-server-offline-face): Remove variable.
15132         (gnus-server-font-lock-keywords): Use faces that are not aliases.
15134         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
15135         of modifying message-stack directly for XEmacs.
15137         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
15138         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
15139         if the coding-system argument is nil for XEmacs.
15141         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
15142         mm-charset-override-alist.
15144         * rfc2047.el: Don't require base64; require rfc2045 for the function
15145         rfc2045-encode-string.
15146         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
15147         to quote the parameter value.
15149 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15151         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
15152         form in gnus-group-name-charset-method-alist.
15154         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
15155         overrides the default layout edit-form.
15157         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
15159         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
15161 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15163         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
15164         as unfetched articles.
15166 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
15168         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
15170 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15172         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
15173         original back end that keeps marks in the local system.
15175 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15177         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
15178         arg of pop-to-buffer for XEmacs.
15179         (gnus-article-read-summary-keys): Ditto; don't restore window
15180         configuration if summary command ends up with neither article buffer
15181         nor summary buffer; describe bindings if summary keys end with C-h.
15183 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15185         * message.el (message-fix-before-sending): Skip raw message part to be
15186         forwarded while checking illegible text.
15187         (message-forward-make-body-mime, message-forward-make-body):
15188         Mark signed or encrypted raw message as having no illegible text.
15190 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15192         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
15193         (gnus-message-with-timestamp-1): New macro.
15194         (gnus-message-with-timestamp): New function.
15195         (gnus-message): Use them.
15197         * nnheader.el (nnheader-message): Use them.
15199 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
15201         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
15202         .newsrc.eld file.
15204 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15206         * gnus-agent.el (gnus-agent-fetch-headers)
15207         (gnus-agent-retrieve-headers):
15208         Bind gnus-decode-encoded-address-function to identity.
15210         * nntp.el (nntp-send-xover-command): Recognize an xover command is
15211         available also when the server returns simply a dot.
15213         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
15215 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15217         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
15219 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15221         * gnus-ems.el (gnus-x-splash): Make it work.
15223         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
15224         from being used.
15226         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
15228 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15230         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
15231         4th and the 5th arguments.
15233         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
15234         the front stickiness.
15235         (gnus-article-summary-command-nosave): Correct the order of the
15236         arguments passed to pop-to-buffer.
15237         (gnus-article-read-summary-keys): Ditto; make it work properly when the
15238         summary command ends up with the article buffer.
15240         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
15241         the same faces.
15243 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
15245         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
15247 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
15249         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
15250         * gnus-sum.el (gnus-summary-highlight):
15251         * pgg.el (pgg-sign-region, pgg-sign):
15252         * mail-source.el (mail-source-delete-old-incoming-confirm):
15253         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
15255 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15257         * gnus-art.el (gnus-mime-view-part-externally)
15258         (gnus-mime-view-part-internally): Fix predicate function passed to
15259         completing-read.
15261         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
15263         * gnus.el (gnus-update-message-archive-method): Add :version.
15265 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15267         * gnus.el (gnus-update-message-archive-method): New variable.
15269         * gnus-start.el (gnus-setup-news): Update saved "archive" method
15270         according to gnus-message-archive-method if
15271         gnus-update-message-archive-method is non-nil.
15273 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15275         * gnus-sum.el (gnus-summary-limit-to-address): New function.
15276         Suggested by Loic Dachary <loic@dachary.org>.
15277         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15279 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15281         * message.el (message-pop-to-buffer): Add switch-function argument.
15282         (message-mail): Pass switch-function argument to it.
15284 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
15286         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
15287         Improve doc string.
15289 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15291         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
15292         (gnus-header-content):
15293         * gnus-cite.el (gnus-cite-10):
15294         * gnus-srvr.el (gnus-server-closed):
15295         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
15296         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
15297         (gnus-group-mail-3-empty, gnus-group-mail-low)
15298         (gnus-group-mail-low-empty, gnus-splash):
15299         * message.el (message-header-to, message-header-cc)
15300         (message-header-subject, message-header-other, message-header-name)
15301         (message-header-xheader, message-separator, message-cited-text)
15302         (message-mml): Lighten colors of faces used for dark background.
15304 2007-05-24  Simon Josefsson  <simon@josefsson.org>
15306         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
15307         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
15309 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15311         * message.el (message-narrow-to-headers-or-head):
15312         Ignore mail-header-separator in the body.
15314 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15316         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
15317         same as window size.
15319 2007-05-22  Kevin Ryde  <user42@zip.com.au>
15321         * message.el (message-font-lock-keywords): Use message-header-xheader
15322         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
15323         ahead of the anything pattern, to get it recognized.
15325 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15327         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
15328         spam.el loads uses it in the compiled defadvice form.
15330 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
15332         * gnus-sum.el (gnus-articles-to-read)
15333         (gnus-summary-insert-old-articles): Don't truncate group name for
15334         `read-string'.
15336         * gnus-util.el (gnus-limit-string): Delete this function.
15338         * gnus-sum.el (gnus-simplify-subject-fully):
15339         Use `truncate-string-to-width' instead.
15341 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
15343         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
15344         Tell if, on summary exit, the next group has to be selected.
15345         (gnus-summary-exit): Use it.
15347 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
15349         * gnus-art.el (gnus-article-mode): Fix comment about displaying
15350         non-break space.
15352 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15354         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
15355         Check if group is not a directory.
15356         (nnfolder-request-expire-articles): Don't delete articles if the target
15357         group is not available.
15359         * nnml.el (nnml-request-create-group): Properly check if group is not a
15360         file.
15361         (nnml-request-expire-articles): Don't delete articles if the target
15362         group is not available.
15364         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
15365         Don't quote characters that are within parentheses.
15367 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15369         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
15370         (gnus-handle-ephemeral-exit): Select article according to it.
15372 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
15374         * message.el (message-insert-formated-citation-line): Remove newline.
15375         (message-citation-line-format): Add final \n here so that the user can
15376         avoid a blank line.
15378 2007-05-03  Dan Christensen  <jdc@uwo.ca>
15380         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
15381         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
15382         Update lanl/arXiv support.
15384 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
15386         * gnus.el: Bump version number.
15388 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15390         * gnus.el (gnus-version-number): Bump version.
15392 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15394         * gnus.el: No Gnus v0.6 is released.
15396 2007-04-27  Didier Verna  <didier@xemacs.org>
15398         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
15399         * gmm-utils.el (gmm-regexp-concat): ... here.
15400         * message.el: Don't require 'gnus-util.
15401         (message-dont-reply-to-names): Handle name change above.
15402         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
15404 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15406         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
15407         since the initial value varies according to the system.
15409 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15411         * mm-util.el (mm-charset-synonym-alist): Defcustom.
15413 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
15415         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
15417 2007-04-24  Didier Verna  <didier@xemacs.org>
15419         Improve the type of gnus-ignored-from-addresses.
15420         * gnus-util.el (gnus-orify-regexp): New function.
15421         * message.el (gnus-util): Require it.
15422         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
15423         * gnus-sum.el (gnus-ignored-from-addresses): New function.
15424         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
15426 2007-04-24  Didier Verna  <didier@xemacs.org>
15428         * gnus-sum.el:
15429         * gnus-utils.el: Fix some trailing whitespaces.
15431 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15433         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
15434         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
15435         article's Message-ID; refer parent article in summary buffer.
15437         * message.el (message-bounce): Call mime-to-mml.
15439         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
15440         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
15441         optimize and/or forms properly.
15443 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
15445         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
15446         URL.
15448 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15450         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
15452 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15454         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
15455         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
15456         displayed of multipart/alternative part if it is invoked from summary
15457         buffer.
15459         * mm-view.el (mm-inline-text-html-render-with-w3m)
15460         (mm-inline-text-html-render-with-w3m-standalone)
15461         (mm-inline-render-with-function): Use mail-parse-charset by default.
15463 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
15465         * parse-time.el (parse-time-string-chars): Check if CHAR
15466         is less than the length of parse-time-syntax.
15468 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15470         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
15471         from gnus-newsgroup-processable.
15473 2007-04-16  Didier Verna  <didier@xemacs.org>
15475         * gnus-msg.el (gnus-configure-posting-styles):
15476         Handle message-signature-directory properly with :file syntax.
15477         Reported by "Leo".
15479 2007-04-11  Didier Verna  <didier@xemacs.org>
15481         New user option: message-signature-directory.
15482         * gnus-msg.el (gnus-configure-posting-styles): Support it.
15483         * message.el (message-insert-signature): Ditto.
15484         * message.el (message-signature-file): Doc update.
15485         * message.el (message-signature-directory): New.
15487 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15489         * gnus-msg.el (gnus-inews-yank-articles):
15490         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
15492 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15494         * message.el (message-yank-original): Make sure cited text ends with
15495         newline; don't exchange point and mark.
15497 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
15499         * tls.el (open-tls-stream): Properly handle case where there
15500         is no associated buffer.
15502 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
15504         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
15505         message-yank-original, make sure (< mark TEXT point).
15507 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15509         * message.el (message-fill-column): New variable.
15510         (message-mode): Use it.  Add comment on a possible new hook.
15512         * nnmail.el (nnmail-spool-file): Mark as obsolete.
15513         (nnmail-get-new-mail): Reformat.
15515         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
15517         * gmm-utils.el: Fix Commentary.
15518         (gmm-tool-bar-from-list): Fix typo in doc string.
15520 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
15522         * message.el (message-yank-original): Don't switch point and mark
15523         unnecessarily to put point and mark as documented.
15525 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15527         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
15528         from the message heads.
15530 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
15532         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
15533         article buffer does not have a window.  This may not be the best
15534         solution but is certainly better than setting the start of the null,
15535         that is the current, window.
15537 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
15539         * gnus-draft.el (gnus-draft-setup-hook): New hook.
15540         (gnus-draft-setup): Run it.
15542         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
15543         gnus-score-fast-scoring.  Allow regexp.
15544         (gnus-score-headers): Use it.
15546         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
15547         XEmacs.
15549         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
15550         string.
15551         (gnus-button-alist): Also catch `<f1> k ...'.
15552         (gnus-treat-display-x-face): Fix doc string.
15554 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15556         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
15557         evaluation of gnus-extended-version to ensure correct generation of the
15558         User-Agent header when message-generate-headers-first is used.
15560 2007-03-24  Simon Josefsson  <simon@josefsson.org>
15562         * hashcash.el (hashcash-generate-payment-async): Don't crash if
15563         hashcash-path is nil.  Don't call callback with incorrect number of
15564         parameters if val is 0.
15566 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15568         * message.el (message-required-news-headers):
15569         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
15571 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
15573         * tls.el (open-tls-stream): In handshake-waiting loop,
15574         don't wait more if there is output available to process.
15576 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
15578         * tls.el (tls-program): Doc fix.
15580 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15582         * message.el (message-generate-new-buffers): Change the meaning of the
15583         nil value; add `standard' to the choices; treat t as `unique'; improve
15584         doc string.
15585         (gnus-select-frame-set-input-focus): Autoload.
15586         (message-buffer-name): Search for the existing message buffer if
15587         message-generate-new-buffers is nil or `standard'; treat the value t of
15588         message-generate-new-buffers as `unique'.
15589         (message-pop-to-buffer): Raise the frame already displaying the message
15590         buffer; clear the echo area after querying.
15591         (message-setup): Pass the `continue' argument to compose-mail.
15592         (message-mail): Prefer `switch-function' if it is given; search for the
15593         existing message buffer if the `continue' argument is non-nil; pass
15594         continue and switch-function arguments to compose-mail by way of
15595         message-setup.
15596         (message-mail-other-window): Adjust argument of message-setup.
15597         (message-mail-other-frame): Ditto.
15599 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15601         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
15602         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
15603         to turn font-lock on when turning gnus-message-citation-mode on.
15605 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
15607         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
15608         (mml-smime-function-alist): New variable; add epg as the backend.
15609         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
15610         mml-smime- functions instead.
15611         * mm-view.el: Require smime.
15613 2007-03-05  Didier Verna  <didier@xemacs.org>
15615         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
15616         instead of just inheritance for posting styles.
15617         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
15619 2007-02-24  Chris Moore  <dooglus@gmail.com>
15621         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
15622         * pgg-pgp.el (pgg-pgp-encrypt-region):
15623         * pgg-gpg.el (pgg-gpg-encrypt-region):
15624         Check pgg-encrypt-for-me if no other recipients.
15626 2007-02-24  John Paul Wallington  <jpw@pobox.com>
15628         * tls.el (tls-certtool-program): Fix custom type.
15630 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15632         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
15633         and point-at-eol instead of line-(beginning|end)-position.
15635         * assistant.el (assistant-parse-buffer): Ditto.
15637         * netrc.el (netrc-parse-services): Ditto.
15639 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
15641         * mml2015.el (mml2015-epg-find-usable-key): New function.
15642         (mml2015-epg-sign): Use it.
15643         (mml2015-epg-encrypt): Use it.
15645 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15647         * message.el (message-make-in-reply-to): Quote name containing
15648         non-ASCII characters.  It will make the RFC2047 encoder cause an error
15649         if there are special characters.  Reported by NAKAJI Hiroyuki
15650         <nakaji@jp.freebsd.org>.
15652 2007-02-27  Didier Verna  <didier@xemacs.org>
15654         Include the group parameters as well as the topic ones in the
15655         inheritance filter process.
15656         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
15657         argument GROUP-PARAMS-LIST.
15658         * gnus-topic.el (gnus-group-topic-parameters): Use it.
15660 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15662         * nntp.el (nntp-never-echoes-commands)
15663         (nntp-open-connection-functions-never-echo-commands): New variables.
15664         (nntp-send-command): Use them.
15666 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
15668         * mml2015.el (mml2015-epg-verify): Simplify.
15670 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15672         * mml.el (mml-content-disposition-alist): New user option.
15673         (mml-content-disposition): New function.
15674         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
15675         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
15677 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
15679         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
15680         verification.
15682 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15684         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
15685         articles posted in the last 24 hours.
15687 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
15689         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
15691 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
15693         * nntp.el (nntp-send-command): Don't wait for echoes when
15694         nntp-open-ssl-stream is used.
15696 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15698         * gnus-cite.el (gnus-test-font-lock-add-keywords)
15699         (gnus-message-add-citation-keywords)
15700         (gnus-message-remove-citation-keywords): Remove.
15701         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
15702         directly, make the variables in font-lock-defaults buffer-local, add
15703         gnus-message-citation-keywords to them and then update the value of
15704         font-lock-keywords.
15706 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15708         * message.el (message-cite-original-1): Don't call
15709         gnus-article-highlight-citation.
15711         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
15712         citations; fix line count.
15714 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15716         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
15717         (gnus-message-add-citation-keywords)
15718         (gnus-message-remove-citation-keywords): Use it; fix the emulating
15719         versions of font-lock-add-keywords and font-lock-remove-keywords to
15720         work with XEmacs correctly.
15722 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15724         * gnus-cite.el (gnus-cite-face-list): Set the values of
15725         gnus-message-max-citation-depth and gnus-message-citation-keywords.
15726         (gnus-message-max-citation-depth): Use defvar rather than defconst.
15727         (gnus-message-cite-prefix-regexp): New variable.
15728         (gnus-message-search-citation-line): Use it; protect against long
15729         citation prefix; fill match data with nil rather than 0 for XEmacs; set
15730         the 0th match data for Emacs.
15731         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
15732         (gnus-message-add-citation-keywords): Append keywords rather than
15733         prepending; emulate font-lock-add-keywords if it is not available.
15734         (gnus-message-remove-citation-keywords):
15735         Emulate font-lock-remove-keywords if it is not available.
15737         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
15739         * message.el (message-cite-prefix-regexp): Set the value of
15740         gnus-message-cite-prefix-regexp.
15742 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15744         * nnweb.el (nnweb-google-parse-1): Update parser.
15746 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
15748         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
15750 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15752         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
15753         regexp.
15755 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15757         * uudecode.el (uudecode-string-to-multibyte): New function emulating
15758         string-to-multibyte.
15759         (uudecode-decode-region-internal): Use it.
15761         * lpath.el: Fbind string-as-multibyte for XEmacs.
15763 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
15765         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
15766         Fix custom choice.
15768         * gnus-art.el (gnus-signature-limit): Fix custom choice.
15770 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
15772         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
15774         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
15775         `write-region' to respect `mm-inhibit-file-name-handlers'.
15777 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
15779         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
15780         Use gnus-home-directory instead of "~/" or "$HOME".
15782 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
15784         * encrypt.el (encrypt-insert-file-contents): Add better prompt
15785         to mention filename.
15786         Add comments at beginning regarding usage.
15787         (encrypt-write-file-contents): Change interactive so a string is
15788         acceptable.  If the file has no associated model, show an error instead
15789         of a nonsense prompt.
15791 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15793         * spam.el (spam-bsfilter-ham-switch): Fix typo.
15794         Thanks to Yoshihiko Yamada for kind notification of this typo.
15796 2007-01-12  Kenichi Handa  <handa@m17n.org>
15798         * uudecode.el (uudecode-decode-region-internal): Make it work in a
15799         multibyte buffer.
15801 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
15803         * gnus-score.el (gnus-score-fast-scoring): New variable.
15804         (gnus-score-headers): Use it.
15806         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
15808         * message.el (message-cite-original-1):
15809         Call gnus-article-highlight-citation if requested.
15810         (message-make-from): Allow name and address as optional arguments.
15812         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
15814         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
15815         bugs to doc string.
15816         (gnus-button-alist): Add mid\\|message-id.
15817         (gnus-button-fetch-group): Extend for use in
15818         `browse-url-browser-function'.
15819         (gnus-button-url-regexp): Try to catch paired parentheses like in
15820         Wikipedia URLs.
15822         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
15823         Suggested by Simon Krahnke <overlord@gmx.li>.
15825 2007-01-13  Romain Francoise  <romain@orebokech.com>
15827         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
15828         Update copyright.
15830 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
15832         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
15834 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15836         * gnus-registry.el (gnus-registry-unfollowed-groups)
15837         (gnus-registry-split-fancy-with-parent): Fix documentation.
15839 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15841         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
15842         from nnweb groups.
15844 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15846         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
15847         Xref urls.  Erase buffer before requesting head.
15849         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
15851 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
15853         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
15854         customizable.
15856 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
15858         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
15859         no signing key is found.
15860         (mml2015-epg-encrypt): Ask user whether to skip or abort if
15861         no encrypting and/or signing key is found.
15863 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
15865         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
15867 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15869         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
15870         headers read from disk with the ones newly found in the current search.
15871         This should no longer cause problems, because the article numbers in
15872         Gmane's `nov.php' output are ignored since the previous change.
15874 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15876         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
15878 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15880         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
15881         replace-regexp-in-string; bind url-version; fbind display-images-p and
15882         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
15883         find-face and set-itimer-function for Emacs; bind itimer-list for
15884         Emacs.
15886         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
15888 2007-01-01  Romain Francoise  <romain@orebokech.com>
15890         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
15892 2006-12-31  Steve Youngs  <steve@sxemacs.org>
15894         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
15895         `define-minor-mode' macro definition expanded properly.
15896         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
15897         exclude it there.
15899         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
15900         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
15901         `fboundp' test.
15902         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
15903         This is OK to autoload in (S)XEmacs now.
15905 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15907         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
15908         keystroke.
15909         (gnus-summary-limit-to-singletons): Fix typo.
15911         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
15912         else fails.
15914 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15916         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
15917         docstring.
15919         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
15920         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
15921         (gnus-summary-insert-dormant-articles): Fix typo in message.
15923 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
15925         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
15926         nil for XEmacs.
15927         (gnus-message-citation-mode): Don't autoload in XEmacs.
15929         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
15931 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
15933         * nnimap.el (nnimap-expunge-search-string):
15934         Mention nnimap-search-uids-not-since-is-evil in docstring.
15936 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
15938         * spam.el: Revert to make-obsolete-variable because
15939         define-obsolete-variable-alias is not supported in Emacs 21.
15941         * spam.el (spam-ifile-path, spam-ifile-database-path)
15942         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
15943         make-obsolete-variable.
15944         (spam-bsfilter-path, spam-bsfilter-program)
15945         (spam-spamassassin-path, spam-spamassassin-program)
15946         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
15947         Don't use "path" inappropriately.
15948         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
15949         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
15950         variable names.
15952 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
15954         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
15955         summary buffer.
15957         * password.el (password-cache-remove): Use clear-string to burn
15958         password, if available.
15960 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
15962         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
15964         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
15966         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
15967         (gnus-message-highlight-citation): Move defcustom here from
15968         gnus-cite.el.
15969         (gnus-message-citation-mode): Autoload.
15971         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
15972         checks to make it compile with XEmacs.
15973         (gnus-message-citation-mode): New minor mode.
15974         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
15975         (gnus-message-highlight-citation): New variables.
15976         (gnus-message-search-citation-line)
15977         (gnus-message-add-citation-keywords)
15978         (gnus-message-remove-citation-keywords)
15979         (turn-on-gnus-message-citation-mode)
15980         (turn-off-gnus-message-citation-mode): New functions.
15982 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
15984         * gnus-cite.el: Enable highlighting of different citation levels in
15985         message-mode.
15987 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
15989         * message.el (message-make-fqdn): Fix comment.
15990         (message-bogus-system-names): Add ".local".
15992         * spam.el (spam-ifile-path, spam-ifile-program)
15993         (spam-ifile-database-path, spam-ifile-database)
15994         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
15995         Don't use "path" inappropriately.
15996         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
15997         strings.
15998         (spam-check-ifile, spam-ifile-register-with-ifile)
15999         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
16000         Use new variable names.
16002         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
16003         (gnus-treat-display-smileys): Simplify using
16004         gnus-image-type-available-p.
16006         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
16007         available.
16009         * gnus-xmas.el (gnus-xmas-image-type-available-p):
16010         Use `display-images-p' if available.
16012 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16014         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
16015         one after turning on the buffer's multibyteness instead of decoding
16016         them directly in the unibyte buffer that causes unexpected conversion
16017         in Emacs 23 (unicode).
16019 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16021         * message.el (message-generate-hashcash): Fix custom type.
16023 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
16025         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
16027 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
16029         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
16030         disconnect icons.  Add help text.
16032 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
16034         * spam.el (spam-extra-header-to-number): CRM114 spam score is
16035         negated to be consistent with the others we handle.
16037 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16039         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
16040         version of gnus-summary-buffer to something, so that we can use two
16041         article buffers at the same time.
16043 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
16045         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
16046         trigger all the extra headers.
16047         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
16048         sorting.
16050 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16052         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
16053         solid groups.
16055 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
16057         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
16059 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
16061         * legacy-gnus-agent.el: Add Copyright notice.
16063 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
16065         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
16067 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16069         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
16071         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
16072         to make it work reliably in CVS Emacs.
16073         (gnus-summary-limit-strange-charsets-predicate)
16074         (gnus-summary-limit-to-predicate): New functions.
16076 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
16078         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
16079         specifying array size.
16080         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
16081         array if it is too small.
16082         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
16083         (gnus-sort-threads-loop): New function.
16085 2006-12-06  Chris Moore  <dooglus@gmail.com>
16087         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
16088         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
16090 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
16092         * mm-url.el (mm-url-predefined-programs): Call curl with correct
16093         options.
16095 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16097         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
16098         DOS-ing the recipient.
16100         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
16101         the headers when creating the mapping to avoid mismappings.
16102         (nnweb-gmane-create-mapping): Always nix out old mapping.
16104 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16106         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
16107         and mm-verify-option to never.
16109 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16111         * message.el (message-signed-or-encrypted-p): New function.
16112         (message-forward-make-body): Use it.
16114         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
16115         Replace encode-coding-string with mm-encode-coding-string.
16117 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16119         * nneething.el (nneething-decode-file-name):
16120         Replace decode-coding-string with mm-decode-coding-string.
16122         * gnus-int.el (gnus-open-server): Say failed server's name.
16124 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16126         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
16127         strings to a single string.  Quote `errors-file-name'.
16128         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
16129         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
16130         Adjust calls.  Use `shell-quote-argument'.
16132 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
16134         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
16135         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
16137         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
16138         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
16139         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
16140         (gnus-group-make-directory-group, gnus-group-transpose-groups):
16141         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
16142         (gnus-subscribe-newsgroup, gnus-1):
16143         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
16144         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
16145         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
16146         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
16148 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16150         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
16151         keystroke.
16152         (gnus-summary-limit-to-bodies): Implement headersp.
16154 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16156         * dns.el (query-dns): Protect against "Process dns deleted" strings.
16158 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16160         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
16162 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16164         * message.el (message-generate-hashcash): Expand range of values to
16165         include `opportunistic'.
16166         (message-send-mail): Use it.
16168 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16170         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
16171         and comment it.
16173         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
16175 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
16177         * gnus-util.el (gnus-extract-address-components): Improve comment.
16179 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16181         * gnus-util.el (gnus-extract-address-components): Work with address in
16182         which the name portion contains @.
16184         * lpath.el: Fbind custom-autoload.
16186 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16188         * gnus.el (gnus-start): Move custom group up.
16189         (gnus-select-method): Don't autoload, but make it available for
16190         `customize-variable'.
16191         (gnus-getenv-nntpserver): Don't autoload.
16193 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
16195         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
16197 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16199         * message.el (message-sendmail-extra-arguments): New variable.
16200         (message-send-mail-with-sendmail): Use it.
16202 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16204         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
16205         mm-with-unibyte-current-buffer to make string unibyte.
16207         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
16208         mm-string-as-multibyte.
16210 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
16212         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
16213         Reported by Werner Koch <wk@gnupg.org>.
16215 2006-11-14  Daiki Ueno  <ueno@p360>
16217         * mml2015.el: Autoload epa-select-keys when compiling.
16219 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
16221         * mml2015.el (mml2015-epg-sign): Save the signing keys in
16222         message-options.
16223         (mml2015-epg-encrypt): Save the recipient keys in message-options.
16225 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
16227         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
16228         EasyPG (< 0.0.6).
16229         (mml2015-always-trust): New user option.
16230         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
16231         prompt.
16233 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16235         * nntp.el (nntp-authinfo-force): New variable.
16236         (nntp-send-authinfo): Use it.
16238 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
16240         * message.el (message-strip-subject-encoded-words): Allow _not_ to
16241         decode encoded words.  Improve prompt.  Add comment about forwarding.
16242         (message-replacement-char): Move up.
16244 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
16246         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
16247         instead of gnus-intersection because arguments of gnus-sorted-nunion
16248         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
16250 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
16252         * message.el (message-strip-subject-encoded-words): Reformat prompt.
16253         (message-simplify-subject-functions):
16254         Enable message-strip-subject-encoded-words by default.
16256 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
16258         * message.el (message-strip-subject-encoded-words): New function.
16259         (message-simplify-subject-functions): New variable.
16260         (message-simplify-subject): Use it.  Fix typo in doc string.
16261         Support message-strip-subject-encoded-words.
16263 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
16265         * gnus-diary.el (gnus-diary-delay-format-function):
16266         * nndiary.el (nndiary-reminders):
16267         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
16269 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16271         * gnus-art.el (article-hide-boring-headers): Fetch date from
16272         gnus-original-article-buffer to avoid problems with localized date
16273         strings.
16275 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16277         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
16279 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
16281         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
16282         New variables.
16283         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
16284         (mm-charset-synonym-alist): Move some entries to
16285         mm-codepage-iso-8859-list.
16286         (mm-charset-synonym-alist, mm-charset-override-alist):
16287         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
16289 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16291         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
16293 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
16295         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
16296         with Emacs 21 and XEmacs.
16298 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
16300         * spam.el (spam-parse-address): New function for better parsing,
16301         catching errors, etc.
16302         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
16304 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16306         * mm-view.el: Add interactive arg to html2text autoload.
16308 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16310         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
16312 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
16314         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
16315         New variables.
16316         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
16317         (mm-charset-synonym-alist): Move some entries to
16318         mm-codepage-iso-8859-list.
16320         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
16322 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
16324         * message.el (message-citation-line-format)
16325         (message-insert-formated-citation-line): Fix implementation of %E, %N
16326         and %n according to the doc string.
16328 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
16330         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
16331         Use car-safe to avoid bad parses.
16333 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16335         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
16336         names.
16338         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
16340 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16342         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
16343         header.
16345         * message.el (message-draft-headers): Add Date.
16346         (message-headers-to-generate): Fix typo in docstring.
16348         * nndraft.el (nndraft-required-headers): New variable.
16349         (nndraft-generate-headers): Use it.
16351         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
16353 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
16355         * gnus-registry.el (gnus-registry-wash-for-keywords)
16356         (gnus-registry-find-keywords): New functions to allow easy searching of
16357         articles that are in the registry.
16359 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
16361         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
16362         Use ietf-drums-parse-address instead of gnus-extract-address-components.
16363         Reported by Damien Elmes <damien@repose.cx>.
16365 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
16367         * gnus.el (gnus-mime): Remove unused custom group.
16369 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16371         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
16372         "blank line" when searching for end of armor headers.
16374 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16376         * gmm-utils.el (gmm-write-region): Fix variable name.
16378 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
16380         * gmm-utils.el (gmm-write-region): New function based on compatibility
16381         code from `mm-make-temp-file'.
16383         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
16385         * nnmaildir.el (nnmaildir--update-nov)
16386         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
16387         Use `gmm-write-region'.
16389 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
16391         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
16392         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
16394         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
16396         * message.el (message-replacement-char): New variable.
16397         (message-fix-before-sending): Use it.
16398         (message-simplify-subject): New function to remove duplicate code.
16399         (message-reply, message-followup): Use it.
16401         * gnus-sum.el (gnus-summary-make-menu-bar):
16402         Clarify gnus-summary-limit-to-articles.
16404 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16406         * gnus-util.el (gnus-with-local-quit): New macro.
16408         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
16410 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
16412         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
16413         ignore non-string data.
16415 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
16417         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
16418         non-string data (needs to be done in the registry too).
16420 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16422         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
16423         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
16424         (gnus-registry-split-fancy-with-parent)
16425         (gnus-registry-fetch-simplified-message-subject-fast)
16426         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
16427         Remove text properties on ingress into the registry and when it's saved.
16428         (gnus-registry-clean-empty-function): Fix bug with cleaning the
16429         registry from entries with no groups.
16431 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16433         * gnus-util.el (gnus-string-remove-all-properties): Add utility
16434         function to remove string properties.
16436 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
16438         * gmm-utils.el (gmm): Adjust custom version.
16440         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
16441         Adjust custom version.
16443         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
16445 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
16447         * gnus-art.el (gnus-insert-prev-page-button)
16448         (gnus-insert-next-page-button): Simplify.  Reformat.
16450 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
16452         * gnus-art.el (gnus-insert-prev-page-button)
16453         (gnus-insert-next-page-button): Apply gnus-article-button-face.
16455 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
16457         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
16459 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
16461         * gnus-art.el (gnus-insert-mime-button)
16462         (gnus-insert-mime-security-button):
16463         Apply gnus-article-button-face to MIME and security buttons.
16465 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
16467         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
16468         readable.
16470 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16472         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
16474 2006-09-20  Steve Youngs  <steve@sxemacs.org>
16476         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
16477         `browse-url-of-file' instead of `browse-url'.
16479 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16481         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
16482         regexp.  Articles containing quotation were cut prematurely.
16484 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16486         * message.el (message-cite-original-1): Use nobody by default for the
16487         value of From header.
16488         (message-reply): Ditto.
16490 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
16492         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
16493         to the gnus-info.  This fixes a bug of inline-PGP message verification.
16494         Reported by Michael Piotrowski <mxp@dynalabs.de>.
16496 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
16498         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
16499         mails in the doc string.  Add some URLs in comment.
16500         (pop3-movemail): Warn about pop3-leave-mail-on-server.
16502 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16504         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
16505         backslashes handling and the way to find boundaries of quoted strings.
16507 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
16509         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
16510         mml1991-encrypt-to-self is set and mml1991-signers is not set.
16511         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
16512         mml2015-encrypt-to-self is set and mml2015-signers is not set.
16514 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
16516         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
16517         doc string.
16518         (gnus-button-regexp, gnus-button-last): Remove unused variables.
16520 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16522         * lpath.el: Fbind epg-check-configuration.
16524 2006-09-06  Simon Josefsson  <jas@extundo.com>
16526         * mml2015.el (mml2015-use): Doc fix, mention epg.
16528 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
16530         * mml2015.el (mml2015-use): Default to epg, if available.
16532 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
16534         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
16535         message-sender.
16536         (mml1991-epg-encrypt): Ditto.
16537         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
16538         message-sender.
16539         (mml2015-epg-encrypt): Ditto.
16541 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
16543         * message.el (message-send-mail-with-sendmail): Look for sendmail in
16544         several common directories.
16546 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
16548         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
16549         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
16551 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16553         * gnus-art.el (article-decode-encoded-words): Make it fast.
16555 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16557         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
16559         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
16560         in quoted string into `\'.
16562 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16564         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16565         Use standard-syntax-table.
16567 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16569         * gnus-art.el (gnus-decode-address-function): New variable.
16570         (article-decode-encoded-words): Use it to decode headers which are
16571         assumed to contain addresses.
16572         (gnus-mime-delete-part): Remove useless `or'.
16574         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
16575         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
16576         (gnus-nov-parse-line): Use it to decode From header.
16577         (gnus-get-newsgroup-headers): Ditto.
16578         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
16580         * mail-parse.el (mail-decode-encoded-address-region): New alias.
16581         (mail-decode-encoded-address-string): New alias.
16583         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16584         New function.
16585         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
16586         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
16587         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
16588         (rfc2047-decode-string): Ditto.
16589         (rfc2047-decode-address-region): New function.
16590         (rfc2047-decode-address-string): New function.
16592 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
16594         * message.el (message-caesar-buffer-body): Allow rotating headers.
16596         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
16598         * message.el (message-insert-formated-citation-line): Fix %f.
16599         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
16601 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16603         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
16604         (gnus-bookmark-mouse-available-p): New macro.
16605         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
16606         (gnus-bookmark-bmenu-show-infos): Use it.
16607         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
16608         (gnus-bookmark-bmenu-hide-infos): Ditto.
16609         (gnus-bookmark-remove-properties): New function.
16610         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
16611         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
16612         (gnus-bookmark-write-file): Bind coding-system-for-write.
16613         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
16614         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
16615         group before selecting it.
16616         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
16617         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
16618         quit-window if it is not available; use gnus-mouse-2 and bind it to
16619         gnus-bookmark-bmenu-select-by-mouse.
16620         (gnus-bookmark-show-details): Remove unused variable `details-list'.
16621         (gnus-bookmark-bmenu-select-by-mouse): New function.
16623 2006-08-13  Romain Francoise  <romain@orebokech.com>
16625         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
16626         space.
16628 2006-08-10  Romain Francoise  <romain@orebokech.com>
16630         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
16631         (dns-mode-soa-auto-increment-serial): New user option.
16632         (dns-mode-soa-maybe-increment-serial): New function.
16633         (dns-mode): Add the latter to `write-contents-functions'.
16635 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16637         * compface.el (uncompface): Use binary rather than raw-text-unix.
16639 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16641         * compface.el (uncompface): Make sure the eol conversion doesn't take
16642         place when communicating with the external programs.
16643         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16645 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
16647         * nnheader.el (nnheader-insert-head): Fix typo in comment.
16649 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16651         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
16652         Make it more robust by parsing author and date independently.
16654 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16656         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
16658 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
16660         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
16661         first matching secret key.
16662         (mml2015-epg-encrypt): Ditto.
16664         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
16665         first matching secret key.
16666         (mml1991-epg-encrypt): Ditto.
16668         * mml2015.el (mml2015-encrypt-to-self): New user option.
16669         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
16670         mml2015-epg-encrypt-to-self is set.
16672         * mml1991.el (mml1991-encrypt-to-self): New variable.
16673         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
16674         mml1991-epg-encrypt-to-self is set.
16676         * mml2015.el (mml2015-signers): New user option.
16677         (mml2015-epg-sign): Reflect the value of mml2015-signers.
16678         (mml2015-epg-encrypt): Allow to select signing keys.
16680         * mml1991.el (mml1991-signers): New variable.
16681         (mml1991-epg-sign): Reflect the value of mml1991-signers.
16682         (mml1991-epg-encrypt): Allow to select signing keys.
16684 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16686         * nnheader.el (nnheader-insert-head): Make it work even if the file
16687         uses CRLF for the line-break code.
16689 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
16691         * mml2015.el: Require mml-sec instead of password.
16692         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
16693         (mml2015-cache-passphrase): Inherit the default value from
16694         mml-secure-cache-passphrase.
16695         (mml2015-passphrase-cache-expiry): Inherit the default value from
16696         mml-secure-passphrase-cache-expiry.
16698         * mml1991.el: Require mml-sec instead of password.
16699         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
16700         (mml1991-cache-passphrase): Inherit the default value from
16701         mml-secure-cache-passphrase.
16702         (mml1991-passphrase-cache-expiry): Inherit the default value from
16703         mml-secure-passphrase-cache-expiry.
16705         * mml-sec.el: Require password.
16706         (mml-secure-verbose): New user option.
16707         (mml-secure-cache-passphrase): New user option.
16708         (mml-secure-passphrase-cache-expiry): New user option.
16710 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
16711             Andreas Vögele  <andreas@altroot.de>   (tiny change)
16713         * pgg-def.el (pgg-truncate-key-identifier):
16714         Truncate the key ID to 8 letters from the end.
16716 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16718         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
16719         workaround for the url package included with Emacs.
16721         * nnweb.el (nnweb-google-create-mapping): Update regexp.
16723 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16725         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
16726         correctly.  This fixes a bug caused by the 2006-05-12 change.
16728 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
16730         * nnmail.el (nnmail-article-group): If splitting raises an error, give
16731         some information about the error when saying that the `bogus' mail
16732         group will be used.
16734 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
16736         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
16737         string.
16739 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
16741         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
16743 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16745         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
16747 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
16749         * mml1991.el (mml1991-function-alist): Add epg.
16750         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
16751         (mml1991-epg-encrypt): New functions.
16753 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
16755         * mml2015.el (mml2015-verbose): New variable.
16756         (mml2015-cache-passphrase): Ditto.
16757         (mml2015-passphrase-cache-expiry): Ditto.
16758         (mml2015-function-alist): Add epg.
16759         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
16760         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
16761         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
16762         New functions.
16764 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16766         * message.el (message-cite-original-1): Preserve region when removing
16767         quoted text due to X-No-Archive in order to avoid bogus attribution
16768         when citing multiple messages.
16770 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16772         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
16773         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
16775 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
16777         * gnus-diary.el (gnus-user-format-function-d)
16778         (gnus-user-format-function-D): Autoload.
16780         * imap.el (Commentary): Fix typo.
16782         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
16783         2006-04-22 contribution.
16785 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16787         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
16788         It didn't really fix the bogosity I'm seeing with solid web groups.
16790 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16792         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
16793         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
16794         created using server names.  If we use the feature without declaring
16795         it, Gnus does not properly manage server and group state.
16797         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
16798         bound.
16800 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16802         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
16803         looking up the method using GROUP's prefix before inventing a new one.
16804         It is used on killed/unknown groups in various places where returning
16805         an all-new method isn't expected by the caller.
16807         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
16808         and match semantics of gnus-group-real-prefix.
16810 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
16812         * nnmail.el (nnmail-broken-references-mailers): New variable.
16813         (nnmail-ignore-broken-references): New function generalizing
16814         nnmail-fix-eudora-headers.
16815         (nnmail-fix-eudora-headers): Now obsolete.
16817         * gnus-art.el (gnus-button-handle-custom):
16818         Support `customize-apropos*'.
16820 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16822         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
16824         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
16825         articles.
16827 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
16829         * message.el (message-cite-reply-above): New variable.
16830         (message-yank-original): Use it.
16832 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16834         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
16836 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
16838         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
16839         as read.
16841         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
16843 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
16845         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
16846         (gnus-bookmark-default-file): Use gnus-directory.
16847         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
16848         Remove "*" in doc string.
16849         (gnus-bookmark-write-file): Simplify.
16850         (gnus-bookmark-maybe-sort-alist): Use `when'.
16851         (gnus-bookmark-get-bookmark): Fix typo in doc string.
16852         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
16853         Add FIXME about Emacs 21 and XEmacs compatibility.
16854         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
16855         compatibility.
16856         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
16857         compatibility.
16858         (gnus-bookmark-menu-heading): Fix version.
16860 2006-06-19  Bastien Guerry  <bzg@altern.org>
16862         * gnus-bookmark.el: New file.
16864 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16866         * message.el (message-syntax-checks): Doc fix.
16868 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16870         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
16871         unsubscribed groups as if they were killed ones.  It causes duplicate
16872         entries in gnus-newsrc-alist.
16874 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16876         * message.el (message-syntax-checks): Doc fix.
16877         (message-send-mail): Add check for continuation headers.
16878         (message-check-news-header-syntax): Fix regexp used to check for
16879         continuation headers.
16881 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16883         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
16885 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
16887         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
16889 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16891         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
16892         default-truncate-lines.
16894 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16896         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
16897         to fill the utf-8 entry.
16899         * lpath.el: Fbind unicode-precedence-list.
16901 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16903         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
16905 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
16907         * gnus-agent.el (directory-files-and-attributes): Move all the way
16908         forward (the third and final move).
16909         (gnus-agent-read-agentview): Trap reconstruction errors due to
16910         nonexistent directory.  Handle by returning nil.
16912 2006-05-30  Didier Verna  <didier@xemacs.org>
16914         * message.el (message-dont-reply-to-names): Update the custom type.
16915         * message.el (message-dont-reply-to-names): New defsubst: potentially
16916         convert a list of regexps into a single one.
16917         * message.el (message-get-reply-headers): Use it.
16918         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
16920 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16922         * gnus-agent.el (directory-files-and-attributes): Move forward.
16924 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
16926         * gnus-ml.el (gnus-mailing-list-subscribe)
16927         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
16928         (gnus-mailing-list-message): Fix doc strings.
16930 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16932         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
16933         of doing it manually.
16935 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
16937         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
16938         comment.
16940 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
16942         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
16943         (gnus-agent-read-agentview): Fix handling of end-of-file error.
16944         (gnus-agent-read-local): All symbols allocated in my-obarray.
16945         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
16946         (gnus-agent-regenerate-group): Check numeric names to see if they are
16947         messages or groups.
16948         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
16949         better way of do this...)
16951         * gnus-cache.el (gnus-agent-total-fetched-for):
16952         Ignore 'dummy.group' (there should be a better way of do this...)
16954 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16956         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
16957         (gnus-saved-headers): Ditto.
16958         (gnus-default-article-saver): Mention functions may have properties.
16959         (gnus-article-save): Override gnus-save-all-headers and
16960         gnus-saved-headers by :headers property which saver function may have.
16961         (gnus-summary-save-in-file): Add :headers property.
16962         (gnus-summary-write-to-file): Ditto.
16964         * gnus-sum.el (gnus-summary-save-article): Bind
16965         gnus-prompt-before-saving to t when saving many articles in a file;
16966         always show all headers.
16968         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
16970 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
16972         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
16973         marks.
16975         * message.el (message-indent-citation): Add optional arguments to allow
16976         using it outside of message buffers.
16978         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
16979         (gnus-article-treat-unfold-headers): Use it.
16980         (gnus-article-truncate-lines): New variable.
16981         (gnus-article-mode): Use it.
16982         (gnus-article-toggle-truncate-lines): New function.
16984         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
16985         Add gnus-article-toggle-truncate-lines.
16987         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
16988         coding system in XEmacs, use binary.
16990 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16992         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
16993         after-load-alist.
16995         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
16996         this function should save decoded articles.
16997         (gnus-summary-write-to-file): Use property to specify this function
16998         should save decoded articles and specify gnus-summary-save-in-file
16999         should be used to save articles other than the first one when saving
17000         many articles.
17001         (gnus-summary-save-body-in-file): Use property to specify this
17002         function should save decoded articles.
17003         (gnus-summary-write-body-to-file): Use property to specify this
17004         function should save decoded articles and specify
17005         gnus-summary-save-body-in-file should be used to save articles other
17006         than the first one when saving many articles.
17008         * gnus-sum.el (gnus-summary-save-article): Simplify.
17010 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17012         * gnus-art.el (gnus-default-article-saver):
17013         Add gnus-summary-write-body-to-file.
17014         (gnus-article-save-coding-system): Don't use coding system object
17015         in XEmacs.
17016         (gnus-read-save-file-name): Add optional `dir-var' argument which
17017         specifies directory in which files are saved; work even if optional
17018         `variable' argument is not specified.
17019         (gnus-summary-write-to-file): Read file name.
17020         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
17021         (gnus-summary-write-body-to-file): New function.
17023         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
17024         (gnus-summary-local-variables): Add it.
17025         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
17026         (gnus-summary-save-article): Remove optional `decode' argument;
17027         determine whether to decode articles by the value of
17028         gnus-default-article-saver; when saving many files using
17029         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
17030         it first and use gnus-summary-save-in-file or
17031         gnus-summary-save-body-in-file thereafter unless
17032         gnus-prompt-before-saving is always; move point to article which
17033         will be saved.
17034         (gnus-summary-save-article-file): Revert.
17035         (gnus-summary-write-article-file): Revert.
17036         (gnus-summary-save-article-body-file): Revert.
17037         (gnus-summary-write-article-body-file): New function.
17039 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17041         * gnus-art.el (gnus-default-article-saver): Doc fix.
17042         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
17043         from gnus-summary-save-article-coding-system, and default to a
17044         certain coding system.
17045         (gnus-output-to-file): Add coding cookie and encode text according
17046         to gnus-article-save-coding-system; don't use mm-append-to-file.
17048         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
17049         gnus-art.el and rename to gnus-article-save-coding-system.
17050         (gnus-summary-save-article): Require gnus-art; don't show all
17051         headers if it decodes articles; don't add coding cookie here;
17052         don't bind mm-text-coding-system-for-write.
17053         (gnus-summary-save-article-file): Save decoded articles.
17054         (gnus-summary-write-article-file): When saving many files, use
17055         gnus-summary-write-to-file first and gnus-summary-save-in-file
17056         thereafter unless gnus-prompt-before-saving is always.
17057         (gnus-summary-save-article-body-file): Save decoded articles.
17059         * lpath.el: Fbind select-safe-coding-system for XEmacs.
17061 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17063         * nnrss.el (nnrss-check-group): Bind hash-index.
17065 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
17067         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
17068         its hash index.  Store this hash in `nnrss-group-data'.
17069         (nnrss-read-group-data): Update accordingly.
17071 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17073         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
17074         entry.
17076         * gnus-sum.el (gnus-summary-make-menu-bar):
17077         Add gnus-article-browse-html-article.
17079 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
17081         * gnus-sum.el (gnus-summary-mime-map):
17082         Add gnus-article-browse-html-article.
17084         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
17086 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17088         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
17089         suitable coding systems in customize.
17091 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
17093         * mail-source.el (mail-sources): Fix custom type.
17095 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17097         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
17098         (gnus-summary-expire-articles-now): Shorten prompt.
17100         * gmm-utils.el (wid-edit): Require.
17101         (defun-gmm): Rename from `gmm-defun-compat'.
17102         (gmm-image-search-load-path): Use it.
17103         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
17105 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17107         * gnus-sum.el (gnus-summary-save-article-coding-system):
17108         New variable.
17109         (gnus-summary-save-article): Add optional `decode' argument.
17110         If it is set and gnus-summary-save-article-coding-system is non-nil,
17111         save decoded article.
17112         (gnus-summary-write-article-file): Save decoded article if
17113         gnus-summary-save-article-coding-system is non-nil.
17115         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
17116         type.
17118 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17120         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
17122 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17124         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
17125         first to test gnus-single-article-buffer which may be buffer-local.
17127         * gnus-sum.el (gnus-summary-setup-buffer):
17128         Make gnus-single-article-buffer buffer-local and nil in ephemeral
17129         group; make gnus-article-buffer, gnus-article-current, and
17130         gnus-original-article-buffer always buffer-local.
17131         (gnus-summary-exit): Kill article buffer belonging to ephemeral
17132         group.
17133         (gnus-handle-ephemeral-exit): Don't move to next summary line.
17135 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
17137         * nnml.el (nnml-request-compact-group): Compressed files might not
17138         have .gz extension.
17140 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
17142         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
17143         (mm-copy-to-buffer): Use with-current-buffer.
17144         (mm-display-part): Simplify.
17145         (mm-inlinable-p): Add optional arg `type'.
17147 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17149         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
17150         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
17151         Try harder to show the attachment internally or externally using
17152         gnus-mime-view-part-as-type.
17154 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
17156         * message.el (message-from-style, message-signature-separator)
17157         (message-user-organization-file, message-send-mail-function)
17158         (message-citation-line-function, message-yank-prefix)
17159         (message-indent-citation-function, message-signature)
17160         (message-signature-file, message-signature-insert-empty-line):
17161         Remove autoloads.
17163         * gnus-art.el (gnus-buttonized-mime-types):
17164         Remove "multipart/signed".  Revert 2006-04-26 change.
17166 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17168         * gnus.el (gnus-version-number): Bump version.
17170 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17172         * gnus.el: No Gnus v0.5 is released.
17174 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17176         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
17177         fetching articles by message-id.
17179 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17181         * message.el (hashcash): Require hashcash as normal.
17183         * ecomplete.el (ecomplete-highlight-match-line):
17184         Use point-at-eol.
17185         (ecomplete-highlight-match-line): Use `highlight', because that
17186         face exists in both Emacs and XEmacs.
17188         * message.el (message-display-abbrev): Use point-at-bol.
17190         * mail-source.el: Don't require timer/timer-funcs.
17192         * gnus-async.el: Ditto.
17194         * password.el: Ditto.
17196         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
17198         * mm-url.el: Ditto.
17200         * gnus-xmas.el: Don't require timer-funcs.
17202         * mm-util.el: Require timer/timer-funcs.
17204 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17206         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
17207         Close.
17209 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17211         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
17212         unibyte after clear-decrypt function runs.
17214         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
17215         returns as a unibyte string.
17217 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17219         * lpath.el: Revert.
17221         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
17222         (pgg-gpg-process-sentinel): Revert.
17224         * pgg-pgp.el (pgg-pgp-process-region): Revert.
17225         (pgg-pgp-lookup-key): Revert.
17227         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
17228         (pgg-pgp5-lookup-key): Revert.
17230         * pgg.el (pgg-fetch-key): Revert.
17232 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17234         * lpath.el: Fbind string-as-multibyte for XEmacs.
17236         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
17237         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
17238         (mml1991-pgg-encrypt): Ditto.
17240         * pgg-gpg.el (pgg-string-to-multibyte): New function.
17241         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
17242         a multibyte buffer.
17244         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
17245         (pgg-pgp-lookup-key): Ditto.
17247         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
17248         (pgg-pgp5-lookup-key): Ditto.
17250         * pgg.el (pgg-fetch-key): Ditto.
17252 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
17254         * message.el (message-user-organization-file): Check several
17255         locations of the organization file.
17257         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
17258         Add gnus-article-view-part-as-type.
17260         * gnus-art.el (gnus-article-view-part-as-type): New function.
17262         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
17263         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
17265         * mml.el: Simplify autoload.
17266         (mml-mode): defvar dnd-protocol-alist instead of using
17267         symbol-value.
17268         (mml-default-directory): New variable.
17269         (mml-minibuffer-read-file): Use it.
17270         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
17272         * message.el (message-citation-line-format): New variable.
17273         (message-insert-formated-citation-line): New function.
17274         (message-citation-line-function):
17275         Add `message-insert-formated-citation-line' to custom type.
17277         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
17278         to doc string.
17280         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
17281         depending on mm-verify-option.
17283 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17285         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
17286         binding pgg-* variables; reimplement the section which prevents
17287         MIME header from being signed.
17288         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
17289         pgg-text-mode; remove a blank line at the top of body.
17291         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
17292         lines at the top of body; use gnus-newsgroup-charset if there's no
17293         Charset header.
17295 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17297         * message.el (message-self-insert-commands): Doc fix.
17299         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
17300         (mm-uu-pgp-encrypted-test): Ditto.
17301         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
17302         between header and body; return application/pgp-encrypted handle
17303         if decryption failed; decode decrypted body by charset.
17305         * mm-decode.el (mm-automatic-display): Don't make application/pgp
17306         element match to application/pgp-*.
17308 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17310         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
17311         HTML.
17313 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17315         * mail-source.el (mail-source-call-script): Message the error
17316         string.
17318 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17320         * gnus-util.el (gnus-byte-compile): Use it.
17322 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
17324         * gnus-util.el (kill-empty-logs): New function.
17326 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17328         * message.el (message-mail-alias-type): Doc fix.
17329         (message-mail-alias-type-p): New function.
17330         (message-send): Use it.
17331         (message-mode): Ditto.
17332         (message-strip-forbidden-properties): Ditto.
17334         * ecomplete.el (ecomplete-database-file-coding-system):
17335         New variable.
17336         (ecomplete-save): Use it.
17337         (ecomplete-setup): Use it.
17339 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17341         * message.el (message-self-insert-commands): New variable.
17342         (message-strip-forbidden-properties): Use it.
17344 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17346         * message.el (message-put-addresses-in-ecomplete): Use a regexp
17347         that doesn't make XEmacs choke.
17349 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
17351         * gnus-util.el (gnus-replace-in-string):
17352         Prefer replace-regexp-in-string over of replace-in-string.
17354 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17356         * gnus-util.el (gnus-select-frame-set-input-focus):
17357         Use select-frame-set-input-focus if it is available in XEmacs; use
17358         definition defined in Emacs 22 for old Emacsen.
17360         * dgnushack.el: Autoload unmorse-region for XEmacs.
17362         * lpath.el: Bind cursor-in-non-selected-windows and
17363         select-frame-set-input-focus for XEmacs.
17365 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17367         * mm-view.el (mm-inline-text): Use equal instead of equalp.
17369 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
17371         * gnus-registry.el (gnus-registry-cache-save): Remove text
17372         properties when saving via the temp buffer.
17374 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
17376         * message.el (message-generate-hashcash): Honor custom type.
17378 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17380         * message.el (message-generate-hashcash): Default to non-nil when
17381         hashcash is found.
17383         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
17384         (gnus-refer-thread-limit): Increase default to 500.
17386         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
17388         * flow-fill.el (fill-flowed): Allow delete-space.
17390 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
17392         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17393         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
17394         Remove autoloads.
17396 2006-04-18  Simon Josefsson  <jas@extundo.com>
17398         * message.el (message-generate-hashcash): Default to.
17400 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17402         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
17403         concatenating segments rather than before concatenating them.
17405 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
17407         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
17409 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17411         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
17413         * message.el (message-forward-make-body-plain):
17414         Allow message-forward-ignored-headers to be a list.
17415         (message-remove-ignored-headers): Factor out into function.
17416         (message-forward-make-body-mml): Use it.
17418         * imap.el (imap-quote-specials): New function.
17419         (imap-login-auth): Quote specials.
17421         * rfc2231.el (rfc2231-parse-string): Remove dead code.
17422         (rfc2231-parse-string): Allow concatanation of parameters that
17423         aren't contiguous.  The test case is
17424           (mail-header-parse-content-type "message/external-body;
17425             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
17426             access-type=LOCAL-FILE;
17427             name*1*=plugh%2fhello-sailor%2fbing.pdf")
17429 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
17431         * nntp.el (nntp-accept-process-output): Return the value of
17432         `nnheader-accept-process-output'.
17434 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17436         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
17437         (gnus-button-alist): Recognize more diff formats.
17438         (gnus-button-patch): Strip directory.
17440 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
17442         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
17443         Emacs 22 when setting focus.
17445 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17447         * gnus-art.el (gnus-article-treat-types): Do treatment of
17448         text/x-verbatim parts.
17449         (gnus-button-patch): New command.
17451         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
17452         addresses that contain invalid characters.
17454 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17456         * message.el (message-put-addresses-in-ecomplete):
17457         Use gnus-replace-in-string.
17458         (message-is-yours-p): Use the more correct
17459         mail-header-parse-address instead of
17460         mail-extract-address-components.
17461         (message-put-addresses-in-ecomplete): Fix typo.
17463         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
17464         keystroke.
17466         * gnus-art.el (gnus-treatment-function-alist): Change order of
17467         newsgroups/generic header folding to avoid double-folding.
17469         * message.el (message-hidden-headers): Add X-Draft-From.
17471         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
17472         New command.
17473         (gnus-summary-repeat-search-article-backward): New command.
17475         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
17476         groups in the parent topic.
17478 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
17480         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
17481         (spam-extra-header-to-number): Return the CRM114 number as a
17482         number instead of a string.
17484 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17486         * gnus-art.el (gnus-face-properties-alist): Move here from
17487         gnus-fun.
17489         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
17491 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17493         * message.el (message-strip-forbidden-properties): Only display on
17494         self-insert-command.
17496         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
17497         reindent.
17498         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
17500 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
17502         * smiley.el (smiley-style): Fix typo.
17504 2006-03-23  Kenichi Handa  <handa@m17n.org>
17506         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
17507         instead of set-buffer-multibyte.
17509 2006-03-23  Kenichi Handa  <handa@m17n.org>
17511         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
17512         buffer and then decode the buffer text if necessary.
17513         (rfc2231-encode-string): Be sure to work on multibyte buffer at
17514         first, and after mm-encode-body, change the buffer to unibyte.
17516 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17518         * hashcash.el (hashcash-insert-payment-async-2):
17519         Use message-goto-eoh instead of doing it manually.
17520         (mail-add-payment): Use message-narrow-to-header instead of trying
17521         to do the same itself.
17523         * message.el (message-hidden-headers): Add Face.
17525         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
17526         reparenting code.
17527         (gnus-summary-reparent-children): Refactored out code.
17528         (gnus-summary-thread-map): New keystroke.
17529         (gnus-summary-reparent-children): Make into command.
17531         * smiley.el (smiley-style): Default to `medium' if using a large
17532         font.
17534         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
17535         does it itself.
17537         * message.el (message-point-in-header-p): Simplify definition.
17539 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17541         * nnagent.el (nnagent-request-set-mark): Silence log file
17542         writing.
17543         (nnagent-request-set-mark): Use write-region instead of
17544         append-to-file.
17546         * gnus-sum.el (gnus-read-header): Fudge article number if using a
17547         strange select method.
17549         * ecomplete.el (ecomplete-display-matches): Get highlightling
17550         right.
17551         (ecomplete-display-matches): Use literals.
17552         (ecomplete-display-matches): Disable message logging.
17554         * message.el (message-display-abbrev): Small optimization.
17556         * ecomplete.el (ecomplete-display-matches): Allow automatic
17557         display.
17559         * message.el (message-strip-forbidden-properties):
17560         Display abbrevs.
17561         (message-display-abbrev): Get automatic display right.
17563         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
17564         keystrokes.
17566 2006-04-13  Romain Francoise  <romain@orebokech.com>
17568         TODO: Backport to v5-10!
17570         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
17571         Move here (and rename) from gnus-registry.el.
17573         * gnus-registry.el: Require gnus-util.
17574         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
17576 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17578         * gnus-group.el (gnus-group-catchup-current):
17579         Change if-then-else-if-then-else into cond.
17580         (gnus-group-catchup): Indent.
17581         (group-name-at-point): New function.
17582         (gnus-fetch-group): Provide default from thing at point.
17584 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17586         * message.el (message-display-abbrev): Fix regexp.
17588         * ecomplete.el (ecomplete-highlight-match-line):
17589         Reimplement choosing.
17590         (ecomplete-highlight-match-line): Fix up code rewrite, remove
17591         dead variables.
17593         * message.el (message-newline-and-indent): Remove debugging.
17594         (message-display-abbrev): Use new implementation.
17596 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
17598         * gnus-art.el (gnus-article-mode):
17599         Set cursor-in-non-selected-windows to nil.
17601         * smiley.el: Revert previous change.
17602         (smiley-data-directory): defvar it before using it in the
17603         defcustom of `smiley-style'.
17605 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17607         * message.el (message-newline-and-indent): New function.
17609         * ecomplete.el: Implement more bits.
17611         * message.el (message-put-addresses-in-ecomplete): Clean up the
17612         string.
17614         * ecomplete.el (ecomplete-add-item): Chop off decimals.
17616         * gnus-sum.el (gnus-summary-save-parts):
17617         Bind gnus-summary-save-parts-counter and use it to make unique file
17618         names.
17620         * gnus-art.el (gnus-ignored-headers): Add some more headers.
17622         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
17623         parameter to say whether to actually parse the individual
17624         addresses.
17626         * message.el (message-put-addresses-in-ecomplete): New function.
17627         (ecomplete): Require.
17628         (message-mail-alias-type): Add ecomplete as an option.
17630 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
17632         * flow-fill.el (fill-flowed): Remove trailing space from blank
17633         quoted lines.
17635 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17637         * smiley.el (smiley-style): Move definition later to avoid a
17638         compilation warning.
17640 2006-04-12  Kenichi Handa  <handa@m17n.org>
17642         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
17643         buffer and then decode the buffer text if necessary.
17644         (rfc2231-encode-string): Be sure to work on multibyte buffer at
17645         first, and after mm-encode-body, change the buffer to unibyte.
17646         Use mm-disable-multibyte instead of set-buffer-multibyte.
17648 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17650         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
17651         Content-Type header instead of Content-Disposition header.
17652         (gnus-mime-inline-part): Ditto.
17653         (gnus-mime-view-part-as-charset): Ignore charset that the part
17654         specifies.
17656         * mm-decode.el (mm-display-part): Work with external parts and
17657         usual parts similarly.
17659         * mm-extern.el (mm-inline-external-body): Use mm-display-part
17660         instead of gnus-display-mime.
17662         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
17663         instead of with-temp-buffer.
17665         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
17666         tag to summarized topics part in order to encode non-ASCII text.
17668 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
17670         * smiley.el (smiley-style): New variable.
17671         (smiley-directory): New function.
17672         (smiley-data-directory): Derive from `smiley-style' using
17673         `smiley-directory'.
17674         (smiley-regexp-alist): Add new entries.
17676         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
17677         (gnus-article-browse-delete-temp): Add :version.
17679 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
17681         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
17682         the sieve region.
17684 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17686         * gnus.el (gnus-version-number): Bump version.
17688 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
17690         * gnus.el: No Gnus v0.4 is released.
17692 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17694         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
17695         layout.
17697         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
17698         unknown charset.
17700         * message.el (message-header-synonyms): Add Original-To to the
17701         default.
17703         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
17704         optional parameter.
17706 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
17708         * gnus-fun.el (gnus): Require it for gnus-directory.
17710 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17712         * gnus-fun.el (gnus-face-properties-alist): Add :version.
17714 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
17716         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
17718 2006-04-05  Simon Josefsson  <jas@extundo.com>
17720         * password.el (password-reset): New function.
17722 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
17724         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
17725         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
17727 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17729         * nnweb.el (nnweb-google-create-mapping): Update regexp.
17730         Some whitespace was matched into the url, which broke browsing hits
17731         > 100 when mm-url-use-external was nil.
17733 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
17735         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
17736         Check gnus-extra-headers for 'Newsgroups.
17738         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
17739         bound.
17741 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
17743         * pgg-gpg.el: Clean up process buffers every time gpg processes
17744         complete.
17746 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
17748         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
17749         doc string.
17751 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
17753         * pgg-gpg.el (pgg-gpg-process-filter)
17754         (pgg-gpg-wait-for-completion): Check if buffer is alive.
17756         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
17757         lines, temporary fix.
17759 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
17761         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
17763 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
17765         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
17766         default-enable-multibyte-characters.  This reverts the change from
17767         revision 6.17 which is no longer necessary because the passphrase
17768         is sent separately now.  GnuPG messages are unreadable under
17769         multibyte locales with default-enable-multibyte-characters set to
17770         nil.
17772 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
17774         * message.el (message-tool-bar-gnome): Move "spell".
17776 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
17778         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
17779         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
17780         instead.
17782 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
17784         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
17785         Improve newsgroups handling for NNTP overviews which don't include
17786         Newsgroups.
17788 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17790         * message.el (message-resend): Bind message-generate-hashcash to nil.
17792 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17794         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
17795         when searching for already-paid recipients.
17797 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
17799         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
17800         passphrases when it is not needed.
17801         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
17802         passphrase stuff from gpg, should only be necessary when you use
17803         gpg with a smartcard.
17805 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17807         * mml.el (mml-insert-mime): Ignore cached contents of
17808         message/external-body part.
17810         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
17811         (mm-insert-part): Ditto.
17813 2006-03-23  Simon Josefsson  <jas@extundo.com>
17815         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
17816         Reiner.
17817         (pgg-gpg-use-agent-p): Use it again.
17819 2006-03-23  Simon Josefsson  <jas@extundo.com>
17821         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
17822         older emacsen.
17823         (pgg-gpg-use-agent-p): Don't use it.
17825 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
17827         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
17828         if we can.
17830 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
17832         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
17833         (pgg-gpg-update-agent): New function.
17834         (pgg-gpg-use-agent-p): New function.
17835         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
17836         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
17837         (pgg-gpg-sign-region): Use it.
17839 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17841         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
17842         Reported by Ralf Wachinger <rwachinger@gmx.de>.
17844 2006-03-21  Simon Josefsson  <jas@extundo.com>
17846         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
17847         <wilde@sha-bang.de>.
17848         (pgg-gpg-use-agent): New variable.
17849         (pgg-gpg-process-region): Use it.
17850         (pgg-gpg-encrypt-region): Likewise.
17851         (pgg-gpg-encrypt-symmetric-region): Likewise.
17852         (pgg-gpg-decrypt-region): Likewise.
17853         (pgg-gpg-sign-region): Likewise.
17854         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
17856 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
17858         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
17860         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17861         Add comment on version.
17863 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
17865         * smiley.el: Add missing test smiley.
17867 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17869         * mm-decode.el (mm-with-part): New macro.
17870         (mm-get-part): Use it; work with message/external-body as well.
17871         (mm-save-part): Treat name and filename equally.
17873         * mm-extern.el (mm-extern-cache-contents): New function.
17874         (mm-inline-external-body): Use it; force the part to be displayed;
17875         move undisplayer added to the cached handle to the parent.
17877         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
17878         (gnus-mime-view-part-as-type): Work with message/external-body.
17880         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
17882 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
17884         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
17885         images in image-load-path.  [Sync with image.el, revision 1.60, in
17886         Emacs.]
17888 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
17890         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
17891         path rather than symbol.  Always return list of directories.
17892         Guarantee that image directory comes first.  [Sync with image.el,
17893         revision 1.59, in Emacs.]
17895         * message.el (message-make-tool-bar): Adjust to new API of
17896         `gmm-image-load-path-for-library'.
17898         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17900         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
17902 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17904         * gnus-art.el (gnus-article-only-boring-p):
17905         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
17906         intangible text.
17907         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
17909 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
17911         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
17912         Use `defun' instead of `gmm-defun-compat'.
17914 2006-03-14  Simon Josefsson  <jas@extundo.com>
17916         * message.el (message-unique-id): Don't use message-number-base36
17917         if (user-uid) is a float.
17918         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
17920 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17922         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
17924         * gnus-art.el (gnus-mime-display-single): Make sure there is an
17925         empty line between a part and a message part.
17927 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
17929         * smiley.el: Add more test smileys.
17930         (smiley-data-directory, smiley-regexp-alist)
17931         (gnus-smiley-file-types): Fix doc strings.
17932         (smiley-update-cache): Clear smiley-cached-regexp-alist before
17933         adding new elements.
17934         (smiley-mouse-map): Unused code.  Make it a comment.
17936 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17938         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
17939         scan latest NoCeM messages instead of old ones.
17940         (gnus-nocem-check-article): Fix regexps so as to match to PGP
17941         delimiters that are recently used.
17942         (gnus-nocem-load-cache): Add autoload cookie.
17944         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
17946         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
17947         level which is larger than gnus-use-nocem is specified.
17949         * gnus-group.el (gnus-group-get-new-news): Ditto.
17951 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
17953         * gnus-util.el (gnus-tool-bar-update): New function.
17955         * gnus-group.el (gnus-group-update-tool-bar): New variable.
17956         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
17958         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
17960         * gnus-group.el (gnus-group-redraw-when-idle)
17961         (gnus-group-redraw-check): Remove.
17962         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
17964 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17966         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
17967         if optional last element is specified in splits (FIELD VALUE...).
17969 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
17971         * message.el (message-make-tool-bar): Rename gmm-image-load-path
17972         to gmm-image-load-path-for-library.  Call with no-error argument.
17973         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
17975         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17977         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
17979         * gmm-utils.el (gmm-image-load-path): Remove alias.
17981 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
17983         * gmm-utils.el (gmm-image-load-path): Add alias.
17985         * nnml.el (nnml-generate-nov-databases-directory): Rename from
17986         nnml-generate-nov-databases-1.
17987         (nnml-generate-nov-databases): Use it.
17988         (nnml-generate-nov-databases-directory): Document no-active
17989         argument.
17991         * gmm-utils.el (gmm-image-load-path-for-library): Return single
17992         directory if path is t.  Add no-error.
17994         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
17995         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
17997         * gnus-art.el (gnus-article-browse-delete-temp-files):
17998         Simplify resetting gnus-article-browse-html-temp-list.
18000         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
18001         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
18002         Add example to docstring.  Rename local variables.  Move error
18003         checks to default case in cond and simplify.
18005 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18007         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
18008         handle is multipart when calling it recursively.
18009         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
18011 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
18013         * nnimap.el (nnimap-request-update-info-internal): Optimize.
18014         Don't `gnus-uncompress-range' to avoid excessive memory usage.
18016 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18018         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
18019         is loaded.
18021         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
18022         loaded.
18024 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
18026         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
18027         to "Emacs 23 (unicode)" in doc string.
18029         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
18030         "Emacs 23 (unicode)" in comment.
18032 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18034         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
18036         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
18037         characters 160 through 255 in Emacs 23.
18039 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
18041         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
18042         gnus-article-browse-html-temp.
18043         (gnus-article-browse-delete-temp): Make it customizable.
18044         Add `file'.  Adjust doc string.
18045         (gnus-article-browse-delete-temp-files): Add argument.
18046         Allow query for each file.  Adjust doc string.
18047         (gnus-article-browse-html-parts):
18048         Add `gnus-article-browse-delete-temp-files' to
18049         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
18051 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
18053         * gnus-art.el (gnus-article-browse-html-temp)
18054         (gnus-article-browse-delete-temp): New variables.
18055         (gnus-article-browse-delete-temp-files): New function.
18056         (gnus-article-browse-html-parts): Use it.
18058 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
18060         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
18062         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
18063         string.
18065         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
18066         gnus-summary-insert-new-articles when unplugged.
18067         Remove gnus-summary-search-article-forward.
18069         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
18070         display-visual-class instead of display-color-cells.
18072 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18074         * dgnushack.el: Autoload customize-group for XEmacs.
18076         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
18077         message/* containing non-ASCII text properly.
18079 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
18081         * message.el: Require gmm-utils, remove autoloads.
18082         (message-tool-bar): Set default based on
18083         gmm-tool-bar-style.
18084         (message-tool-bar-gnome): Add gmm-customize-mode.
18086         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
18087         gmm-tool-bar-style.
18088         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
18090         * gnus-group.el (gnus-group-tool-bar): Set default based on
18091         gmm-tool-bar-style.
18092         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
18094         * gmm-utils.el (gmm-image-directory): Rename variable from
18095         gmm-image-load-path.
18096         (gmm-image-load-path): Use gmm-image-directory.
18097         (gmm-customize-mode): New function.
18098         (gmm-tool-bar-style): New variable.
18100         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
18101         gnus-group-redraw-line-number.
18102         (gnus-group-redraw-check): Simplify.
18103         (gnus-group-tool-bar-update): Remove redraw check.
18104         (gnus-group-make-tool-bar): Add redraw check.
18106 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
18108         * gnus-art.el (gnus-button): Add missing parentheses.
18110 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18112         * lpath.el: Fbind line-number-at-pos.
18114 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18116         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
18118 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
18120         * gnus-art.el (gnus-button): New face.
18121         (gnus-article-button-face): Use it.
18123         * gnus-sum.el (gnus-summary-tool-bar-gnome):
18124         Add gnus-summary-next-page.  Re-order.
18126         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
18127         next-node are now included.
18128         (gnus-group-redraw-line-number): New internal variable.
18129         (gnus-group-redraw-check): Helper function for updating the tool
18130         bar.
18131         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
18133         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
18135         * spam.el (spam-spamassassin-score-regexp): New internal variable.
18136         (spam-extra-header-to-number, spam-check-spamassassin-headers):
18137         Use it to match format of Spamassassin 3.0 and later.
18138         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
18139         (spam-check-bogofilter)
18140         (spam-bogofilter-register-with-bogofilter): Fix args of
18141         `gnus-error' calls.
18143 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
18145         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
18146         unnecessary interaction when sending queued mails.
18147         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
18149 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
18151         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
18152         first or last are nil.
18154 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18156         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
18158 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18160         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
18162 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18164         * dns.el (query-dns): Protect more against buggy tcp output.
18166 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18168         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
18169         nov.php.
18171 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18173         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
18174         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
18175         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
18176         output on the server side.
18177         (nnweb-google-create-mapping): Update regexps and add some
18178         progress indication.
18180 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
18182         * gnus-group.el (gnus-group-tool-bar-gnome):
18183         Fix gnus-agent-toggle-plugged.  Re-order icons.
18184         (gnus-group-tool-bar-gnome):
18185         Add gnus-group-{prev,next}-unread-group.
18186         (gnus-group-tool-bar-gnome): Re-order icons.
18188         * gnus-sum.el (gnus-summary-tool-bar-gnome):
18189         Move gnus-summary-insert-new-articles.
18191         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
18192         Fix comments.
18194         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
18195         also available in Emacs 21.3.
18197         * message.el (message-fix-before-sending): Change "Emacs 22" to
18198         "Emacs 23 (unicode)" in comment.
18200         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
18201         "Emacs 23 (unicode)" in comment.
18203         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
18204         comment.
18205         (mm-coding-system-p): Add comment about no-MULE XEmacs.
18207         * mm-view.el (mm-fill-flowed): Add :version.
18209 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18211         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
18212         and load-path.
18214 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
18216         * message.el: Autoload gmm-image-load-path.
18217         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
18218         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
18219         consitency.
18221         * gmm-utils.el (gmm-image-load-path): Also search in
18222         "../etc/images".  Don't set gmm-image-load-path if we don't find
18223         the image.
18225 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18227         * gmm-utils.el (gmm-image-load-path): Don't make
18228         `gmm-image-load-path' include subdirectories which the second arg
18229         `image' might specify.
18231         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
18232         subdirectory to icon file names.
18234         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
18236 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
18238         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
18239         gmm-image-load-path calls.
18241         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18243         * message.el (message-make-tool-bar): Ditto.
18245         * mml.el (mml-preview): Add comment concerning tool bar icons.
18247         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
18248         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
18250         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
18251         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
18253         * message.el (message-tool-bar-gnome): Use new icon names.
18254         (message-make-tool-bar): Use `gmm-image-load-path'.
18256         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
18257         New functions from MH-E.
18258         (gmm-image-load-path): New variable from MH-E.
18259         (gmm-image-load-path): New function from MH-E.  Add arguments
18260         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
18261         *-image-load-path-called-flag.
18263 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
18265         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
18267 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
18269         * nnimap.el (nnimap-request-move-article): Change folder back to
18270         source group before deleting.
18272 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
18274         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
18276         * gnus-art.el (mm-url-insert-file-contents-external):
18277         Autoload mm-url.
18279         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
18281 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18283         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
18284         coding system which mm-charset-to-coding-system returns for a
18285         given charset is valid.
18287 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
18289         * html2text.el (html2text-remove-tag-list):
18290         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
18292 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
18294         * gnus-cus.el: Revert 2005-10-17 change.
18296 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18298         * gnus-art.el (article-strip-banner):
18299         Call article-really-strip-banner only when the regexp match is made.
18301 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18303         * gnus-art.el (article-strip-banner):
18304         Use gnus-extract-address-components instead of
18305         mail-header-parse-addresses to make it work with non-ASCII text;
18306         remove mail-encode-encoded-word-string.
18308         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
18309         values which are surrounded with \"...\"; make it never cause a
18310         Lisp error; give up parsing of parameters if it failed in
18311         extracting type.
18313 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
18315         * smime.el (smime-cert-by-ldap-1): Fix bug where
18316         `smime-ldap-search' returns results without userCertificates.
18318 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18320         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
18322 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
18324         * spam.el (spam-check-spamassassin-headers): Adapt format for
18325         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
18326         <ari@mbf.ocn.ne.jp>.
18327         (spam-list-of-processors): Add spam-use-gmane.
18329 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18331         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
18332         make-temp-file; make it work with XEmacs as well.
18334         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
18335         mm-make-temp-file.
18337         * mm-decode.el (mm-display-external): Use the 3rd arg of
18338         mm-make-temp-file.
18339         (mm-create-image-xemacs): Ditto.
18341 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18343         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
18344         with message-narrow-to-headers.
18345         (gnus-draft-setup): Narrow to header to run message-fetch-field.
18346         (gnus-draft-check-draft-articles): New function.
18347         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
18349 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
18351         * gnus-art.el (gnus-article-browse-html-parts):
18352         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
18353         Don't use suffix argument for mm-make-temp-file for Emacs 21
18354         compatibility.  Remove useless `format'.
18356 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18358         * nnweb.el (nnweb-google-wash-article): Update regexps.
18359         (nnweb-group-alist): Use defvoo instead of defvar.
18361 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18363         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
18364         re-loading nn* modules.
18366 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
18368         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
18369         for `tool-bar-mode' and don't check it's default-value.
18371         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18373         * message.el (message-make-tool-bar): Ditto.
18375         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
18376         `substring'.  Shorten tmp-file name.
18378         * gnus.el: Remove bogus comment.
18380 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
18382         * gnus-art.el (gnus-article-browse-html-parts): New function.
18383         (gnus-article-browse-html-article): New function for viewing html
18384         articles with a browser.
18386 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
18388         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
18389         in elisp.
18390         (pgg-gpg-encrypt-symmetric-region): Ditto.
18391         (pgg-gpg-sign-region): Ditto.
18393         * pgg-def.el (pgg-text-mode): New variable.
18395         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
18396         (mml2015-pgg-encrypt): Ditto.
18398         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
18399         (mml1991-pgg-encrypt): Ditto.
18401 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18403         * nnfolder.el (nnfolder-insert-newsgroup-line):
18404         Use message-make-date instead of current-time-string.
18406         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
18407         to gnus-decoded which mm-uu might set.
18409 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18411         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
18412         don't decode quoted parameters; remove misimported Emacs code.
18413         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18414         (rfc2231-decode-encoded-string): Don't use split-string which
18415         behaves differently according to Emacs version; use
18416         mm-decode-coding-region to convert charset to coding-system.
18417         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18418         (rfc2231-encode-string): Remove misimported Emacs code.
18420 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18422         * gnus-art.el (article-decode-charset): Don't use ignore-errors
18423         when calling mail-header-parse-content-type.
18424         (article-de-quoted-unreadable): Ditto.
18425         (article-de-base64-unreadable): Ditto.
18426         (article-wash-html): Ditto.
18428         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
18429         calling mail-header-parse-content-type and
18430         mail-header-parse-content-disposition.
18431         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
18432         mail-header-parse-content-type.
18434         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
18435         insert charset and format parameters; encode description after
18436         inserting it to buffer.
18437         (mml-insert-parameter): Fold lines properly even if a parameter is
18438         segmented into two or more lines; change the max column to 76.
18440         * rfc1843.el (rfc1843-decode-article-body): Don't use
18441         ignore-errors when calling mail-header-parse-content-type.
18443         * rfc2231.el (rfc2231-parse-string): Return at least type if
18444         possible; don't cause an error even if it fails in parsing of
18445         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18446         (rfc2231-encode-string): Don't break lines at the beginning, leave
18447         it to mml-insert-parameter.
18449         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
18450         calling mail-header-parse-content-type.
18452 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
18454         * spam-report.el (spam-report-gmane-use-article-number):
18455         Improve doc string.
18456         (spam-report-gmane-internal): Check if a suitable header was found
18457         in the article.
18459 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18461         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
18462         (rfc2231-encode-string): Make param*=value always begin with LWSP.
18464 2006-02-05  Romain Francoise  <romain@orebokech.com>
18466         Update copyright notices of all files in the gnus directory.
18468 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18470         * nnweb.el (nnweb-request-group): Avoid growing overview files.
18472 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18474         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
18475         segmented lines of parameter value to cope with Thunderbird 1.5
18476         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
18477         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18478         (rfc2231-encode-string): Don't make lines exceeding 76 column.
18480 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
18482         * mml.el (mml-generate-mime-1): Correct the order of inline signed
18483         parts.
18485 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18487         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
18488         there's only one active file for all servers.
18489         (nnweb-request-scan): Make sure nnweb-articles is initialized on
18490         solid groups.  Gnus might have used a FAST request to select the group.
18491         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
18492         and nnweb-search redundantly in the active file.
18493         (nnweb-request-list): Don't list bogus groups.  There can only be one.
18494         (nnweb-request-create-group): Don't use ARGS.
18495         (nnweb-possibly-change-server, nnweb-request-group): Remove some
18496         initializations.  Let nnoo do the work.
18498 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18500         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
18501         Say the part has been decoded.
18503         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
18505 2006-01-31  Kevin Ryde  <user42@zip.com.au>
18507         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
18508         mailcap-viewer-test-cache when there's no 'test clause, since that
18509         will invert the meaning of a "nil" test previously determined by
18510         mailcap-mailcap-entry-passes-test.
18512 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18514         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
18515         compiling.
18517         * gnus-sum.el: Ditto.
18519         * message.el: Don't bind tool-bar-map when compiling.
18521 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
18523         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
18525 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18527         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
18528         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
18529         current Google Groups.
18531 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
18533         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
18534         and tool-bar-mode.
18536         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
18537         and tool-bar-mode.
18539         * message.el (message-tool-bar-update): Simplify.
18540         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
18542         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
18543         gnus-summary-buffer.
18544         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
18545         gnus-summary-reply.
18547         * gmm-utils.el (gmm): Add :version.
18549 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18551         * Makefile.in (clean): New rule.
18552         (distclean): Use it.
18554 2006-01-26  Steve Youngs  <steve@sxemacs.org>
18556         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
18557         Don't autoload.
18559 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18561         * gmm-utils.el (gmm-verbose): Add :group.
18563 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
18565         * message.el: Change some comments WRT tool-bars.
18567         * gnus-sum.el (gnus-summary-tool-bar)
18568         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
18569         (gnus-summary-tool-bar-zap-list): New variables.
18570         (gnus-summary-make-tool-bar): Complete rewrite using
18571         `gmm-tool-bar-from-list'.
18573         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
18574         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
18575         New variables.
18576         (gnus-group-make-tool-bar): Complete rewrite using
18577         `gmm-tool-bar-from-list'.
18578         (gnus-group-tool-bar-update): New function.
18580         * message.el (message-mode-field-menu): Add "Show hidden Headers".
18582 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18584         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
18585         is dissected into a single part of which the type is the same as
18586         the given one; decode charset.
18588 2006-01-21  Kevin Ryde  <user42@zip.com.au>
18590         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
18591         into alists as symbol not string, since that's what
18592         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
18593         look for.
18595 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
18597         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
18598         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
18600         * message.el (message-tool-bar-gnome): Use gmm-ignore.
18602 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18604         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
18605         (gnus-xmas-mime-security-button-menu): New function.
18607         * gnus-art.el (gnus-mime-security-button-commands): New variable.
18608         (gnus-mime-security-button-menu): New definition.
18609         (gnus-mime-security-button-map): Use them.
18610         (gnus-mime-security-button-menu): New function.
18611         (gnus-insert-mime-security-button): Addition to help echo.
18612         (gnus-mime-security-run-function, gnus-mime-security-save-part)
18613         (gnus-mime-security-pipe-part): New functions.
18615         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
18616         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
18618         * mm-decode.el (mm-handle-set-disposition): Remove.
18619         (mm-handle-set-description): Remove.
18621 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18623         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
18624         (mm-w3m-standalone-supports-m17n-p): New function.
18625         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
18626         w3m usage.
18628         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
18629         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
18631 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
18633         * message.el (message-tool-bar-zap-list):
18634         Use gmm-tool-bar-zap-list as custom type.
18635         (message-tool-bar-update): New function.
18636         (message-tool-bar, message-tool-bar-gnome)
18637         (message-tool-bar-retro): Add message-tool-bar-update.
18638         (message-tool-bar-gnome): Add flyspell-buffer.
18640         * gnus-util.el (gnus-error): Describe `args'.
18642         * gmm-utils.el (gmm-error): Describe `args'.
18643         (gmm-tool-bar-zap-list): New widget.
18644         (gmm-tool-bar-from-list): Improve description of `zap-list'.
18646 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18648         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
18649         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
18650         the number of recursive calls.
18652         * mm-decode.el (mm-handle-set-disposition): New macro.
18653         (mm-handle-set-description): New macro.
18655 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18657         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
18658         encoding.
18660 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
18662         * message.el (message-tool-bar-zap-list, message-tool-bar)
18663         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
18664         (message-tool-bar-local-item-from-menu): Remove.
18665         (message-tool-bar-map): Replace by `message-make-tool-bar'.
18666         (message-make-tool-bar): New function.
18667         (message-mode): Use `message-make-tool-bar'.
18669         * gmm-utils.el: New file.
18670         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
18671         (gmm-lazy): New widget copied from `nnmail.el'.
18672         (gmm-tool-bar-from-list): New function for creating customizable
18673         tool bars.
18674         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
18675         output.
18676         (gmm): Add :prefix to defgroup.
18678 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
18680         * gmm-utils.el (gmm-widget-p): New function.
18682 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
18684         * mml.el (mml-attach-file): Describe `description' in doc string.
18685         (mml-menu): Add Emacs MIME manual and PGG manual.
18687 2006-01-20  Richard M. Stallman  <rms@gnu.org>
18689         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
18691 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
18693         * nntp.el (nntp-end-of-line): Doc fix.
18695 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
18697         * imap.el (imap-open): Handle case where buffer is a buffer
18698         object.
18700 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18702         * gnus-delay.el (gnus-delay): Don't autoload.
18703         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
18704         to be re-loaded when customizing the `gnus-delay' group.
18706 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
18708         * message.el (message-insert-citation-line): Use newlines.
18710 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
18712         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
18713         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
18714         these routines, so the passphrase can be managed externally and
18715         passed in to the system.
18716         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
18717         pgg-add-passphrase-to-cache function.
18719         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
18720         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
18721         these routines, so the passphrase can be managed externally and
18722         passed in to the system.
18723         (pgg-pgp5-sign-region): Use new name of
18724         pgg-add-passphrase-to-cache function.
18726 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
18728         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
18729         part of the decoded armor to find the key-identifier.
18730         (pgg-gpg-lookup-key-owner): New function to return the
18731         human-readable identifier of a key owner.
18732         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
18733         itself.
18734         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
18735         the key value) if we have a key and can match it against a secret
18736         key.  Also, added a note pointing out fact that the prompt only
18737         indicates the first matching key.
18739         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
18740         pgg-decrypt-region.
18741         (pgg-add-passphrase-to-cache): Rename from
18742         `pgg-add-passphrase-cache' to reduce confusion (all callers
18743         changed).
18744         (pgg-remove-passphrase-from-cache): Rename from
18745         `pgg-remove-passphrase-cache' to reduce confusion (all callers
18746         changed).
18747         (pgg-read-passphrase, pgg-add-passphrase-cache)
18748         (pgg-remove-passphrase-cache): Add informative docstrings.
18749         (pgg-decrypt): Convey provided passphrase in subordinate call to
18750         pgg-decrypt-region.
18752 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
18754         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
18755         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
18756         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
18757         'passphrase' argument, so the passphrase can be managed externally
18758         and then passed in to the system.
18760         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
18761         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
18762         so the passphrase cache can be used reliably with identifiers
18763         besides a pgp packet's key id.
18765         * pgg-gpg.el (pgg-gpg-encrypt-region)
18766         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
18767         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
18768         these routines, so the passphrase can be managed externally and
18769         passed in to the system.
18771         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
18772         'notruncate' argument, so the passphrase cache can be used
18773         reliably with identifiers besides a pgp packet's key id.
18775 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
18777         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
18778         symmetric encryption.
18779         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
18780         encrypted session key.
18781         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
18782         message ask for the passphrase in a proper way.
18784         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
18785         New user commands for symmetric encryption.
18787 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18789         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
18791         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
18793 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
18795         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
18797 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18799         * mm-decode.el (mm-inlined-types): Add application/pgp.
18800         (mm-automatic-display): Ditto.
18802         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
18803         part as text.
18805 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18807         * nnrss.el: Update copyright.
18808         (nnrss-opml-import): Query whether to subscribe to each entry.
18810         * gnus-art.el:
18811         * gnus-sum.el:
18812         * gnus-xmas.el:
18813         * messagexmas.el:
18814         * mm-uu.el:
18815         * mm-view.el: Update copyright.
18817 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
18819         * message.el (message-info): New function.
18820         (message-mode-menu): Add it.
18821         Update copyright.
18823         * ChangeLog: Fix and update copyright.
18825 2006-01-13  Romain Francoise  <romain@orebokech.com>
18827         * message.el (message-forward-subject-name-subject): Prefer the
18828         address to 'nowhere' if the sender has no name.
18829         Fix typo.  Update copyright year.
18831 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18833         * gnus-art.el (article-wash-html):
18834         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
18835         (gnus-article-wash-html-with-w3m-standalone): New function.
18837         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
18838         mm-inline-text-html-render-with-w3m-standalone.
18839         (mm-text-html-washer-alist): Map w3m-standalone to
18840         gnus-article-wash-html-with-w3m-standalone.
18841         (mm-inline-text-html-render-with-w3m-standalone): New function.
18843 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
18845         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
18846         Improve LaTeX.
18848 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18850         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
18851         (nnrss-request-article): Render text/plain parts as HTML.
18853         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
18854         the buffer.
18856 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
18858         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
18859         custom definition of `gnus-posting-styles'.
18861         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
18862         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
18864 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18866         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
18867         Use nntp for bug archive.
18869 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18871         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
18872         parts.
18873         (nnrss-normalize-date): New function converts ISO 8601 date into
18874         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
18875         (nnrss-check-group): Use it.
18877 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18879         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
18881         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
18882         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
18883         (nnrss-insert-w3): Ditto.
18885 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18887         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
18888         the articles to be forwarded including the case where neither a
18889         number of articles nor a region is specified.
18891 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18893         * nnrss.el (nnrss-request-article): Fix last change; fill
18894         text/plain parts.
18896 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18898         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
18899         in text/plain part.
18900         (nnrss-check-group): Don't add excessive newline to dc:subject.
18902 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
18904         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
18905         article.
18907 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
18909         * nnml.el: Don't require gnus-bcklg.  Autoload it.
18910         (nnml-use-compressed-files, nnml-save-mail): Support other
18911         comression programs such as bzip2.
18913 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18915         * dns.el (query-dns): Make sure we check the buffer size before
18916         removing tcp headers.
18918 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18920         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
18921         remove MIME buttons associated with multipart/alternative parts.
18922         (gnus-mime-display-alternative): Tag buttons using `article-type'
18923         text property.
18925         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
18926         associated with multipart/alternative parts.
18928         * gnus-art.el (gnus-signature-separator): Fix custom type.
18930         * mm-decode.el (mm-inlined-types): Fix custom type.
18931         (mm-keep-viewer-alive-types): Ditto.
18932         (mm-automatic-display): Ditto.
18933         (mm-attachment-override-types): Ditto.
18934         (mm-inline-override-types): Ditto.
18935         (mm-automatic-external-display): Ditto.
18937 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
18939         * spam-report.el (spam-report-user-mail-address)
18940         (spam-report-user-agent): New variables.
18941         (spam-report-url-ping-plain): Use spam-report-user-agent.
18943 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
18945         * gnus-art.el (gnus-button-handle-custom): Do not just use
18946         `customize-apropos' for any "M-x customize-*" button but the
18947         function called for.  Accept both the function name and its
18948         argument in order to achieve this.
18949         (gnus-button-alist): Remove support for "custom:" URL's.
18950         Pass function name to `gnus-button-handle-custom' in case of "M-x
18951         customize-*" buttons.
18953 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18955         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
18956         multipart/alternative and add xref to mm-discouraged-alternatives
18957         in doc string.
18959         * mm-decode.el (mm-discouraged-alternatives): Add xref to
18960         gnus-buttonized-mime-types in doc string.
18962 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
18964         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
18965         Suggest image/.* in the doc string.
18967 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
18969         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
18970         message-marks (Debian bug #342521).
18972 2005-12-12  Simon Josefsson  <jas@extundo.com>
18974         * password.el (password-read-from-cache): Add.
18975         (password-read): Use it.
18977 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18979         * rfc2047.el (rfc2047-charset-to-coding-system):
18980         Recognize us-ascii as a MIME charset.
18982         * mm-bodies.el (mm-decode-content-transfer-encoding):
18983         Protect against the case where the 2nd arg TYPE is nil.
18985 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
18987         * pop3.el (pop3-stream-type): Fix custom version.
18989         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
18991 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
18993         * mm-decode.el (mm-display-external): Add missing cdr.
18995 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18997         * mm-decode.el (mm-display-external): Use nametemplate (defined in
18998         RFC1524) if it is in mailcap or add a suffix according to
18999         mailcap-mime-extensions when generating a temp filename; postpone
19000         deleting a temp file for 2 seconds for some wrappers, shell
19001         scripts, and so on, which might exit right after having started a
19002         viewer command as a background job.
19004 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
19006         * nntp.el (nntp-marks-directory): Fix custom group.
19008         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
19009         steps when < 10.
19011         * gnus-start.el (gnus-no-server-1):
19012         Mention `gnus-level-default-subscribed' in doc string.
19014 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
19016         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
19017         parens.
19019 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19021         * gnus-xmas.el (gnus-use-toolbar): Revert.
19022         (gnus-xmas-setup-toolbar): Use global default-toolbar if
19023         gnus-use-toolbar is default.
19025         * messagexmas.el (message-use-toolbar): Revert.
19026         (message-setup-toolbar): Use global default-toolbar if
19027         message-use-toolbar is default.
19029 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19031         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
19032         according to default-toolbar-visible-p.
19034         * messagexmas.el (message-use-toolbar): Ditto.
19036 2005-11-26  Dave Love  <fx@gnu.org>
19038         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
19039         (tls-program, tls-success): Provide openssl alternative.
19041         * starttls.el: Doc fixes.
19042         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
19043         SERVICE to PORT.
19045         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
19046         port null or service name.
19047         (starttls-negotiate): Autoload.
19049 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19051         * message.el (message-kill-to-signature): Fix interactive spec.
19053 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19055         * pop3.el (pop3-open-server): Recognize a string as a service name.
19057 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
19059         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
19061 2005-11-23  Dave Love  <fx@gnu.org>
19063         Add pop3s, pop3/starttls.
19065         * pop3.el (pop3-authentication-scheme): Clarify doc.
19066         (open-tls-stream, starttls-open-stream): Autoload.
19067         (pop3-stream-type): New.
19068         (pop3-open-server): Use it.
19070         * mail-source.el (mail-sources): Fix some :types.  Add stream type
19071         for POP.
19072         (mail-source-keyword-map): Add :stream for POP.
19073         (mail-source-fetch-pop): Use pop3-stream-type.
19075 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19077         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
19078         of current-time-string.
19080 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
19082         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
19083         date header.
19085 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
19087         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
19088         it can seriously impact performance as it bypasses the agent's
19089         local caches.
19091 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
19093         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
19094         must be explicitly online rather than "not explicitly offline" for
19095         its flags to be synchronized.
19097         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
19098         that gnus-uu-unmark-thread will function correctly.
19100         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
19101         1024K is instead displayed as 1M.
19103 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19105         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
19107 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
19109         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
19111 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
19113         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
19114         error message to display actual error condition.
19115         (gnus-agent-save-local): Avoid saving symbols that are bound to
19116         nil as they simply result in a warning message in
19117         gnus-agent-read-local.
19119 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19121         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
19122         rather than make-variable-buffer-local for file-precious-flag.
19124 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
19126         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
19127         for duplicates which are removed.  The invalid sort check then
19128         triggers a rescan after the sort as sorting may have moved
19129         duplicate entries such that they can be cheaply detected.
19131 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19133         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
19135 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
19137         * gnus-agent.el (gnus-agent-article-alist-save-format):
19138         Change internal variable to a custom variable.  Change default value
19139         from compressed(2) to uncompressed(1).
19140         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
19141         support for uncompressed agentview files.  Taken together, reading
19142         the agentview file should now be 6-7 times faster.
19144 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
19146         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
19147         as a buffer-local variable.  This avoids creating truncated
19148         dribble files as a result of a hang up, eg.
19150 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
19152         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
19153         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
19154         XEmacs.
19156 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
19158         * gnus-start.el (gnus-start-draft-setup):
19159         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
19161         * gnus.el (gnus-splash): Change custom group.
19162         (gnus-group-get-parameter, gnus-group-parameter-value):
19163         Describe allow-list argument.
19165         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
19166         string.
19168 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
19170         * gnus-art.el (gnus-default-article-saver): Add user-defined
19171         `function' to custom type.
19173 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
19175         * imap.el (imap-open): Handle case where buffer is a buffer
19176         object.
19178 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
19180         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
19181         long lines.
19182         (gnus-cache-delete-group): Wrap doc strings.
19184         * gnus-agent.el (gnus-agent-rename-group)
19185         (gnus-agent-delete-group): Wrap doc strings.
19187 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19189         * messagexmas.el (message-use-toolbar): Change the valid values
19190         into default, top, bottom, left, and right.
19191         (message-toolbar-thickness): New variable.
19192         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
19193         well.
19194         (message-setup-toolbar): Make it work.
19196         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
19197         (gnus-use-toolbar): Change the valid values into default, top,
19198         bottom, left, and right.
19199         (gnus-toolbar-thickness): New variable.
19200         (gnus-xmas-setup-toolbar): New function.
19201         (gnus-xmas-setup-group-toolbar): Use it.
19202         (gnus-xmas-setup-summary-toolbar): Use it.
19204 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19206         * gnus-start.el (gnus-1): Add "native" to
19207         gnus-predefined-server-alist.
19209         * gnus.el (gnus-method-to-server): Don't add "native" to the
19210         lists here, because that leads to problems when
19211         gnus-select-method is bound.
19213 2005-11-09  Simon Josefsson  <jas@extundo.com>
19215         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
19216         use (not sort-by-date) instead.
19218 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19220         * gnus-delay.el (gnus-delay-group): Don't autoload.
19221         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
19222         to be re-loaded when customizing the `gnus-delay' group.
19224 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
19226         * message.el: Revert last changes.
19227         (message-insert-citation-line): Use newlines.
19229 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
19231         * message.el (message-courtesy-message)
19232         (message-mark-insert-begin, message-mark-insert-end)
19233         (message-elide-ellipsis, message-cancel-message)
19234         (message-add-header, message-change-subject)
19235         (message-cross-post-followup-to-header)
19236         (message-cross-post-insert-note, message-reduce-to-to-cc)
19237         (message-widen-reply, message-delete-not-region)
19238         (message-kill-to-signature, message-insert-signature)
19239         (message-insert-importance-high, message-insert-importance-low)
19240         (message-insert-or-toggle-importance)
19241         (message-insert-disposition-notification-to)
19242         (message-indent-citation, message-yank-original)
19243         (message-cite-original-without-signature, message-cite-original)
19244         (message-insert-citation-line, message-position-on-field)
19245         (message-fix-before-sending, message-send-mail-partially)
19246         (message-send-mail, message-send-mail-with-sendmail)
19247         (message-send-mail-with-qmail, message-send-news)
19248         (message-check-news-header-syntax, message-generate-headers)
19249         (message-insert-courtesy-copy, message-fill-address)
19250         (message-fill-header, message-shorten-references)
19251         (message-setup-1, message-cancel-news)
19252         (message-forward-make-body-plain, message-forward-make-body-mime)
19253         (message-forward-make-body-mml, message-encode-message-body)
19254         (message-forward-make-body-digest-plain)
19255         (message-forward-make-body-digest-mime)
19256         (message-use-alternative-email-as-from): Insert `hard-newline'
19257         instead of ordinary newlines.
19259 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19261         * message.el (message-generate-headers): Downcase the argument
19262         given to message-check-element.
19264 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
19266         * nntp.el (nntp-authinfo-rejected): New error condition.
19267         (nntp-wait-for): Use new error condition to signal authentication
19268         error.
19269         (nntp-retrieve-data): Rethrow new error condition to break out of
19270         recursive call to nntp-send-authinfo.
19272 2005-11-08  Romain Francoise  <romain@orebokech.com>
19274         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
19275         (gnus-summary-exit-map): Bind to `Z p'.
19276         (gnus-summary-make-menu-bar): Add menu item.
19278 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
19280         * gnus-art.el (gnus-article-treat-custom): Add `first'.
19281         (gnus-treat-*): Add `first' in all doc strings.
19283         * gnus-group.el (gnus-group-compact-group): Fix typo.
19285 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19287         * gnus.el (gnus-parameters-case-fold-search): New variable.
19288         (gnus-parameters-get-parameter): Use it.
19290         * gnus-score.el (gnus-home-score-file): Doc fix.
19292 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
19294         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
19296 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19298         * mm-util.el (mm-special-display-p): New function.
19300         * mml.el (mml-preview): Use it; doc fix.
19302 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
19304         * imap.el (imap-open): Handle case where buffer is a buffer object.
19306 2005-10-29  Romain Francoise  <romain@orebokech.com>
19308         * message.el (message-fix-before-sending): Fix comment.
19310 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
19312         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
19314 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
19316         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
19317         Used in gnus-score.el.
19319 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
19321         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
19323 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
19325         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
19326         whitespace removed in revision 7.8.  Use concatenated string to
19327         protect trailing whitespace.
19329 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
19331         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
19332         (nnimap-request-expire-articles): Use it to avoid sending 'UID
19333         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
19334         Courier IMAP ("some version from 2004").  Mostly based on similar
19335         code in the same function.
19337 2005-10-26  Didier Verna  <didier@xemacs.org>
19339         * gnus-group.el (gnus-group-compact-group): Invalidate original
19340         article buffer.
19341         * gnus-srvr.el (gnus-server-compact-server): Ditto.
19342         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
19343         NOV database and in article itself.
19344         Invalidate article backlog.
19346 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
19348         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
19350 2005-10-26  Simon Josefsson  <jas@extundo.com>
19352         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
19353         part of 2004-07-25 change.
19355 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19357         * message.el (message-display-completion-list): New function.
19358         (message-expand-group): Use it; make sure the Completions buffer
19359         is modifiable.
19360 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
19362         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
19363         user-mail-name is an empty string.
19365 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
19367         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
19368         depending on gnus-score-decay-constant.
19370         * encrypt.el (encrypt-insert-file-contents)
19371         (encrypt-write-file-contents): Don't use `gnus-message'.
19373         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
19374         arguments.
19375         (mm-uu-type-alist): Add message-marks and insert-marks.
19376         Pass arguments to mm-uu-verbatim-marks-extract.
19377         (mm-uu-hide-markers): New variable.
19378         (mm-uu-extract): Use face similar to `gnus-cite-3'.
19380         * gnus-fun.el (gnus-convert-image-to-x-face-command)
19381         (gnus-convert-image-to-face-command): Use "convert" by default to
19382         allow other input image formats.
19383         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
19384         accordingly.
19386 2005-10-23  Simon Josefsson  <jas@extundo.com>
19388         * imap.el (imap-gssapi-program): Align command line parameters
19389         with latest GNU SASL.
19390         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
19392 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19394         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
19395         HTML.
19396         (nnslashdot-request-article): Ditto.
19398         * lpath.el (featurep): Add nobreak-char-display.
19400 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
19402         * mail-source.el (mail-source-fetch-pop): Require pop3.
19403         (mail-source-check-pop): Ditto.
19405 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19407         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
19408         errors.
19410 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
19412         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
19413         (gnus-treat-strip-leading-blank-lines): Improve doc string.
19415         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
19417         * mm-bodies.el (mm-decode-string):
19418         Call `mm-charset-to-coding-system' with allow-override argument.
19420 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19422         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
19423         (rfc2047-charset-to-coding-system): New function.
19424         (rfc2047-decode-encoded-words): New function.
19425         (rfc2047-decode-region): Use them.
19426         (rfc2047-decode-cte): Remove.
19427         (rfc2047-parse-and-decode): Remove.
19428         (rfc2047-decode): Remove.
19430 2005-10-15  Kenichi Handa  <handa@m17n.org>
19432         * rfc2047.el (rfc2047-decode-cte): New function.
19433         (rfc2047-decode-region): Change the way to decode successive
19434         encoded-words: decode B- or Q-encoding in each encoded-word,
19435         concatenate them, and decode it as charset.
19437 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19439         * lpath.el: Fbind codepage-setup for XEmacs.
19441 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
19443         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
19444         widget-move-and-invoke.
19445         (gnus-custom-mode): Use gnus-custom-map.
19447 2005-10-15  Bill Wohler  <wohler@newt.com>
19449         * message.el (message-tool-bar-map): Rename image file from
19450         mail_send to mail/send.
19452 2005-10-16  Masatake YAMATO  <jet@gyve.org>
19454         * message.el (message-expand-group): Pass the common
19455         prefix substring of completion to `display-completion-list'.
19457 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
19459         * mml-sec.el (mml-secure-method): New internal variable.
19460         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
19461         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
19462         New functions using mml-secure-method.
19464         * mml.el (mml-mode-map): Add key bindings for those functions.
19465         (mml-menu): Simplify security menu entries.  Suggested by Jesper
19466         Harder <harder@myrealbox.com>.
19467         (mml-attach-file, mml-attach-buffer, mml-attach-external):
19468         Goto end of message if point is the headers of the message.
19470         * message.el (message-in-body-p): New function.
19472         * assistant.el: Autoload gnus-util and netrc.
19474         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
19475         Use `mm-charset-override-alist' only when decoding.
19477         * mm-bodies.el (mm-decode-body):
19478         Call `mm-charset-to-coding-system' with allow-override argument.
19480         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
19481         `filename' from Content-Disposition if Content-Type doesn't
19482         provide `name'.
19483         (gnus-mime-view-part-as-type): Set default instead of
19484         initial-input.
19486 2005-10-09  Daniel Brockman  <daniel@brockman.se>
19488         * format-spec.el (format-spec): Propagate text properties of % spec.
19490 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
19492         * gnus-art.el (gnus-treat-predicate): Add `first'.
19494 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
19496         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
19497         (mm-charset-override-alist): New variable.
19498         (mm-charset-to-coding-system): Use it.
19499         (mm-codepage-setup): New helper function.
19500         (mm-charset-eval-alist): New variable.
19501         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
19502         Warn about unknown charsets.
19504         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
19506 2005-10-04  David Hansen  <david.hansen@gmx.net>
19508         * nnrss.el (nnrss-request-article): Add support for the comments tag.
19509         (nnrss-check-group): Ditto.
19511 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
19513         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
19514         Rename x-gnus-verbatim to x-verbatim.
19515         (mm-uu-type-alist): Fix regexp for verbatim-marks.
19517         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
19518         x-verbatim.
19520         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
19522         * gnus-util.el (gnus-remove-duplicates): Remove.
19524         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
19525         instead of gnus-remove-duplicates.
19527         * message.el (message-remove-duplicates): Remove.
19528         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
19529         message-remove-duplicates.
19531         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
19532         available, else use implementation from `delete-dups'.
19534         * message.el (message-insert-expires): New function.
19535         (message-mode-map): Add key binding.
19536         (message-mode-field-menu): Add menu entry.
19537         (message-mode): Document it.
19538         (message-make-expires-date): Use `message-make-date'.
19540 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
19542         * message.el (message-make-expires-date): New function.
19544 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19546         * Makefile.in (list-installed-shadows): New entry.
19547         (install): Use it.
19548         (remove-installed-shadows): New entry.
19550         * dgnushack.el (dgnushack-default-load-path): New variable.
19551         (dgnushack-find-lisp-shadows): New function.
19552         (dgnushack-remove-lisp-shadows): New function.
19554 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19556         * Makefile.in (install-el-elc): New entry.
19557         (install): Use it so that .el files are necessarily installed.
19559 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19561         * time-date.el: Autoload parse-time-string, XEmacs needs it.
19563 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19565         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
19566         function rather than the diff-mode.el package.
19567         (mm-display-external): Use with-current-buffer.
19568         (mm-viewer-completion-map, mm-viewer-completion-map):
19569         Move initialization inside declaration.
19571 2005-09-29  Simon Josefsson  <jas@extundo.com>
19573         * spam.el: Load hashcash when compiling, to avoid warnings.
19574         Don't autoload mail-check-payment.
19575         (spam-check-hashcash): Define unconditionally, since hashcash.el
19576         is part of Gnus now.  Ignore errors from payment checking.
19578 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
19580         * message.el (message-bold-region, message-unbold-region):
19581         Rename from `bold-region' and `unbold-region'.
19583         * message.el: Remove useless autoloads.
19585 2005-09-28  Simon Josefsson  <jas@extundo.com>
19587         * message.el (message-use-idna): Default to t.
19588         (message-use-idna): Test whether encoding works too.  Doc fix.
19590 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19592         * nntp.el (nntp-warn-about-losing-connection): Remove.
19594 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
19596         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
19597         customizable.  Change default value.
19598         (mm-uu-diff-groups-regexp): Change default value.
19599         (mm-uu-type-alist): Add doc string.
19600         (mm-uu-configure): Add doc string.  Make it interactive.
19601         (mm-uu-tex-groups-regexp): New variable.
19602         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
19603         (mm-uu-type-alist): Add LaTeX documents.
19604         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
19605         of "text/verbatim".
19606         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
19608         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
19609         instead of "text/verbatim".
19611         * message.el (message-mark-inserted-region)
19612         (message-mark-insert-file): Use slrn style marks when called with
19613         prefix argument.
19615 2005-09-27  Simon Josefsson  <jas@extundo.com>
19617         * message.el (message-idna-to-ascii-rhs-1): Reformat.
19619 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
19621         * message.el (message-remove-duplicates): New function.
19622         Implementation borrowed from `gnus-remove-duplicates'.
19623         (message-idna-to-ascii-rhs): Also encode idna addresses in
19624         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
19625         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
19626         only ask about the same idna domain once per header and also tell
19627         in what header to replace the idna domain.
19629         * gnus-art.el (article-decode-idna-rhs): Also decode idna
19630         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
19631         (article-decode-idna-rhs): Fix regexp so that all idna-address in
19632         a header is decoded and not just the last one.
19634 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19636         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
19637         has been decoded.
19639         * mm-decode.el (mm-automatic-display): Add text/verbatim.
19640         (mm-insert-part): Don't modify text if it has been decoded.
19642         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
19643         decoded.
19645         * mm-view.el (mm-inline-text): Don't strip text props unless
19646         decoding enriched or richtext parts.
19648 2005-09-25  Romain Francoise  <romain@orebokech.com>
19650         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
19651         * gnus-start.el (gnus-subscribe-interactively):
19652         * gnus-uu.el (gnus-uu-grab-articles):
19653         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
19654         space.
19656 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
19658         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
19659         * mm-view.el (mm-view-pkcs7-decrypt):
19660         * gnus-sum.el (gnus-summary-limit-to-extra)
19661         (gnus-summary-respool-article, gnus-read-move-group-name):
19662         * gnus-score.el (gnus-summary-increase-score):
19663         * gnus-util.el (gnus-completing-read-with-default):
19664         * gnus-art.el (gnus-read-save-file-name)
19665         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
19666         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
19667         * message.el (message-check-news-header-syntax):
19668         Follow convention for reading with the minibuffer.
19670 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
19672         * spam-report.el (spam-report-url-ping-plain):
19673         Use gnus-extended-version as User-Agent.
19675         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
19676         default value is nil.
19678         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
19679         (mm-uu-verbatim-marks-extract): New function.
19680         (mm-uu-extract): New face.
19681         (mm-uu-copy-to-buffer): Use it.
19683         * spam-report.el (spam-report-gmane-ham): Rename from
19684         `spam-report-gmane-unspam'.
19685         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
19686         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
19688         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
19689         Autoload.
19690         (spam-report-gmane-unregister-routine):
19691         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
19693 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
19695         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
19696         (spam-report-gmane-unregister-routine): Add support for gmane
19697         unregistration.
19699         * spam-report.el (spam-report-gmane-unspam)
19700         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
19701         (spam-report-gmane): Change to take a single article and do unspam
19702         registration.
19704 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
19706         * mm-url.el (mm-url-decode-entities): Fix regexp.
19708 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19710         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
19711         default to nil, to be able to use Gnus at all.  If the default
19712         switches to something else, then the function should be fixed not
19713         be exceedingly slow.
19715 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
19717         * gnus-start.el (gnus-activate-group): If the server is nil, don't
19718         fail hard.
19720         * spam-report.el: Add better Keywords line.
19722         * spam.el: Add Maintainer and better Keywords line.
19724 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
19726         * gnus-art.el (gnus-article-replace-part)
19727         (gnus-mime-replace-part): New functions.
19728         (gnus-mime-action-alist, gnus-mime-button-commands)
19729         (gnus-mime-save-part-and-strip): Add file argument.
19730         (gnus-article-part-wrapper): Add interactive argument.
19732         * gnus-sum.el (gnus-summary-mime-map):
19733         Add `gnus-article-replace-part'.
19735 2005-09-19  Didier Verna  <didier@xemacs.org>
19737         The nnml compaction feature:
19738         * nnml.el (nnml-request-compact-group): New function.
19739         * nnml.el (nnml-request-compact): New function.
19740         * gnus-int.el (gnus-request-compact-group): New function.
19741         * gnus-int.el (gnus-request-compact): New function.
19742         * gnus-group.el (gnus-group-compact-group): New function.
19743         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
19744         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
19745         * gnus-srvr.el (gnus-server-compact-server): New function.
19746         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
19747         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
19749 2005-09-18  Deepak Goel  <deego@gnufans.org>
19751         * sieve.el (sieve-help): Fix `message' call: first arg should be a
19752         format spec.
19754 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19756         * gnus.el (gnus-group-startup-message): Bind image-load-path.
19758 2005-09-15  Romain Francoise  <romain@orebokech.com>
19760         * message.el (message-fill-paragraph): Clarify docstring.
19762 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19764         * gnus-art.el (gnus-mime-display-part): Protect against broken
19765         MIME messages.
19767 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19769         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
19770         before parsing header.
19772 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
19774         * html2text.el (html2text-replace-list): Add new entities.
19776 2005-09-11  Romain Francoise  <romain@orebokech.com>
19778         * message.el (message-alternative-emails): Improve docstring.
19779         (message-setup-1): Call `message-use-alternative-email-as-from'
19780         after `message-setup-hook' to give it precedence over posting
19781         styles, etc.
19782         (message-use-alternative-email-as-from): Add docstring.
19783         Remove the original From header if present.
19785         * nnml.el (nnml-compressed-files-size-threshold): New variable.
19786         (nnml-save-mail): Use it.
19788         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
19789         articles.  Add new argument `silent'.
19790         (gnus-uu-mark-all): Report the total number of marked articles.
19792 2005-09-10  Romain Francoise  <romain@orebokech.com>
19794         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
19795         (gnus-uu-mark-series): Likewise.
19797 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
19799         * spam-report.el (spam-report-gmane): Fix generation of spam
19800         report URL.
19802 2005-09-10  Simon Josefsson  <jas@extundo.com>
19804         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
19805         t, based on discussion on the ding list with Robert Epprecht
19806         <epprecht@solnet.ch>.
19808 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
19810         * spam-report.el (spam-report-gmane): Make it work without
19811         X-Report-Spam header.  Gmane now only provides Archived-At.
19812         This is only used if `spam-report-gmane-use-article-number' is nil.
19813         (spam-report-gmane-spam-header): Remove.  Not used anymore.
19815         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
19816         make `gnus-summary-sort-by-recipient' work with threading.
19818         * nnweb.el (nnweb-google-wash-article): Print a message if article
19819         is not available.
19821 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19823         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
19824         change.  Decode text/* parts content before displaying.
19826 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
19828         * mml-smime.el: Remove defvar of gnus-extract-address-components.
19830 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19832         * mm-view.el (mm-display-inline-fontify): Disable support modes.
19834         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
19835         url-package-name, url-package-version,
19836         w3m-cid-retrieve-function-alist, w3m-current-buffer,
19837         w3m-display-inline-images, and w3m-minor-mode-map.
19839 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
19841         * message.el (message-tab-body-function): Fix mismatched custom type.
19843         * gnus.el (gnus-group-change-level-function): Ditto.
19845         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
19847         * gnus-art.el (gnus-signature-limit)
19848         (gnus-article-mime-part-function): Ditto.
19850 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19852         * mml.el (mml-mode): Silence the byte compiler.
19854         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
19855         using `(sit-for 0)' before moving the point to the specified part;
19856         skip unbuttonized parts.
19857         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
19858         return to the summary window if gnus-auto-select-part is non-nil.
19860 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
19862         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
19863         New variables.
19864         (mml-dnd-attach-file, mml-mode): Use them.
19866         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
19867         Make fetching article by MID work again for Google Groups.
19868         Add FIXME concerning gnus-group-make-web-group.
19870         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
19871         Don't depend on Gnus by using mail-extract-address-components if
19872         gnus-extract-address-components is not bound.
19874 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19876         * gnus-art.el (gnus-mime-display-security): Don't display the
19877         signature, but only the signed part.
19879 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19881         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
19883         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
19884         list, not listp.
19886 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
19888         * mm-encode.el (mm-encode-content-transfer-encoding):
19889         Likewise when encoding.
19891         * mm-bodies.el (mm-decode-content-transfer-encoding):
19892         De-canonicalize CRLF for all text content types, not just
19893         text/plain.
19895 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19897         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
19898         valid article; point arrow and cursor at the MIME button.
19900 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19902         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
19903         Suggested by Dan Christensen <jdc@uwo.ca>.
19905         * mm-decode.el (mm-save-part): Enable change of prompt.
19907 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
19909         * gnus-msg.el (gnus-inews-add-send-actions):
19910         Make `message-post-method' lambda parameter ARG `&optional'.
19912 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
19914         * gnus-sum.el (gnus-summary-mime-map):
19915         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
19916         gnus-article-jump-to-part.
19918         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
19919         (gnus-article-edit-part): Use it.
19920         (gnus-article-part-wrapper): Add no-handle argument.
19921         (gnus-article-save-part-and-strip, gnus-article-delete-part):
19922         New functions.
19924 2005-08-29  Romain Francoise  <romain@orebokech.com>
19926         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
19927         docstring.
19928         (gnus-face-from-file): Likewise.
19930 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
19932         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
19933         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
19934         non-nil.
19935         (gnus-auto-select-part): New variable.
19936         (gnus-article-jump-to-part): New function.
19937         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
19938         (gnus-mime-delete-part): Allow selecting specified part after
19939         deleting or stripping parts.
19940         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
19941         part if argument is bogus.
19943 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
19945         * gnus-art.el (w3m-minor-mode-map):
19946         * gnus-spec.el (gnus-newsrc-file-version):
19947         * gnus-util.el (nnmail-active-file-coding-system)
19948         (gnus-original-article-buffer, gnus-user-agent):
19949         * gnus.el (gnus-ham-process-destinations)
19950         (gnus-parameter-ham-marks-alist)
19951         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
19952         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
19953         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
19954         * mm-decode.el (gnus-current-window-configuration):
19955         * mm-extern.el (gnus-article-mime-handles):
19956         * mm-url.el (url-current-object, url-package-name)
19957         (url-package-version):
19958         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
19959         (smime-keys, w3m-cid-retrieve-function-alist)
19960         (w3m-current-buffer, w3m-display-inline-images)
19961         (w3m-minor-mode-map):
19962         * mml-smime.el (gnus-extract-address-components):
19963         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
19964         (gnus-newsrc-hashtb, message-default-charset)
19965         (message-deletable-headers, message-options)
19966         (message-posting-charset, message-required-mail-headers)
19967         (message-required-news-headers):
19968         * mml1991.el (mc-pgp-always-sign):
19969         * mml2015.el (mc-pgp-always-sign):
19970         * nnheader.el (nnmail-extra-headers):
19971         * rfc1843.el (gnus-decode-encoded-word-function)
19972         (gnus-decode-header-function, gnus-newsgroup-name):
19973         * spam-stat.el (gnus-original-article-buffer): Add defvars.
19975 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
19977         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
19978         the end of the date treatments.
19980 2005-08-15  Simon Josefsson  <jas@extundo.com>
19982         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
19983         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
19984         Capello and Romain Francoise.
19985         (pgg-fetch-key-function): Remove, not used?
19986         (pgg-insert-url-with-w3): Require url, to get
19987         url-insert-file-contents regardless of where it is defined.
19989 2005-08-13  Romain Francoise  <romain@orebokech.com>
19991         * message.el (message-cite-original-1): New function.
19992         (message-cite-original): Use it.
19993         (message-cite-original-without-signature): Ditto.
19995 2005-08-08  Romain Francoise  <romain@orebokech.com>
19997         * message.el (message-yank-empty-prefix): New variable.
19998         (message-indent-citation): Use it.
19999         (message-cite-original-without-signature): Respect X-No-Archive.
20001 2005-08-08  Simon Josefsson  <jas@extundo.com>
20003         * pgg.el: Autoload url-insert-file-contents instead of loading
20004         w3/url.
20005         (pgg-insert-url-with-w3): Don't load url here.
20007 2005-08-07  Jesper Harder  <harder@phys.au.dk>
20009         * message.el (message-kill-to-signature): Don't insert newline at
20010         bol.
20011         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
20013 2005-08-06  Romain Francoise  <romain@orebokech.com>
20015         * message.el (message-user-fqdn): Fix typo in docstring.
20017 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
20019         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
20021         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
20023 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20025         * mm-bodies.el (mm-encode-body): Use coding system rather than
20026         charset to encode text.
20028         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
20029         number of charsets if utf-8 is available (XEmacs).
20031 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
20033         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
20034         taken from `gnus-button-mid-or-mail-regexp'.
20035         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
20036         (gnus-button-alist): Improve regexp for domain part of the MIDs
20037         for news:localpart@domain buttons.
20038         (gnus-button-ctan-directory-regexp): Update.
20040 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20042         * sieve-manage.el (sieve-manage-interactive-login):
20043         Use make-local-variable rather than make-variable-buffer-local.
20044         (sieve-manage-open): Ditto.
20045         (sieve-manage-authenticate): Ditto.
20047         * mml.el (mml-generate-mime-1): Make the content type default to
20048         text/plain if the filename is not specified.
20050 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20052         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
20053         instead of insert-buffer.
20055         * message.el (message-yank-original): Ditto; set the mark at the
20056         end of the yanked message.
20058 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20060         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
20061         lines to scroll rather than to stop it.
20063         * mml.el (mml-generate-default-type): Add doc string.
20064         (mml-generate-mime-1): Use mm-default-file-encoding or make it
20065         default to application/octet-stream when determining the content
20066         type if it is not specified for the part or the mml contents; add
20067         a comment about mml-generate-default-type.
20069 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
20071         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
20072         make it default to application/octet-stream when determining the
20073         content type if it is not specified for the external contents.
20075 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20077         * rfc2231.el (rfc2231-parse-string): Take care that not only a
20078         segmented parameter but also other parameters might be there.
20080 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20082         * mm-decode.el (mm-display-external): Delete temp file, directory
20083         and buffer immediately if the external process is exited.
20085 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20087         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
20088         fewer lines than that of scroll-margin.
20089         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
20091 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20093         * gnus-art.el (gnus-article-next-page): Revert.
20094         (gnus-article-beginning-of-window): New macro.
20095         (gnus-article-next-page-1): Use it.
20096         (gnus-article-prev-page): Ditto.
20097         (gnus-article-edit-part): Use insert-buffer-substring instead of
20098         insert-buffer.
20099         (gnus-article-edit-exit): Ditto.
20101         * gnus-util.el (gnus-beginning-of-window): Remove.
20102         (gnus-end-of-window): Remove.
20104         * lpath.el: Don't bind header-line-format and scroll-margin.
20106 2005-07-25  Simon Josefsson  <jas@extundo.com>
20108         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
20109         to have the url package without w3.  Reported by Daiki Ueno
20110         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
20112 2005-07-20  Didier Verna  <didier@xemacs.org>
20114         * gnus-diary.el: Remove the description comment (nndiary is now
20115         properly documented in the Gnus manual).
20116         Fix the spelling of "Back End".
20117         * nndiary.el: Ditto.
20118         Fix the copyright notice.
20120 2005-07-18  Romain Francoise  <romain@orebokech.com>
20122         * gnus-sum.el (gnus-summary-to-prefix)
20123         (gnus-summary-newsgroup-prefix): New variables.
20124         (gnus-summary-from-or-to-or-newsgroups): Use them.
20126 2005-07-17  Romain Francoise  <romain@orebokech.com>
20128         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
20129         space as it's generally not especially interesting to the user.
20131 2005-07-16  Romain Francoise  <romain@orebokech.com>
20133         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
20134         nil to avoid prompting and file modification if one of the
20135         messages at the top of the nnfolder file contains a copyright
20136         notice.
20137         Update copyright notice.
20139         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
20140         instead of `current-time-string' as the latter creates a time
20141         string that is not RFC 2822 compliant (it lacks the zone).
20142         Update copyright notice.
20144 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
20146         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
20147         for text/rtf.  Display default in prompt.  Pass default for M-n.
20149         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
20151 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20153         * gnus-msg.el (gnus-button-mailto):
20154         Remove save-selected-window-window hackery because it relies on
20155         save-selected-window internals.
20157 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20159         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
20160         (gnus-article-next-page-1): Use gnus-beginning-of-window.
20161         (gnus-article-prev-page): Ditto.
20163         * gnus-util.el (gnus-beginning-of-window): New function.
20164         (gnus-end-of-window): New function.
20166         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
20168 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
20170         * gnus-score.el (gnus-score-edit-all-score):
20171         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
20172         gnus-message.
20174 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20176         * gnus-msg.el (gnus-button-mailto):
20177         Remove save-selected-window-window hackery because it relies on
20178         save-selected-window internals.
20180 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20182         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
20183         add-minor-mode.
20184         (gnus-binary-mode): Ditto.
20186         * gnus-topic.el (gnus-topic-mode): Ditto.
20188 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
20190         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
20191         (gnus-article-prev-page): Take scroll-margin into consideration.
20193 2005-07-04  Lute Kamstra  <lute@gnu.org>
20195         Update FSF's address in GPL notices.
20197 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
20199         * gnus.el (gnus-exit):
20200         * gnus-group.el (gnus-group-icons):
20201         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
20203         * gnus-nocem.el (gnus-nocem):
20204         * message.el (message-various, message-buffers, message-sending)
20205         (message-interface, message-forwarding, message-insertion)
20206         (message-headers, message-news, message-mail):
20207         * pgg-gpg.el (pgg-gpg):
20208         * pgg-parse.el (pgg-parse):
20209         * pgg-pgp.el (pgg-pgp):
20210         * pgg-pgp5.el (pgg-pgp5):
20211         * pop3.el (pop3): Finish `defgroup' description with period.
20213 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20215         * gnus-art.el (article-display-face): Improve the efficiency.
20216         (article-display-x-face): Ditto; remove gray x-face stuff.
20218 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20220         * gnus-art.el (article-display-face): Correct the position in
20221         which Faces are inserted.
20223 2005-06-29  Didier Verna  <didier@xemacs.org>
20225         * gnus-art.el (article-display-face): Display faces in correct
20226         order.
20228 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20230         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
20231         (gnus-fill-real-hashtb): Use hash table instead of obarray.
20232         (gnus-nocem-check-article): Fetch the Type header.
20233         (gnus-nocem-message-wanted-p): Fix the way to examine types.
20234         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
20235         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
20236         make sure gnus-nocem-hashtb is initialized.
20237         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
20238         (gnus-nocem-unwanted-article-p): Ditto.
20240         * pgg.el (pgg-verify): Return the verification result.
20242 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20244         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
20245         is ascii.
20247 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
20249         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
20250         `show-nonbreak-escape'.
20252 2005-06-23  Lute Kamstra  <lute@gnu.org>
20254         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
20256         * dig.el (dig-mode):
20257         * smime.el (smime-mode): Use gnus-run-mode-hooks.
20259 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
20261         * nnimap.el (nnimap-split-download-body): Fix spellings.
20263 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
20265         * gnus-art.el (gnus-article-encrypt-body):
20266         * gnus-cus.el (gnus-score-customize):
20267         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
20268         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
20270 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
20272         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
20273         header by looking for magic "MII" at the beginning.
20275 2005-06-16  Miles Bader  <miles@gnu.org>
20277         * gnus-xmas.el (gnus-xmas-group-startup-message):
20278         Use renamed gnus-splash face.
20280         * assistant.el (assistant-field): Remove "-face" suffix from face name.
20281         (assistant-field-face): New backward-compatibility alias for renamed
20282         face.
20283         (assistant-render-text): Use renamed assistant-field face.
20285         * spam.el (spam): Remove "-face" suffix from face name.
20286         (spam-face): New backward-compatibility alias for renamed face.
20287         (spam-face, spam-initialize): Use renamed spam face.
20289         * message.el (message-header-to, message-header-cc)
20290         (message-header-subject, message-header-newsgroups)
20291         (message-header-other, message-header-name)
20292         (message-header-xheader, message-separator, message-cited-text)
20293         (message-mml): Remove "-face" suffix from face names.
20294         (message-header-to-face, message-header-cc-face)
20295         (message-header-subject-face, message-header-newsgroups-face)
20296         (message-header-other-face, message-header-name-face)
20297         (message-header-xheader-face, message-separator-face)
20298         (message-cited-text-face, message-mml-face):
20299         New backward-compatibility aliases for renamed faces.
20300         (message-font-lock-keywords): Use renamed message faces.
20302         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
20303         (sieve-test-commands, sieve-tagged-arguments):
20304         Remove "-face" suffix from face names.
20305         (sieve-control-commands-face, sieve-action-commands-face)
20306         (sieve-test-commands-face, sieve-tagged-arguments-face):
20307         New backward-compatibility aliases for renamed faces.
20308         (sieve-control-commands-face, sieve-action-commands-face)
20309         (sieve-test-commands-face, sieve-tagged-arguments-face):
20310         Use renamed sieve faces.
20312         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
20313         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
20314         (gnus-group-news-3-empty, gnus-group-news-4)
20315         (gnus-group-news-4-empty, gnus-group-news-5)
20316         (gnus-group-news-5-empty, gnus-group-news-6)
20317         (gnus-group-news-6-empty, gnus-group-news-low)
20318         (gnus-group-news-low-empty, gnus-group-mail-1)
20319         (gnus-group-mail-1-empty, gnus-group-mail-2)
20320         (gnus-group-mail-2-empty, gnus-group-mail-3)
20321         (gnus-group-mail-3-empty, gnus-group-mail-low)
20322         (gnus-group-mail-low-empty, gnus-summary-selected)
20323         (gnus-summary-cancelled, gnus-summary-high-ticked)
20324         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
20325         (gnus-summary-high-ancient, gnus-summary-low-ancient)
20326         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
20327         (gnus-summary-low-undownloaded)
20328         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
20329         (gnus-summary-low-unread, gnus-summary-normal-unread)
20330         (gnus-summary-high-read, gnus-summary-low-read)
20331         (gnus-summary-normal-read, gnus-splash):
20332         Remove "-face" suffix from face names.
20333         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
20334         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
20335         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
20336         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
20337         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
20338         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
20339         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
20340         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
20341         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
20342         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
20343         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
20344         (gnus-summary-selected-face, gnus-summary-cancelled-face)
20345         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
20346         (gnus-summary-normal-ticked-face)
20347         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
20348         (gnus-summary-normal-ancient-face)
20349         (gnus-summary-high-undownloaded-face)
20350         (gnus-summary-low-undownloaded-face)
20351         (gnus-summary-normal-undownloaded-face)
20352         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
20353         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
20354         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
20355         (gnus-splash-face):
20356         New backward-compatibility aliases for renamed faces.
20357         (gnus-group-startup-message): Use renamed gnus faces.
20359         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
20360         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
20361         (gnus-server-agent): Remove "-face" suffix from face names.
20362         (gnus-server-agent-face, gnus-server-opened-face)
20363         (gnus-server-closed-face, gnus-server-denied-face)
20364         (gnus-server-offline-face):
20365         New backward-compatibility aliases for renamed faces.
20366         (gnus-server-agent-face, gnus-server-opened-face)
20367         (gnus-server-closed-face, gnus-server-denied-face)
20368         (gnus-server-offline-face): Use renamed gnus faces.
20370         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
20371         Remove "-face" suffix from face names.
20372         (gnus-picon-xbm-face, gnus-picon-face):
20373         New backward-compatibility aliases for renamed faces.
20375         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
20376         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
20377         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
20378         (gnus-cite-11): Remove "-face" suffix from face names.
20379         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
20380         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
20381         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
20382         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
20383         New backward-compatibility aliases for renamed faces.
20384         (gnus-cite-attribution-face, gnus-cite-face-list)
20385         (gnus-article-boring-faces): Use renamed gnus faces.
20387         * gnus-art.el (gnus-signature, gnus-header-from)
20388         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
20389         (gnus-header-content): Remove "-face" suffix from face names.
20390         (gnus-signature-face, gnus-header-from-face)
20391         (gnus-header-subject-face, gnus-header-newsgroups-face)
20392         (gnus-header-name-face, gnus-header-content-face):
20393         New backward-compatibility aliases for renamed faces.
20394         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
20396         * gnus-sum.el (gnus-summary-selected-face)
20397         (gnus-summary-highlight): Use renamed gnus faces.
20398         * gnus-group.el (gnus-group-highlight): Likewise.
20400 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
20402         * gnus-sieve.el (gnus-sieve-article-add-rule):
20403         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
20404         * spam-stat.el (spam-stat-buffer-change-to-spam)
20405         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
20407         * message.el (message-is-yours-p):
20408         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
20410 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20412         * mm-view.el (mm-inline-text): Withdraw the last change.
20414 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20416         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
20417         executing enriched-decode.
20419 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20421         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
20422         charset of tar files.
20424 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
20426         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
20428 2005-06-04  Lute Kamstra  <lute@gnu.org>
20430         * nnfolder.el (nnfolder-read-folder): Make sure that undo
20431         information is never recorded.
20433 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20435         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
20437 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20439         * pop3.el (pop3-apop): Run md5 in the binary mode.
20441         * starttls.el (starttls-set-process-query-on-exit-flag):
20442         Use eval-and-compile.
20444 2005-05-31  Simon Josefsson  <jas@extundo.com>
20446         * smime.el (smime-replace-in-string): Define.
20447         (smime-cert-by-ldap-1): Use it.
20449 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
20451         * gnus-art.el (article-display-x-face): Replace
20452         process-kill-without-query by gnus-set-process-query-on-exit-flag.
20454         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
20455         set-process-query-on-exit-flag or process-kill-without-query.
20457         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
20458         loop instead of replace-regexp.
20460         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
20461         instead of process-kill-without-query if it is available.
20463         * lpath.el: Fbind ldap-search-entries.
20465         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
20466         instead of find-file-hooks if it is available.
20468         * mml1991.el: Bind pgg-default-user-id when compiling.
20470         * mml2015.el: Bind pgg-default-user-id when compiling.
20472         * nndraft.el (nndraft-request-associate-buffer):
20473         Use write-contents-functions instead of write-contents-hooks if it is
20474         available.
20476         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
20477         instead of find-file-hooks if it is available.
20479         * nntp.el (nntp-open-connection): Replace
20480         process-kill-without-query by gnus-set-process-query-on-exit-flag.
20481         (nntp-open-ssl-stream): Ditto.
20482         (nntp-open-tls-stream): Ditto.
20484         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
20485         set-process-query-on-exit-flag or process-kill-without-query.
20486         (starttls-open-stream-gnutls): Use it instead of
20487         process-kill-without-query.
20488         (starttls-open-stream): Ditto.
20490 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
20492         * smime.el (smime-cert-by-ldap-1): Don't use
20493         replace-regexp-in-string.
20495 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
20497         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
20499         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
20500         in PEM format.  Adjust to the XEmacs compatibility.
20502 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
20504         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
20505         by `string-to-number'.
20506         * gnus-agent.el (gnus-agent-regenerate-group)
20507         (gnus-agent-fetch-articles): Ditto.
20508         * gnus-art.el (gnus-button-fetch-group): Ditto.
20509         * gnus-cache.el (gnus-cache-generate-active)
20510         (gnus-cache-articles-in-group): Ditto.
20511         * gnus-group.el (gnus-group-set-current-level)
20512         (gnus-group-insert-group-line): Ditto.
20513         * gnus-score.el (gnus-score-set-expunge-below)
20514         (gnus-score-set-mark-below, gnus-summary-score-effect)
20515         (gnus-summary-score-entry): Ditto.
20516         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
20517         (gnus-soup-pack): Ditto.
20518         * gnus-spec.el (gnus-xmas-format): Ditto.
20519         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
20520         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
20521         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
20522         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
20523         * nndb.el (nndb-get-remote-expire-response): Ditto.
20524         * nndiary.el (nndiary-parse-schedule-value)
20525         (nndiary-string-to-number, nndiary-request-replace-article)
20526         (nndiary-request-article): Ditto.
20527         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
20528         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
20529         * nneething.el (nneething-make-head): Ditto.
20530         * nnfolder.el (nnfolder-request-article)
20531         (nnfolder-retrieve-headers): Ditto.
20532         * nnheader.el (nnheader-file-to-number): Ditto.
20533         * nnkiboze.el (nnkiboze-request-article): Ditto.
20534         * nnmail.el (nnmail-process-unix-mail-format)
20535         (nnmail-process-babyl-mail-format): Ditto.
20536         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
20537         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
20538         (nnmh-request-create-group, nnmh-request-list-1)
20539         (nnmh-request-group, nnmh-request-article): Ditto.
20540         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
20541         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
20542         * nnsoup.el (nnsoup-make-active): Ditto.
20543         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
20544         * nntp.el (nntp-find-group-and-number)
20545         (nntp-retrieve-headers-with-xover): Ditto.
20546         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
20547         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
20548         (pgg-format-key-identifier): Ditto.
20549         * pop3.el (pop3-last, pop3-stat): Ditto.
20550         * qp.el (quoted-printable-decode-region): Ditto.
20552         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
20553         of concat.
20555 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20557         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
20559         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
20561         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
20563         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
20565         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
20567         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
20569         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
20570         (gnus-carpal-mode): Ditto.
20572         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
20573         (gnus-browse-mode): Ditto.
20575         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
20577         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
20579 2005-05-29  Richard M. Stallman  <rms@gnu.org>
20581         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
20583 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20585         * gnus-util.el (gnus-run-mode-hooks): New function.
20587         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
20589         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
20590         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
20592 2005-05-27  Lute Kamstra  <lute@gnu.org>
20594         * dns-mode.el (dns-mode): Specify customization group.
20596 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
20598         * gnus-agent.el (gnus-agent-make-mode-line-string):
20599         Use mode-line-highlight as mouse-face.
20601 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20603         * canlock.el (canlock): Change the parent group to news.
20605         * deuglify.el (gnus-outlook-deuglify): Add :group.
20607         * dig.el (dig): Add :group.
20609         * dns-mode.el (dns-mode): Add :group.
20611         * encrypt.el (encrypt): Add :group.
20613         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
20614         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
20615         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
20616         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
20617         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
20619         * gnus-diary.el (gnus-diary): Add :group.
20621         * gnus.el (gnus-group-news-1-face): Add :group.
20622         (gnus-group-news-1-empty-face): Ditto.
20623         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
20624         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
20625         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
20626         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
20627         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
20628         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
20629         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
20630         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
20631         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
20632         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
20633         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
20634         (gnus-summary-high-ticked-face): Ditto.
20635         (gnus-summary-low-ticked-face): Ditto.
20636         (gnus-summary-normal-ticked-face): Ditto.
20637         (gnus-summary-high-ancient-face): Ditto.
20638         (gnus-summary-low-ancient-face): Ditto.
20639         (gnus-summary-normal-ancient-face): Ditto.
20640         (gnus-summary-high-undownloaded-face): Ditto.
20641         (gnus-summary-low-undownloaded-face): Ditto.
20642         (gnus-summary-normal-undownloaded-face): Ditto.
20643         (gnus-summary-high-unread-face): Ditto.
20644         (gnus-summary-low-unread-face): Ditto.
20645         (gnus-summary-normal-unread-face): Ditto.
20646         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
20647         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
20649         * hashcash.el (hashcash): New custom group.
20650         (hashcash-default-payment): Add :group.
20651         (hashcash-payment-alist): Ditto.
20652         (hashcash-default-accept-payment): Ditto.
20653         (hashcash-accept-resources): Ditto.
20654         (hashcash-path): Ditto.
20655         (hashcash-extra-generate-parameters): Ditto.
20656         (hashcash-double-spend-database): Ditto.
20657         (hashcash-in-news): Ditto.
20659         * message.el (message-minibuffer-local-map): Add :group.
20661         * netrc.el (netrc): Add :group.
20663         * sieve-manage.el (sieve-manage-log): Add :group.
20664         (sieve-manage-default-user): Diito.
20665         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
20666         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
20667         (sieve-manage-authenticators): Ditto.
20668         (sieve-manage-authenticator-alist): Ditto.
20669         (sieve-manage-default-port): Ditto.
20671         * sieve-mode.el (sieve-control-commands-face): Add :group.
20672         (sieve-action-commands-face): Ditto.
20673         (sieve-test-commands-face): Ditto.
20674         (sieve-tagged-arguments-face): Ditto.
20676         * smime.el (smime): Add :group.
20678         * spam-report.el (spam-report): Add :group.
20680         * spam.el (spam, spam-face): Add :group.
20682 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20684         * nntp.el (nntp-next-result-arrived-p): Some news servers may
20685         return \n.\n.\n at the end of articles.  Protect against that.
20686         (nntp-with-open-group): Allow debugging.
20688         * nnheader.el (mail-header-set-extra): Make into a function
20689         because I just could't understand how to quote the list properly.
20691         * dns.el (query-dns-cached): New function.
20693 2005-05-26  Lute Kamstra  <lute@gnu.org>
20695         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
20697 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20699         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
20701         * gnus-art.el: Don't autoload mail-extract-address-components.
20703         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
20704         eval-and-compile to evaluate it.
20706         * hashcash.el: Don't autoload executable-find.
20708         * nndb.el: Don't declare the nndb back end two or more times; don't
20709         autoload news-reply-mode, news-setup, cancel-timer and telnet.
20711         * nntp.el: Autoload format-spec instead of format; use
20712         eval-and-compile to evaluate autoload forms.
20714 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
20716         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
20718 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20720         * gnus.el (gnus-version-number): Bump version.
20722 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20724         * gnus.el: No Gnus v0.3 is released.
20726 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20728         * lpath.el (featurep): Bind show-nonbreak-escape.
20730 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20732         * gnus-art.el (gnus-article-edit-part): Disable undo.
20734 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20736         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
20737         gnus-article-date-lapsed-new-header is t if date timer is active;
20738         skip headers in which the original date value is empty.
20739         (gnus-article-save-original-date): Redefine it as a macro.
20740         (gnus-display-mime): Use it.
20742 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20744         * gnus-art.el (article-date-ut): Support converting date in
20745         forwarded parts as well.
20746         (gnus-article-save-original-date): New function.
20747         (gnus-display-mime): Use it.
20749 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
20751         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
20752         enclosure element of <item>.
20754 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
20756         * message.el (message-kill-buffer-query): Rename from
20757         `message-kill-buffer-query-if-modified'.  Add :version.
20759 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20761         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
20762         window layout.
20764 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
20766         * mml.el: Autoload dnd when compiling.
20768 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
20770         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
20771         x-dnd-*.
20773 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
20775         * qp.el (quoted-printable-encode-region): Save excursion.
20777 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
20779         * message.el (message-kill-buffer-query-if-modified): Add new variable
20780         so the user can kill a modified message buffer quickly.
20781         (message-kill-buffer): Use it.
20783 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20785         * lpath.el: Fbind display-time-event-handler; don't fbind
20786         string-to-multibyte.
20788         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
20790 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20792         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
20793         contained in text because xml.el decodes entities) with LFs.
20795 2005-04-11  Lute Kamstra  <lute@gnu.org>
20797         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
20798         differently.
20800 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20802         * mm-util.el (mm-detect-coding-region): Typo.
20804 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
20806         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
20808 2005-04-06  Deepak Goel  <deego@gnufans.org>
20810         * spam-stat.el (spam-stat-score-buffer): Add a call to a
20811         user-function allow user modifications of the scores.
20812         (spam-stat-score-buffer-user): New function, to allow
20813         user-computed modifications to the score.
20814         (spam-stat-score-buffer-user-functions): List of additional
20815         scoring functions.
20816         (spam-stat-error-holder): Global temporary error holder.
20817         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
20818         variable.
20820 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
20822         * gnus-registry.el (gnus-registry-clean-empty-function)
20823         (gnus-registry-trim, gnus-registry-fetch-groups)
20824         (gnus-registry-delete-group): Groups that match
20825         `gnus-registry-ignored-groups' are removed from the registry
20826         entries, not just ignored for splitting.  This helps clean up the
20827         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
20828         to get all the groups a message ID is in.
20830         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
20831         (spam-stat-split-fancy): Change "threshhold" to "threshold".
20832         (spam-stat-score-buffer-user-functions): Add :number custom type.
20834 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20836         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
20837         argument in XEmacs.
20839         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
20840         (nnrss-request-group): Decode group name first.
20841         (nnrss-request-article): Make a text/plain article if mml-to-mime
20842         failed.
20843         (nnrss-get-encoding): Return a compatible encoding according to
20844         nnrss-compatible-encoding-alist.
20845         (nnrss-find-el): Use consp instead of listp.
20846         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
20848 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20850         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
20851         which Emacs 20 doesn't support.
20852         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
20854 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
20856         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
20857         silence the byte compiler inside the defun.
20859         * gnus-demon.el (parse-time-string): Add autoload.
20861         * gnus-delay.el (parse-time-string): Add autoload.
20863         * gnus-art.el (parse-time-string): Add autoload.
20865         * nnultimate.el (parse-time): Require for `parse-time-string'.
20867 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
20869         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
20871         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
20873         * smime.el (smime-ldap-host-list): Add :version.
20875 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
20877         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
20878         pass it to `gnus-browse-read-group'.
20879         (gnus-browse-read-group): Add NUMBER argument and pass it to
20880         `gnus-group-read-ephemeral-group'.
20882         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
20883         argument and pass it to `gnus-group-read-group'.
20885 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
20887         * mm-util.el (mm-xemacs-find-mime-charset): Only call
20888         mm-xemacs-find-mime-charset-1 if we have the mule feature
20889         available at runtime.
20891 2005-03-25  Werner Lemberg  <wl@gnu.org>
20893         * nnmaildir.el: Replace `illegal' with `invalid'.
20895 2005-03-23  Lute Kamstra  <lute@gnu.org>
20897         * time-date.el: Add comment on time value formats.
20898         Don't require parse-time.
20899         (with-decoded-time-value): New macro.
20900         (encode-time-value): New function.
20901         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
20902         (days-to-time): Return a valid time value when arg is huge.
20903         (time-since): Use time-subtract.
20904         (time-to-number-of-days): Use time-to-seconds.
20906 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20908         * gnus-start.el (gnus-display-time-event-handler):
20909         Check display-time-timer at runtime rather than only at load time
20910         in case display-time-mode is turned off in the mean time.
20912 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
20914         * nnimap.el (nnimap-open-connection): Print which authinfo file is
20915         used.
20917         * nneething.el (nneething-map-file-directory): Derive from
20918         `gnus-directory'.
20920         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
20921         the To/Cc button.
20923 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
20925         * nnmaildir.el (nnmaildir-request-accept-article):
20926         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
20928 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
20930         * gnus-async.el: Require timer-funcs at compile time when in
20931         XEmacs for `run-with-idle-timer'.
20933 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
20935         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
20936         autoloaded function.
20938 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20940         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
20942 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
20944         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
20946 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20948         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
20949         Add gnus-expert-user to default.
20951 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
20953         * nnimap.el (nnimap-open-server): Ditto.
20955         * imap.el (imap-authenticate): Fix typo.
20957 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
20959         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
20960         buffer (since IMAP server might return FETCH response out of
20961         order, and the nntp buffer must be sorted).
20963 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
20965         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
20966         comparison on string.
20968         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
20969         (gnus-agent-score): Rename category keywords to match gnus-cus.
20970         (gnus-agent-summary-fetch-series): Modify to protect against
20971         gnus-agent-summary-fetch-group clearing processable flags.
20972         (gnus-agent-synchronize-group-flags): Update live group buffer as
20973         synchronization may occur due to the user toggle the plugged
20974         status.
20975         (gnus-agent-fetch-group-1): Clear downloadable flag when article
20976         successfully downloaded.
20977         (gnus-agent-expire-group-1): Avoid using markers when the overview
20978         is in ascending order; greatly improves performance.
20979         (gnus-agent-regenerate-group):
20980         Use gnus-agent-synchronize-group-flags to reset read status in both
20981         gnus and server.
20982         (gnus-agent-update-files-total-fetched-for): Fix initial size.
20984 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
20986         * message.el: Don't autoload former message-utils variables.
20987         (message-strip-subject-trailing-was): Change doc string.
20989         * nnweb.el: Fixes for `gnus-group-make-web-group'.
20990         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
20991         (nnweb-google-search): Add "hl=en" here.
20992         (nnweb-google-parse-1, nnweb-google-create-mapping):
20993         Don't hardcode URL.
20995 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
20997         * message.el (message-get-reply-headers, message-followup):
20998         Mention related variables `message-use-followup-to' and
20999         `message-use-mail-followup-to', in the information buffer.
21001         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
21002         of broken groups(-beta).google.com.
21004 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
21006         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
21007         parameter to invoked gnus-request-move-article; remove the
21008         redundant gnus-sum-hint-move-is-internal variable; apply the marks
21009         all at once instead of once per article.
21010         (gnus-summary-remove-process-mark): Accept a list of articles as
21011         well as a single article for processing.
21013         * gnus-int.el (gnus-request-move-article): Add move-is-internal
21014         parameter.
21016         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
21018         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
21020         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
21021         parameter.
21023         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
21024         parameter.
21026         * nnimap.el (nnimap-request-move-article): Add move-is-internal
21027         parameter and remove the gnus-sum-hint-move-is-internal variable.
21029         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
21030         parameter.
21032         * nndraft.el (nndraft-request-move-article): Add move-is-internal
21033         parameter.
21035         * nndiary.el (nndiary-request-move-article): Add move-is-internal
21036         parameter.
21038         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
21040         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
21041         parameter.
21043         * nnagent.el (nnagent-request-move-article): Add move-is-internal
21044         parameter.
21046 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
21048         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
21049         a more conservative way.
21051 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
21053         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
21054         buffer, so it moves the window's cursor.
21056 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
21058         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
21059         `mm-dissect-multipart' and receive the from field as an (optional)
21060         argument from `mm-dissect-multipart'.
21061         (mm-dissect-multipart): Receive the from field as an argument and
21062         pass it on when we call `mm-dissect-buffer' on MIME parts.
21063         Fixes verification/decryption of signed/encrypted MIME parts.
21065 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
21067         * gnus-sum.el (gnus-summary-move-article):
21068         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
21069         whatever it calls (right now, only nnimap-request-move article
21070         respects it).
21072         * nnimap.el (nnimap-request-move-article):
21073         When gnus-sum-hint-move-is-internal is set, don't do the extra
21074         nnimap-request-article.
21076 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
21078         * nnheader.el (nnheader-find-file-noselect): Add doc string.
21080         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
21081         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
21083         * gnus-sum.el (gnus-summary-caesar-message):
21084         Apply `gnus-treat-article' after rotation.
21086         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
21087         doc string.
21089 2005-02-22  Simon Josefsson  <jas@extundo.com>
21091         * encrypt.el (encrypt-password-cache-expiry): Remove (use
21092         `password-cache-expiry' instead).  Reported by Arne Jørgensen
21093         <arne@arnested.dk>.
21094         (encrypt): Add password-cache and password-cache-expiry as group
21095         members.
21097 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
21099         * smime.el (smime-ldap-host-list): Doc fix.
21100         (smime-ask-passphrase): Use `password-read-and-add' to read (and
21101         cache) password.
21102         (smime-sign-region): Use it.
21103         (smime-decrypt-region): Use it.
21104         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
21105         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
21106         fails.
21107         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
21108         certificate from DER to PEM format rather than calling openssl.
21110         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
21112         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
21113         for signing/encryption.
21115         * mml.el (mml-parse-1): Use them.
21117 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
21119         * nnrss.el (nnrss-verbose): Remove.
21120         (nnrss-request-group): Use `nnheader-message' instead.
21122 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
21124         * nnrss.el (nnrss-verbose): New variable.
21125         (nnrss-request-group): Make it say nnrss is requesting a group.
21127 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
21129         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
21130         Handle news URL with given port correctly.
21132 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21134         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
21135         containing special characters.
21137         * gnus-sum.el (gnus-summary-edit-article): Ditto.
21139         * mml.el (mime-to-mml): Ditto.
21141         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
21142         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
21143         (rfc2047-decode-region): Quote decoded words containing special
21144         characters when rfc2047-quote-decoded-words-containing-tspecials
21145         is non-nil.
21147 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
21149         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
21151         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
21153 2005-02-15  Simon Josefsson  <jas@extundo.com>
21155         * nnimap.el (nnimap-debug): Doc fix.
21157         * imap.el (imap-debug): Doc fix.
21159 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21161         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
21163 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
21165         * gnus.el (spam-contents): Improve docs for spam-contents
21166         parameter in its variable incarnation.
21168 2005-02-14  Simon Josefsson  <jas@extundo.com>
21170         * smime-ldap.el: Use require instead of load-library for ldap.
21171         (smime-ldap-search): Indent.
21172         (smime-ldap-search-internal): Shorten line.
21174         * smime.el (smime-cert-by-dns): Add doc-string.
21175         (smime-cert-by-ldap-1): Indent.
21177         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
21178         mml-smime-get-dns-ldap.
21179         (mml-smime-encrypt-query): Use new function.  Default to ldap.
21181 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
21183         * smime.el: Require smime-ldap.
21184         (smime-ldap-host-list): New variable.
21185         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
21187         * mml-smime.el (mml-smime-encrypt-query): New function.
21188         (mml-smime-encrypt-query): Use it.
21190         * smime-ldap.el: New file.
21192 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21194         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
21196 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
21198         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
21199         argument in doc string.  Make query for type more clear.
21201 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
21203         * gnus.el (gnus-group-startup-message): Search for gnus images in
21204         etc/images/gnus.
21205         * mm-util.el (mm-image-load-path): Likewise.
21206         * smiley.el (smiley-data-directory): Search for smilies in
21207         etc/images/smilies.
21209 2005-02-09  Kim F. Storm  <storm@cua.dk>
21211         Change Emacs release version from 21.4 to 22.1 throughout.
21212         Change Emacs development version from 21.3.50 to 22.0.50.
21214 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21216         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
21218         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
21219         non-Mule XEmacs as well.
21220         (mm-decompress-buffer): Signal an error intentionally if it does
21221         not decompress compressed data because auto-compression-mode is
21222         disabled.
21224 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
21226         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
21227         an ID in the registry even if it has no groups.
21229 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21231         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
21232         merge it into mm-decompress-buffer.
21233         (gnus-mime-copy-part): Use the MIME part charset, the value which
21234         a user specified or gnus-newsgroup-charset for decoding, like
21235         gnus-mime-inline-part does; set buffer-file-coding-system to tell
21236         save-buffer what was used.  Suggested by Kevin Ryde
21237         <user42@zip.com.au>.
21238         (gnus-mime-inline-part): Allow the name parameter as well as the
21239         filename parameter; force decompressing of compressed data; always
21240         display contents being not decoded as unibyte.
21242         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
21243         as well as the filename parameter.
21245         * mm-util.el (mm-decompress-buffer):
21246         Merge gnus-mime-jka-compr-maybe-uncompress.
21247         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
21248         of compressed data.
21250 2005-02-08  Simon Josefsson  <jas@extundo.com>
21252         * imap.el (imap-log): Doc fix.
21254 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21256         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
21257         the coding cookies; decompress compressed parts.
21259         * mml.el (mml-generate-mime-1): Add the charset parameter according
21260         to the value which a user specified manually or the coding cookie.
21262         * mm-util.el (mm-string-to-multibyte): New function.
21263         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
21264         (mm-coding-system-to-mime-charset): New function.
21265         (mm-decompress-buffer): New function.
21266         (mm-find-buffer-file-coding-system): New function.
21268         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
21269         (mm-display-inline-fontify): Rewrite for decoding and decompressing
21270         parts.
21272 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21274         * mm-view.el (mm-display-inline-fontify): Decode a part according
21275         to the charset parameter.
21277 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21279         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
21280         prefix arg is neither nil nor a number, as info specifies.
21282 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21284         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
21285         timestamps.
21287 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
21289         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
21290         groups error checking and notify user.
21292 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
21294         * message.el (message-send-mail-function): Check existence of
21295         sendmail-program first before using default value
21296         `message-send-mail-with-sendmail'.  Otherwise use more generic
21297         `smtpmail-send-it'.
21299 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21301         * nntp.el (nntp-request-update-info): Always return nil.
21303 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21305         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
21307 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
21309         * message.el (message-beginning-of-line): Change the behavior when
21310         invoked between BOL and : so that it first moves backward.
21312 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21314         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
21315         article buffer when editing of the article is discarded.
21316         (gnus-article-prepare): Revert.
21318 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21320         * gnus-art.el (gnus-article-prepare):
21321         Remove message-strip-forbidden-properties from the local hook.
21323 2005-01-27  Simon Josefsson  <jas@extundo.com>
21325         * password.el (password-cache-add): Only start one timer per key.
21326         Reported by Derek Atkins <warlord@MIT.EDU>.
21328 2005-01-26  Steve Youngs  <steve@sxemacs.org>
21330         * run-at-time.el: Remove.  It is no longer needed as
21331         timer-funcs.el in the xemacs-base package has a working version of
21332         `run-at-time'.
21334         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
21336         * password.el: Require timer-funcs instead of run-at-time in
21337         XEmacs.
21338         Remove `password-run-at-time' macro.
21339         (password-cache-add): Use `run-at-time' instead of
21340         `password-run-at-time'.
21342         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
21343         Remove `nnheader-cancel-function-timers' alias,
21344         `cancel-function-timers' exists in XEmacs in timer-funcs.
21346         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
21347         for `run-with-idle-timer'.
21349         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
21350         for `run-at-time'.
21352         * mm-url.el: Require timer-funcs at compile time when in XEmacs
21353         for `with-timeout'.
21355         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
21356         the same as for XEmacs 21.4.
21357         No need to ignore `run-with-idle-timer', this function exists in
21358         XEmacs now in timer-funcs.el in the xemacs-base package.
21359         (dgnushack-compile): No need to delete
21360         run-at-time.el from the list of files to compile because it
21361         doesn't exist anymore.
21363 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21365         * mml.el (mml-generate-mime-1): Convert string into unibyte when
21366         inserting " *mml*" buffer's contents into a unibyte temp buffer.
21368 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
21370         * mail-source.el (mail-source-fetch-imap): Search for ^From case
21371         sensitively.
21373 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
21375         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
21377 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21379         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
21380         which will be inserted according to the multibyteness of a buffer
21381         rather than the type of contents.  Suggested by ARISAWA Akihiro
21382         <ari@mbf.ocn.ne.jp>.
21384         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
21385         of string which old xml.el may return rather than a string.
21387 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21389         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
21391 2005-01-16  Simon Josefsson  <jas@extundo.com>
21393         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
21394         idn/idna.el isn't available.
21395         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
21396         <michael@waxrat.com>.
21398         * hashcash.el: Remove non-FSF copyright header.
21400         * hashcash.el (hashcash-extra-generate-parameters): New variable.
21401         (hashcash-generate-payment): Use it.
21402         (hashcash-generate-payment-async): Use it.
21404 2005-01-15  Simon Josefsson  <jas@extundo.com>
21406         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
21407         Suggested by Raymond Scholz <ray-2005@zonix.de>.
21409         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
21410         gnus-summary-idna-message.
21411         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
21412         (gnus-summary-idna-message): New function.
21414 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
21416         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
21417         gnus-novice-user.
21419 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21421         * nnrss.el (nnrss-request-delete-group): Delete entries in
21422         nnrss-group-alist as well.
21423         (nnrss-save-server-data): Insert newline.
21425 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
21427         * gnus.el (gnus-user-agent): Use list of symbols instead of
21428         symbols.  Display full version number for (S)XEmacs.
21429         Optionally display (S)XEmacs codename.
21431         * gnus-util.el (gnus-emacs-version): Update for new
21432         `gnus-user-agent'.
21434         * gnus-msg.el (gnus-extended-version): Make it possible to omit
21435         Gnus version.
21437 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21439         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
21440         which is unreadable in some setups.
21442 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21444         * gnus-spec.el (gnus-update-format-specifications): Flush the
21445         group format spec cache if it doesn't support decoded group names.
21447 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
21449         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
21450         Allow to apply decay on score files matching a regexp.
21452 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21454         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
21455         compatibility in %g and %c.
21457 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21459         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
21460         name for only %g and %c.
21461         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
21462         of gnus-tmp-group to decoded group name.
21463         (gnus-group-make-rss-group): Exclude `/'s from group names.
21465 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21467         * nnrss.el (nnrss-get-encoding): Fix regexp.
21469 2004-12-27  Simon Josefsson  <jas@extundo.com>
21471         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
21472         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
21473         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
21475 2004-12-17  Kim F. Storm  <storm@cua.dk>
21477         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
21479         * gnus-sum.el (gnus-summary-mode-map): Likewise.
21481 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
21483         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
21485 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21487         * nnrss.el: Require rfc2047 and mml.
21488         (nnrss-file-coding-system): New variable.
21489         (nnrss-format-string): Redefine it as an inline function.
21490         (nnrss-decode-group-name): New function.
21491         (nnrss-string-as-multibyte): Remove.
21492         (nnrss-retrieve-headers): Decode group name; don't use
21493         nnrss-format-string.
21494         (nnrss-request-group): Decode group name.
21495         (nnrss-request-article): Decode group name; allow a Message-ID as
21496         well as an article number; don't use nnrss-format-string; encode a
21497         Message-ID string which may contain non-ASCII characters; use
21498         mml-to-mime to compose a MIME article.
21499         (nnrss-request-expire-articles): Decode group name.
21500         (nnrss-request-delete-group): Decode group name.
21501         (nnrss-fetch): Clarify error message.
21502         (nnrss-read-server-data): Use insert-file-contents instead of load;
21503         bind file-name-coding-system; use multibyte buffer.
21504         (nnrss-save-server-data): Bind coding-system-for-write to the
21505         value of nnrss-file-coding-system; bind file-name-coding-system;
21506         add coding cookie.
21507         (nnrss-read-group-data): Use insert-file-contents instead of load;
21508         bind file-name-coding-system; use multibyte buffer.
21509         (nnrss-save-group-data): Bind coding-system-for-write to the
21510         value of nnrss-file-coding-system; bind file-name-coding-system.
21511         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
21512         make it work with non-ASCII text.
21513         (nnrss-find-el): Make it work with old xml.el as well.
21515 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
21517         * nnrss.el (nnrss-get-encoding): New function.
21518         (nnrss-fetch): Use unibyte buffer initially; bind
21519         coding-system-for-read while performing mm-url-insert; remove ^Ms;
21520         decode contents according to the encoding attribute.
21521         (nnrss-save-group-data): Add coding cookie.
21522         (nnrss-mime-encode-string): New function.
21523         (nnrss-check-group): Use it to encode subject and author.
21525 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
21527         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
21528         imaginary variable.
21530 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21532         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
21533         correctly even if there are wide characters.
21535 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
21537         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
21538         downcased symbol names; make a new cache instead of reusing
21539         bbdb-hashtable.
21541 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21543         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
21544         concatenating segments rather than before concatenating them.
21545         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21547         * message.el (message-get-reply-headers): Bind `extra'.
21549 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21551         * message.el (message-extra-wide-headers): New variable.
21552         (message-get-reply-headers): Use it.
21554 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21556         * gnus-agent.el (gnus-agent-group-path): Decode group name.
21557         (gnus-agent-group-pathname): Ditto.
21559         * gnus-cache.el (gnus-cache-file-name): Decode group name.
21561         * gnus-group.el (gnus-group-make-group): Decode group name.
21562         (gnus-group-make-rss-group): Register the group data after opening
21563         the nnrss group.
21565 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
21567         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
21568         by expiry now get marked as read.
21570 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21572         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
21574 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
21576         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
21577         unify Latin characters in XEmacs.
21578         (mm-find-mime-charset-region): Use it.
21580 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21582         * gnus-util.el (gnus-delete-directory): New function.
21584         * gnus-agent.el (gnus-agent-delete-group): Use it.
21586         * gnus-cache.el (gnus-cache-delete-group): Use it.
21588 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21590         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
21591         names.
21593 2004-12-16  Simon Josefsson  <jas@extundo.com>
21595         * hashcash.el (hashcash-payment-alist): Fix custom :type.
21597 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21599         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
21601         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
21602         (gnus-group-set-current-level): Decode group name.
21604 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
21606         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
21607         failed.
21609 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21611         * gnus-group.el (gnus-group-delete-group): Decode group name.
21612         (gnus-group-make-rss-group): Encode group name.
21613         (gnus-group-catchup-current): Decode group name.
21614         (gnus-group-kill-group): Decode group name.
21616 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
21618         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
21620 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21622         * gnus-group.el (gnus-group-make-rss-group):
21623         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
21625         * gnus-start.el (gnus-setup-news): Honor user's setting to
21626         gnus-message-archive-method.  Suggested by Lute Kamstra
21627         <lute@gnu.org>.
21629 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
21631         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
21632         global counterparts of the buffer-local variables.
21634 2004-11-16  Romain Francoise  <romain@orebokech.com>
21636         * gnus-sum.el (gnus-summary-exit): Don't clear the global
21637         counterparts of the buffer-local variables.
21639 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
21641         * message.el (message-forbidden-properties): Fix typo in doc
21642         string.
21644 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
21646         * gnus-util.el (gnus-replace-in-string): Add doc string.
21648         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
21649         to avoid problems when splitting mails with many recipients.
21651 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21653         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
21654         pop-to-buffer, covered by the subsequent gnus-configure-windows.
21656 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
21658         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
21659         if there is no hashtable in memory or file modification time is
21660         newer than cached timestamp.
21662 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
21664         * gnus-sum.el (gnus-summary-limit-to-recipient):
21665         Implement not-matching option.
21667 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
21669         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
21670         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
21671         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
21672         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
21673         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
21674         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
21676 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21678         * message.el (message-forward-make-body-mml): Remove headers
21679         according to message-forward-ignored-headers if a message is decoded.
21681 2004-12-02  Romain Francoise  <romain@orebokech.com>
21683         * message.el (message-forward-make-body-plain): Always remove
21684         headers according to message-forward-ignored-headers.
21686 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
21688         * spam.el (spam-summary-prepare-exit): Remove the
21689         gnus-summary-limit pop for now, it has problems with ham marks for
21690         me.
21692 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
21694         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
21695         correctly.
21697 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
21699         * format-spec.el (format-spec): Message the char.
21701 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
21703         * gnus-art.el (gnus-split-methods): Reformat comments.
21705         * spam.el (spam-summary-prepare-exit): Remove article limits
21706         before exiting the summary buffer.
21708 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21710         * lpath.el: Remove bbdb-create-internal, bbdb-records,
21711         spam-BBDB-register-routine and spam-enter-ham-BBDB.
21713         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
21714         order to silence the byte compiler.
21716         * spam.el: Fix the way to silence the byte compiler, which
21717         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
21718         bbdb-search-simple, spam-BBDB-register-routine,
21719         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
21720         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
21721         spam-stat-buffer-is-spam, spam-stat-load,
21722         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
21723         spam-stat-save and spam-stat-split-fancy.
21725 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21727         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
21728         which may confuse users.
21729         (canlock-password-for-verify): Ditto.
21731         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
21733         * gnus-art.el (gnus-emphasis-alist): Ditto.
21735         * gnus-registry.el (gnus-registry-max-entries): Ditto.
21737         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
21739         * gnus-start.el (gnus-save-killed-list): Ditto.
21741         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
21742         (gnus-sum-thread-tree-root): Ditto.
21743         (gnus-sum-thread-tree-false-root): Ditto.
21744         (gnus-sum-thread-tree-single-indent): Ditto.
21746         * message.el (message-courtesy-message): Ditto.
21747         (message-archive-note): Ditto.
21748         (message-subscribed-address-file): Ditto.
21749         (message-user-fqdn): Ditto.
21751         * spam-report.el (spam-report-gmane-regex): Ditto.
21753         * spam.el (spam-blackhole-good-server-regex): Ditto.
21755 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21757         * mml.el (mml-preview): Widen the message buffer before copying
21758         the contents to the preview buffer; sort headers before previewing.
21760         * message.el (message-hidden-headers): Fix the way to avoid a bug
21761         in the `repeat' widget in Emacs 21.3 or earlier.
21763 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21765         * message.el (message-hidden-headers): Default to "^References:".
21766         Improve customization type.  Suggested by Reiner Steib
21767         <Reiner.Steib@gmx.de>.
21769 2004-11-25  Romain Francoise  <romain@orebokech.com>
21771         * message.el (message-strip-forbidden-properties): Remove check for
21772         obsolete `message-hidden' text property, hidden headers are not
21773         accessible in the buffer anymore.
21775 2004-11-22  Romain Francoise  <romain@orebokech.com>
21777         * message.el (message-header-format-alist): Add `From' in list
21778         so that it can be sorted.
21779         (message-fix-before-sending): Widen and sort headers before
21780         sending.
21781         (message-hide-headers): Use narrowing to hide headers by moving
21782         them to the top of the buffer and narrowing to the region
21783         underneath.
21785 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21787         * message.el (message-strip-forbidden-properties):
21788         Bind buffer-read-only (etc) to nil.
21790 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21792         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
21793         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21795 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
21797         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
21799 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21801         * dns.el (query-dns): Use sit-for to time instead of
21802         accept-process-output, since that doesn't seem to work on udp
21803         sockets.
21805 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21807         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
21809 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
21811         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
21812         doc string.  Improve doc string.
21814 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21816         * nntp.el (nntp-request-update-info): Return nil if
21817         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
21818         may not call gnus-activate-group which uselessly issues the GROUP
21819         commands for all nntp groups and wastes time.  Reported by Romain
21820         Francoise <romain@orebokech.com>.
21822         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
21824 2004-11-15  Simon Josefsson  <jas@extundo.com>
21826         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
21827         headers separately.
21828         (gnus-button-openpgp): New function, inspired by Jochen Küpper
21829         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
21831 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
21833         * gnus-start.el (gnus-convert-old-newsrc):
21834         Assign legacy-gnus-agent to 5.10.7.
21836 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21838         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
21839         start of the lines.
21841 2004-11-14  Magnus Henoch  <mange@freemail.hu>
21843         * hashcash.el (hashcash-default-payment): Change default to 20.
21844         (hashcash-default-accept-payment): Change default to 20.
21845         (hashcash-process-alist): New variable.
21846         (hashcash-generate-payment-async): Add.
21847         (hashcash-already-paid-p): Add.
21848         (hashcash-insert-payment): Don't generate payments twice.
21849         (hashcash-insert-payment-async): Add.
21850         (hashcash-insert-payment-async-2): Add.
21851         (hashcash-cancel-async): Add.
21852         (hashcash-wait-async): Add.
21853         (hashcash-processes-running-p): Add.
21854         (hashcash-wait-or-cancel): Add.
21855         (mail-add-payment): New optional argument.  Conditionally start
21856         asynchronous calculation.
21857         (mail-add-payment-async): Add.
21859         * message.el (message-send-mail): Wait for asynchronous hashcash
21860         results.  Don't clobber existing X-Hashcash headers.
21861         (message-setup-1): Call mail-add-payment-async when
21862         message-generate-hashcash is non-nil.
21864 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
21866         * message.el (message-use-alternative-email-as-from): Examine the
21867         From header as well; use message-make-from in order to include a
21868         user's full name.
21870 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21872         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
21873         default; improve customization type.
21874         (gnus-emphasis-custom-with-format): New macro.
21875         (gnus-emphasis-custom-value-to-external): New function.
21876         (gnus-emphasis-custom-value-to-internal): New function.
21878 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21880         * dns.el (query-dns): Resolve reverse addresses.
21882 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21884         * gnus-group.el (gnus-group-get-new-news): Use it.
21886         * gnus-start.el (gnus-check-reasonable-setup): New function.
21888 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21890         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
21891         "Args out of range" error.  Reported by Arnaud Giersch
21892         <arnaud.giersch@free.fr>.
21894 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
21896         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
21898 2004-11-04  Richard M. Stallman  <rms@gnu.org>
21900         * spam.el (spam group): Add :version.
21902         * pgg-def.el (pgg group): Add :version.
21904 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21906         * gnus-art.el (gnus-article-edit-article): Don't associate the
21907         article buffer with a draft file.  This is a temporary measure
21908         against the 2004-08-22 change to gnus-article-edit-mode.
21910 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21912         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
21913         (html2text-format-tags): Remove unused variable `attr'.
21915 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
21917         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
21919         * tls.el (tls-process-connection-type, tls-success)
21920         (tls-certtool-program): Add :version.
21922         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
21923         (starttls-extra-arguments, starttls-process-connection-type)
21924         (starttls-connect, starttls-failure, starttls-success): Add :version.
21926         * spam-stat.el (spam-stat): Add :version.
21928         * sieve.el (sieve): Add :version.
21930         * sha1.el (sha1): Add :version.
21931         (sha1-use-external): Remove redundant version.
21933         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
21934         (nnmail-cache-ignore-groups, nnmail-spool-hook)
21935         (nnmail-split-fancy-match-partial-words)
21936         (nnmail-split-lowercase-expanded): Add :version.
21938         * nndiary.el (nndiary): Add :version.
21940         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
21942         * mml-sec.el (mml-default-sign-method)
21943         (mml-default-encrypt-method, mml-signencrypt-style-alist):
21944         Add :version.
21946         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
21948         * mm-url.el (mm-url-use-external, mm-url-program)
21949         (mm-url-arguments): Add :version.
21951         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
21952         (mm-attachment-file-modes, mm-decrypt-option)
21953         (mm-w3m-safe-url-regexp): Add :version.
21955         * message.el (message-cite-prefix-regexp)
21956         (message-sendmail-envelope-from, message-minibuffer-local-map)
21957         (message-user-fqdn, message-completion-alist): Add :version.
21959         * gnus-win.el (gnus-configure-windows-hook)
21960         (gnus-use-frames-on-any-display): Add :version.
21962         * gnus-art.el (gnus-article-address-banner-alist)
21963         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
21964         (gnus-treat-from-picon, gnus-treat-mail-picon)
21965         (gnus-treat-x-pgp-sig): Add :version.
21967         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
21968         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
21969         (gnus-summary-article-delete-hook)
21970         (gnus-summary-display-while-building): Add :version.
21972         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
21973         (gnus-get-top-new-news-hook): Add :version.
21975         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
21976         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
21978         * gnus-registry.el (gnus-registry): Add :version.
21980         * gnus-spec.el (gnus-use-correct-string-widths)
21981         (gnus-make-format-preserve-properties): Add :version.
21983         * gnus.el (gnus-group-charter-alist)
21984         (gnus-group-fetch-control-use-browse-url)
21985         (gnus-install-group-spam-parameters): Add :version.
21987         * gnus-diary.el (gnus-diary): Add :version.
21989         * gnus-delay.el (gnus-delay): Add :version.
21991         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
21992         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
21993         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
21994         Add :version.
21996         * gnus-agent.el (gnus-agent-max-fetch-size)
21997         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
21998         (gnus-agent-prompt-send-queue): Add :version.
22000         * deuglify.el (gnus-outlook-deuglify): Add :version.
22002         * html2text.el: Beautify code.  Improve doc strings.
22003         Some checkdoc cleanup.
22004         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
22006 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
22008         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
22010 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
22012         * gnus-registry.el (gnus-registry-hashtb): Create the registry
22013         when package is loaded.
22015         * spam.el (spam-summary-score-preferred-header): Add global preference
22016         for people who want to override the default SpamAssassin over
22017         Bogofilter preference (when both are set).
22018         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
22019         (spam-user-format-function-S):
22020         Check spam-summary-score-preferred-header.
22021         (spam-extra-header-to-number): Add X-Bogosity header parsing.
22022         (spam-user-format-function-S): Format the score correctly.
22024 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22026         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
22027         signature file.  Suggested by Manoj Srivastava
22028         <srivasta@golden-gryphon.com>.
22030         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
22031         iso-2022-jp even in the Japanese language environment.
22032         Suggested by Jason Rumney <jasonr@gnu.org>.
22034 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22036         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
22037         use the same characters as the dummy marks; make it free from
22038         getting affected by the language environment.
22039         (gnus-summary-read-group-1): Update mark positions only when the
22040         format spec is updated.
22042         * gnus-spec.el (gnus-update-format-specifications): Return a list
22043         of updated types.
22045 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22047         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
22048         of boundp to check if display-warning is available.
22050 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
22052         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
22054 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22056         * nnspool.el (nnspool-spool-directory): Use news-path if the
22057         news-directory variable is not bound.
22059         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
22060         function instead of display-warning if it is not available.
22062 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
22064         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
22065         v5-10: Use `point-at-bol'.
22067 2004-10-26  Simon Josefsson  <jas@extundo.com>
22069         * hashcash.el: Fix URL in comment, reported by Cheng Gao
22070         <chenggao@gmail.com>.
22072 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
22074         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
22075         instead.
22077 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
22079         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
22080         to remove a server from the nnimap-server-buffer-alist.
22081         (nnimap-open-connection, nnimap-close-server): Use it.
22083         * gnus-encrypt.el: Remove file in favor of encrypt.el.
22085 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22087         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
22088         running the major-mode function.
22090 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22092         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
22093         dummy marks in the right way.
22095 2004-10-18  David Edmondson  <dme@dme.org>
22097         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
22098         excessively.
22100 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
22102         * gnus-util.el (gnus-split-references): Accept a nil references
22103         string and go on blissfully.
22105         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
22106         cases where the references string is non-nil but has no references.
22108         * encrypt.el: Add autoload tags.
22110         * spam.el (spam-resolve-registrations-routine): Remove article
22111         from unregistration list too.  Reported by David Hanak
22112         <dhanak@isis.vanderbilt.edu>
22114 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
22116         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
22117         nil.  Change custom type.
22119 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
22121         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
22123         * gnus-sum.el (gnus-summary-move-article): Use it.
22125 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
22127         * encrypt.el: Add autoload cookies.
22129         * spam.el (spam-backend-article-list-property)
22130         (spam-backend-get-article-todo-list)
22131         (spam-backend-put-article-todo-list)
22132         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
22133         Resolve registrations separately.
22134         (spam-register-routine): Format comments.
22135         (spam-unregister-routine, spam-register-routine): Always call with
22136         specific-articles, no default list.
22137         (spam-summary-prepare-exit): Use the spam-classifications function.
22139         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
22140         gnus-encrypt.el.
22142         * encrypt.el: Copied from gnus-encrypt.el.
22144         * gnus-encrypt.el: Commented that it's obsolete.
22146 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
22148         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
22149         (gnus-score-save): Use it.
22151         * message.el (message-bury): Use `window-dedicated-p'.
22153 2004-10-15  Simon Josefsson  <jas@extundo.com>
22155         * pop3.el (top-level): Don't require nnheader.
22156         (pop3-read-timeout): Add.
22157         (pop3-accept-process-output): Add.
22158         (pop3-read-response, pop3-retr): Use it.
22160 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
22162         * spam.el (spam-register-routine): Move comment.
22163         (spam-verify-bogofilter): Use 'unknown for the initial
22164         spam-bogofilter-valid state, not 'never.
22166         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
22167         for netrc-machine.
22169         * nnimap.el (nnimap-open-connection):
22170         Use netrc-machine-user-or-password.
22172 2004-10-17  Richard M. Stallman  <rms@gnu.org>
22174         * gnus-registry.el (gnus-registry-unload-hook):
22175         Set as a variable with add-hook.
22177         * nnspool.el (nnspool-spool-directory): Use news-directory instead
22178         of news-path.
22180         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
22182         * spam.el: Delete duplicate `provide'.
22183         (spam-unload-hook): Set as a variable with add-hook.
22185 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
22187         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
22188         in the doc string.
22190         * message.el (message-ignored-news-headers)
22191         (message-ignored-supersedes-headers)
22192         (message-ignored-resent-headers)
22193         (message-forward-ignored-headers): Improve custom type.
22195 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22197         * message.el (message-tokenize-header): Fix 2004-09-06 change
22198         which used point-min in the wrong place.
22200 2004-10-12  Simon Josefsson  <jas@extundo.com>
22202         * tls.el (tls-certtool-program): New variable.
22203         (tls-certificate-information): New function, based on
22204         ssl-certificate-information.
22206 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22208         * compface.el: Move the version of ELisp-based uncompface program
22209         to the contrib directory because of the copyright problem.
22211 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
22213         * message.el (message-kill-buffer): Raise the current frame.
22215 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
22217         * gnus-sum.el: Mention that multibyte characters don't work as marks.
22219         * gnus.el (message-y-or-n-p): Autoload.
22221         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
22222         (pop3-password-required, pop3-authentication-scheme)
22223         (pop3-leave-mail-on-server): Make customizable.
22224         (pop3): New custom group.
22225         (pop3-retr): Remove `sleep-for' statements.
22226         Suggested by Dave Love <fx@gnu.org>.
22228         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
22229         Windows/DOS.
22231         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
22232         (imap-parse-body): Fix incorrect use of `assert'.
22233         Suggested by Dave Love <fx@gnu.org>.
22235         * mml.el (mml-minibuffer-read-disposition): Require match.
22236         Suggested by Dave Love <fx@gnu.org>.
22238 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
22240         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
22241         doc string.
22243 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
22245         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
22247 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22249         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
22250         instead of calling `mm-insert-inline', to decode text/* parts
22251         before displaying them.
22253 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22255         * mm-uu.el (mm-uu-text-plain-type): New variable.
22256         (mm-uu-pgp-signed-extract-1): Use it.
22257         (mm-uu-pgp-encrypted-extract-1): Use it.
22258         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
22259         bind mm-uu-text-plain-type with that value.
22260         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
22261         mm-uu-dissect.
22263 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22265         * gnus-group.el (gnus-update-group-mark-positions):
22266         * gnus-sum.el (gnus-update-summary-mark-positions):
22267         * message.el (message-check-news-body-syntax):
22268         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
22269         of string-as-multibyte.
22271 2004-10-05  Juri Linkov  <juri@jurta.org>
22273         * gnus-group.el (gnus-update-group-mark-positions):
22274         * gnus-sum.el (gnus-update-summary-mark-positions):
22275         * message.el (message-check-news-body-syntax):
22276         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
22277         8-bit unibyte values to a multibyte string for search functions.
22279 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22281         * mm-uu.el (mm-uu-dissect): Allow optional arg.
22282         (mm-uu-dissect-text-parts): New function.
22284         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
22285         dissect text parts.
22287         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
22288         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
22290         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
22292         * gnus-topic.el (gnus-topic-hierarchical-parameters):
22293         Use gnus-current-topics instead of gnus-current-topic.
22295 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
22297         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
22299 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
22301         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
22302         where appropriate.
22304         * nnml.el (nnml-generate-active-info): do.
22306         * nndiary.el (nndiary-generate-active-info): do.
22308         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
22309         (gnus-topic-move): do.
22311         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
22312         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
22314         * gnus-srvr.el (gnus-server-prepare)
22315         (gnus-server-open-all-servers): do.
22317         * gnus-msg.el (gnus-summary-cancel-article)
22318         (gnus-summary-resend-message)
22319         (gnus-summary-mail-crosspost-complaint): do.
22321         * gnus-move.el (gnus-change-server): do.
22323         * gnus-group.el (gnus-group-unmark-all-groups)
22324         (gnus-group-set-current-level): do.
22326 2004-10-04  Simon Josefsson  <jas@extundo.com>
22328         * message.el (message-generate-hashcash): Doc fix.
22330 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
22332         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
22333         avoid infinite recursion via gnus-get-function.
22335 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
22337         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
22339         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
22341         * nnmail.el (nnmail-split-history): do.
22343         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
22344         (nnml-request-delete-group): do.
22346         * nnslashdot.el (nnslashdot-read-groups): do.
22348         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
22349         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
22351         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
22352         (nnspool-sift-nov-with-sed): Use last.
22353         (nnspool-retrieve-headers-with-nov): Use mapc.
22354         (nnspool-request-newgroups): Use dolist.
22355         (nnspool-request-group): Use last.
22357         * nntp.el (nntp-read-server-type): Use dolist.
22359         * nnvirtual.el (nnvirtual-create-mapping)
22360         (nnvirtual-update-read-and-marked): Use dolist.
22361         (nnvirtual-convert-headers): Simplify.
22363 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
22365         * gnus-agent.el (gnus-agent-synchronize-group-flags):
22366         Add support for sync'ing tick marks.
22368 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22370         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
22371         there's no visible header.
22373 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
22375         * gnus-agent.el (gnus-agent-synchronize-group-flags):
22376         When necessary, pass full group name to gnus-request-set-marks.
22378 2004-10-01  Simon Josefsson  <jas@extundo.com>
22380         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
22381         acroread.
22383 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22385         * spam-report.el (spam-report-gmane): Fix interactive.
22387         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
22389         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
22390         when writing file.
22391         (gnus-agent-synchronize-flags): Don't default to being
22392         interactive.
22394 2004-09-30  Simon Josefsson  <jas@extundo.com>
22396         * message.el (message-generate-hashcash): Add.
22397         (message-send-mail): Use it, call mail-add-payment.
22399 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
22401         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
22403 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
22405         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
22406         gnus-requst-update-info with explicit code to sync the in-memory
22407         info read flags with the marks being sync'd to the backend.
22409         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
22411 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
22413         * spam.el (spam-verify-bogofilter): Add new function.
22414         (spam-check-bogofilter)
22415         (spam-bogofilter-register-with-bogofilter): Use it.
22416         (spam-verify-bogofilter): Add small fixes.
22418 2004-09-28  Simon Josefsson  <jas@extundo.com>
22420         * hashcash.el (hashcash-generate-payment): Revert.
22422 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
22424         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
22425         Use gnus-extract-references instead of gnus-split-references.
22427         * gnus-util.el (gnus-extract-references): Add new function, analogous
22428         to gnus-split-references but extracts only the message-ID without
22429         anything extra.
22431         * hashcash.el (hashcash-generate-payment)
22432         (hashcash-check-payment): Do the right thing if hashcash-path is
22433         nil (because the hashcash program could not be found).
22435         * spam.el (spam-use-hashcash): Remove comment.
22437 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
22439         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
22440         (gnus-cache-enter-article, gnus-cache-remove-article)
22441         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
22443         * gnus-async.el (gnus-async-prefetch-remove-group): do.
22445         * gnus-art.el (article-hide-boring-headers)
22446         (article-translate-strings, article-display-face)
22447         (gnus-article-mime-match-handle-first)
22448         (gnus-article-highlight-headers)
22449         (gnus-article-add-buttons-to-head): do.
22451 2004-09-27  Simon Josefsson  <jas@extundo.com>
22453         * hashcash.el: New version, from
22454         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
22455         ../contrib/.
22457 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22459         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
22461 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
22463         * gnus-dup.el (gnus-dup-open): Use mapc.
22464         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
22466         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
22467         Reported by Stefan Wiens <s.wi@gmx.net>.
22469         * gnus.el (gnus-shutdown): Use dolist.
22471         * gnus-undo.el (gnus-undo): Use mapc.
22473         * nnrss.el (nnrss-generate-active): do.
22475         * message.el (message-cite-original-without-signature)
22476         (message-cite-original): Use mapc.
22477         (message-do-actions, message-make-forward-subject): Use dolist.
22479 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
22481         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
22482         deletion to remove entire duplicate line.  Fixes merged article
22483         number bug.
22485 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
22487         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
22488         servers that are offline.  Avoids having gnus-agent-toggle-plugged
22489         first ask if you want to open a server and then, even when you
22490         responded with no, asking if you want to synchronize the server's
22491         flags.
22492         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
22493         multi-line expressions.
22494         (gnus-agent-synchronize-group-flags): New internal function.
22495         Updates marks in memory (in the info structure) AND in the
22496         backend.
22498         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
22500         * nnagent.el (nnagent-request-set-mark):
22501         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
22502         method, to ensure that synchronization updates marks in the
22503         backend and in the info (in memory) structure.
22505 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22507         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
22508         convention fully; don't miss the root article of a thread; make
22509         the X-Draft-From header with correct article numbers.
22511 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
22513         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
22514         unless plugged.  Disable the agent so that an open failure causes
22515         an error.
22517         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
22518         Revert 2004-09-21 change.  The backend must be opened while
22519         synchronizing flags even when the backend stores the flags
22520         locally.
22522 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
22524         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
22525         in `header' match.  Reported by Svend Tollak Munkejord.
22527         * message.el (message-cite-original): Fix use of
22528         `message-cite-articles-with-x-no-archive'.
22530 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22532         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
22533         (gnus-window-to-buffer): Ditto.
22535         * mml.el (mml-preview-buffer): New variable.
22536         (mml-preview): Manage window layout with gnus-buffer-configuration.
22538         * gnus-msg.el (gnus-setup-message): Put article numbers into the
22539         X-Draft-From header even if those articles aren't quoted.
22541 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
22543         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
22544         (gnus-request-set-mark, gnus-request-update-mark): Use new
22545         g-s-t-u-l-m to decide to use backend even when unplugged.
22547 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22549         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
22550         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
22552 2004-09-20  Simon Josefsson  <jas@extundo.com>
22554         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
22555         "utf-16-le".
22557 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
22559         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
22561 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
22563         * uudecode.el (uudecode-use-external): Add :version.
22565         * smime.el (smime-CA-file, smime-encrypt-cipher)
22566         (smime-dns-server): Add :version.
22568         * smiley.el (gnus-smiley-file-types): Add :version.
22570         * sha1.el (sha1-use-external): Add :version.
22572         * pgg-def.el (pgg-query-keyserver): Add :version.
22574         * nnmail.el (nnmail-fancy-expiry-targets)
22575         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
22576         Add :version.
22578         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
22579         (nnimap-retrieve-groups-asynchronous): Add :version.
22580         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
22582         * mml.el (mml-content-disposition-parameters)
22583         (mml-insert-mime-headers-always): Add :version.
22585         * mm-util.el (mm-coding-system-priorities): Add :version.
22587         * mm-decode.el (mm-inline-text-html-with-images)
22588         (mm-keep-viewer-alive-types, mm-external-terminal-program)
22589         (mm-verify-option): Add :version.
22590         (mm-text-html-renderer): Change :version.
22592         * message.el (message-fcc-externalize-attachments)
22593         (message-required-headers, message-draft-headers)
22594         (message-subject-trailing-was-query)
22595         (message-subject-trailing-was-ask-regexp)
22596         (message-subject-trailing-was-regexp, message-mark-insert-begin)
22597         (message-mark-insert-end, message-archive-header)
22598         (message-archive-note, message-cross-post-default)
22599         (message-cross-post-note, message-followup-to-note)
22600         (message-cross-post-note-function, message-use-mail-followup-to)
22601         (message-subscribed-address-functions)
22602         (message-subscribed-address-file, message-subscribed-addresses)
22603         (message-subscribed-regexps, message-allow-no-recipients)
22604         (message-yank-cited-prefix, message-signature-insert-empty-line)
22605         (message-hidden-headers, message-hierarchical-addresses)
22606         (message-mail-user-agent, message-use-idna)
22607         (message-valid-fqdn-regexp)
22608         (message-strip-special-text-properties, message-header-synonyms)
22609         (message-beginning-of-line, message-tab-body-function): Add :version.
22610         (message-insert-canlock, message-wide-reply-confirm-recipients):
22611         Change :version.
22613         * mail-source.el (mail-source-ignore-errors): Add :group, :type
22614         and :version.
22615         (mail-source-delete-old-incoming-confirm)
22616         (mail-source-movemail-program): Add :version.
22618         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
22619         (gnus-agent-cache, gnus-agent): Change :version.
22621         * gnus-util.el (gnus-use-byte-compile): Change :version.
22623         * gnus-sum.el (gnus-summary-make-false-root-always)
22624         (gnus-summary-default-high-score)
22625         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
22626         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
22627         (gnus-read-all-available-headers, gnus-article-emulate-mime)
22628         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
22629         (gnus-sum-thread-tree-single-indent)
22630         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
22631         (gnus-sum-thread-tree-leaf-with-other)
22632         (gnus-sum-thread-tree-single-leaf): Add :version.
22633         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
22634         (gnus-article-loose-mime): Change :version.
22636         * gnus-start.el (gnus-backup-startup-file)
22637         (gnus-save-startup-file-via-temp-buffer): Add :version.
22639         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
22640         (gnus-server-offline-face): Add :version.
22642         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
22644         * gnus-msg.el (gnus-gcc-externalize-attachments)
22645         (gnus-debug-files, gnus-debug-exclude-variables)
22646         (gnus-discouraged-post-methods): Change :version.
22647         (gnus-confirm-mail-reply-to-news)
22648         (gnus-confirm-treat-mail-like-news): Add :version.
22650         * gnus-int.el (gnus-server-unopen-status): Add :version.
22652         * gnus-group.el (gnus-group-jump-to-group-prompt)
22653         (gnus-large-ephemeral-newsgroup)
22654         (gnus-fetch-old-ephemeral-headers): Add :version.
22656         * gnus-fun.el (gnus-x-face-directory)
22657         (gnus-convert-pbm-to-x-face-command)
22658         (gnus-convert-image-to-x-face-command)
22659         (gnus-convert-image-to-face-command): Add :version.
22661         * gnus-delay.el (gnus-delay-default-hour): Add :version.
22663         * gnus-cite.el (gnus-cite-blank-line-after-header)
22664         (gnus-article-boring-faces): Add :version.
22666         * gnus-art.el (gnus-buttonized-mime-types)
22667         (gnus-inhibit-mime-unbuttonizing)
22668         (gnus-treat-display-face)
22669         (gnus-treat-body-boundary): Change :version.
22670         (gnus-body-boundary-delimiter, gnus-picon-databases)
22671         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
22672         (gnus-treat-date-english, gnus-treat-fold-headers)
22673         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
22674         (gnus-treat-mail-picon, gnus-treat-wash-html)
22675         (gnus-article-encrypt-protocol)
22676         (gnus-use-idna, gnus-article-over-scroll)
22677         (gnus-mime-display-multipart-alternative-as-mixed)
22678         (gnus-mime-display-multipart-related-as-mixed)
22679         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
22680         (gnus-ctan-url, gnus-button-ctan-handler)
22681         (gnus-button-handle-ctan-bogus-regexp)
22682         (gnus-button-ctan-directory-regexp)
22683         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
22684         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
22685         (gnus-button-man-level, gnus-button-emacs-level)
22686         (gnus-button-message-level, gnus-button-browse-level): Add :version.
22688         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
22689         (gnus-agent-go-online): Change :version.
22690         (gnus-agent-expire-unagentized-dirs)
22691         (gnus-agent-auto-agentize-methods): Add :version.
22693         * flow-fill.el (fill-flowed-display-column)
22694         (fill-flowed-encode-column): Add :version.
22696         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
22697         (gnus-outlook-deuglify-unwrap-max)
22698         (gnus-outlook-deuglify-cite-marks)
22699         (gnus-outlook-deuglify-unwrap-stop-chars)
22700         (gnus-outlook-deuglify-no-wrap-chars)
22701         (gnus-outlook-deuglify-attrib-cut-regexp)
22702         (gnus-outlook-deuglify-attrib-verb-regexp)
22703         (gnus-outlook-deuglify-attrib-end-regexp)
22704         (gnus-outlook-display-hook): Add :version.
22706         * binhex.el (binhex-use-external): Add :version.
22708 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
22710         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
22711         and `invisible'.
22713 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
22715         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
22716         in gnus-registry-trim.
22718 2004-09-13  Simon Josefsson  <jas@extundo.com>
22720         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
22722         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
22724         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
22725         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
22726         <yamaoka@jpl.org>.
22727         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
22728         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
22729         <yamaoka@jpl.org>.
22731         * sieve.el (sieve-manage-mode): Ditto.
22733 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
22735         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
22737 2004-09-11  Simon Josefsson  <jas@extundo.com>
22739         * dns-mode.el: Add.
22741         * mm-view.el (mm-display-dns-inline): Add.
22743         * mm-decode.el (mm-inline-media-tests): Add text/dns.
22744         (mm-automatic-display): Ditto.
22746         * mailcap.el (mailcap-mime-data): Add text/dns.
22747         (mailcap-mime-extensions): Map .soa to text/dns.
22749 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
22751         * gnus-art.el (article-decode-mime-words, article-babel)
22752         (gnus-article-highlight-signature, gnus-article-add-buttons)
22753         (gnus-signature-toggle): Remove unnecessary bindings of
22754         `inhibit-read-only' inherited from v5.10 merge.
22756 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
22758         * nntp.el (nntp): New customization group.
22759         (nntp-authinfo-file): Add customization group.
22761         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
22763         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
22765         * gnus.el (to-address, to-list, subscribed)
22766         (large-newsgroup-initial): Ditto.
22768         * flow-fill.el (fill-flowed-display-column)
22769         (fill-flowed-encode-column): Ditto.
22771 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
22773         * message.el (message-tokenize-header, message-send-mail-with-qmail):
22774         Use point-min rather than 1.
22775         (message-send-mail): Use buffer-size rather than point-max.
22777         * gnus-sum.el (gnus-summary-search-article-forward):
22778         Signal a specific `search-failed' rather than a generic `error'.
22780         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
22781         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
22782         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
22784 2004-09-10  Simon Josefsson  <jas@extundo.com>
22786         * nndb.el (require): Remove tcp and duplicate cl.
22788 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22790         * gnus-agent.el (directory-files-and-attributes): Move forward.
22792 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
22794         * gnus-agent.el (directory-files-and-attributes):
22795         Optionally defined to support XEmacs.
22797 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
22799         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
22800         to avoid run-time CL dependencies.
22801         (gnus-agent-unfetch-articles): New function.
22802         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
22803         article numbers even when local .overview file is missing.
22804         (gnus-agent-read-article-number): New function.  Only accepts
22805         27-bit article numbers.
22806         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
22807         Use gnus-agent-read-article-number.
22808         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
22809         from backend while recognizing that article numbers in .overview
22810         must be valid.
22811         (gnus-agent-update-files-total-fetched-for):
22812         Use directory-files-and-attributes to improve performance.
22813         * gnus-int.el (gnus-request-move-article):
22814         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
22815         improve performance.
22817         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
22818         some users confused by references to .newsrc when they only have a
22819         .newsrc.eld file.
22820         (gnus-convert-mark-converter-prompt)
22821         (gnus-convert-converter-needs-prompt): Fix use of property list.
22822         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
22823         New function.  Used internally to only display 'gnus converting
22824         files' message when actually necessary.
22826         * gnus-sum.el (): Remove (require 'gnus-agent) as required
22827         methods now autoloaded.
22829 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
22831         * gnus-sum.el (gnus-summary-insert-subject): Remove list
22832         identifiers.
22834 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
22836         * gnus-picon.el: Fix indentation and closing parenthesis.
22838 2004-09-01  Simon Josefsson  <jas@extundo.com>
22840         * message.el (message-canlock-generate): Require sha1, not
22841         sha1-el.  (Can we get rid of this require altogether?  It is ugly
22842         to require within a function.  Sadly, if sha1.el isn't loaded, the
22843         let binding in m-c-g will hide the defcustom definition, which is
22844         bad.)
22846         * canlock.el: Require sha1, not sha1-el.
22848         * message.el: Don't autoload sha1 (there is a autoload cookie in
22849         sha1.el).
22851         * sha1-el.el: Rename to sha1.el.
22853 2004-08-30  Juanma Barranquero  <lektu@terra.es>
22855         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
22857 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22859         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
22861 2004-08-30  Kim F. Storm  <storm@cua.dk>
22863         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
22865         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
22866         Add :group 'nnimap.
22868 2004-08-30  Andreas Schwab  <schwab@suse.de>
22870         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
22871         ?* and ?\;.
22873         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
22874         and ?\' to symbol instead of whitespace.
22876 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22878         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
22880         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
22881         instead of re-search-forward.
22883         * gnus-uu.el (gnus-uu-save-article): Ditto.
22884         (gnus-uu-post-encode-uuencode): Ditto.
22886         * html2text.el (html2text-clean-list-items): Ditto.
22887         (html2text-clean-dtdd): Ditto.
22888         (html2text-format-tags): Ditto.
22890         * message.el (message-send-mail-with-sendmail): Fix regexp.
22891         (message-fill-field-general): Use search-forward instead of
22892         re-search-forward.
22893         (unbold-region): Ditto.
22895         * nnrss.el (nnrss-request-article): Ditto.
22897         * nnslashdot.el (nnslashdot-request-article): Ditto.
22899         * nnweb.el (nnweb-gmane-wash-article): Ditto.
22901         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
22902         "Unrecognized menu descriptor" error in XEmacs.
22904 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
22906         * gnus-sum.el (gnus-read-header): Don't remove a header for the
22907         parent article of a sparse article in the thread hashtb.
22909 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
22911         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
22912         (nnmail-expand-newtext): Lowercase expanded entries if
22913         nnmail-split-lowercase-expanded is non-nil.
22915 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22917         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
22919         * gnus-group.el (gnus-group-line-format-alist): Convert the value
22920         of gnus-tmp-news-method into string under XEmacs.  It will be
22921         passed to gnus-correct-length which takes only a string argument.
22923 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22925         * gnus-util.el (gnus-bind-print-variables): New macro.
22926         (gnus-prin1): Use it.
22927         (gnus-prin1-to-string): Use it.
22928         (gnus-pp): New function.
22929         (gnus-pp-to-string): New function.
22931         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
22932         Replace pp-to-string with gnus-pp-to-string.
22933         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
22934         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
22935         * gnus-msg.el (gnus-debug): Ditto.
22936         * gnus-score.el (gnus-score-save): Ditto.
22937         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
22938         gnus-pp-to-string.
22939         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
22940         with gnus-pp.
22941         * score-mode.el (gnus-score-pretty-print): Ditto.
22942         * webmail.el (webmail-debug): Ditto.
22944 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22946         * gnus-art.el (article-display-face, article-display-x-face):
22947         Use buffer-read-only.
22949 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22951         * gnus-art.el (article-hide-list-identifiers):
22952         Bind inhibit-read-only as t.
22954 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
22956         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
22958 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22960         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
22961         (gnus-narrow-to-page): Don't assume point-min == 1.
22962         (gnus-article-edit-mode): Derive from message-mode.
22964         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
22965         point-min == 1.
22967         * imap.el (imap-parse-address-list, imap-parse-body-ext):
22968         Disable incorrect use of `assert'.
22970         * message.el (message-mode): Set comment-start-skip.
22973 2004-08-22  Sam Steingold  <sds@gnu.org>
22975         * pop3.el (pop3-leave-mail-on-server): New user variable.
22976         (pop3-movemail): Delete mail only when it is nil.
22978 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
22980         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
22982         * mml.el (mml-preview): Use `pop-to-buffer'.
22984         * message.el (message-goto-mail-followup-to): Insert after "To".
22985         (message-carefully-insert-headers): Add comment.
22987         * gnus.el: Remove unused variable `gnus-article-check-size'.
22989         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
22991         * gnus-art.el (gnus-button-alist):
22992         Improve `gnus-button-handle-library' entry.
22994 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
22996         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
22997         Use downcase, since XEmacs capitalizes error messages differently.
22999 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
23001         * nntp.el: Add (require 'gnus) due to reference to
23002         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
23004 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
23006         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
23007         Bind `mm-fill-flowed'.
23009         * mm-decode.el (mm-dissect-singlepart): Check it.
23011 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
23013         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
23014         'imap' for netrc parsing.
23016 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
23018         * mailcap.el (mailcap-mime-data): Mark as risky.
23020 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23022         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
23023         may be included in the encoded word.
23024         (rfc2047-encode): Don't append a space if the encoded word
23025         includes close parenthesis.
23027 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23029         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
23030         of text within parentheses.
23032 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
23034         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
23035         (gnus-encrypt-write-file-contents): Make the password key the file
23036         name PLUS the cipher, not just the cipher.  Also remove failed
23037         passwords from the cache.
23039 2004-08-06  Simon Josefsson  <jas@extundo.com>
23041         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
23042         Doc fix.
23044 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
23046         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
23047         LWSP.
23049 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
23051         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
23052         Try to append in-reply-to: data to the references: header.
23054         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
23055         (netrc-parse): Use gnus-encrypt.el functions.
23057         * gnus-encrypt.el: Add new file for encryption support; currently
23058         does only a few GPG ciphers and an internal XOR cipher.
23060         * password.el: Add comments on using password-read-and-add.
23061         (password-read-and-add): Add function to read and add the
23062         password to the cache at once.
23064 2004-07-28  Simon Josefsson  <jas@extundo.com>
23066         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
23067         parameter (but don't use it, for now).
23069         * imap.el (imap-ssl-open): Use imap-process-connection-type,
23070         instead of hard coding to nil.
23072 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23074         * mm-view.el (mm-inline-image-emacs): Open lines under an image
23075         as mm-inline-image-xemacs does.
23077 2004-07-26  Simon Josefsson  <jas@extundo.com>
23079         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
23080         Revert part of 2004-07-17 change below.
23082 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23084         * rfc2047.el (rfc2047-encode-region): Don't infloop.
23085         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23087 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23089         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
23090         quotes that actually start with ">" at the beginning of the
23091         lines.
23093 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23095         * rfc2047.el (rfc2047-encode-region): Fix last change.
23096         (rfc2047-encode-parameter): Remove useless concat.
23098 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23100         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
23101         encode special characters; fix some kind of misconfigured headers;
23102         signal a real error if debug-on-quit or debug-on-error is non-nil.
23103         (rfc2047-encode-max-chars): New variable.
23104         (rfc2047-encode-1): Use it.
23105         (rfc2047-encode-parameter): New function.
23107         * mml.el (mml-insert-parameter): Remove an excessive space.
23109 2004-07-17  Simon Josefsson  <jas@extundo.com>
23111         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
23112         Kai Grossjohann <kai@emptydomain.de>.
23113         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
23114         (gnus-group-make-menu-bar): Ditto.
23116         * gnus-util.el (gnus-group-server): Add.
23118 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
23120         * message.el (message-clone-locals): Clone sendmail and smtp
23121         variables.
23123 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23125         * rfc2047.el (rfc2047-encode-region): Fix last change.
23127 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23129         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
23130         characters as non-special.
23132 2004-07-09  Simon Josefsson  <jas@extundo.com>
23134         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
23135         Users will lose all flag changes made while unplugged with
23136         e.g. nntp unless flag synchronization happens, thus `nil' is not a
23137         good default.  See numerous reports on ding mailing list.
23139 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23141         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
23142         add generate-head-function and generate-article-function to the
23143         rfc822-forward entry.
23144         (nndoc-rfc822-forward-generate-article): New function.
23145         (nndoc-rfc822-forward-generate-head): New function.
23147         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
23149 2004-07-06  Dan Christensen  <jdc@uwo.ca>
23151         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
23152         respect display group parameter and gnus-summary-expunge-below.
23153         (gnus-articles-to-read): Remove unused reference to display group
23154         parameter.
23156 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23158         * nnheader.el (nnheader-uniquify-message-id): New experimental
23159         variable.
23160         (nnheader-nov-read-message-id): Use it.
23162         * spam-report.el (spam-report-gmane): Add interactive.
23164 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23166         * mm-encode.el (mm-content-transfer-encoding-defaults):
23167         Use qp-or-base64 for the application/* types.
23169 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
23171         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
23173 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
23175         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
23176         trim value.
23178 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
23180         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
23181         New macro and function.
23182         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
23184 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23186         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
23187         after-load-alist.
23189 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23191         * gnus-group.el (gnus-group-get-new-news-this-group):
23192         Don't update info that isn't there.
23194 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
23196         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
23197         entry.
23199 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23201         * mm-view.el (mm-inline-render-with-function): Use multibyte
23202         buffer; decode html source by charset.
23204         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
23206         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
23207         Mule-UCS is loaded under XEmacs.
23208         (mm-mime-mule-charset-alist): Avoid duplicated entries.
23210 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
23212         * nnheader.el (nnheader-max-head-length): Increase to 8192.
23214 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23216         * mm-util.el (mm-coding-system-p): Return a coding-system.
23217         (mm-mime-mule-charset-alist): Use shift_jis instead of
23218         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
23219         entries for the mime charsets iso-2022-jp-3 and shift_jis.
23220         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
23221         instead of japanese-shift-jis and iso-latin-1 respectively in
23222         order to share the default value with both Emacs and XEmacs-mule.
23223         (mm-mule-charset-to-mime-charset):
23224         Make mm-coding-system-priorities effective.
23225         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
23226         while predicating of candidates upon the priorities.
23228 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
23230         * gnus-sum.el (gnus-summary-make-menu-bar):
23231         Add gnus-uu-invert-processable.
23233         * gnus.el: Autoload gnus-uu-invert-processable.
23235 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23237         * mm-util.el (mm-with-multibyte-buffer): New macro.
23239         * rfc2047.el (rfc2047-encode-string): Use it.
23240         (rfc2047-encode-region): Move point to the end of the region after
23241         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
23243 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23245         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
23246         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
23248 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23250         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
23251         (gnus-cite-parse): Ignore quoted envelope From_.
23252         Suggested by Karl Chen <quarl@nospam.quarl.org>.
23254 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
23256         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
23257         invalid addresses.
23259 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
23261         * spam.el: Change section markers, revise TODO list.
23262         (spam-backends): Make new master list of all installed backends.
23263         (spam-summary-exit-behavior): Add new variable to determine how
23264         messages moves are done at summary exit.
23265         (spam-move-spam-nonspam-groups-only)
23266         (spam-process-ham-in-nonham-groups)
23267         (spam-process-ham-in-spam-groups): Remove variables, the
23268         spam-summary-exit-behavior variable should be used to manage this
23269         behavior.
23270         (spam-old-ham-articles, spam-old-spam-articles): Remove.
23271         (spam-old-articles): Add variable, replacing spam-old-ham-articles
23272         and spam-old-spam-articles.
23273         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
23274         Add empty variables, placeholders for the backends they represent.
23275         (spam-set-difference): Move, unchanged.
23276         (spam-list-of-processors): Declare OBSOLETE, not used anymore
23277         unless the user has a processor variable.
23278         (spam-classifications, spam-classification-valid-p)
23279         (spam-backend-properties, spam-backend-property-valid-p)
23280         (spam-backend-function-type-valid-p)
23281         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
23282         (spam-report-articles-gmane, spam-report-articles-resend):
23283         Remove functions, they are not needed.
23284         (spam-install-backend-super, spam-backend-list)
23285         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
23286         (spam-backend-function, spam-backend-ham-registration-function)
23287         (spam-backend-spam-registration-function)
23288         (spam-backend-ham-unregistration-function)
23289         (spam-backend-spam-unregistration-function)
23290         (spam-backend-statistical-p, spam-backend-mover-p)
23291         (spam-install-backend-alias, spam-install-checkonly-backend)
23292         (spam-install-mover-backend, spam-install-nocheck-backend)
23293         (spam-install-backend, spam-install-statistical-backend)
23294         (spam-install-statistical-checkonly-backend): Add backend installation
23295         support.
23296         (spam-summary-prepare-exit): Rewrite to use the new backend code.
23297         (spam-group-processor-p): Use the new backend code and respect the
23298         summary exit behavior.
23299         (spam-mark-spam-as-expired-and-move-routine): Remove.
23300         (spam-summary-prepare): Change to use the new spam-old-articles
23301         variable.
23302         (spam-copy-or-move-routine, spam-copy-spam-routine)
23303         (spam-move-spam-routine, spam-copy-ham-routine)
23304         (spam-move-ham-routine): Add code to copy/move ham or spam.
23305         (spam-fetch-field-fast): Improve doc and code, plus allow the
23306         'number request.
23307         (spam-list-of-checks, spam-list-of-statistical-checks):
23308         Remove variables.
23309         (spam-split, spam-find-spam): Use the new backend code.
23310         (spam-registration-functions): Remove variable.
23311         (spam-unregister-routine): Add convenience wrapper.
23312         (spam-log-undo-registration, spam-register-routine)
23313         (spam-log-processing-to-registry)
23314         (spam-log-unregistration-needed-p): Rename "check" to "backend"
23315         where possible.
23316         (spam-check-gmane-xref, spam-check-regex-headers)
23317         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
23318         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
23319         (spam-check-bogofilter-headers, spam-check-spamoracle)
23320         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
23321         (spam-check-crm114-headers): Use the spam-split-group that
23322         spam-split prepares, no need to determine it every time.
23324         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
23325         to the nnheader-parse-naked-head call.
23327         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
23329         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
23330         the nnheader-nov-read-message-id call.
23332 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23334         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
23335         gnus-activate-group twice.  Suggested by Markus Peter
23336         <warp@spin.de>.
23338 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
23340         * gnus-art.el (gnus-article-time-format): Exchange the order of
23341         day and month in the default value; fix customization type.
23342         (article-date-ut): Use add-text-properties.
23343         (article-make-date-line): Use message-make-date instead of
23344         current-time-string.
23346         * message.el (message-fetch-field): Don't use set-text-properties.
23347         (message-make-date): Simplify.
23349         * messagexmas.el (message-xmas-make-date): New function.
23350         (message-xmas-redefine): Defalias message-make-date to it.
23352 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23354         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
23355         (rfc2047-encode-region): Treat text within parentheses as special;
23356         show the original text when error has occurred.
23358         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
23359         already-computed method to gnus-activate-group.
23361         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
23362         same select-methods identical Lisp objects.
23364         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
23365         object when modifying the info.
23367 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23369         * gnus-srvr.el (gnus-server-set-info): Remove the server from
23370         gnus-opened-servers since it has never been opened with the new
23371         configuration yet.
23373 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23375         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
23376         arg to nnheader-generate-fake-message-id.
23378 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
23380         * nnheader.el (nnheader-generate-fake-message-id): Accept a
23381         number and build a fake message ID localized to a group and
23382         article number (so it's repeatable from that point on).
23383         (nnheader-fake-message-id-p): Change regex to accomodate new fake
23384         ID format.
23386         * gnus-sum.el (gnus-get-newsgroup-headers):
23387         Call nnheader-generate-fake-message-id with the article number.
23389 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
23391         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
23392         end-of-buffer.
23394 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23396         * message.el (message-ignored-supersedes-headers): Add Approved.
23398 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
23400         * rfc2047.el (rfc2047-encode-message-header): Remove useless
23401         goto-char.
23402         (rfc2047-encode): Fold the line before encoding.
23404 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23406         * rfc2047.el (rfc2047-encode-message-header): Disabled header
23407         folding -- not all headers can be folded, and this should be done
23408         by the message composition mode.  Probably.  I think.
23410 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23412         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
23413         fast.
23415         * gnus-ems.el (gnus-remove-image): Don't use
23416         message-text-with-property; remove only the image found first.
23418         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
23419         found first.
23421 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
23423         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
23425 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23427         * message.el (message-text-with-property): Make it fast and accept
23428         optional arguments.
23429         (message-strip-forbidden-properties): Use it.
23430         (message-fix-before-sending): Follow the m-t-w-p change.
23432         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
23434 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
23436         * gnus-art.el (article-hide-headers): Don't change the buffer
23437         mistakenly when performing mml-preview even if
23438         gnus-single-article-buffer is nil.
23440 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
23442         * message.el (message-expand-name-databases): New user option.
23443         (message-expand-name): Use it.
23445 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
23447         * spam.el (spam-report-articles-resend)
23448         (spam-report-resend-register-routine): Allow ham reporting.
23449         (spam-report-resend-register-ham-routine): Add wrapper.
23450         (spam-registration-functions): Add ham resending functions.
23451         (spam-list-of-processors): Add ham resend processor.
23453         * gnus.el (ham-resend-to): Add new group parameter.
23454         (spam-process): Add ham resend option.
23456         * spam-report.el (spam-report-resend): Allow reporting ham.
23457         (spam-report-resend-ham): Add wrapper.
23459 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23461         * message.el (message-cite-articles-with-x-no-archive):
23462         New variable.
23463         (message-cite-original): Use it.
23465 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23467         * message.el (message-cite-original): Respect X-No-Archive.
23469 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
23471         * gnus-art.el (article-hide-headers): Refer to the values for
23472         gnus-ignored-headers and gnus-visible-headers in the summary
23473         buffer since a user may have set them as group parameters.
23475 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
23477         * assistant.el (assistant-node-name): Add convenience function.
23478         (assistant-render-text, assistant-render-node): Add error handling,
23479         plus handle multiple next nodes.
23480         (assistant-find-next-node): Comment out for now.
23481         (assistant-find-next-nodes): Add function, returns list of next
23482         nodes.
23484 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
23486         * mail-source.el (mail-source-directory): Fix doc-string.
23488 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
23490         * assistant.el (assistant-render-text, assistant-eval): Add :set
23491         widget type, which is different because it takes and returns a
23492         list.  Much hilarity ensues.
23494 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
23496         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
23498         * gnus-group.el (gnus-group-get-new-news-this-group):
23499         Add doc-string.
23501         * gnus-start.el (gnus-activate-group): Add doc-string.
23503 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23505         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
23507 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
23509         * assistant.el (assistant-render-text): Try to add a :set
23510         widget, more to come.
23512         * spam.el (spam-group-spam-contents-p): Handle empty groupname
23513         strings.
23514         (spam-report-articles-resend)
23515         (spam-register-routine): Do registration iff any articles warrant
23516         it.
23517         (spam-summary-prepare-exit): Change log message for nil group
23518         destinations.
23520 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
23522         * spam.el (spam-report-resend-register-routine):
23523         Allow spam-report-resend-to to be a group parameter or a global value.
23525 2004-05-26  Simon Josefsson  <jas@extundo.com>
23527         * starttls.el: Merge with my GNUTLS based starttls.el.
23528         (starttls-gnutls-program, starttls-use-gnutls)
23529         (starttls-extra-arguments, starttls-process-connection-type)
23530         (starttls-connect, starttls-failure, starttls-success):
23531         New variables.
23532         (starttls-program, starttls-extra-args): Doc fix.
23533         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
23534         New functions.
23535         (starttls-negotiate, starttls-open-stream):
23536         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
23537         function if it is set.
23539 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23541         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
23542         structured fields.
23544 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23546         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
23548 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
23550         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
23551         Add variable.
23552         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
23553         assigning the spam-mark to new messages.
23555 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
23557         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
23559 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23561         * dgnushack.el: Autoload customize-set-variable for XEmacs.
23563         * rfc2047.el (rfc2047-encodable-p): Don't move point.
23564         (rfc2047-decode): Treat the ascii coding-system as raw-text by
23565         default.
23567 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
23569         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
23570         correct data.
23572 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
23574         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
23575         (spam-group-processor-p): Fix function.
23576         (spam-group-processor-multiple-p)
23577         (spam-group-spam-processor-report-gmane-p)
23578         (spam-group-spam-processor-report-resend-p)
23579         (spam-group-spam-processor-bogofilter-p)
23580         (spam-group-spam-processor-blacklist-p)
23581         (spam-group-spam-processor-ifile-p)
23582         (spam-group-ham-processor-ifile-p)
23583         (spam-group-spam-processor-spamoracle-p)
23584         (spam-group-spam-processor-crm114-p)
23585         (spam-group-ham-processor-bogofilter-p)
23586         (spam-group-spam-processor-stat-p)
23587         (spam-group-ham-processor-stat-p)
23588         (spam-group-ham-processor-whitelist-p)
23589         (spam-group-ham-processor-BBDB-p)
23590         (spam-group-ham-processor-spamoracle-p)
23591         (spam-group-ham-processor-copy-p): Remove functions with some
23592         prejudice against unneeded code.
23593         (spam-report-articles-resend)
23594         (spam-report-resend-register-routine): Allow the group/topic
23595         spam-resend-to value to override spam-report-resend-to.
23596         (spam-summary-prepare-exit): Invoke spam-group-processor-p
23597         properly now.
23599         * gnus.el (spam-resend-to): Add group/topic parameter.
23600         (spam-process): Move the OBSOLETE processors to the end of the
23601         choices.
23603 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
23605         * spam-report.el (spam-report-resend-to, spam-report-resend):
23606         Start with resend-to set to nil, and then ask the user if necessary.
23607         (spam-report-resend): spam-report-resend takes a list of articles, not
23608         separate article numbers.
23610 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23612         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
23613         addition to emacs-w3m.
23615 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23617         * assistant.el (assistant-authinfo-data): New function.
23618         (assistant-eval): Eval for entire assistant.
23620         * netrc.el (netrc-services-file): New variable.
23621         (netrc-parse-services): New function.
23622         (netrc-find-service-name): New function.
23623         (netrc-find-service-number): New function.
23624         (netrc-port-equal): New function.
23625         (netrc-machine): Use it.
23627         * nnimap.el (nnimap-open-connection): Use netrc.
23629         * gnus-util.el (gnus-netrc-get): Remove aliases.
23631         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
23633         * assistant.el (wid-edit): Fix compilation.
23635         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
23637 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
23639         * gnus-util.el (gnus-set-file-modes): New function.  (small
23640         patch).
23642 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23644         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
23646         * assistant.el (assistant-render-node): Fix up rendering and
23647         read-only text.
23648         (assistant-render-node): Reset.
23649         (assistant-make-read-only): Not sticky.
23651 2004-05-20  Danny Siu  <dsiu@adobe.com>
23653         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
23654         centered even when gnus-auto-center-summary is t.
23656 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23658         * dns.el (dns-get-txt-answer): New function.
23659         (dns-read-txt): Ditto.
23660         (query-dns): Use it.
23662 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23664         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
23665         active for foreign groups even if the group level is higher than
23666         the specified value.
23668 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23670         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
23671         non-active groups.
23673         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
23675 2004-05-20  Magnus Henoch  <mange@freemail.hu>
23677         * dns.el (dns-read-type): Add support for SVR.  (small patch)
23679 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
23681         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
23682         (spam-crm114-header, spam-crm114-spam-switch)
23683         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
23684         (spam-crm114-positive-spam-header)
23685         (spam-crm114-database-directory, spam-list-of-processors)
23686         (spam-group-spam-processor-crm114-p)
23687         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
23688         (spam-generic-score, spam-list-of-checks)
23689         (spam-list-of-statistical-checks, spam-registration-functions)
23690         (spam-check-crm114-headers, spam-crm114-score)
23691         (spam-check-crm114, spam-crm114-register-with-crm114)
23692         (spam-crm114-register-spam-routine)
23693         (spam-crm114-unregister-spam-routine)
23694         (spam-crm114-register-ham-routine)
23695         (spam-crm114-unregister-ham-routine): Add CRM114 support.
23697 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
23699         * gnus.el: Add spam-use-crm114.
23701         * spam.el (spam-list-of-processors, spam-registration-functions):
23702         Add spam-use-resend.
23703         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
23704         (spam-report-articles-gmane): Add doc fix.
23705         (spam-report-articles-resend, spam-report-resend-register-routine):
23706         Add wrappers around spam-report-resend-to.
23708         * spam-report.el (spam-report-resend-to, spam-report-resend):
23709         Add support for resending spam.
23710         (spam-report-gmane): Fix line length >80.
23712         * gnus.el (spam-process): Add spam-use-resend.
23714 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23716         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
23717         number of processed spam messages.
23718         (spam-ham-copy-or-move-routine): Return the number of processed
23719         ham messages.
23720         (spam-summary-prepare-exit): Use the above values to decide
23721         whether status messages shouled be displayed.
23723 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
23725         * rfc2047.el (rfc2047-encode-function-alist): Rename from
23726         `rfc2047-encoding-function-alist' in order to avoid conflicting
23727         with the old version.
23728         (rfc2047-encode-region): Concatenate words containing non-ASCII
23729         characters in structured fields; don't encode space-delimited
23730         ASCII words even in unstructured fields; don't break words at
23731         char-category boundaries.
23732         (rfc2047-encode-1): New function.
23733         (rfc2047-encode): Use it; encode text so that it occupies the
23734         maximum width within 76-column; work correctly on Q encoding for
23735         iso-2022-* charsets.
23736         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
23737         sure not to break a line just after the header name.
23738         (rfc2047-b-encode-region): Remove.
23739         (rfc2047-b-encode-string): New function.
23740         (rfc2047-q-encode-region): Remove.
23741         (rfc2047-q-encode-string): New function.
23743         * mm-util.el (mm-replace-in-string): New function.
23745 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23747         * gnus-msg.el (gnus-inews-make-draft-meta-information):
23748         Really get it right.
23749         (gnus-inews-make-draft): Really.
23751 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
23753         * nnmh.el (nnmh-request-list-1): Don't check the link count
23754         before descending.  (small patch)
23756 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23758         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
23759         stuff.
23761         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
23762         Match on real group name.
23764         * gnus-art.el (gnus-signature-limit): Doc fix.
23766         * gnus-msg.el (gnus-inews-make-draft): Quote list.
23768         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
23770 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
23772         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
23773         isn't a string.
23775 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23777         * gnus-draft.el (gnus-draft-send):
23778         Bind rfc2047-encode-encoded-words.
23780         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
23781         (rfc2047-encodable-p): Say that =? needs encoding.
23782         (rfc2047-encode-encoded-words): New variable.
23784         * gnus-group.el (gnus-group-select-group): Doc fix.
23786         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
23788         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
23789         to nil.
23791         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
23793         * nnheader.el (nnheader-get-lines-and-char): New function.
23795 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
23797         * gnus-msg.el (gnus-summary-followup-with-original):
23798         Document yanking of region when active.
23800 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23802         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
23803         groups if the group level is higher than the specified value.
23805 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
23807         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
23808         (gnus-group-jump-to-group): Add prefix argument using
23809         `gnus-group-jump-to-group-prompt'.  Query before jumping to
23810         non-active group.
23812         * compface.el (uncompface): Be verbose when changing
23813         `uncompface-use-external'.
23815         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
23816         handle manual section.
23818 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23820         * gnus-art.el (gnus-button-alist): Revert previous change.
23822 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
23824         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
23826 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23828         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
23829         whether backend can accept message.
23831         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
23833 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
23835         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
23836         Avoid creating directory when nntp-marks-is-evil is true.
23837         Reported by Reiner Steib.
23839 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
23841         * gnus-picon.el (gnus-picon-insert-glyph):
23842         Add optional `nostring' argument.
23844 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
23846         * gnus-picon.el (gnus-picon-style): New variable.
23847         (gnus-picon-transform-address): Support `gnus-picon-style'.
23849 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23851         * message.el (message-fill-field): Return point.
23852         (message-generate-headers): Go to end of field.
23854         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
23855         stuff for non-living groups.
23857 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
23859         * gnus-art.el (gnus-article-followup-with-original)
23860         (gnus-article-reply-with-original): gnus-mark-active-p ->
23861         gnus-region-active-p.
23863 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
23865         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
23866         only when there is spam or ham to be processed.
23868 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23870         * mail-source.el (mail-source-delete-crash-box): Refactor.
23871         (mail-source-fetch): Use it.
23872         (mail-source-fetch-file): Ditto.
23873         (mail-source-fetch-directory): Run postscript in loop.
23874         (mail-source-fetch-pop): Delete.
23875         (mail-source-fetch-maildir): Ditto.
23876         (mail-source-fetch-imap): Ditto.
23878         * imap.el (imap-authenticators): Comment out sasl.
23880         * message.el (message-skip-to-next-address): New function.
23881         (message-fill-header-address): Refactor.
23882         (message-fill-address): Use it.
23883         (message-delete-address): Use it.
23884         (message-fill-header-general): Refactor.
23885         (message-fill-field-address): Rename.
23886         (message-narrow-to-field): Find the start of the header.
23887         (message-header-format-alist): Don't pre-fill.
23888         (message-fill-header): Remove.
23889         (message-insert-header): New function.
23890         (message-shorten-references): Use it.
23892         * rfc2047.el (rfc2047-field-value): Strip props.
23894         * mail-parse.el (mail-header-make-address): New alias.
23896         * ietf-drums.el (ietf-drums-make-address): New function.
23898         * imap.el: Add compiler directives.
23900         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
23902         * gnus-art.el (article-decode-idna-rhs): Don't use
23903         message-idna-inside-rhs-p.
23905 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23907         * message.el (message-idna-inside-rhs-p): Remove.
23908         (message-idna-to-ascii-rhs-1): Use proper address parsing.
23910         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
23911         false positives.
23913 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
23915         * imap.el (imap-sasl-make-mechanisms): Use sasl.
23917 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23919         * nneething.el (nneething-file-name): Don't create spurious
23920         files.
23922         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
23923         (gnus-inews-do-gcc): Remove sleep.
23925         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
23926         part under point.
23928         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
23929         (gnus-agent-regenerate-group): Using nil messages aren't valid.
23931 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
23933         * spam.el (spam-summary-prepare-exit): Fix (length).
23935 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
23937         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
23938         as expired without moving it" message when there are spam
23939         messages left.
23941 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
23943         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
23944         header is not nil.
23946 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
23948         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
23949         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
23950         (nntp-marks-changed-p): New arg SERVER.
23951         (nntp-request-update-info): Adjust caller.
23953 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
23955         * nntp.el (nntp-save-marks): Pass missing arg.
23957 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
23959         * nntp.el: Support marks.
23960         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
23961         (nntp-marks-modtime, nntp-marks-directory): New variables.
23962         (nntp-request-set-mark, nntp-request-update-info)
23963         (nntp-possibly-create-directory, nntp-marks-changed-p)
23964         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
23965         New functions.
23967 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
23969         * gnus-xmas.el (gnus-xmas-select-lowest-window)
23970         (gnus-xmas-redefine): Rename.
23972         * gnus-score.el (gnus-score-insert-help):
23973         Use gnus-select-lowest-window.
23975         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
23976         appt-select-lowest-window and rename to gnus-select-lowest-window.
23978         * gnus.el: do.
23980 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23982         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
23983         encodings of MIME-encoded words, in order to improve
23984         interoperability with several broken MUAs.
23986 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23988         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
23989         tags, only when charsets are not specified in headers.
23990         (mm-inline-text-html-render-with-w3m): Ditto.
23992         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
23993         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
23995 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23997         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
23998         instead of MIME-decoded from fields when checking
23999         `gnus-article-address-banner-alist'.
24001 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
24003         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
24004         description rather than subject.
24006 2004-05-02  Steve Youngs  <steve@youngs.au.com>
24008         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
24010 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24012         * gnus.el (gnus-version-number): Bump.
24014 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
24016         * gnus.el: No Gnus v0.2 is released.
24018 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24020         * gnus-agent.el (gnus-agent-read-agentview):
24021         Inline gnus-uncompress-range.
24023 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24025         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
24026         `exec-installed-p'.
24028 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24030         * gnus.el (spam-process, spam-autodetect-methods):
24031         Add bsfilter and bsfilter-headers.
24033         * spam.el (spam-bsfilter): New customize group.
24034         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
24035         (spam-bsfilter-header, spam-bsfilter-probability-header)
24036         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
24037         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
24038         (spam-bsfilter-database-directory): New options.
24039         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
24040         (spam-list-of-statistical-checks, spam-registration-functions):
24041         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
24042         (spam-bsfilter-score): New command.
24043         (spam-check-bsfilter-headers, spam-check-bsfilter)
24044         (spam-bsfilter-register-with-bsfilter)
24045         (spam-bsfilter-register-spam-routine)
24046         (spam-bsfilter-unregister-spam-routine)
24047         (spam-bsfilter-register-ham-routine)
24048         (spam-bsfilter-unregister-ham-routine): New functions.
24049         (spam-generic-score): Support bsfilter; Accept an optional argument
24050         to recalcurate spam score even if scoring header has already been
24051         added.
24052         (spam-bogofilter-score, spam-spamassassin-score): Accept an
24053         optional argument to recalcurate spam score even if scoring header
24054         has already been added.
24056 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
24058         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
24059         strings!  Reported by David D. Smith <davidsmith@acm.org>.
24060         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
24061         link is missing.
24063 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
24065         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
24066         (html2text-get-attr): Rewrite.
24068         * message.el (message-setup-1): Remove redundant put-text-property
24069         on mail-header-separator.
24071 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
24073         * gnus-registry.el (gnus-registry-cache-whitespace)
24074         (gnus-registry-action, gnus-registry-spool-action)
24075         (gnus-registry-split-fancy-with-parent): Change message levels
24076         from 5 to 3 or 7, as needed.
24078         * spam.el (spam-summary-prepare-exit)
24079         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
24080         (spam-split, spam-find-spam, spam-log-undo-registration)
24081         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
24082         level from 5 to 6.
24084 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24086         * gnus-ems.el: Autoload appt-select-lowest-window (revert
24087         2004-03-04 change).
24089 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
24091         * sieve-manage.el (sieve-manage-open):
24092         * nnweb.el (nnweb-insert-html):
24093         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
24094         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
24095         * nnspool.el (nnspool-request-group):
24096         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
24097         * nnml.el (nnml-request-update-info):
24098         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
24099         (nnmh-request-create-group, nnmh-update-gnus-unreads):
24100         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
24101         (nnimap-request-set-mark):
24102         * nnfolder.el (nnfolder-request-update-info):
24103         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
24104         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
24105         * gnus-uu.el (gnus-uu-find-articles-matching):
24106         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
24107         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
24108         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
24109         * gnus-nocem.el (gnus-nocem-scan-groups):
24110         * gnus-int.el (gnus-start-news-server):
24111         * gnus-group.el (gnus-group-make-kiboze-group)
24112         (gnus-group-browse-foreign-server):
24113         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
24114         Use mapc when appropriate.
24116 2004-04-22  Dan Christensen  <jdc@uwo.ca>
24117             Adam Sjøgren  <asjo@koldfront.dk>
24118             Wes Hardaker  <wes@hardakers.net>
24119             Michael Shields  <shields@msrl.com>
24121         * spam.el (spam-necessary-extra-headers): Get the extra headers we
24122         may need for spam sorting and scoring.
24123         (spam-user-format-function-S): Add user format function suitable for
24124         general use.
24125         (spam-article-sort-by-spam-status): Add sorting function for summary
24126         sorting.
24127         (spam-extra-header-to-number): Add function to get a score from a
24128         header.
24129         (spam-summary-score): Add function to get a numeric score from the
24130         headers.
24131         (spam-generic-score): Fix function doc, was in wrong place.
24132         (spam-initialize): Take symbols when it's run, and install the
24133         extra headers that spam-necessary-extra-headers thinks we need.
24135 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
24137         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
24138         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
24140 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
24142         * gnus-sum.el (gnus-set-global-variables)
24143         (gnus-build-all-threads, gnus-get-newsgroup-headers)
24144         (gnus-article-get-xrefs, gnus-summary-best-group)
24145         (gnus-summary-next-article, gnus-summary-enter-digest-group)
24146         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
24147         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
24148         Use with-current-buffer.
24150 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
24152         * spam.el (spam-summary-prepare-exit): Simplify logic.
24153         (spam-fetch-article-header): Read the article header if it's not
24154         available.
24155         (spam-list-articles): Simplify logic.
24156         (spam-filelist-register-routine): Fix bug with unregister-list.
24158         * gnus-registry.el: Fix comments at beginning.
24160 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
24162         * message.el (message-cater-to-broken-inn): Remove.
24163         (message-shorten-references): Make sure the total folded length of
24164         References is shorter than 998 characters to cater to a bug in INN
24165         2.3.  Also, don't pretend that references aren't folded -- this
24166         hasn't worked for a while.
24168 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24170         * gnus-agent.el (gnus-agentize):
24171         gnus-agent-send-mail-real-function no longer set to current value
24172         of message-send-mail-function but rather a lambda that calls
24173         message-send-mail-function.  The change makes the agent real-time
24174         responsive to user changes to message-send-mail-function.
24176 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24178         * legacy-gnus-agent.el
24179         (gnus-agent-convert-to-compressed-agentview): Fix typos with
24180         help from Florian Weimer <fw@deneb.enyo.de>
24182 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24184         * nnmail.el (nnmail-cache-insert): Revert last change.
24186 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
24188         * nnmail.el (nnmail-cache-insert): Always check whether
24189         nnmail-cache-ignore-groups matches a group name.
24191 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
24193         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
24194         (spam-find-spam, spam-log-processing-to-registry)
24195         (spam-log-registered-p, spam-log-unregistration-needed-p)
24196         (spam-log-undo-registration): Use gnus-message instead of
24197         gnus-error, none of these errors are fatal.
24199         * gnus-registry.el (gnus-registry-clean-empty-function)
24200         (gnus-registry-clean-empty): Remove only empty entries without
24201         extra data.
24203 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
24205         * spam-stat.el (spam-stat-buffer-change-to-spam)
24206         (spam-stat-buffer-change-to-non-spam): Change (error) to
24207         (gnus-message 8) invocation.
24209 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24211         * nntp.el (nntp-via-netcat-command): New variable.
24212         (nntp-via-netcat-switches): New variable.
24213         (nntp-open-via-rlogin-and-netcat): New function.
24214         (nntp-open-connection-function): Doc fix.
24215         (nntp-telnet-command): Doc fix.
24216         (nntp-end-of-line): Doc fix.
24217         (nntp-via-rlogin-command): Doc fix.
24218         (nntp-via-user-name): Doc fix.
24219         (nntp-via-address): Doc fix.
24221 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24223         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
24224         error in Emacs 21.1.
24226 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
24228         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
24230 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24232         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
24233         (gnus-agent-with-refreshed-group): New macro.
24234         (gnus-agent-rename-group): New function.
24235         (gnus-agent-delete-group): New function.
24236         (gnus-agent-save-group-info): Use gnus-command-method when
24237         `method' parameter is nil.  Don't write nil entries into the
24238         active file.
24239         (gnus-agent-get-group-info): New function.
24240         (gnus-agent-fetch-articles):
24241         Use gnus-agent-update-files-total-fetched-for to increment disk space
24242         used.
24243         (gnus-agent-fetch-headers, gnus-agent-save-alist):
24244         Use gnus-agent-update-view-total-fetched-for to increment disk space
24245         used.
24246         (gnus-agent-get-local): Add optional parameters to avoid calling
24247         gnus-group-real-name and gnus-find-method-for-group.
24248         (gnus-agent-set-local): Delete stored entry if either min, or max,
24249         are nil.
24250         (gnus-agent-fetch-session): Reworded error/quit messages.
24251         On quit, use gnus-agent-regenerate-group to record existance of any
24252         articles fetched to disk before the quit occurred.
24253         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
24254         gnus-agent-update-view-total-fetched-for, and
24255         gnus-agent-update-files-total-fetched-for to decrement disk space
24256         used.
24257         (gnus-agent-retrieve-headers):
24258         Use gnus-agent-update-view-total-fetched-for to increment disk space
24259         used.
24260         (gnus-agent-regenerate-group): Replace gnus-group-update-group
24261         with gnus-agent-update-files-total-fetched-for to decrement disk
24262         space and fresh group buffer.
24263         (gnus-agent-inhibit-update-total-fetched-for): New variable.
24264         (gnus-agent-need-update-total-fetched-for): New variable.
24265         (gnus-agent-update-files-total-fetched-for): New function.
24266         (gnus-agent-update-view-total-fetched-for): New function.
24267         (gnus-agent-total-fetched-for): New function.
24269         * gnus-cache.el (gnus-cache-save-buffers):
24270         Use gnus-cache-update-overview-total-fetched-for to change disk space
24271         used by this group.
24272         (gnus-cache-possibly-enter-article):
24273         Use gnus-cache-update-file-total-fetched-for to increment disk space
24274         used by this group.
24275         (gnus-cache-possibly-remove-article):
24276         Use gnus-cache-update-file-total-fetched-for to decrement disk space
24277         used by this group.
24278         (gnus-cache-generate-nov-databases): Purge total fetched cache.
24279         (gnus-cache-rename-group): New function.
24280         (gnus-cache-delete-group): New function.
24281         (gnus-cache-inhibit-update-total-fetched-for): New variable.
24282         (gnus-cache-need-update-total-fetched-for): New variable.
24283         (gnus-cache-with-refreshed-group): New macro.
24284         (gnus-cache-update-file-total-fetched-for): New function.
24285         (gnus-cache-update-overview-total-fetched-for): New function.
24286         (gnus-cache-rename-group-total-fetched-for): New function.
24287         (gnus-cache-delete-group-total-fetched-for): New function.
24288         (gnus-cache-total-fetched-for): New function.
24290         * gnus-group.el: Require gnus-sum and autoload functions to
24291         resolve warnings when gnus-group.el compiled alone.
24292         (gnus-group-line-format): Documented new %F.
24293         (size of Fetched data) group line format; identifies disk space
24294         used by agent and cache.
24295         (gnus-group-line-format-alist): Defined new F format.
24296         (gnus-total-fetched-for): New function.
24297         (gnus-group-delete-group): No longer update
24298         gnus-cache-active-altered as gnus-request-delete-group now keeps
24299         the cache in sync.
24300         (gnus-group-list-active): Let the agent store a server's active
24301         list if currently plugged.
24303         * gnus-int.el (gnus-request-delete-group):
24304         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
24305         local disk in sync with the server.
24306         (gnus-request-rename-group):
24307         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
24308         local disk in sync with the server.
24310         * gnus-start.el (gnus-get-unread-articles):
24311         Cosmetic simplification to logic.
24313         * gnus-util.el (gnus-rename-file): New function.
24315 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
24317         * mm-util.el (mm-image-load-path): Handle nil in load-path.
24319 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
24321         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
24322         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
24324 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
24326         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
24327         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
24329 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
24331         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
24333 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
24335         * spam.el (spam-set-difference): Add function to replace
24336         gnus-set-difference in spam.el.
24337         (spam-summary-prepare-exit): Use spam-set-difference.
24339 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
24341         * gnus-registry.el (gnus-registry-cache-file): Update to use
24342         gnus-dribble-directory OR gnus-home-directory OR ~.
24343         (gnus-registry-split-fancy-with-parent): Fix doc.
24345 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24347         * message.el (message-exchange-point-and-mark):
24348         Use message-mark-active-p.  Suggested by Jesper Harder
24349         <harder@ifa.au.dk>.
24351 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24353         * message.el (message-exchange-point-and-mark): Don't activate
24354         region if it was inactive.  Suggested by Hiroshi Fujishima
24355         <pooh@nature.tsukuba.ac.jp>.
24357 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24359         * gnus-art.el (article-display-face): Display Faces in the same
24360         order as X-Faces.
24362 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24364         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
24366 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24368         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
24369         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
24370         (gnus-article-mime-hierarchy): Remove.
24371         (gnus-article-mime-hierarchy-next): Remove.
24372         (gnus-article-mode): Revert 2004-03-19 change.
24373         (gnus-article-setup-buffer): Revert 2004-03-19 change.
24374         (gnus-insert-mime-button): Revert 2004-03-19 change.
24375         (gnus-mime-accumulate-hierarchy): Remove.
24376         (gnus-mime-enter-multipart): Remove.
24377         (gnus-mime-leave-multipart): Remove.
24378         (gnus-mime-display-part): Revert 2004-03-19 change.
24379         (gnus-mime-display-alternative): Revert 2004-03-19 change.
24381         * mml.el (mml-preview): Revert 2004-03-19 change.
24383 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
24385         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
24387 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24389         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
24390         t while entering a file name using the mm-with-multibyte macro.
24391         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
24393         * mm-util.el (mm-with-multibyte): New macro.
24395 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24397         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
24398         New user option.
24399         (gnus-mime-multipart-functions): Doc and customization fix.
24400         (gnus-article-mime-hierarchy): New variable.
24401         (gnus-article-mime-hierarchy-next): New variable.
24402         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
24403         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
24404         gnus-article-mime-hierarchy-next to nil.
24405         (gnus-insert-mime-button): Show hierarchy numbers.
24406         (gnus-mime-accumulate-hierarchy): New function.
24407         (gnus-mime-enter-multipart): New function.
24408         (gnus-mime-leave-multipart): New function.
24409         (gnus-mime-display-part): Recompute hierarchical MIME structure.
24410         (gnus-mime-display-alternative): Show hierarchy numbers.
24412         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
24413         gnus-article-mime-hierarchy-next to nil.
24415 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
24417         * dns.el: Don't require gnus-xmas.
24419 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
24421         * mml.el (mml-generate-mime-1): Don't use format=flowed with
24422         inline PGP.
24423         (mml-menu): Disable mml-quote-region if mark is inactive.
24425 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24427         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
24428         when the group's active is not available.
24430 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24432         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
24433         error.
24435 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
24437         * imap.el (imap-store-password): New variable.
24438         (imap-interactive-login): Use it.
24439         Suggested by Mark Plaksin <happy@mcplaksin.org>.
24441 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24443         * gnus-art.el (gnus-article-read-summary-keys): Restore new
24444         window-start and hscroll to summary window.
24446 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24448         * gnus-start.el (gnus-convert-old-newsrc): Only write the
24449         conversion message to newsrc-dribble when an actual conversion is
24450         performed.
24452 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
24454         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
24456 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24458         * mm-decode.el (mm-complicated-handles): New function reviving
24459         former definition of mm-multiple-handles.
24461         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
24462         (gnus-mime-delete-part): Use it.
24464 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24466         * gnus-agent.el (gnus-agent-read-local):
24467         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
24468         avoid the implicit assumption that they will always be equal.
24469         (gnus-agent-save-local): Bind buffer-file-coding-system, not
24470         coding-system-for-write, as the with-temp-file macro first prints
24471         to a buffer then saves the buffer.
24473 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24475         * gnus-art.el (gnus-article-edit-part): New function.
24476         (gnus-mime-save-part-and-strip): Use it; do query instead of
24477         signaling an error; don't use mm-multiple-handles.
24478         (gnus-mime-delete-part): Ditto.
24480 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24482         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
24483         old file versions.
24484         (gnus-group-prepare-hook): Remove function that converted list
24485         form of gnus-agent-expire-days to group properties.
24487         * gnus-int.el: Autoload gnus-agent-regenerate-group.
24488         (gnus-request-accept-article): Re-indented.
24490         * gnus-start.el (gnus-convert-old-newsrc): Registered new
24491         converters to handle old agent file formats.  Add logic for a
24492         "backup before upgrading warning".
24493         (gnus-convert-mark-converter-prompt): Developers can mark
24494         functions as needing (default), or not needing,
24495         gnus-convert-old-newsrc's "backup before upgrading warning".
24496         (gnus-convert-converter-needs-prompt): Tests whether the user
24497         should be protected from potentially irreversable changes by the
24498         function.
24500         * legacy-gnus-agent.el: New.  Provides converters that are only
24501         loaded when gnus-convert-old-newsrc needs to call them.
24503 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24505         * mail-source.el (mail-source-touch-pop): Doc fix.
24507         * message.el (message-smtpmail-send-it): Doc fix.
24509 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
24511         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
24513         * nnmail.el (nnmail-split-fancy): do.
24515         * gnus-kill.el (gnus-kill, gnus-execute): do.
24517 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
24519         * gnus-sum.el (gnus-widget-reversible-match)
24520         (gnus-widget-reversible-to-internal)
24521         (gnus-widget-reversible-to-external): New functions.
24522         (gnus-widget-reversible): New widget.
24523         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
24525 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
24527         * gnus-sum.el (gnus-thread-sort-functions)
24528         (gnus-article-sort-functions): Document `(not F)' items.
24530 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
24532         * spam.el (spam-use-gmane-xref): Add new backend.
24533         (spam-gmane-xref-spam-group): Add variable to control the name of the
24534         Gmane spam group.
24535         (spam-blackhole-servers, spam-blackhole-good-server-regex)
24536         (spam-regex-headers-spam, spam-regex-headers-ham)
24537         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
24538         (spam-list-of-checks): Add spam-use-gmane-xref to list of
24539         backends and checks.
24540         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
24542         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
24543         an autodetect method.
24545 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24547         * gnus-int.el (gnus-request-accept-article): Inform the agent that
24548         articles are being added to a group.
24549         (gnus-request-replace-article): Inform the agent that articles
24550         need to be uncached as the cached contents are no longer valid.
24552 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24554         * binhex.el: Don't autoload executable-find.
24556         * canlock.el: Don't autoload mail-fetch-field.
24558         * dgnushack.el: Autoload c-mode for XEmacs.
24560         * gnus-ems.el: Don't autoload appt-select-lowest-window.
24562         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
24563         rmail-dont-reply-to and rmail-output.
24565         * gnus-score.el: Don't autoload ffap-string-at-point.
24567         * gnus-setup.el: Don't autoload sc-cite-original.
24569         * imap.el: Don't autoload base64-decode-string,
24570         base64-encode-string and md5.
24572         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
24573         and rmail-msg-restore-non-pruned-header.
24575         * mm-decode.el: Don't autoload executable-find.
24577         * mm-url.el: Don't autoload executable-find.
24579         * mm-view.el: Don't autoload diff-mode.
24581         * nndb.el: Don't autoload news-reply-mode, news-setup,
24582         cancel-timer and telnet.
24584         * password.el: Don't autoload run-at-time for Emacs.
24586         * sha1-el.el: Don't autoload executable-find.
24588         * sieve-mode.el: Don't autoload c-mode.
24590         * uudecode.el: Don't autoload executable-find.
24592 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24594         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
24595         (gnus-agent-possibly-alter-active): Avoid null in numeric
24596         comparison.
24597         (gnus-agent-set-local): Refuse to save null in local object table.
24598         (gnus-agent-regenerate-group): The REREAD parameter can now be a
24599         list of articles that will be marked as unread.
24601 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24603         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
24605 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
24607         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
24608         language tags.
24610 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
24612         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
24613         Don't bind "obarray".
24615         * gnus-sum.el (gnus-thread-sort-functions):
24616         Add `gnus-thread-sort-by-most-recent-number' and
24617         `gnus-thread-sort-by-most-recent-date'.
24618         Reported by Kai Grossjohann <kai@emptydomain.de>.
24620 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
24622         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
24624 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24626         * gnus-cus.el (gnus-agent-customize-category):
24627         Remove ignore-errors macro reference that required cl to be loaded at
24628         run-time.
24630         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
24631         single-interval range of the form (min . max).  Previously the
24632         range had to look like ((min . max)).  Likewise, return
24633         (min . max) rather than ((min . max)).
24634         (gnus-range-map): Use gnus-range-normalize to accept
24635         single-interval range.
24637         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
24638         the cache, but not the agent, now appear with their usual face.
24640         * dgnushack.el (loaddir): New variable that is bound to the
24641         directory containing the dgnushack.el file. Use loaddir, rather
24642         than srcdir, to update load-path. Change lets dgnushack compile
24643         code in directories other than GNUS/lisp.
24645 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
24647         * lpath.el: Don't bind w3m-safe-url-regexp.
24649         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
24650         w3m-safe-url-regexp variable buffer-local.
24652         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
24654 2004-02-27  Simon Josefsson  <jas@extundo.com>
24656         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
24657         gnus-group-real-prefix.
24658         (gnus-summary-move-article): Use it, instead of
24659         gnus-group-real-prefix.
24661 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24663         * lpath.el: Bind w3m-safe-url-regexp.
24665         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
24666         w3m-safe-url-regexp variable buffer-local and set it as the value
24667         of mm-w3m-safe-url-regexp.
24669         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
24671         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
24672         parsing gnus-posting-styles when the message is not for replying.
24674         * dgnushack.el: Autoload sgml-mode for XEmacs.
24676         * nnrss.el (nnrss-opml-export):
24677         Use mm-set-buffer-file-coding-system instead of
24678         set-buffer-file-coding-system.
24680 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
24682         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
24683         of checkdoc.el).
24684         * nnrss.el: do.
24685         * gnus-mlspl.el: do.
24686         * gnus-ml.el: do.
24687         * gnus-srvr.el: do.
24689         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
24691 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
24693         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
24694         Corrections to custom-manual links.
24696         * gnus-art.el (gnus-article): Ditto.
24698         * mm-decode.el (mime-display, mime-security): Ditto.
24700 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
24702         * flow-fill.el: Typo.
24704 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
24706         * spam-wash.el: New file.
24708 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
24710         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
24712 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
24714         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
24715         to be run with new-articles as LIST1, not LIST2.
24716         (spam-registration-functions): Add spam-use-ham-copy as a nil
24717         registration backend.
24719 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
24721         * spam-stat.el (spam-stat-washing-hook): New option.
24722         (spam-stat-buffer-words): Use it.
24723         (spam-stat-process-directory, spam-stat-test-directory):
24724         Use insert-file-contents-literally.
24725         (spam-stat-coding-system): New variable.
24726         (spam-stat-load, spam-stat-save): Use it.
24728 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24730         * spam-report.el (spam-report-plug-agent):
24731         Quote spam-report-url-to-file and spam-report-url-ping-plain.
24733 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
24735         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
24736         Allow / in mailto URLs.
24738 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
24740         * spam-report.el (spam-report-process-queue): Fix interactive use.
24741         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
24742         (spam-report-unplug-agent): Doc fixes.
24743         (spam-report-url-ping-mm-url, spam-report-url-to-file)
24744         (spam-report-agentize, spam-report-deagentize): Autoload.
24746 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24748         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
24750         * message.el (message-setup-fill-variables): Add mml tags to
24751         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
24752         <ajk@iu.edu>.
24753         (message-mode): Don't modify paragraph-separate there.
24755 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24757         * compface.el (uncompface-use-external): Default to undecided.
24758         (uncompface-use-external-threshold): New variable.
24759         (uncompface-float-time): New macro.
24760         (uncompface): Determine whether to use the external decoder if
24761         uncompface-use-external is undecided.
24763 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24765         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
24766         after images.
24768         * gnus-art.el (gnus-mime-display-single): Remove dead code.
24770 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
24772         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
24774         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
24776         * gnus-sum.el (gnus-summary-limit-to-age)
24777         (gnus-summary-limit-children): do.
24779         * gnus-int.el (gnus-request-scan): do.
24781         * gnus-group.el (gnus-group-suspend): do.
24783         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
24785         * gnus-cite.el (gnus-cite-parse-attributions): do.
24787         * gnus-agent.el (gnus-summary-set-agent-mark)
24788         (gnus-agent-regenerate-group): do.
24790         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
24792         * binhex.el (binhex-decode-region-internal): do.
24794 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24796         * gnus-fun.el (gnus-face-properties-alist): New user option.
24797         (gnus-display-x-face-in-from): Use it.
24799         * gnus-art.el (article-display-face): Ditto.
24801         * compface.el (uncompface-use-external): Default to nil.
24803 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
24805         * nntp.el (nntp-erase-buffer): New function.
24806         (nntp-retrieve-data, nntp-send-command)
24807         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
24808         (nntp-possibly-change-group): Use it.
24810         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
24811         Use with-current-buffer.
24813 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
24815         * compface.el: Merge the ELisp-based uncompface program.
24816         (compface): New customization group.
24817         (uncompface-use-external): New user option.
24818         (uncompface): Call uncompface-internal if uncompface-use-external
24819         is nil.
24820         (uncompface-internal): New function.  Note that there are also
24821         some other functions and variables added for this function.
24823 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
24825         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
24826         if necessary.
24828 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
24830         * spam-report.el (spam-report-unplug-agent)
24831         (spam-report-plug-agent, spam-report-deagentize)
24832         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
24833         Add support for the Agent in spam-report: when unplugged, report to a
24834         file; when plugged, submit all the requests.
24836         * spam.el (spam-register-routine): Fix message about
24837         registration.
24839 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
24841         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
24842         dependencies.
24843         (rfc2047-encode): Use it.
24845         * gnus-art.el (gnus-button-marker-list): Move before first
24846         reference.
24848         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
24849         (imap-parse-body): Fix format string mismatch.
24851         * gnus-score.el (gnus-summary-increase-score): do.
24853         * nnrss.el (nnrss-close): New function.
24855 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
24857         * nnrss.el (nnrss-make-filename): New function.
24858         (nnrss-request-delete-group, nnrss-read-server-data)
24859         (nnrss-save-server-data, nnrss-read-group-data)
24860         (nnrss-save-group-data): Use it.
24861         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
24862         (nnrss-read-server-data, nnrss-read-group-data): Use load.
24863         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
24865 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
24867         * mml.el (mml-compute-boundary-1): Don't uncompress files.
24869 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
24871         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
24872         files.
24874         * message.el (message-generate-headers-first): Don't quote nil
24875         and t in docstrings.
24877         * imap.el (imap-id): do.
24879         * gnus-agent.el (gnus-agent-consider-all-articles)
24880         (gnus-agent-queue-mail): do.
24882 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
24884         * spam-report.el (spam-report-process-queue): New function.
24885         Process requests from `spam-report-requests-file'.
24886         (spam-report-process-queue): Doc fix.
24888 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
24890         * spam.el (spam-register-routine)
24891         (spam-log-processing-to-registry, spam-log-registered-p)
24892         (spam-log-unregistration-needed-p, spam-log-undo-registration):
24893         Change "check" to "spam-check" for semi-clarity.
24895 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
24897         * pop3.el: Require nnheader.
24899         * mml-smime.el: Require cl.  Autoload message-fetch-field.
24901         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
24903         * gnus-picon.el: Require cl.
24905         * gnus-fun.el: Require gnus-ems and gnus-util.
24907         * gnus.el (gnus-method-to-server): Move defsubst before first use.
24909         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
24911         * gnus-art.el (gnus-article-edit-mode): Define before first
24912         reference.
24914 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
24916         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
24917         (gnus-uu-post-encoded): Use point-at-bol.
24919         * gnus-topic.el (gnus-group-active-topic-p): do.
24921         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
24923         * gnus-group.el (gnus-group-kill-region): do.
24925         * gnus-art.el (article-date-ut): do.
24927         * message.el (message-fetch-field): Remove redundant
24928         case-fold-search binding.
24929         (message-narrow-to-field): Simplify.
24931 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
24933         * spam.el (spam-directory): Derive from `gnus-directory'.
24935         * spam-report.el (spam-report-url-to-file)
24936         (spam-report-requests-file): New function and variable for offline
24937         reporting.
24938         (spam-report-url-ping-function): Add `spam-report-url-to-file'
24939         and user defined function.
24940         (spam-report-url-ping-mm-url): Remove doubled slash.
24942 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
24944         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
24946 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
24948         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
24949         Fix format string mismatch.
24951         * sieve.el (sieve-deactivate-all): do.
24953         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
24955         * nnlistserv.el (nnlistserv-kk-wash-article): do.
24957         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
24959         * mm-bodies.el (mm-7bit-chars): Don't include \r.
24961 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
24963         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
24964         the list of checks.
24966 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
24968         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
24969         padding.
24971 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
24973         * mm-view.el (mm-fill-flowed): New variable.
24974         (mm-inline-text): Use it.
24976 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
24978         * spam.el (spam-spamassassin-register-ham-routine)
24979         (spam-spamassassin-register-spam-routine): Fix function names.
24981 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24983         * gnus.el (gnus-tmp-grouplens): Remove.
24984         (gnus-summary-line-format): Remove grouplens.
24986         * gnus-group.el (gnus-group-line-format): Ditto.
24988         * gnus-spec.el (gnus-format-specs): Ditto.
24989         (gnus-update-format-specifications): Flush the group format spec
24990         cache if there's the grouplens stuff.
24991         (gnus-parse-simple-format): Replace %l with the empty string.
24993 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
24995         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
24996         omission.
24998 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25000         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
25001         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25003 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
25005         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
25006         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
25007         New macros and functions.
25008         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
25009         Handle > NLINK_MAX messages.
25010         * nnmaildir.el (nnmaildir-request-set-mark):
25011         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
25013 2004-01-25  Alex Schroeder  <alex@gnu.org>
25015         * spam-stat.el (spam-stat-process-directory-age): New option.
25016         (spam-stat-process-directory): Use it.
25018 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
25020         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
25021         (spam-stat-save): Accept prefix argument.
25023 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
25025         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
25026         links" error.
25028 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25030         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
25031         the rest of the and/or forms.
25033 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
25035         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
25036         compatibility with old .newsrc.eld files.
25038         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
25040         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
25042         * gnus-start.el (gnus-1): do.
25044         * gnus-group.el (gnus-group-line-format-alist): do.
25046         * gnus.el (gnus-use-grouplens, gnus-visual): do.
25048         * gnus-gl.el: Remove.
25050 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25052         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
25053         marks consisting of a single range {for example, (3 . 5)} rather
25054         than a list of a single range { ((3 . 5)) }.
25056 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
25058         * spam-stat.el (spam-stat-store-gnus-article-buffer):
25059         Use with-current-buffer.
25060         (spam-stat-store-current-buffer): Use insert-buffer-substring to
25061         avoid consing a string.
25063         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
25064         Remove obsolete entries for big5 and gb2312.
25066 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25068         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
25069         uncompressed list.
25071 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
25073         * spam-stat.el (spam-stat-strip-xref): New function.
25074         (spam-stat-process-directory): Use it.
25076         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
25077         here -- it's done in message-fetch-field.
25079 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25081         * gnus-agent.el (gnus-agent-queue-mail)
25082         (gnus-agent-prompt-send-queue): New variables.
25083         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
25084         * gnus-draft.el (gnus-group-send-queue): Pass the group name
25085         "nndraft:queue" along to gnus-draft-send.
25086         Use gnus-agent-prompt-send-queue.
25087         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
25088         is "nndraft:queue".  Suggested by Gaute Strokkenes
25089         <gs234@srcf.ucam.org>
25091         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
25092         (agent-enable-undownloaded-faces): Add.
25093         (gnus-agent-cat-groups): Use eval-and-compile, not
25094         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
25095         method of gnus-agent-cat-groups even when the buffer has been
25096         evaled.
25097         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
25098         delete gnus-agent-save-active-1.
25099         (gnus-agent-save-groups): Delete.  Identical to
25100         gnus-agent-save-active.
25101         (gnus-agent-write-active): No longer adjust agent's copy of active
25102         file as agent's adjustments are now stored in their own
25103         file.  Remove optional parameter.
25104         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
25105         servers.  Add use of min/max range limits from server's local
25106         file.
25107         (gnus-agent-save-alist): Remove unused optional argument.
25108         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
25109         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
25110         (gnus-agent-set-local): A per-server file that keeps min/max range
25111         limits for articles known to the agent.  Provides a fast mechanism
25112         for altering many active ranges.
25113         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
25114         active file (local makes it unnecessary).
25115         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
25117         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
25118         (agent-enable-undownloaded-faces): Add.
25120         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
25121         disable it when sending to "nndraft:queue".
25122         (gnus-group-send-queue): Add safety check to avoid sending queue
25123         when unplugged.
25125         * gnus-group.el (gnus-group-catchup): Use new
25126         gnus-sequence-of-unread-articles, not
25127         gnus-list-of-unread-articles, to avoid exhausting memory with huge
25128         numbers of articles.  Use gnus-range-map to avoid having to
25129         uncompress the unread list.
25130         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
25131         Fix invalid ange-ftp reference.
25133         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
25134         (gnus-sorted-range-intersection): Intersection of two ranges
25135         without requiring that they first be uncompressed.
25137         * gnus-start.el (gnus-activate-group): Unless blocked by the
25138         caller, possibly expand the active range to include both cached
25139         and agentized articles.
25140         (gnus-convert-old-newsrc): Rewrote in anticipation of having
25141         multiple version-dependent converters.
25142         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
25143         gnus-agent-save-active.
25144         (gnus-save-newsrc-file): Save dirty agent range limits.
25146         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
25147         gnus-agent-possibly-alter-active.
25148         (gnus-adjust-marked-articles): Faster handling of simple lists.
25150 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
25152         * spam-stat.el (spam-stat-test-directory): New optional argument
25153         displays a list of files detected.  Suggested by Andrew Cohen
25154         <cohen@andy.bu.edu>.
25155         (spam-stat-buffer-words-with-scores): Don't narrow and change
25156         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
25158 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
25160         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
25161         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
25162         (spam-spamassassin-arguments)
25163         (spam-spamassassin-spam-flag-header)
25164         (spam-spamassassin-positive-spam-flag-header)
25165         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
25166         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
25167         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
25168         (spam-list-of-processors, spam-list-of-checks)
25169         (spam-list-of-statistical-checks, spam-registration-functions)
25170         (spam-check-spamassassin-headers, spam-check-spamassassin)
25171         (spam-spamassassin-score)
25172         (spam-spamassassin-register-with-sa-learn)
25173         (spam-spamassassin-register-spam-routine)
25174         (spam-spamassassin-register-ham-routine)
25175         (spam-assassin-register-spam-routine)
25176         (spam-assassin-register-ham-routine): Add SpamAssassin support.
25177         (spam-bogofilter-score): Fix to show article before scoring.
25179 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
25181         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
25182         default scoring function.
25183         (spam-generic-score): Call spam-spamassassin-score if
25184         spam-use-spamassassin or spam-use-spamassassin-headers is on;
25185         spam-bogofilter-score otherwise.
25187         * gnus.el (spam-process, spam-autodetect-methods):
25188         Add spamassassin and spamassassin-headers.
25190 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
25192         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25193         Suppress unnecessary messages.
25195 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
25197         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
25198         make-hash-table.
25200 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25202         * canlock.el (base64-encode-string): Don't autoload it.
25204 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
25206         * run-at-time.el: Remove useless (require 'itimer),
25207         eval-and-compile and (featurep 'xemacs).
25209 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
25211         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
25212         GROUP is a virtual group.
25214 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
25216         * gnus.el: Autoload `message-y-or-n-p'.
25218 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
25220         * pgg-parse.el: Remove unnecessary (require 'custom).
25222         * pgg-def.el: do.
25224         * nnmail.el: do.
25226         * gnus-undo.el: do.
25228         * gnus-picon.el: do.
25230         * gnus-util.el: do.
25232 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
25234         * gnus-sum.el (gnus-pick-line-number): Add autoload.
25236 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25238         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
25239         handle, as well as a list.
25241         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
25242         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
25243         (mm-w3m-cid-retrieve): Simplify.
25245 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
25247         * message.el (message-kill-to-signature): Allow prefix arg to
25248         specify number of lines to keep before signature.
25250 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
25252         * message.el (message-kill-to-signature): Change docstring.
25254 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
25256         * canlock.el: Always require sha1-el.
25257         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
25259         * message.el: Autoload sha1 only when compiling.
25261         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
25262         eudc-expand-inline for XEmacs.
25264 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
25266         * message.el (message-canlock-generate): Require sha1-el.
25268 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
25270         * message.el (message-expand-name): Silence the byte compiler.
25272         * lpath.el: Add detect-coding-system.
25274         * dgnushack.el (dgnushack-compile): Remove obsolete check for
25275         cus-edit.
25277 2004-01-13  Simon Josefsson  <jas@extundo.com>
25279         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
25280         Invoke gnus-score-mode.
25281         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
25283         * gnus-range.el (gnus-compress-sequence): Doc fix.
25284         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
25286 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
25288         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
25290 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
25292         * spam.el (spam-get-article-as-string): Update to use
25293         gnus-request-article-this-buffer, much simpler.
25294         (spam-get-article-as-buffer): Remove.
25296 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
25298         * message.el (message-expand-name): Use EUDC if the user uses that.
25300 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
25302         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
25303         character for the encoding to avoid consing a string.
25305         * rfc2047.el (rfc2047-decode-string): Don't cons a string
25306         unnecessarily.
25308         * mm-util.el (mm-replace-chars-in-string): Remove.
25310         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
25311         of mm-replace-chars-in-string.
25313 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
25315         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
25317         * mm-util.el (mm-subst-char-in-string): Support inplace.
25319         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
25320         a new string in every iteration.  Use shy groups.
25322 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
25324         * gnus-srvr.el (gnus-browse-unsubscribe-group):
25325         * gnus-soup.el (gnus-soup-group-brew):
25326         * gnus-msg.el (gnus-put-message):
25327         * gnus-move.el (gnus-group-move-group-to-server):
25328         * gnus-kill.el (gnus-batch-score):
25329         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
25330         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
25331         (gnus-group-update-group, gnus-group-read-group)
25332         (gnus-group-make-group, gnus-group-make-help-group)
25333         (gnus-group-make-archive-group, gnus-group-make-directory-group)
25334         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
25335         (gnus-group-sort-by-unread, gnus-group-catchup)
25336         (gnus-group-unsubscribe-group, gnus-group-kill-group)
25337         (gnus-group-yank-group, gnus-group-set-info)
25338         (gnus-group-list-groups):
25339         * gnus.el (gnus-generate-new-group-name):
25340         * gnus-delay.el (gnus-delay-send-queue):
25341         * nnvirtual.el (nnvirtual-catchup-group):
25342         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
25343         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
25344         (gnus-group-prepare-topics, gnus-topic-check-topology):
25345         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
25346         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
25347         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
25348         (gnus-group-make-articles-read):
25349         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
25350         (gnus-group-change-level, gnus-kill-newsgroup)
25351         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
25352         (gnus-get-unread-articles, gnus-make-articles-unread)
25353         (gnus-make-ascending-articles-unread): Use accessor
25354         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
25355         to get group information for improved readability.
25358 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
25360         * gnus-art.el (article-decode-mime-words, article-babel)
25361         (gnus-article-highlight-signature, gnus-article-add-buttons)
25362         (gnus-signature-toggle): Use gnus-with-article-buffer.
25364         * gnus-art.el (gnus-article-highlight-headers)
25365         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
25367         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
25368         (gnus-article-set-globals, gnus-request-article-this-buffer)
25369         (gnus-button-message-id, gnus-article-maybe-hide-headers)
25370         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
25371         (gnus-mime-display-alternative): Use with-current-buffer.
25373 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
25375         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
25376         also under 80 char limit, and call gnus-error if needed.
25377         (spam-fetch-article-header): Fix - it was a
25378         buffer-local variable (gnus-newsgroup-data).
25379         (spam-find-spam): Use spam-generate-fake-headers, forget about
25380         spam-insert-fake-headers.
25381         (spam-insert-fake-headers): Remove.
25383 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
25385         * deuglify.el (gnus-article-outlook-unwrap-lines)
25386         (gnus-outlook-rearrange-article)
25387         (gnus-outlook-repair-attribution-outlook)
25388         (gnus-outlook-repair-attribution-block)
25389         (gnus-outlook-repair-attribution-other): Remove redundant
25390         save-excursion.
25392 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
25394         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
25395         (spam-fetch-field-subject-fast)
25396         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
25397         (spam-fetch-article-header): Add functions to deal with Gnus
25398         internals for fast retrieval of article header data.
25399         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
25401 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
25403         * pop3.el (pop3-md5): Remove.
25404         (pop3-apop): Replace pop3-md5 with md5.
25406         * mm-bodies.el: base64 is always built-in.
25408         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
25409         Use with-current-buffer.
25411 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25413         * canlock.el (canlock-insert-header): Remove excessive grouping in
25414         regexp.
25416         * gnus-sum.el (gnus-summary-read-document): Ditto.
25418         * gnus-uu.el (gnus-uu-part-number): Ditto.
25420         * html2text.el (html2text-remove-tags): Ditto.
25421         (html2text-format-tags): Ditto.
25422         (html2text-format-single-elements): Ditto.
25424         * mml.el (mml-parse-1): Ditto.
25426 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
25428         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
25430         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
25432         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
25434         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
25436 2003-11-15  Simon Josefsson  <jas@extundo.com>
25438         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
25439         (pgg-gpg-lookup-key): Use regexp match instead of
25440         split-string (split-string is different between emacs 21.2 and
25441         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
25443 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
25445         * gnus-art.el (gnus-mime-view-all-parts)
25446         (gnus-article-part-wrapper, gnus-article-view-part):
25447         Use with-current-buffer.
25449 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
25451         * spam.el (spam-disable-spam-split-during-ham-respool)
25452         (spam-spamoracle-database, spam-cache-lookups)
25453         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
25454         (spam-group-ham-mark-p, spam-group-spam-mark-p)
25455         (spam-group-ham-marks, spam-group-spam-marks)
25456         (spam-group-spam-contents-p, spam-group-ham-contents-p)
25457         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
25458         also add spam-use-blackholes to the statistical checks.
25459         (spam-fetch-field-fast): Add interface to fetching fields, may
25460         become a macro.
25461         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
25462         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
25463         (spam-insert-fake-headers): Fake an article when needed.
25464         (spam-find-spam): Fake article when possible.
25465         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
25466         (spam-check-bogofilter-headers): Use message-fetch-field instead
25467         of nnmail-fetch-field.
25469 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
25471         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
25473 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
25475         * spam.el (spam-split): Do not require spam-use-CHECK to be
25476         enabled if that check is passed to spam-split explicitly; also
25477         fix so 'spam doesn't get converted to spam-split-group when
25478         spam-split-symbolic-return is t.
25479         (spam-find-spam): Find registrations of the article and use those
25480         instead of re-running spam-split to find the spam/ham
25481         classification of the article.
25482         (spam-log-processing-to-registry, spam-log-registered-p)
25483         (spam-log-unregistration-needed-p, spam-log-undo-registration):
25484         Use gnus-error instead of gnus-message.
25485         (spam-log-registration-type): Add function to determine the
25486         classification of a message based on registry entries; will
25487         return nil if both 'spam and 'ham are found.
25488         (spam-check-BBDB): Expand all the BBDB macros here so we can have
25489         a reasonably fast local cache without the loading errors.
25490         (spam-cache-lookups): Set to t by default.
25491         (spam-find-spam): Don't try to guess spam-cache-lookups.
25492         (spam-enter-whitelist, spam-enter-blacklist): Clear the
25493         spam-caches entry.
25494         (spam-filelist-build-cache, spam-filelist-check-cache):
25495         Fix caching of whitelist/blacklist entries.
25496         (spam-check-whitelist, spam-check-blacklist):
25497         Invoke spam-from-listed-p with a type, not a cache variable.
25498         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
25500 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
25502         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
25504         * nnmail.el (nnmail-split-fancy): do.
25506         * mml.el (mml-parse): do.
25508         * gnus-score.el (gnus-enter-score-words-into-hashtb)
25509         (gnus-score-adaptive): do.
25511 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
25513         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
25514         (gnus-mime-button-map): Don't set keymap parent.
25515         (gnus-button-ctan-directory-regexp): Use shy grouping.
25516         (gnus-prev-page-map): Don't set keymap parent.
25517         (gnus-prev-page-map): Remove duplicated one.
25518         (gnus-next-page-map): Don't set keymap parent.
25519         (gnus-mime-security-button-map): Ditto.
25521         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
25522         version number.
25524         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
25526 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
25528         * canlock.el (canlock-sha1-function): Remove.
25529         (canlock-sha1-function-for-verify): Remove.
25530         (canlock-openssl-program): Remove.
25531         (canlock-openssl-args): Remove.
25532         (canlock-ignore-errors): Remove.
25533         (canlock-sha1-with-openssl): Remove.
25534         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
25535         (canlock-verify): Don't use canlock-ignore-errors.
25537         * sha1-el.el (sha1-string-external): Make it can return a string
25538         in binary form.
25539         (sha1-region-external): Ditto.
25540         (sha1-string-internal): Ditto.
25541         (sha1-region-internal): Ditto.
25542         (sha1-region): Ditto.
25543         (sha1-string): Ditto.
25544         (sha1): Ditto.
25546 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25548         * spam.el (spam-report-articles-gmane): New command.
25550 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
25552         * gnus.el: Don't make unnecessary *Group* buffer when loading.
25554         * run-at-time.el (run-at-time-saved): Remove.
25555         (run-at-time): Doc fix.
25557 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
25559         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
25560         (gnus-summary-limit-map): Add it.
25561         (gnus-summary-make-menu-bar): do.
25563 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
25565         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
25566         Make attempt at some caching support (done for BBDB only now).
25567         (spam-find-spam): Set spam-cache-lookups if there are more than 2
25568         addresses to be checked.
25569         (spam-clear-cache-BBDB): Add function, to be invoked by
25570         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
25571         (spam-check-BBDB): Check and use the caches, if
25572         spam-cache-lookups is on, remove superfluous (provide).
25574 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
25576         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
25578 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
25580         * run-at-time.el (run-at-time-saved): Move to after the definition
25581         of `run-at-time'.
25583         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
25585 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
25587         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
25588         mm-w3m-local-map-property.
25590         * mm-view.el (mm-w3m-mode-map): Remove.
25591         (mm-w3m-local-map-property): Remove.
25592         (mm-inline-text-html-render-with-w3m): Don't use
25593         mm-w3m-local-map-property.
25595 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25597         * run-at-time.el: New file.
25599         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
25600         under Emacs.
25602         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
25603         of gnus-set-text-properties.
25605         * gnus-uu.el (gnus-uu-save-article): Ditto.
25607         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
25609         * gnus-cite.el (gnus-cite-parse): Ditto.
25611         * gnus-art.el (gnus-button-push): Use set-text-properties instead
25612         of gnus-.
25614         * gnus-xmas.el (run-at-time): Require run-at-time.
25616         * gnus.el: Change calls to nnheader-run-at-time and
25617         password-run-at-time throughout to use run-at-time directly.
25619         * password.el: Remove definition of run-at-time.
25621         * nnheaderxm.el: Remove definition of run-at-time.
25623 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
25625         * mml.el (mml-minibuffer-read-disposition): Show attachment type
25626         in prompt.
25628 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
25630         * messagexmas.el (message-xmas-redefine): Alias
25631         `message-make-caesar-translation-table' to
25632         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
25633         version.
25635         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
25636         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
25637         `gnus-xmas-set-text-properties'.
25638         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
25639         `gnus-xmas-completing-read'.
25640         (gnus-xmas-completing-read): Removed.
25641         (gnus-xmas-open-network-stream): Removed.
25643         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
25644         XEmacs version.
25646         * dns.el (dns-make-network-process): Use `open-network-stream'
25647         instead of `gnus-xmas-open-network-stream'.
25649         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
25651         * .cvsignore: Add auto-autoloads.el, custom-load.el.
25653 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
25655         * gnus-art.el (gnus-mime-display-alternative)
25656         (gnus-insert-mime-button, gnus-insert-mime-security-button)
25657         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
25658         Don't use gnus-local-map-property.
25660         * gnus-util.el (gnus-local-map-property): Remove.
25662         * mm-view.el (mm-view-pkcs7-decrypt):
25663         Replace gnus-completing-read-maybe-default with completing-read.
25665         * gnus-util.el (gnus-completing-read): do.
25666         (gnus-completing-read-maybe-default): Remove.
25668 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
25670         * password.el: Only autoload `run-at-time' if not XEmacs.
25671         Only autoload the itimer functions if XEmacs.
25673 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
25675         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
25676         XEmacsen.
25678         * dgnushack.el: Autoload executable-find for XEmacs.
25680 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
25682         * gnus-art.el (gnus-read-string): Remove.
25683         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
25684         read-string.
25686 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
25688         * netrc.el: Autoload password-read.
25689         (netrc): Add configuration group.
25690         (netrc-encoding-method, netrc-openssl-path):
25691         Add variables for encoding and decoding of files with symmetric
25692         ciphers.
25693         (netrc-encode): Add assistant function to encode a file with
25694         netrc-encoding-method.
25695         (netrc-parse): Add interactive parameter, added optional
25696         decoding if netrc-encoding-method is non-nil but otherwise
25697         behavior is standard.
25698         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
25699         Do s/encode/encrypt/ everywhere.
25701         * spam.el: Remove executable-find autoload.
25703 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
25705         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
25707         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
25709 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
25711         * gnus-art.el (gnus-treat-ansi-sequences)
25712         (article-treat-ansi-sequences): New variable and function.
25713         Suggested by Dan Jacobson <jidanni@jidanni.org>.
25715         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
25716         Use it.
25718 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
25720         * mm-util.el (mm-quote-arg): Remove.
25722         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
25723         shell-quote-argument.
25725         * gnus-uu.el (gnus-uu-command): do.
25727         * gnus-sum.el (gnus-summary-insert-pseudos): do.
25729         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
25730         with make-char.
25732         * mm-util.el (mm-make-char): Remove.
25734         * mml.el (mml-mode): Replace gnus-add-minor-mode with
25735         add-minor-mode.
25737         * gnus-undo.el (gnus-undo-mode): do.
25739         * gnus-topic.el (gnus-topic-mode): do.
25741         * gnus-sum.el (gnus-dead-summary-mode): do.
25743         * gnus-start.el (gnus-slave-mode): do.
25745         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
25747         * gnus-ml.el (gnus-mailing-list-mode): do.
25749         * gnus-gl.el (gnus-grouplens-mode): do.
25751         * gnus-draft.el (gnus-draft-mode): do.
25753         * gnus-dired.el (gnus-dired-mode): do.
25755         * gnus-ems.el (gnus-add-minor-mode): Remove.
25757         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
25758         Replace gnus-char-width with char-width.
25760         * gnus-ems.el (gnus-char-width): Remove.
25762         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
25763         Replace gnus-char-width with char-width.
25765         * gnus-ems.el (gnus-char-width): Remove.
25767         * spam-stat.el (with-syntax-table): Remove with-syntax-table
25768         definition.
25769         Remove Emacs 20 hash table compatibility code.
25771         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
25772         20 compatibility code.
25774         * spam.el (spam-point-at-eol): Replace with point-at-eol.
25776         * smime.el (smime-point-at-eol): Replace with point-at-eol.
25778         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
25779         Replace with point-at-{eol,bol}.
25781         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
25783         * imap.el (imap-point-at-eol): Replace with point-at-eol.
25785         * flow-fill.el (fill-flowed-point-at-bol)
25786         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
25788         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
25789         Replace with point-at-{eol,bol} throughout all files.
25791 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
25793         * ntlm.el (ntlm-string-as-unibyte): New macro.
25794         (ntlm-build-auth-response): Use it.
25796         Remove Emacs 20 stuff:
25797         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
25798         (butlast, mapc, remove): Remove the compiler macros.
25799         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
25800         of delq and copy-sequence.
25801         * gnus-art.el (popup-menu): Remove the compiler macro.
25802         * nnmail.el (nnmail-split-fancy): Don't support customizing with
25803         Emacs 20.
25805 2004-01-05  Simon Josefsson  <jas@extundo.com>
25807         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
25808         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
25809         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
25810         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
25811         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
25812         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
25813         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
25814         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
25815         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
25816         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
25817         ntlm-string-permute, string-lshift into ntlm-string-lshift,
25818         string-xor into ntlm-string-xor.
25819         Suggested by Jesper Harder <harder@myrealbox.com>.
25821         * ntlm.el: Don't include poem.
25823         * md4.el (print-int32, print-string-hexa): Remove.
25824         Suggested by Jesper Harder <harder@myrealbox.com>.
25826         * sasl-ntlm.el, ntlm.el, md4.el: New files.
25828         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
25829         probably breaks emacs with DL patch, but do we care? Is anyone
25830         still using the DL stuff?)
25832         * sieve-manage.el: Use the password package.
25833         (sieve-manage-read-passwd): Remove.
25834         (sieve-manage-interactive-login): Use password.  Re-add
25835         condition-case around loop.
25837         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
25838         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
25839         Use the password package.
25841 2003-02-19  Simon Josefsson  <jas@extundo.com>
25843         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
25844         token.
25846 2002-08-07  Simon Josefsson  <jas@extundo.com>
25848         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
25849         (sieve-manage-authenticators):
25850         (sieve-manage-authenticator-alist): Add some SASL mechs.
25851         (sieve-sasl-auth): New function.
25852         (sieve-manage-cram-md5-auth):
25853         (sieve-manage-plain-auth): Rewrite using SASL library.
25854         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
25855         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
25856         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
25857         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
25859 2004-01-05  Simon Josefsson  <jas@extundo.com>
25861         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
25862         New files.
25864 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25866         * gnus-group.el (gnus-no-groups-message): Update.
25868         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
25870 2003-11-09  Simon Josefsson  <jas@extundo.com>
25872         * imap.el: Support for ID IMAP extension (RFC 2971).
25873         (imap-local-variables): Add imap-id.
25874         (imap-id): New variable.
25875         (imap-id): New function.
25876         (imap-parse-response): Parse untagged ID response.
25877         * nnimap.el (nnimap-id): New variable.
25878         (nnimap-open-connection): Use it.
25880 2003-12-28  Simon Josefsson  <jas@extundo.com>
25882         * gnus-score.el (gnus-score-edit-all-score): New.
25883         * gnus-group.el (gnus-group-score-map): Bind it to W e.
25885 2004-01-04  Simon Josefsson  <jas@extundo.com>
25887         * password.el: Add.
25889 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
25891         * dns.el (dns-query-types): Fix typo.
25892         (dns-query-types): New function.
25893         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
25894         PTR and SOA replies, see RFC 1035.
25896 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25898         * gnus.el (gnus-logo-color-style): Change colors to `no'.
25900         * Move to Changelog.2.
25902 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25904         * gnus.el (gnus-version-number): Bump version.
25906 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
25908         * gnus.el: No Gnus v0.1 is released.
25910 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
25912         * gnus.el: No Gnus v0.0 is released.
25914 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25916         * gnus.el (gnus-version-number): Bump.
25917         (gnus-version): No.
25919 See ChangeLog.2 for earlier changes.
25921   Copyright (C) 2004-2013 Free Software Foundation, Inc.
25923   This file is part of GNU Emacs.
25925   GNU Emacs is free software: you can redistribute it and/or modify
25926   it under the terms of the GNU General Public License as published by
25927   the Free Software Foundation, either version 3 of the License, or
25928   (at your option) any later version.
25930   GNU Emacs is distributed in the hope that it will be useful,
25931   but WITHOUT ANY WARRANTY; without even the implied warranty of
25932   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
25933   GNU General Public License for more details.
25935   You should have received a copy of the GNU General Public License
25936   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
25938 ;; Local Variables:
25939 ;; coding: utf-8
25940 ;; fill-column: 79
25941 ;; add-log-time-zone-rule: t
25942 ;; End: