lisp/gnus/gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for strin...
[emacs.git] / lisp / gnus / ChangeLog
blob251e5b1f381a33986968754378558f2aea3a85fe
1 2013-04-25  Andrew Cohen  <cohen@bu.edu>
3         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
4         string values of 'gcc-self.  Thanks to Saroj Thirumalai.
6 2013-04-24  Andrew Cohen  <cohen@bu.edu>
8         * nnir.el (nnir-close-group): Make sure we are in the right group.
10         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
11         dependency table from all newly retrieved headers.
13 2013-04-16  David Edmondson  <dme@dme.org>
15         Support <img src="data:...">.
17         * shr.el (shr-image-from-data): New function.
18         (shr-tag-img): Use it.
20 2013-04-14  Andrew Cohen  <cohen@bu.edu>
22         * nnir.el (nnir-request-set-mark): Make sure we are in the right
23         group.
25 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
27         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
28         corresponding to any existing group (Bug#14166).
30 2013-04-10  Andrew Cohen  <cohen@bu.edu>
32         * nnir.el (number-sequence): No longer used.
33         (nnir-request-set-mark): New function.
34         (nnir-request-update-info): Improve marks updating.
35         (nnir-request-scan): Don't duplicate marks updating.
36         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
37         Use 'assq rather than 'assoc. Quote anonymous function.
38         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
39         Use 'gnus-group-prefixed-p.
40         (gnus-summary-create-nnir-group): Make sure server for method is open.
42 2013-04-04  Andrew Cohen  <cohen@bu.edu>
44         * nnir.el (gnus-nnir-group-p): New function.
45         (nnir-possibly-change-group): Use it.
47         * gnus-msg.el (gnus-setup-message): Use it.
49 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
51         * mml.el (mml-minibuffer-read-description): Use `default' insted of
52         `initial-input' for the argument name.
53         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
55 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
57         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
58         (used by MH-E).
60 2013-04-01  Andrew Cohen  <cohen@bu.edu>
62         * nnir.el (nnir-request-update-mark): Improve mark updating in original
63         group.
65         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
66         fix compilation.
68 2013-03-31  Andrew Cohen  <cohen@bu.edu>
70         * nnir.el (nnir-method-default-engines): And another typo.
72 2013-03-30  Andrew Cohen  <cohen@bu.edu>
74         * nnir.el (nnir-method-default-engines): Fix typo.
76 2013-03-29  Andrew Cohen  <cohen@bu.edu>
78         * nnir.el: Define 'number-sequence for xemacs.
79         (gnus-summary-create-nnir-group): New function to create an nnir group
80         from an nnir summary buffer based on the current query.
81         (nnir-request-create-group): Update to allow nnir group creation based
82         on the current query.
84 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
86         * nndraft.el (nndraft-request-expire-articles):
87         Make expiry target always `delete'.
89 2013-03-27  Andrew Cohen  <cohen@bu.edu>
91         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
92         buffer use the posting-style and gcc of the original article group.
93         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
95         * nnir.el: Fix byte-compile warning. nnoo-define-skeleton should come
96         after other deffoos.
98 2013-03-26  Andrew Cohen  <cohen@bu.edu>
100         * nnir.el: Major rewrite. Cleaner separation between searches and group
101         management. Marks are now shown in nnir summary buffers. Rudimentary
102         support for real (i.e. not ephemeral) nnir groups.
103         (gnus-summary-make-nnir-group): New function for initiating searches
104         from a summary buffer.
106 2013-03-18  Sam Steingold  <sds@gnu.org>
108         * message.el (message-bury): Minor cleanup.
110 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
112         * nndir.el (nndir-request-list): Remove 2nd argument passed to
113         nnml-request-list.  (Bug#13873)
114         (nndir-request-newsgroups): Remove, unused.
116         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
118 2013-03-03  Ted Phelps  <phelps@gnusto.com>
120         * shr.el: Make all the overlays set the `evaporate' property so that
121         they're removed properly.
123 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>
125         * mml2015-el (mml2015-epg-key-image): Wrap epg-gpg-program in
126         shell-quote-argument.
128 2013-02-22  David Engster  <deng@randomsample.de>
130         * gnus-registry.el (gnus-registry-save): Provide class name when
131         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
132         `condition-case' to stay compatible with older EIEIO versions which
133         only accept one argument.
135 2013-02-17  Daiki Ueno  <ueno@gnu.org>
137         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
138         (epg-user-id-validity): Autoload.
139         (mml2015-epg-check-user-id): New function.
140         (mml2015-epg-check-sub-key): New function split from
141         mml2015-epg-find-usable-key.
142         (mml2015-epg-find-usable-key): Accept context, name, usage, and
143         optional name-is-key-id, to handle the case when user-id is unusable.
144         Reported by Łukasz Stelmach <stlman@poczta.fm>.
146 2013-02-17  Glenn Morris  <rgm@gnu.org>
148         * shr.el (shr-put-image): Use image-multi-frame-p if available.
150 2013-02-16  Glenn Morris  <rgm@gnu.org>
152         * shr.el (shr-put-image): Only animate images that specify a delay.
153         This is consistent with the old image-animated-p behavior.
155 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
157         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
158         for XEmacs.
160 2013-02-13  Juri Linkov  <juri@jurta.org>
162         * gnus-art.el (gnus-article-mode-map):
163         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
164         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
166 2013-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
168         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.  (This was
169         done in 2012-07-22 by Andrew Cohen, but I reverted it mistakenly.)
171 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
173         * auth-source.el (auth-source-format-prompt): Don't get confused by
174         any "\" in replacement text.  (Bug#13637)
176 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
178         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
179         (gnus-backend-trace): Honor gnus-backend-trace.
181         * mml.el (mml-insert-part): Insert closing tag.
183         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
185 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
187         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
188         able to find the article, which can happen in debbugs groups,
189         apparently.
191 2013-01-16  Glenn Morris  <rgm@gnu.org>
193         * smiley.el (smiley-style): Make the file loadable in batch mode.
195 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
197         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
198         imap process running.
200 2013-01-14  Julien Danjou  <julien@danjou.info>
202         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
203         Compare addresses against addresses, not against the full From field.
205 2013-01-13  Richard Stallman  <rms@gnu.org>
207         * message.el (message-forward-make-body-mime): New args BEG, END
208         specify what part of FORWARD-BUFFER to use.  Do the work directly
209         instead of calling `mml-insert-buffer'.
211 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
213         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
214         cross-reference(s).
216         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
217         cross-reference(s).
219 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
221         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
222         and point-max-marker.
223         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
225 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
227         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
228         to mml2015-encrypt-to-self.
229         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
231 2013-01-09  Daiki Ueno  <ueno@gnu.org>
233         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
234         mml-smime-epg-find-usable-secret-key.
236 2013-01-08  Glenn Morris  <rgm@gnu.org>
238         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
240 2013-01-07  Daiki Ueno  <ueno@gnu.org>
242         * mml-smime.el: Support signing by sender.
243         Requested by Uwe Brauer.
244         (mml-smime-sign-with-sender): New user option analogous
245         to mml2015-sign-with-sender.
246         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
247         (mml-smime-epg-find-usable-secret-key): New helper function copied from
248         mml2015.el.
250 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
252         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
253         isn't running, because Gnus will probably not know how to handle the
254         Gcc header (bug#11941).
256         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
257         articles.
259 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
261         * nnfolder.el (nnfolder-recursive-directory-files): New function.
262         (nnfolder-generate-active-file): Make this function work with recursive
263         folder names.
265 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
267         * nntp.el (nntp-open-connection): Use HELP as the capability command
268         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
269         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
271 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
273         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
274         place holder since this gives `Invalid face reference: nil' messages.
275         Use the `default' face instead.  It has the same effect here, even
276         though it is not no-op.
278         * gnus-util.el
279         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
281 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
283         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
284         non-string posting styles (bug#13285).
286 2012-12-27  Glenn Morris  <rgm@gnu.org>
288         * plstore.el (plstore-passphrase-callback-function):
289         Use plstore-get-file.
291 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
293         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
294         stderr.
296         * nnimap.el (nnimap-find-article-by-message-id): Don't error out if
297         group is nil.
299         * shr.el (shr-tag-em): Render as italic, not bold.
301 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
303         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
305 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
307         * mml2015.el (mml2015-epg-key-image): use --attribute-fd rather than
308         temporary file to get PGP key image. Pass no-show-photos when extracting
309         image to avoid having it pop up twice.
311 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
313         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
314         eligible for treatment.
316         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
317         lines.  This makes summary commands with hidden threads work more
318         reliably.
320         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
321         button to mark the hidden citations (bug#9395).
323 2012-12-26  Daiki Ueno  <ueno@gnu.org>
325         * mml2015.el (mml2015-epg-signature-to-string): New function.
326         (mml2015-epg-verify-result-to-string): New function.
327         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
328         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
329         instead of epg-verify-result-to-string.
330         (epg-signature-key-id, epg-signature-to-string): Autoload.
331         (epg-verify-result-to-string): Remove autoload.
333 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
335         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
336         ID image from GPG public key.
337         (mml2015-epg-key-image-to-string): New function.
339 2012-12-25  Leo Liu  <sdl.web@gmail.com>
341         * plstore.el (plstore-passphrase-callback-function): Fix error when
342         error when plstore-cache-passphrase-for-symmetric-encryption is set
343         (bug#13264).
345 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
347         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
348         buffer to the article buffer here, because that clobbers multiple
349         article buffers.
351         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
352         buffer always points to the right summary buffer.
354 2012-12-25  John Wiegley  <jwiegley@gmail.com>
356         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
357         the password (bug#12097).
359 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
361         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
362         (bug#13263).
364         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
365         buffer exists before using it (bug#12475).
367         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
368         offline groups (bug#11937).
370         * message.el (message-yank-original): When using customize to set the
371         value of `message-cite-style', the variable it set to a symbol that's
372         the name of the variable, which must then be dereferenced (bug#12616).
374 2012-12-25  Wolfgang Jenkner  <wjenkner@inode.at>
376         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
377         the `face' property with a list whose car is the face specified in the
378         format string and whose cdr is (nil).
379         * lisp/gnus-util.el
380         (gnus-put-text-property-excluding-characters-with-faces):
381         Change accordingly.
382         (gnus-get-text-property-excluding-characters-with-faces): New function.
383         * lisp/gnus-sum.el (gnus-summary-highlight-line):
384         * lisp/gnus-salt.el (gnus-tree-highlight-node):
385         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
387 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
389         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
390         login methods.
391         (nnimap-login): Respect the `nnimap-authenticator' variable.
393         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
394         mark state when moving articles.  Otherwise unticked articles will get
395         their ticks back after moving.
397 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
399         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
401         * message.el (message-ignored-news-headers): Always remove
402         X-Message-SMTP-Method to avoid information leakage if the user
403         mistakenly inserts the header into news messages.
405         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
407         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
408         right than four characters, this command would move point to
409         `point-max'.  Don't do that.
411         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
412         to nil to allow re-selecting groups that gain articles.
413         (gnus-bug-group-download-format-alist): Update the URL.
415 2012-12-23  Andreas Schwab  <schwab@suse.de>
417         * shr.el (shr-tag-em): Render em as italic, not bold.
419 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
421         * gnus-int.el (gnus-backend-trace): Factor out into its own function
422         for reuse.
423         (gnus-open-server): Use it to add more tracing.
424         (gnus-finish-retrieve-group-infos): Add backend tracing.
425         (gnus-backend-trace): Also note the elapsed seconds.
427 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
429         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
430         Set epa-file-encrypt-to from variable to avoid querying.
432 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
434         * sieve-mode.el (sieve-font-lock-keywords):
435         Keywords should be word delimited.  (Bug#13173)
437 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
439         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
440         instead of <pre> to align message header.
442 2012-12-12  Sam Steingold  <sds@gnu.org>
444         * gnus.el (gnus-other-frame-resume-function): Add user option.
445         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
447 2012-12-06  Sam Steingold  <sds@gnu.org>
449         * gnus-start.el (gnus-before-resume-hook): Add.
450         (gnus-1): Run it when Gnus is alive.
452 2012-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
454         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
455         * gnus-art.el (article-unsplit-urls)
456         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
457         * gnus-registry.el (gnus-registry-get-article-marks)
458         * message.el (message-goto-body): Use it.
459         (message-called-interactively-p): Remove.
461         * spam-stat.el (spam-stat-called-interactively-p): New macro.
462         (spam-stat-score-buffer): Use it.
464         * spam.el: Silence the warnings against BBDB functions when compiling.
466         * gnus-score.el (gnus-score-decode-text-parts):
467         Use append+mapcar instead of the cl function mapcan.
469         * gmm-utils.el (gmm-flet): Remove.
471         * gnus-sync.el (gnus-sync-lesync-call):
472         Avoid overriding json-alist-p.
474         * message.el (message-read-from-minibuffer):
475         Avoid overriding mail-abbrev-in-expansion-header-p.
477 2012-12-05  Sam Steingold  <sds@gnu.org>
479         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
480         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
481         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
483 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
485         * gmm-utils.el (gmm-called-interactively-p): Revert.
486         This seems to cause Emacs to get stuck!
487         * gnus-art.el (article-unsplit-urls)
488         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
489         * gnus-registry.el (gnus-registry-get-article-marks)
490         * message.el (message-goto-body)
491         (message-called-interactively-p): Revert.
493         * gmm-utils.el (gmm-called-interactively-p): New function.
494         * gnus-art.el (article-unsplit-urls)
495         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
496         * gnus-registry.el (gnus-registry-get-article-marks)
497         * message.el (message-goto-body): Use it.
498         (message-called-interactively-p): Remove.
500         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
501         * gnus-sync.el (gnus-sync-lesync-call)
502         * message.el (message-read-from-minibuffer): Use it.
504 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
506         * gmm-utils.el (gmm-flet): Remove.
507         * gnus-sync.el (gnus-sync-lesync-call)
508         * message.el (message-read-from-minibuffer): Don't use it.
510 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
512         * gmm-utils.el (gmm-labels): Use cl-labels if available.
514 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
516         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
518         * gnus-sync.el (gnus-sync-lesync-call)
519         * message.el (message-read-from-minibuffer): Use gmm-flet.
521         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
523         * gnus-util.el (gnus-macroexpand-all): Remove.
525 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
527         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
528         to TAB, not [tab].
529         (gnus-summary-article-map): Likewise.
531         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
532         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
534 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
536         * message.el (message-get-reply-headers):
537         Make sure the reply goes to the author if it is a wide reply.
539 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
541         * gnus-score.el (gnus-score-body):
542         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
543         scoring by body.
545 2012-11-16  Glenn Morris  <rgm@gnu.org>
547         * gnus-diary.el (nndiary-request-create-group-functions)
548         (nndiary-request-update-info-functions)
549         (gnus-subscribe-newsgroup-functions)
550         (nndiary-request-accept-article-functions):
551         Use new names for hooks rather than obsolete aliases.
553 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
555         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
556         in meta tag with the one the part specifies in its header.
558 2012-11-02  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
560         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
561         by default.
563 2012-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
565         New UIDL implementation.
567         * mail-source.el (mail-sources, mail-source-keyword-map):
568         Add :leave as a pop3 keyword.
569         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
571         * pop3.el (pop3-leave-mail-on-server): Allow number.
572         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
573         (pop3-movemail): Add UIDL support.
574         (pop3-send-streaming-command): Take a list of mail numbers instead of
575         the number of mails.
576         (pop3-write-to-file): Add X-UIDL header.
577         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
578         (pop3-uidl-add-xheader): New functions.
580         * message.el (message-ignored-resent-headers):
581         Add X-Content-Length and X-UIDL headers.
583 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
585         * nndiary.el (nndiary-request-create-group-functions)
586         (nndiary-request-update-info-functions)
587         (nndiary-request-accept-article-functions):
588         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
589         "-hooks" suffix.
591 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
593         * starttls.el (starttls-extra-arguments): Doc fix.
595 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
597         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
598         it.
600 2012-10-06  Glenn Morris  <rgm@gnu.org>
602         * gnus-notifications.el (gnus-notifications):
603         Add missing group :version tag.
604         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
605         (gnus-gcc-post-body-encode-hook):
606         * gnus-sync.el (gnus-sync-lesync-name)
607         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
609 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
611         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
612         a user about whether to delete temp files if once a user answered as n.
614 2012-09-17  Richard Stallman  <rms@gnu.org>
616         * message.el (message-in-body-p): Don't set mark or modify buffer.
618         * mml.el (mml-attach-file): Doc fix.
619         (mml-attach-external, mml-attach-buffer, mml-attach-file):
620         Set mail-encode-mml when in Mail mode.
621         Simplify code to set HEAD and move back to HEAD.
622         (mml-insert-multipart, mml-insert-part):
623         Set mail-encode-mml when in Mail mode.
625 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
627         * gnus-util.el (gnus-timer--function): New function.
629         * gnus-art.el (gnus-article-stop-animations): Use it.
631 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
633         Fix glitches caused by addition of psec to timers.
634         * gnus-art.el (gnus-article-stop-animations): Use timer--function
635         rather than raw access to timer vector.
637 2012-09-11  Julien Danjou  <julien@danjou.info>
639         * gnus-notifications.el (gnus-notifications): Check for nil values in
640         ignored addresses check.
642 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
644         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
646 2012-09-07  Chong Yidong  <cyd@gnu.org>
648         * gnus-util.el
649         (gnus-put-text-property-excluding-characters-with-faces): Restore.
651         * gnus-salt.el (gnus-tree-highlight-node):
652         * gnus-sum.el (gnus-summary-highlight-line):
653         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
655 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
657         * gnus-util.el: Fix compilation error on XEmacs 21.4.
659 2012-09-06  Juri Linkov  <juri@jurta.org>
661         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
662         scheme for buffer names to be more consistent with other group and
663         article buffer names in Gnus.
665 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
667         * gnus-util.el
668         (gnus-put-text-property-excluding-characters-with-faces): Remove.
670         * gnus-compat.el: Define compat function `add-face' from Wolfgang
671         Jenkner.
673         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
675         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
677         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
679 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
681         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
682         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
684         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
685         string-prefix-p in Emacs >=23.2.
687         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
688         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
689         instead of string-match-p.
690         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
692 2012-09-06  Kenichi Handa  <handa@gnu.org>
694         * qp.el (quoted-printable-decode-region): Fix previous change; handle
695         lowercase a..f.
697 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
699         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
701 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
703         * gnus-demon.el (gnus-demon-init): Fix regression when IDLE is t and
704         TIME is set.
706 2012-09-05  Juri Linkov  <juri@jurta.org>
708         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
709         than one group at a time (bug#11961).
711 2012-09-05  Julien Danjou  <julien@danjou.info>
713         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
714         this hide the real reason with a message giving absolutely no hint.
716 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
718         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
719         to the backend (bug#11804).
721         * message.el (message-insert-newsgroups): Don't insert newsgroup
722         duplicates (bug#12275).
724 2012-09-05  John Wiegley  <johnw@newartisans.com>
726         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
727         sieve rules.
729 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
731         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
732         function.
734         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
736         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
738 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
740         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
741         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
742         This should make nnmaildir more usable with offlineimap.
744 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
746         * gnus-notifications.el (gnus-notifications-notify): Use it.
748         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
749         warnings on XEmacs.
751 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
753         Better seeds for (random).
754         * gnus-sync.el (gnus-sync-lesync-setup):
755         * message.el (message-canlock-generate, message-unique-id):
756         Change (random t) to (random), now that the latter is more random.
758 2012-08-31  Dave Abrahams  <dave@boostpro.com>
760         * auth-source.el (auth-sources): Fix macos keychain access.
762         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
763         allow the backend `request-head' function to determine the group
764         name on its own.
765         (gnus-request-expire-articles): Filter out negative article numbers
766         during expiry (Bug#11980).
768         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
769         O(N^2) to O(N).  This makes warping into huge groups tolerable.
771         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
772         you've found the article when you haven't.
774 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
776         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
778 2012-08-30  Julien Danjou  <julien@danjou.info>
780         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
781         `gnus-notifications-timeout'.
782         (gnus-notifications-timeout): Add.
783         (gnus-notifications-action): New function.
784         (gnus-notifications-notify): Add :action using
785         `gnus-notifications-action'.
786         (gnus-notifications-id-to-msg): New variable.
787         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
788         notifications id to messages.
790 2012-08-30  Kenichi Handa  <handa@gnu.org>
792         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
793         once.
795 2012-08-29  Julien Danjou  <julien@danjou.info>
797         * gnus-notifications.el: New file.
798         (gnus-notifications-notify): New function.
799         (gnus-notifications): Use `gnus-notifications-notify'.
801 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
803         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
804         transfer encoding first; bind gnus-newsgroup-charset to the charset
805         that the article specifies (Bug#12209).
807 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
809         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
810         (gnus-group-customize-done): Encode values posting-style holds.
812         * gnus-msg.el (gnus-summary-resend-message)
813         (gnus-configure-posting-styles): Decode values posting-style group
814         parameter holds.
816 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
818         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
819         `name' and `address' in Resent-From header.
821 2012-08-14  Chong Yidong  <cyd@gnu.org>
823         * gnus-art.el (article-display-face): Handle failure in
824         gnus-create-image (Bug#11802).
826 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
828         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
829         Use defsetf.
831 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
833         * auth-source.el: (auth-source-plstore-search)
834         (auth-source-secrets-search): Ignore :require and :type in search spec.
836 2012-08-06  Julien Danjou  <julien@danjou.info>
838         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
839         Remove autoload, already handled by gnus.el.
841 2012-08-05  Julien Danjou  <julien@danjou.info>
843         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
844         Add autoload.
846 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
848         * gnus.el (gnus-valid-select-methods): Fix custom type.
850 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
852         * auth-source.el (auth-sources, auth-source-backend-parse)
853         (auth-source-macos-keychain-search)
854         (auth-source-macos-keychain-search-items)
855         (auth-source-macos-keychain-result-append)
856         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
857         auth-source.el through the /usr/bin/security utility.
858         (auth-sources): Fix syntax error.
859         (auth-source-macos-keychain-result-append): Fix variable name.
860         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
862 2012-07-27  Julien Danjou  <julien@danjou.info>
864         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
865         Emacs < 24.1
867 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
869         * message.el (message-kill-address): Don't kill last newline.
870         (message-skip-to-next-address): Don't move to the next header.
871         (message-fill-field-address): Work properly.
873 2012-07-25  Julien Danjou  <julien@danjou.info>
875         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
877 2012-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
879         * nnimap.el (nnimap-get-responses): Don't remove, still used.
881 2012-07-24  Julien Danjou  <julien@danjou.info>
883         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
885         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
886         (nntp-async-timer-handler): Remove, unused.
888         * nnimap.el (nnimap-get-responses): Remove, unused.
890         * nnheader.el (mail-header-set-extra): Remove, unused.
892         * mm-view.el (mm-view-sound-file): Remove, unused.
894         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
895         (mm-url-encode-multipart-form-data): Remove, unused.
897         * message.el (message-remove-signature, message-make-host-name)
898         (message-fill-address): Remove, unused.
900         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
901         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
902         unused.
904         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
906         * gnus-util.el (gnus-extract-address-component-name)
907         (gnus-extract-address-component-email, gnus-sortable-date)
908         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
909         (gnus-process-live-p): Remove, unused.
911         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
913         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
914         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
915         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
916         function.
918         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
920         * gnus-score.el (gnus-summary-score-crossposting)
921         (gnus-score-regexp-bad-p): Remove, unused.
923         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
925         * gnus-range.el (gnus-sublist-p): Remove, unused.
927         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
928         unused.
930         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
932         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
933         (gnus-request-associate-buffer): Remove, unused.
935         * gnus-group.el (gnus-group-set-method-info)
936         (gnus-group-set-params-info): Remove, unused.
938         * gnus-fun.el (gnus-shell-command-to-string)
939         (gnus-shell-command-on-region): Remove, unused.
941         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
943         * gnus-art.el (gnus-article-text-type-exists-p)
944         (article-translate-characters, gnus-article-hide-text-of-type)
945         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
946         Remove, unused.
948 2012-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
950         * nnir.el ("nnir"): Revert last change, that's premature to merge from
951         Gnus master.
953 2012-07-22  Andrew Cohen  <cohen@bu.edu>
955         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
957 2012-07-21  Julien Danjou  <julien@danjou.info>
959         * message.el (message-dont-reply-to-names): Replace deprecated
960         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
961         (message-get-reply-headers): Ditto.
963 2012-07-18  Julien Danjou  <julien@danjou.info>
965         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
966         `sieve-upload-and-kill'.
968         * sieve.el (sieve-bury-buffer): Remove function.
969         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
970         (sieve-upload-and-kill): New function, mapped to C-c C-c.
972 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
974         * shr.el (shr-expand-url): Handle URL starting with `//'.
976 2012-07-17  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
977 2012-07-13  Chong Yidong  <cyd@gnu.org>
979         * smime.el (smime-certificate-info): Set buffer-read-only directly,
980         instead of calling toggle-read-only with a (bogus) argument.
982 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
984         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
985         of initial input when reading the author to restrict the summary to.
987 2012-07-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
989         * gnus-sum.el (gnus-select-newsgroup): Don't assume that the group
990         buffer exists, which it doesn't if we haven't started Gnus.
992 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
994         * mm-decode.el (mm-shr):
995         Allow overriding charset by mm-charset-override-alist.
997 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
999         * gnus-art.el (gnus-article-view-part):
1000         Toggle subparts of multipart/alternative part.
1002 2012-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1004         * gnus-sync.el: Simply require json.
1006         * registry.el: Simply require eieio and eieio-base.
1008 2012-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1010         * tests/gnustest-nntp.el, tests/gnustest-registry.el, tests/: Remove.
1012 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1014         * shr.el (shr-render-buffer): New command.
1015         (shr-visit-file): Use it.
1017 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1019         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
1020         Set no-byte-compile and no-update-autoloads.
1022 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1024         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
1026 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1028         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
1029         being bound to a lambda form.
1031 2012-06-26  Wolfgang Jenkner  <wjenkner@inode.at>
1033         * gnus-picon.el (gnus-picon-properties): New defcustom.
1034         (gnus-picon-create-glyph): Use it.
1036 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1038         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
1039         locales.
1041         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
1042         on a handle.
1044         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
1045         address as the default.
1047         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.
1048         It makes no sense to query the user about internal files.
1050         * gnus-spec.el: Remove all the byte-compilation stuff, since
1051         benchmarking shows that it doesn't help when entering large summary
1052         buffers.
1054         * gnus-util.el (gnus-byte-code): Remove.
1056         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
1057         grouplens stuff.
1059 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1061         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
1062         (bug#11514).
1064 2012-06-26  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
1066         * message.el (message-buffers): Return all buffers derived from Message
1067         to make `gnus-dired-attach' work with mu4e.
1069 2012-06-26  Daiki Ueno  <ueno@unixuser.org>
1071         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
1072         (mm-dissect-singlepart): Don't guess the MIME type of
1073         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
1074         set.
1075         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
1076         toplevel MIME type is multipart/encrypted.
1078 2012-06-26  Wolfgang Jenkner  <wjenkner@inode.at>
1080         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups" format.
1081         In particular, add an optional argument and a docstring.
1083         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
1085         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
1086         current before calling `gnus-groups-to-gnus-format'.
1087         Note that this was already the case for `gnus-active-to-gnus-format'.
1089 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1091         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
1093 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1095         * mm-decode.el (mm-dissect-buffer): Doc fix.
1097         * gnus-sum.el (gnus-handle-ephemeral-exit):
1098         Avoid creating the group buffer if it doesn't exist.
1100         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config
1101         is given, mark the group as ephemeral with the current window conf.
1103         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
1104         buffer exists, which it doesn't if we haven't started Gnus.
1105         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
1107 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1109         * mml.el (mml-generate-mime):
1110         Allow specifying what the top-level part type is.
1112         * gnus-sum.el (gnus-auto-center-summary):
1113         `scroll-margin' isn't defined on XEmacs.
1115 2012-06-26  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
1117         * gnus-sum.el (gnus-auto-center-summary):
1118         Set default to respect `scroll-margin'.
1120 2012-06-26  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
1122         * gnus-cite.el (gnus-dissect-cited-text): A single line without
1123         citation prefix within a block of cited text should be considered
1124         part of that block *only* if it is a blank line.
1126 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1128         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
1129         before kinsoku-bol characters nor within kinsoku-eol characters.
1131 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1133         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
1134         (gnus-topic-create-topic, gnus-topic-enter-dribble):
1135         Silence compiler.
1136         (gnus-sync-read): Use mapc instead of mapcar.
1138         * mm-archive.el: Require mm-decode for some macros.
1139         (gnus-recursive-directory-files, mailcap-extension-to-mime):
1140         Silence the byte compiler.
1141         (mm-archive-decoders): New function that returns the value of
1142         the mm-archive-decoders variable.
1144         * mm-decode.el:
1145         Don't require mm-archive; autoload mm-archive functions instead.
1146         (mm-dissect-singlepart): Use the function mm-archive-decoders.
1148         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
1150 2012-06-26  Peter Munster  <pmrb@free.fr>
1152         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
1153         (gnus-demon-cancel): Ditto.
1154         (gnus-demon-run-callback): When function cannot be called due to low
1155         idleness, call it when idleness reaches the expected value, instead
1156         of waiting another timer period.
1157         (gnus-demon-init): Add `time' to arguments of call-back.
1159 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1161         * gnus.el: Register gnus-registry functions.
1163         * gnus-registry.el (gnus-try-warping-via-registry):
1164         Move here and indent.
1166         * gnus-int.el (gnus-warp-to-article):
1167         Check whether the registry is enabled before warping.
1169 2012-06-26  Dave Abrahams  <dave@boostpro.com>
1171         * gnus-sum.el (gnus-summary-insert-subject): Record information
1172         in the registry about each article retrieved.
1174         * gnus-int.el (gnus-select-group-with-message-id): New function.
1175         (gnus-try-warping-via-registry): Ditto.
1176         (gnus-warp-to-article): Fall back on the registry.
1178 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1180         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
1182 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1184         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
1185         gnus-gcc-self-resent-messages may be a group parameter.
1186         (gnus-summary-resend-message):
1187         Don't encode encoded words in header when Gcc'ing resent message.
1189 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1191         * shr.el (shr-insert): Treat non-breaking space just like normal
1192         space.  This seems to produce more pleasing results.
1193         (shr-insert):
1194         Only insert a blank line if we're starting from an image.
1195         (shr-tag-br):
1196         Allow <br> to end lines or to make a single blank line.
1197         (shr-ensure-paragraph): Consider lines with white space to be blank.
1199 2012-06-26  Christopher Schmidt  <christopher@ch.ristopher.com>
1201         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
1202         and gnus-gcc-post-body-encode-hook.
1204 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
1206         * mm-decode.el (mm-dissect-singlepart):
1207         Guess what the type of application/octet-stream parts really is.
1209         * gnus-sum.el (gnus-propagate-marks): Remove.
1211 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
1213         * nntp.el (nntp-coding-system-for-read): Remove.
1214         (nntp-coding-system-for-write): Ditto.
1215         (nntp-open-connection): Just use `binary' directly.
1217 2012-06-26  Teodor Zlatanov  <tzz@lifelogs.com>
1219         * registry.el (registry-usage-test, registry-persistence-test):
1220         Move to tests/gnustest-registry.el.
1221         (registry-make-testable-db, registry-match-test)
1222         (registry-instantiation-test): Move to tests/gnustest-registry.el.
1224         * gnus-registry.el (gnus-registry-misc-test)
1225         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
1227         * tests/gnustest-registry.el:
1228         New file with the registry and gnus-registry ERT tests.
1230 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1232         * gnus-msg.el (gnus-summary-resend-message):
1233         Make gnus-summary-resend-message-insert-gcc be last item in
1234         message-header-setup-hook.
1236 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
1238         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
1239         (nnfolder-marks, nnfolder-marks-file-suffix)
1240         (nnfolder-marks-modtime): Remove.
1241         (nnfolder-open-server): Don't use marks.
1242         (nnfolder-request-delete-group): Ditto.
1243         (nnfolder-request-rename-group): Ditto.
1244         (nnfolder-request-set-mark, nnfolder-request-marks)
1245         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
1246         (nnfolder-save-marks, nnfolder-open-marks): Remove.
1248         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
1249         (nnml-marks-modtime): Remove.
1250         (nnml-request-delete-group): Don't use marks.
1251         (nnml-request-rename-group): Ditto.
1252         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
1253         (nnml-save-marks, nnml-open-marks): Remove.
1255         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
1256         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
1257         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
1258         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
1259         (nntp-server-to-method-cache): Remove.
1261         * shr.el (shr-rescale-image): Fix wrong merge.
1263 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
1265         * shr.el (shr-remove-trailing-whitespace):
1266         Really delete the padding on too-wide lines.
1268 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
1270         * mm-archive.el (mm-archive-dissect-and-inline): New function.
1271         (mm-archive-dissect-and-inline): Fix up the undisplayer.
1273         * mm-decode.el (mm-display-external): Output the text from
1274         the command in the buffer after the command finished.
1275         This makes text-based commands behave better.
1277 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
1279         * message.el (smtpmail-smtp-user): Silence compiler warning.
1281 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
1283         * message.el (message-multi-smtp-send-mail): Also allow specifying
1284         the SMTP user name.
1286 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1288         * gnus-sum.el (gnus-summary-article-map): Fix typo.
1290 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
1292         * message.el (message-multi-smtp-send-mail): New function.
1293         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
1294         header to implement multi-SMTP functionality.
1296         * gnus-agent.el (gnus-agent-send-mail-function): Remove.
1297         (gnus-agentize): Don't set it.
1298         (gnus-agent-send-mail): Don't use it.
1300         * gnus-sum.el (gnus-summary-widget-backward):
1301         New function and keystroke.
1303         * shr.el (shr-put-image): Remove underlines from sliced images.
1304         (shr-zoom-image): Compute the region to be replaced more correctly.
1306 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1308         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
1309         (gnus-summary-resend-message-insert-gcc): New function.
1310         (gnus-summary-resend-message): Modify message-header-setup-hook and
1311         message-sent-hook to make it work for Gcc.
1312         (gnus-inews-do-gcc): Update the number of unread articles of groups
1313         that messages are Gcc'd to.
1315         * message.el (message-resend): Run message-sent-hook to do Gcc.
1317 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
1319         * gnus-registry.el (gnus-registry-fixup-registry):
1320         Move the message to a higher level to silence compilation.
1322         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
1323         parameter to allow controlling the scaling.
1325         * shr.el (shr-zoom-image): New command and keystroke.
1326         (shr-put-image): Take a `size' flag to say how to scale the image.
1328         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
1329         Use recursive deletion.
1330         (mm-dissect-archive): Add support for zip files.
1332         * gnus-util.el (gnus-recursive-directory-files): New function.
1334         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
1335         (mm-archive-decoders): Add tgz support.
1337         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
1338         Otherwise inserting text into the Gnus buffer can look odd.
1340         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
1342         * mm-archive.el (mm-archive-decoders): Add support for tar.
1344         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
1346         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
1348 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
1350         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
1352         * mm-archive.el: New file.
1354         * mm-decode.el (mm-dissect-singlepart):
1355         Use it to decode ms-tnef files.
1357         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
1359         * message.el (message-goto-*): Make all the `message-goto-*' commands
1360         push the mark before moving point.  This makes it easier to go back
1361         to where you came from after editing whatever you jumped to.
1363 2012-06-26  Teodor Zlatanov  <tzz@lifelogs.com>
1365         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
1366         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
1367         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
1369 2012-06-26  Teodor Zlatanov  <tzz@lifelogs.com>
1371         * spam.el: Move BBDB autoloads.
1372         (spam-exists-in-BBDB-p):
1373         New function to do the BBDB search directly in BBDB 2 and 3.
1374         (spam-check-BBDB): Use it.
1375         (spam-enter-ham-BBDB): Use it.
1377 2012-06-26  Peter Munster  <pmrb@free.fr>  (tiny change)
1379         * gnus-group.el (gnus-group-get-new-news):
1380         New parameter `one-level' for scanning exactly one level.
1382         * gnus-start.el (gnus-get-unread-articles): Ditto.
1384 2012-06-26  Teodor Zlatanov  <tzz@lifelogs.com>
1386         * gnus-sync.el: More commentary about setup.
1388 2012-06-26  Teodor Zlatanov  <tzz@lifelogs.com>
1390         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
1392 2012-06-26  Teodor Zlatanov  <tzz@lifelogs.com>
1394         * gnus-sync.el: Improve docs about CouchDB admins.
1396 2012-06-26  Teodor Zlatanov  <tzz@lifelogs.com>
1398         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
1399         not needed.  Provide xmlplistread list function to produce XML plist
1400         output for non-Gnus LeSync clients.
1402 2012-06-26  Teodor Zlatanov  <tzz@lifelogs.com>
1404         * gnus-sync.el: Add LeSync synchronization backend and logic to read
1405         and save against it.  Group subscriptions, read marks, other marks,
1406         subscription levels, topic names, and topic offsets (the group's
1407         position within the topic) are saved.  This is an experimental
1408         backend and may change significantly.  Load json.el from
1409         the gnus-fallback-lib if it's not available otherwise.
1410         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
1412 2012-06-26  David Engster  <dengste@eml.cc>
1414         * tests/gnustest-nntp.el: New file for simple NNTP testing.
1416 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
1418         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
1420 2012-06-17  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
1422         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
1423         is an integer to avoid later problems.
1425 2012-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1427         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
1428         locales.
1430 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
1432         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
1433         articles when fetch-old is non-nil (bug#11370).
1435 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1437         * gnus-group.el (gnus-group-get-new-news):
1438         Respect `gnus-group-use-permanent-levels', as documented (bug#11638).
1440 2012-06-10  Dave Abrahams  <dave@boostpro.com>
1442         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
1443         groups (bug#11641).
1445 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1447         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
1448         (bug#11514).
1450 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1452         * nntp.el: Stop the `letf' madness.
1453         (nntp--report-1): New var.
1454         (nntp-report): Merge nntp-report-1 into it.
1455         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
1456         the nntp-report function.
1458         * auth-source.el: Fix comment-style to follow the convention.
1460 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1462         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
1463         a string so that Gcc works (bug#11514).
1465 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1467         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
1468         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
1470 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1472         * gnus-win.el (gnus-configure-frame): Don't signal an error when
1473         jumping to *Server* from a dedicated *Group* window.
1474         (gnus-configure-frame): CSE.
1476         * gnus-registry.el: Minor style cleanup.
1477         (gnus-registry--set/remove-mark): New function, extracted from
1478         gnus-registry-install-shortcuts.
1479         (gnus-registry-install-shortcuts): Use it.
1481 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1483         * nnspool.el (news-path): Use eval-and-compile.
1485 2012-05-24  Glenn Morris  <rgm@gnu.org>
1487         * nnspool.el (news-directory, news-path, news-inews-program):
1488         Move here from paths.el.  Don't see a need for these to be autoloaded.
1490         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
1491         Merge in doc from paths.el version.  Don't see any need for this to be
1492         autoloaded, or for the warning about users not setting it.
1494 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
1496         Fix minor Y10k bug.
1497         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
1499 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1501         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
1502         message once it's actually open.
1504 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1506         * auth-source.el (auth-source--aput-1, auth-source--aput)
1507         (auth-source--aget): New functions and macros.
1508         Use them instead of aput/aget.
1510 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
1512         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
1514 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
1516         * plstore.el (plstore-called-interactively-p): New compat macro copied
1517         from message.el.
1518         (plstore-mode): Use it.
1520 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
1522         * plstore.el: Revive the editing feature.
1523         (plstore-mode): New mode to edit plstore file.
1524         (plstore-mode-toggle-display, plstore-mode-original)
1525         (plstore-mode-decoded): New command.
1526         (plstore--encode, plstore--decode, plstore--write-contents-functions)
1527         (plstore--insert-buffer, plstore--make): New function.
1528         (plstore-open, plstore-save): Simplify by using them.
1530 2012-04-16  Glenn Morris  <rgm@gnu.org>
1532         * nndraft.el (nndraft-request-list): Fix declaration.
1534 2012-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1536         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
1537         don't have a current group.
1539         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
1540         have a group name.
1542         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
1543         a multibyte buffer (bug#7410).
1544         (article-wash-html): Parse the original article buffer to get the
1545         unencoded data (bug#7410).
1547         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
1548         .newsrc.el files.
1550 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1552         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
1553         would have gotten if we posted to the group, and use that to compare
1554         against the message we want to cancel (bug#10808).
1556 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1558         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
1559         "#" to avoid having them interpreted as comments.
1561 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1563         * shr.el (shr-insert): Update the text state properly to avoid
1564         inserting spurious paragraph starts.
1566 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1568         * gnus-sum.el (gnus-update-marks): Don't propagate marks unless
1569         requested (bug#10961).
1571         * shr.el (shr-table-widths): Divide the extra width more fairly over
1572         the TDs (bug#10973).
1573         (shr-render-td): Don't delete too much padding.
1574         (shr-natural-width): Compute the natural width more correctly.
1575         (shr-insert): Allow the natural width to be computed for tables again.
1576         (shr-tag-table-1): Rework how the natural widths are computed by
1577         rendering the table a third time.
1578         (shr-natural-width): Remove.
1579         (shr-buffer-width): New function.
1580         (shr-expand-newlines): Use it.
1582         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
1583         using a `gnus-use-full-window' setup (bug#11013).
1585 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1587         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
1588         24.1 release.
1590 2012-03-10  David Edmondson  <dme@dme.org>
1592         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
1593         'Forwarded Message' header and the start of the message.
1595 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1597         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
1598         isn't running (bug#10897).
1600 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1602         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
1604 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1606         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
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         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
1644         too-wide lines.
1646 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
1648         * shr.el (shr-rescale-image): Undo previous change; see
1649         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
1651 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
1653         * nnimap.el (nnimap-record-commands): New variable.
1654         (nnimap-log-command): Use it.
1655         (nnimap-make-process-buffer): Add a space to the process buffer.
1656         (nnimap-transform-headers): Don't bug out on header lines containing
1657         stuff that look like IMAP length encodings.
1659         * shr.el (shr-rescale-image): Allow viewing large images.
1661 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
1663         * nnml.el (nnml-request-compact-group): Delete the marks file after
1664         compaction (bug#10800).
1666         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
1667         group exit.
1669         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
1670         QRESYNC/FETCH output.
1672 2012-02-11  Glenn Morris  <rgm@gnu.org>
1674         * sieve-manage.el (sieve-manage-default-stream):
1675         * shr.el (shr):
1676         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
1677         (nnir-retrieve-headers-override-function)
1678         (nnir-imap-default-search-key, nnir-notmuch-program)
1679         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
1680         (nnir-method-default-engines):
1681         * message.el (message-cite-reply-position):
1682         * gssapi.el (gssapi-program):
1683         * gravatar.el (gravatar):
1684         * gnus-sum.el (gnus-refer-thread-use-nnir):
1685         * gnus-registry.el (gnus-registry-unfollowed-addresses)
1686         (gnus-registry-max-pruned-entries):
1687         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
1688         * gnus-int.el (gnus-after-set-mark-hook)
1689         (gnus-before-update-mark-hook):
1690         * gnus-async.el (gnus-async-post-fetch-function):
1691         * auth-source.el (auth-source-cache-expiry):
1692         Add missing :version tags to new defcustoms and defgroups.
1694 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
1696         * message.el (message-default-send-mail-function): Made into own
1697         function for reuse by emacsbug.el.
1699 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
1701         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
1702         `gnus-sloppily-equal-method-parameters' to avoid a warning.
1704 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
1706         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
1707         running.
1709         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
1711         * gnus.el (gnus-server-extend-method): Don't add an -address component
1712         if the method already has one (bug#9676).
1714 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
1716         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
1717         of an initial-input for consistency (bug#10757).
1719         * shr.el: Inhibit getting and sending cookies when fetching pictures.
1721         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
1723 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1725         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
1726         lines that are narrower than the window width.  Otherwise background
1727         "blocks" will look less readable.
1729 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1731         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
1733 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1735         * nnimap.el (nnimap-transform-headers): Remove unused variable.
1736         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
1737         have newlines within the strings, and where the UID comes after the
1738         BODYSTRUCTURE element (bug#10537).
1740         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
1741         (bug#10732).
1743         * shr.el (shr-insert-document): Add doc string.
1744         (shr-visit-file): Ditto.
1745         (shr-remove-trailing-whitespace): New function.
1746         (shr-insert-document): Use it to clean up trailing whitespace as the
1747         final step (bug#10714).
1749 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1751         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
1752         buffer if `gnus-kill-summary-on-exit' is nil.
1754 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1756         * gnus-sum.el (gnus-summary-show-thread):
1757         next-single-char-property-change may return nil in XEmacs.
1759 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1761         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
1762         when just reading a single group from "without" Gnus.
1764 2012-02-06  Chong Yidong  <cyd@gnu.org>
1766         * gnus-sum.el (gnus-summary-show-thread):
1767         next-single-char-property-change never returns nil (Bug#8657).
1769 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
1771         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
1772         without reconnecting.
1773         (nnimap-possibly-change-group): Ditto.
1774         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
1775         connection has died before being called.
1777 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
1779         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
1780         an initial sync unless we're really doing one.
1782         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
1783         address parameter if one already exists (bug#9676).
1785         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
1786         not the prefix, as documented (bug#10689).
1788 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1790         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
1791         the "server".
1793         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
1794         the real error message with the useless "previously known to be down".
1795         Which isn't even correct.
1797         * nntp.el (nntp-open-connection): Report the error message if the nntp
1798         server can't be reached.
1800         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
1801         groups we do a total scan for.
1802         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
1803         doing that.
1805 2012-01-31  Jim Meyering  <jim@meyering.net>
1807         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
1808         Correct a comment (insert "not") and hide nominally-doubled "to".
1810 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
1812         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
1813         section in the manual.
1815 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
1817         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
1818         words.
1819         (rfc2047-encode-string): Ditto.
1820         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
1821         understand folded filename="..." parameters, for instance.
1823         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
1824         the message for greater debuggability.
1826 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
1828         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
1829         instead of setting it locally, since the latter doesn't seem to have
1830         any effect (most of the time).
1832 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
1834         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
1835         function call.
1837 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
1839         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
1840         seconds, and make the repeat clause with HH:MM specs work as
1841         documented.
1843 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1845         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
1846         so that previous errors don't prohibit getting new news.
1848         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
1850         * nntp.el (nntp-retrieve-group-data-early): Ditto.
1852 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1854         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
1855         bound globally in old Emacsen and XEmacsen.
1857 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
1859         * gnus.el (gnus-group-find-parameter): Check for liveness of the
1860         buffer, not of the string which is its name.
1862 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
1864         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
1865         non-server-marks groups.
1866         (gnus-group-make-articles-read): Ditto.
1868         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
1869         methods (bug#9676).
1871         * gnus.el (gnus-method-ephemeral-p): New function.
1873 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1875         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
1876         left-to-right.
1878 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
1880         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
1881         warning.
1883 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1885         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
1886         macroexpand the nnir things, since they haven't been defined yet, and
1887         nnir requires gnus-sum.
1889 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1891         * mm-decode.el (mm-interactively-view-part): Fix prompt.
1893 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
1895         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
1896         logical server name in addition to the actual machine address.
1898         * auth-source.el (auth-source-user-and-password): Add convenience
1899         wrapper to search by just host and optionally user.
1901 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1903         * shr.el (shr-visit-file): Move point to the beginning of the buffer
1904         after rendering.
1906 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1908         * gnus-sum.el (gnus-summary-read-group): Document more parameters
1909         (bug#9693).
1910         (gnus-summary-setup-buffer): Document return value (bug#9697).
1912         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
1913         since ido doesn't work on symbols (bug#9632).
1915         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
1916         when getting a single value as when getting all the values.  This means
1917         that atoms like `gcc-self' work cumulatively, like variable settings,
1918         instead of getting the value from the last matching clause.
1919         (gnus-group-find-parameter): Protect against the group buffer not
1920         existing (bug#9585).
1922 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1924         * gnus-start.el (gnus-activate-group): Document more parameters
1925         (bug#9694).
1927         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
1928         (bug#9692).
1930         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
1931         article was fetched, so that it can be expired later (bug#9958).
1932         (gnus-agent-summary-fetch-series): Add doc string.
1933         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
1934         (bug#9517).
1936         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
1937         retrieval is happening.
1939         * gnus.el (gnus-parameters): Doc fix.
1941 2012-01-06  Dave Abrahams  <dave@boostpro.com>
1943         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
1944         show the thread after expansion.
1946 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1948         * gnus-art.el (article-narrow-to-head): If the head is completely
1949         empty, narrow to the empty region (bug#9764).
1951         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
1952         read, and then mark them as unread only when the unread mark is used.
1953         This makes `C-- T k' actually work, even though it's confusing.
1955         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
1956         alive before we try to find its window.
1958 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
1960         * mm-decode.el (mm-display-external): Use a longer timeout for the
1961         deletion to allow slow programs to display the file.
1963 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1965         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
1966         prompt to be less confusing.
1968         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
1969         argument to `message-reply'.  This broke `special-display-*' frame
1970         pop-uping (bug#10238).
1972 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1974         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
1975         systems, since these allegedly don't work there.
1977 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
1979         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
1980         live buffer.
1982 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1984         * nnir.el (nnir-retrieve-headers): Protect against the article not
1985         existing on the server (bug#10335).
1987 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
1989         * gnus-agent.el (gnus-agent-load-local):
1990         Recompute gnus-agent-article-local on changing method.
1992 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1994         * gnus.el (gnus-parameters): Note precedence.
1996 2012-01-04  Leo Liu  <sdl.web@gmail.com>
1998         * nndraft.el (nndraft-update-unread-articles): Don't move point around
1999         in the group buffer.
2001 2012-01-04  Julien Danjou  <julien@danjou.info>
2003         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
2004         change.
2006 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2008         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
2009         too.
2011         * nntp.el (nntp-retrieve-group-data-early): Use it.
2013 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2015         * nntp.el (nntp-retrieval-in-progress): New variable.
2016         (nntp-make-process-buffer): Make it buffer-local.
2018         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
2019         2010.
2020         (gnus-demon-init): Use it to compute the time if time is on the form
2021         "04:23".
2023         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
2025         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
2026         status in the correct buffer.
2028 2012-01-03  Leo Liu  <sdl.web@gmail.com>
2030         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
2031         when opening topics (bug#10407).
2033 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2035         * mm-view.el (mm-display-inline-fontify): Add comment.
2037 2011-12-15  Juri Linkov  <juri@jurta.org>
2039         * mm-decode.el (mm-inline-media-tests): Add missing
2040         `mm-handle-media-subtype'.
2042 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
2044         * message.el (message-valid-fqdn-regexp): Update with newly approved
2045         top-level domain names ".tel" and ".asia".
2047 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2049         * gnus-sum.el (gnus-summary-show-article): Don't load shr
2050         unconditionally.
2052 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2054         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
2055         pop-to-buffer-same-window for old Emacsen.
2057 2011-12-04  Chong Yidong  <cyd@gnu.org>
2059         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
2060         change (Bug#10200).
2062 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2064         * compface.el (uncompface):
2065         * gnus-art.el (gnus-article-x-face-command): Update the header format
2066         of icon data for the most recent icontopbm program.
2068 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2070         * gnus-msg.el (gnus-inews-do-gcc):
2071         * message.el (message-send-mail):
2072         * mml.el (mml-generate-mime): Share the value of the buffer-local
2073         `message-options' variable between a draft buffer and temprary working
2074         buffers.
2076 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2078         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
2080 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2082         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
2083         for Cygwin.
2085 2011-11-24  Glenn Morris  <rgm@gnu.org>
2087         * starttls.el: Fix case of "GnuTLS".
2089 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
2091         * gnus-group.el (gnus-group-highlight): Fix typo.
2093 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
2095         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
2096         value of `delete-file', that returns nil for a local file but returns t
2097         for a remote file using ssh.
2099 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2101         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
2102         avoid later breakage.
2104 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2106         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
2107         article buffers' name.
2109 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2111         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
2112         by Paul Eggert's spellfixes two days ago.
2114 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2116         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
2117         buffer-local instead of binding them to avoid warnings.  Also demote
2118         errors (bug#10063).
2119         (font-lock-mode-hook): Shut up byte compiler.
2121 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
2123         * mm-util.el (mm-charset-after): Fix typo.
2125 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
2127         * gnus-sum.el (gnus-summary-make-menu-bar):
2128         * gnus-uu.el (gnus-uu-decode-postscript)
2129         (gnus-uu-decode-postscript-and-save):
2130         * mailcap.el (mailcap-print-command):
2131         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
2132         Fix typos.
2134 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
2136         * gnus-art.el (gnus-article-part-wrapper):
2137         * shr-color.el (shr-color-visible-distance-min)
2138         (shr-color-relative-to-absolute, set-minimum-interval)
2139         (shr-color-visible): Fix typos.
2141 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2143         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
2144         slightly clearer.
2146 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2148         * message.el (message-send-and-exit): Document `arg'.
2150 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2152         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
2154 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
2156         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
2157         we don't use `bound-and-true-p'.
2159 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
2161         * gnus-util.el (gnus-bound-and-true-p): Remove.
2162         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
2163         * nnir.el: Use it.
2164         * nnmairix.el: Use it.
2166 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2168         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
2169         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
2170         for reasons unknown.
2171         * nnir.el: Use it.
2172         * nnmairix.el: Use it.
2174         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
2175         * nnir.el: Ditto.
2176         * nnmairix.el: Ditto.
2178         * gnus-registry.el (gnus-registry-enabled): Default to nil.
2180 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2182         * message.el (message-completion-function): Make sure
2183         message-tab-body-function is not attempted if one of
2184         message-completion-alist fails to find a completion (bug#9158).
2186 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
2188         * mml.el (mml-quote-region): Quote <#secure> tag.
2189         (mml-generate-mime-1): Unquote <#secure> tag.
2191 2011-10-20  Chong Yidong  <cyd@gnu.org>
2193         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
2194         calling a minor mode from Lisp with nil arg enables it, so we have to
2195         make the wording a bit ambiguous here).
2197 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
2199         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
2200         * nnir.el (nnir-mode): Use it.
2201         * nnmairix.el (nnmairix-determine-original-group-from-registry):
2202         Use it.
2204         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
2205         * nnmairix.el (gnus-registry-enabled): Ditto.
2207 2011-10-17  Dave Abrahams  <dave@boostpro.com>
2209         * gnus-registry.el (gnus-registry-enabled): Add new variable (bug#9691).
2210         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
2211         only while we need to find out if it should be t or nil.
2212         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
2213         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
2214         the registry is installed.  Set it to nil when it's unloaded.
2215         (gnus-registry-install-p): Provide user guidance for the initial value
2216         of `gnus-registry-install' when it's 'ask, otherwise return its value.
2217         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
2218         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
2219         * nnmairix.el (nnmairix-determine-original-group-from-registry):
2220         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
2221         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
2222         `gnus-registry-install'.
2224 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
2226         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
2227         previous change.
2228         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
2229         primary key is marked as disabled.
2231 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
2233         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
2234         primary key is marked as disabled.
2236 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
2238         * html2text.el (html2text-clean-anchor): Check for quotes around
2239         `href' value.
2241 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
2243         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
2244         searching.  Drop `bbdb-cache'.
2246 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2248         * message.el (message-signed-or-encrypted-p): Exclude header when
2249         checking if there is signed or encrypted body in text/plain message.
2251 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
2253         * html2text.el (html2text-get-attr): Correctly handle attribute values
2254         containing "=".
2256 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
2258         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
2259         handle bindings.
2261 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2263         * gnus-win.el (gnus-configure-windows): Protect against reading
2264         ephemeral groups outside of Gnus.
2266 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2268         * shr.el (shr-tag-img): Don't get images displayed in tables.
2270 2011-10-03  Glenn Morris  <rgm@gnu.org>
2272         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
2273         the "maintainer" version of debbugs.gnu.org reports.
2275 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2277         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
2278         make asynchronous adjacent image insertion work better.
2280 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
2282         * plstore.el (plstore-select-keys, plstore-encrypt-to):
2283         Clarify documentation.
2285 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2287         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
2288         `gnus-asynchronous' isn't shadowed.
2290 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2292         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
2293         (nnimap-insert-partial-structure): The charset parameter isn't
2294         case-sensitive.
2296         * nnheader.el (nnheader-message-maybe): New function.
2298         * shr.el (shr-tag-table): Render totally broken tables better.
2300         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
2301         computing the boundary.
2303 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2305         * pop3.el (pop3-number-of-responses): Remove.
2306         (pop3-wait-for-messages): Rewrite to take linear time instead of
2307         exponential time.
2309 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2311         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
2312         re-fetch images.
2314         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
2315         re-fetch images when hitting `g' in Gnus.
2317 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2319         * mml.el (mml-inhibit-compute-boundary): New internal variable.
2320         (mml-compute-boundary): Don't check collision if it is non-nil.
2321         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
2322         before checking collision.
2324 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2326         * message.el (message-indent-citation): Really make sure there's a
2327         newline at the end.
2329         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
2330         Fix suggested by John Wiegley.
2332         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
2334         * gnus-art.el (gnus-treat-hide-citation): Add doc.
2336         * message.el (message-default-send-rename-function): Break out into its
2337         own function.
2339         * ecomplete.el (ecomplete-display-matches): Revert patch since it
2340         doesn't work under XEmacs.
2342         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
2343         of "imaps" to word around Windows problems.
2344         (nnimap-open-connection-1): Use it.
2346         * message.el (message-indent-citation): Revert last change which made
2347         `F' not work.
2349 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
2351         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
2352         terminal as well.
2354 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2356         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
2357         because it displays images using overlays that aren't easy to copy to
2358         the article buffer.
2360 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
2362         * message.el (message-indent-citation): Fix empty line removal at the
2363         end of the citation.
2365 2011-09-20  Julien Danjou  <julien@danjou.info>
2367         * auth-source.el (auth-source-netrc-create): Use default value for
2368         password if specified.  Evaluate default.
2369         (auth-source-plstore-create): Ditto.
2370         (auth-source-plstore-create, auth-source-netrc-create): Fix default
2371         value evaluation.
2372         (auth-source-netrc-create): Typo fix.
2373         (auth-source-plstore-create): Ditto.
2375         * auth-source.el (auth-source-format-cache-entry): New function.
2377 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2379         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
2381 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2383         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
2385 2011-09-19  Julien Danjou  <julien@danjou.info>
2387         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
2388         which work with things that are not ASCII.
2390 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2392         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
2394 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2396         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
2397         message level.
2399 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2401         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
2403 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2405         * gnus.el (gnus-interactive-exit): Update defcustom spec.
2407 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2409         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
2410         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
2412 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
2414         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
2415         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
2416         articles.
2418 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
2420         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
2421         (message-mail-other-window, message-mail-other-frame)
2422         (message-news-other-window, message-news-other-frame):
2423         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
2424         instead of setting buffer display variables.
2426 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2428         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
2430         * gnus-sum.el (gnus-fetch-headers): Bump message level.
2432 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2434         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
2435         duplicates" to a higher level.
2437         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
2438         most egregious messages.
2440 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2442         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
2444 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
2446         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
2447         up the file (bug#9351).
2449 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2451         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
2452         it does with all other backends, but decode the names immediately after
2453         getting them.
2455         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
2456         decoding nnimap groups.
2458         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
2459         newsrc file.  It doesn't seem like an important optimization any more.
2461 2011-09-10  Dave Abrahams  <dave@boostpro.com>
2463         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
2464         overflows.
2466 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2468         * gnus.el (gnus-article-mark-lists): Remove `recent'.
2469         (gnus-interactive-exit): Extend to `quiet'.
2471         * gnus-sum.el (gnus-offer-save-summaries): Use it.
2473         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
2474         string.
2476         * plstore.el (plstore--get-buffer): Silence compiler warnings by
2477         renaming function arguments from `this'.
2479         * gnus-sum.el (gnus-newsgroup-recent): Remove.
2481         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
2482         has been renamed.
2483         (gnus-lrm-string-p): Include RLM and PDF, too.
2485         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
2486         (bug#9225).
2488 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
2490         Add autoload cookies for functions used by sendmail.el.
2491         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
2493         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
2495 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2497         * gnus-art.el (article-date-ut): Work properly even when there are
2498         things like Date header in the body; work for forwarded parts.
2500 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
2502         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
2503         original-article-buffer.
2505 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
2507         * nnir.el (nnir-compose-result): Fix matching of server type.
2508         (nnir-run-swish++): Ditto.
2509         (nnir-run-namazu): Ditto.
2510         (nnir-run-notmuch): Ditto.
2512 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2514         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
2515         (bug#9405).
2517         * gnus-score.el (gnus-summary-increase-score): Doc clarification
2518         (bug#9421).
2520         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
2521         (bug#9425).
2523         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
2524         thing (bug#9426).
2526 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2528         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
2529         the error message.
2531 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
2533         * message.el (message-setup-1): Return t (Bug#9392).
2535 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
2537         * gnus-sum.el: When adding article headers to a summary buffer also
2538         update gnus-newsgroup-articles (bug#9386).
2540 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2542         * auth-source.el: Autoload help-mode.
2544 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2546         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
2547         names.
2549 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
2551         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
2552         mm-replace-in-string for compatibility issues.
2553         * mml2015.el (mml2015-epg-verify): Ditto.
2555 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2557         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
2559         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
2561 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2563         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
2564         continue on and do the clean-up phase (bug#9188).
2566         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
2567         just ignore groups that can't be opened instead of erroring out
2568         (bug#9225).
2570         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
2571         nil since some many people are fuddy-duddies.
2573         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
2574         images.
2576         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
2577         instead.
2579         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
2581         * gnus-util.el (gnus-process-live-p): Copy over compat function.
2583         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
2584         processing.
2586         * nntp.el (nntp-kill-buffer): Kill the process before killing the
2587         buffer to avoid warnings.
2589 2011-08-20  Simon Josefsson  <simon@josefsson.org>
2591         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
2592         specified to reduce precision.
2594 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2596         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
2597         bodystructures (bug#9314).
2599 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2601         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
2602         Make button keymap non-sticky after buttons.
2604 2011-08-18  David Engster  <dengste@eml.cc>
2606         * nnmairix.el (nnmairix-request-set-mark)
2607         (nnmairix-goto-original-article): Remove adding of article to registry,
2608         since `gnus-registry-add-group' isn't available anymore.
2609         (nnmairix-determine-original-group-from-registry):
2610         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
2611         available anymore.
2613 2011-08-12  Simon Josefsson  <simon@josefsson.org>
2615         * starttls.el (starttls-any-program-available): Define as obsolete
2616         function.
2618 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2620         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
2621         versions which Gnus use when appropriate.
2623         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
2624         a pretty destructive command.
2626         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
2628 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2630         * message.el (message-fix-before-sending): Make a different warning
2631         about NUL characters (bug#9270).
2633         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
2634         from custom (bug#9260).
2636         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
2637         things work in Emacs 22 and XEmacs, too.
2639         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
2640         default From.
2642         * gnus-spec.el (gnus-lrm-string-p): New macro.
2643         (gnus-lrm-string): New constant.
2644         (gnus-summary-line-format-spec): LRM-ify the from.
2645         (gnus-tilde-max-form): LRM-ify string chopping.
2647         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
2649         * message.el (message-is-yours-p): Allow disabling canlock checking
2650         (bug#9295).
2651         (message-shoot-gnksa-feet): Add `canlock-verify'.
2652         (message-auto-save-directory): Use ~/ as the auto-save directory if the
2653         message directory isn't writable (bug#9304).
2655         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
2656         non-world-readable.
2658 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2660         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
2661         articles.
2663 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
2665         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
2666         copy-list.
2668 2011-08-12  Sam Steingold  <sds@gnu.org>
2670         * gnus-score.el (gnus-score-find-alist): Keep the score files already
2671         in the reverse order to avoid modifying the cache with `nreverse'.
2672         (gnus-all-score-files): Do not modify the value returned by
2673         `gnus-score-find-alist' because it lives in a cache variable.
2674         (gnus-current-home-score-file): No need to `nreverse' the return value
2675         of `gnus-score-find-alist', it is already in the correct order.
2677 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
2679         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
2680         type MESSAGE and subtype RFC822 is slightly different from those of
2681         type TEXT.
2683 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
2685         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
2686         This allows article-referral to work from an nnir group.
2688 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
2690         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
2692 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
2694         * mml1991.el (mml1991-epg-find-usable-key)
2695         (mml1991-epg-find-usable-secret-key): New function.
2696         (mml1991-epg-sign): Check if signing key is usable.
2697         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
2699 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
2701         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
2702         server-variables only.  This should fix a bug introduced with commit
2703         e1889675b7f4adf057833c5513c9374134c4e053.
2704         (nnir-run-query): 'nnir-search-engine should not be set from the global
2705         environment.
2707 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
2709         * nnir.el (nnir-search-thread): Position point on referring article
2710         line.
2711         (nnir-warp-to-article): Clean up summary buffers.
2713         * nnimap.el (nnimap-request-thread): Whitespace fix.
2715 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
2717         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
2719 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2721         * starttls.el (starttls-available-p): Rename from
2722         `starttls-any-program-available' and changed return convention.
2724 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
2726         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
2727         `unix-sync' unless it's defined.
2729 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
2731         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
2732         `aref' for XEmacs compatibiltiy.
2734 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2736         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
2738 2011-07-31  Dave Abrahams  <dave@boostpro.com>
2740         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
2741         closures, quote the form properly (bug#9194).
2743 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2745         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
2746         (gnus-summary-insert-new-articles): Protect against servers that are
2747         down.
2749 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2751         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
2752         in mm handle if none is specified.
2754 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
2756         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
2758 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
2760         * nnir.el (nnir-search-thread): New function to make an nnir group
2761         based on a thread query.
2763         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
2764         of nnir in thread referral.
2765         (gnus-summary-refer-thread): Use it.
2767         * nnimap.el (nnimap-request-thread): Use it.
2769 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2771         * shr.el (shr-tag-comment): Ignore HTML comments.
2773 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
2775         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
2776         argument.
2777         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
2778         Use `nnir-address' to handle server info rather than passing an arg.
2780         * nnimap.el (nnimap-make-thread-query): New utility function to format
2781         an imap thread search query.
2782         (nnimap-request-thread): Use it.
2784         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
2785         right select-method if we are not going back to the group buffer.
2787 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2789         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
2790         enter invalid buffer configurations into the quit form (bug#9107).
2791         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
2792         unplugged/plugged.
2794         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
2795         keep track of which ones are unread (bug#9061).
2797         * gnus.el (gnus-refer-article-method): Allow entering any sexp
2798         (bug#9055).
2800         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
2801         (bug#9041).
2803         * gnus-html.el (mm-util): Require (bug#9073).
2805         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
2806         (gnus-summary-refer-thread): Use it to remove duplicates in the
2807         un-threaded view (bug#9053).
2808         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
2810 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
2812         * nnir.el (nnir-read-server-parm): Use default value from global
2813         variable.  Without this the default search engine parameters aren't
2814         used at all.
2816 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2818         * message.el (message-unique-id): Don't use the undocumented return
2819         value from (random t) (bug#9118).
2821 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2823         * message.el (message-auto-save-directory): If the ~/Mail directory
2824         doesn't exist, use ~ as the auto-save directory (bug#4432).
2826         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
2827         hasn't already been started.
2829 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2831         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
2833         * message.el (message-reply): Work around mysterious bug where
2834         `message-mode' seems to overwrite the locally bound `subject' variable.
2836 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
2838         * nnimap.el (nnimap-request-thread): Ensure search is performed in
2839         correct group.
2841         * gnus-int.el (gnus-request-thread): Add group argument.
2843         * gnus-sum.el (gnus-summary-refer-thread): Use it.
2845 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2847         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
2848         renamed to `debbugs-gnu-*'.
2850 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
2852         * plstore.el: Revert the editing feature since it is not urgent.
2853         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
2854         (plstore-mode-decoded): Remove.
2856 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2858         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
2859         isn't very interesting any more, and it leaks potentially secret data.
2860         (gnus-debug): Remove.
2862         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
2863         use of :custom-show.
2865 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
2867         * plstore.el: Add documentation.
2868         (plstore-mode): New mode to edit plstore file.
2869         (plstore-mode-toggle-display, plstore-mode-original)
2870         (plstore-mode-decoded): New command.
2871         (plstore--encode, plstore--decode, plstore--write-contents-functions)
2872         (plstore--insert-buffer, plstore--make): New function.
2873         (plstore-open, plstore-save): Simplify by using them.
2875 2011-07-06  Glenn Morris  <rgm@gnu.org>
2877         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
2879 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2881         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
2882         no longer is much used.
2883         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
2884         Articles".
2886 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
2888         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
2889         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
2890         `notmuch' backend.
2892 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2894         * mm-decode.el (mm-text-html-renderer): Doc fix.
2896         * gnus-msg.el (gnus-bug): Fix the MML tag.
2898         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
2900 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
2902         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
2903         secondary methods if started with `gnus-no-server'.
2905 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
2907         * message.el (message-return-action): Fix typo in docstring.
2909 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2911         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
2912         bug reports at once.
2914         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
2916 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2918         * nndraft.el: Require gnus-group.
2919         (nndraft-request-list): Declare.
2921         * nndraft.el (nndraft-update-unread-articles): Don't show group having
2922         no unread article unless it matches gnus-permanently-visible-groups.
2924         * nndraft.el (nndraft-update-unread-articles): New function.
2925         (nndraft-request-associate-buffer): Use it to update the number of
2926         unread articles for the nndraft groups in the group buffer when saving
2927         or killing a draft message.
2929 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2931         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
2932         systems to binary before writing and reading the mbox files.
2934         * gnus.el (gnus-summary-line-format): Link to the info node for %U
2935         instead of trying to list them all (bug#8978).
2937 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
2939         * pop3.el (pop3-open-server): Use :end-of-capability.
2941 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2943         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
2944         the id is always a number.
2946         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
2947         debbugs mode, if possible.
2949 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
2951         * auth-source.el (auth-source-token-passphrase-callback-function):
2952         Reindent.
2953         (epg-context-operation): Remove unnecessary autoload.
2955 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2957         * gnus.el (gnus-list-debbugs): New command.
2959         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
2960         mboxstat instead of the maintbox, since the stat seems to be fuller.
2962         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
2963         summary buffers.
2965         * message.el (message-get-reply-headers): Delete all duplicates,
2966         instead of the first.
2967         (message-get-reply-headers): Ensure that we have progress while
2968         deleting duplicates.
2970         * gnus-msg.el (gnus-configure-posting-styles): Get the local
2971         gnus-posting-style value from the summary buffer to make it easier to
2972         make that a per-buffer conf.
2974 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
2976         * nnir.el (nnir-run-imap): Allow halting a search when an article is
2977         found by setting `shortcut' in 'query.
2978         (nnir-request-article): Use `shortcut' setting when requesting article
2979         by Message-ID.
2981 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
2983         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
2984         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
2985         Bring the pseudo-headers back too.
2987 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
2989         * auth-source.el (auth-source-token-passphrase-callback-function):
2990         Simplify and remove EPA dependency.
2992 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
2994         * nnir.el (nnir-request-article): Fix error message text.
2996 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
2998         * auth-source.el (plstore-delete): Autoload.
2999         (auth-source-plstore-search): Support delete operation.
3000         * plstore.el (plstore-delete): New function.
3002 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3004         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
3005         mark actually existing articles as unread rather than the ones that
3006         active asserts.
3008 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
3010         * nntp.el (nntp-record-command):
3011         * gnus-util.el (gnus-message-with-timestamp-1):
3012         Use format-time-string rather than decoding time stamps by hand.
3013         This is simpler and insulates the code from potential changes to
3014         current-time format.
3016 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3018         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
3020 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3022         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
3023         (plstore-save): Support public key encryption.
3024         (plstore--init-from-buffer): New function.
3025         (plstore-open): Use it; fix error when opening a non-existent file.
3026         (plstore-revert): Use plstore--init-from-buffer.
3028 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3030         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
3032 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3034         * mml2015.el (mml2015-use): Replace string-match-p with string-match
3035         for old Emacsen.
3037 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
3039         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
3040         is not fully working.
3042 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3044         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
3045         quit window configuration.
3047         * auth-source.el (epg-context-set-passphrase-callback):
3048         Remove duplicate autoload.
3050 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
3052         * nnir.el (nnir-request-article): Allow requesting articles by
3053         Message-ID with nnimap.
3055         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
3056         current server.
3058 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
3060         * auth-source.el: Autoload EPA/EPG functions.
3061         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
3062         changed when EPA/EPG is not available.
3063         (auth-source-backend): Rename "arg" member to "data".
3064         (auth-source-backend-parse, auth-source-plstore-search)
3065         (auth-source-plstore-create): Use it.
3067 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
3069         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
3070         `gnus-refer-article-methods'.
3072 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
3074         * auth-source.el: Require EPA and EPG.
3075         (auth-source-passphrase-alist): New variable.
3076         (auth-source-passphrase-callback-function)
3077         (auth-source-token-passphrase-callback-function): Callbacks for the
3078         netrc field encryption (GPG tokens).
3079         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
3080         Symmetric encryption and decryption of the netrc GPG tokens.
3081         (auth-source-netrc-normalize): Use them, simplifying the closure.
3083 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3085         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
3086         non-nil, and `nnimap-split-methods' is nil, use the former.
3088 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
3090         * plstore.el (plstore-revert): New function.
3091         (plstore-open): Use it; hide the buffer from user.
3093 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
3095         * auth-source.el (auth-source-backend): New member "arg".
3096         (auth-source-backend-parse): Handle new backend 'plstore.
3097         * plstore.el: New file.
3099 2011-06-30  Glenn Morris  <rgm@gnu.org>
3101         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
3103         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
3105 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3107         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
3108         expiring articles to.
3110         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
3111         variations as ASCII (bug#5458).
3113 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3115         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
3117 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3119         * message.el (message-point-in-header-p): Tweak the function to default
3120         to saying that we're not in the headers if there is no separator at
3121         all.  This makes it possible to use the Message version of `M-q' in
3122         buffers with no headers (bug#7987).
3123         (message-point-in-header-p): Fix last checkin to work with an empty
3124         mail-header-separator, too.
3126         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
3127         again, save the choice via customize.
3129 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3131         * message.el (message-send-mail-function): Add `sendmail-query-once'.
3133         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
3134         ended the connection, bail out before waiting infinitely on a new
3135         connection.
3137 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
3139         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
3140         reports.
3142         * gnus.el (gnus-bug-package): Use "gnus."
3143         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
3145 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3147         * gnus-art.el (gnus-article-stop-animations): New function to stop any
3148         animations going on at article exit time.
3150         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
3151         since removing it breaks people upgrading.
3153         * shr.el (shr-put-image): Use the new interface for animating images.
3154         (shr-put-image): Animate for 60 seconds.
3156         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
3157         error with `find-file-hooks' on Emacs 22.
3158         (with-auth-source-epa-overrides): Ugly hack to Wrap the
3159         `find-file-hook' things in `symbol-value' to avoid compilation warnings
3160         on all architectures.
3162         * spam.el (spam-stat): Require in a normal fashion without binding
3163         `spam-stat-install-hooks' to avoid compilation warnings.
3165         * spam-stat.el (spam-stat-install-hooks): Remove.
3166         (spam-stat-install-hooks): Don't run automatically.
3168 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
3170         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
3171         and keystroke.
3173 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3175         * auth-source.el (auth-source-netrc-cache): Move forward.
3177 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3179         * auth-source.el (auth-source-netrc-create): Don't query the bits that
3180         we already know.
3181         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
3182         (auth-source-netrc-create): Don't prompt for the stuff we already know.
3184 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3186         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
3187         %S format, since that looks odd.
3188         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
3189         file, especially when saving.
3191 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
3193         * nnimap.el (nnimap-find-article-by-message-id): Return nil when no
3194         article found.
3196 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
3198         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
3199         `auth-source-save-secrets' with a more sensitive alist that can be
3200         configured per file.  Experimental, so defaults to 'never.
3201         (auth-source-netrc-create): Use it.  Still experimental code.
3202         (with-auth-source-epa-overrides): Use `find-file-hooks' if
3203         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
3205 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
3207         * auth-source.el (auth-source-save-secrets): New variable to control if
3208         secret tokens should be saved encrypted.
3209         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
3210         to `auth-source-netrc-normalize'.
3211         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
3212         on the EPA variables being defined.
3213         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
3214         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
3215         the lexical-let closure.
3216         (auth-source-netrc-create): Create "gpg:" tokens according to
3217         `auth-source-save-secrets'.
3219 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3221         * gnus-group.el (gnus-group-update-group): Add new argument
3222         `info-unchanged' that stops updating dribble buffer.
3224         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
3225         deletes lines matching to it in dribble buffer.
3227         * gnus-agent.el (gnus-agent-fetch-group-1):
3228         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
3229         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
3230         * gnus-start.el (gnus-group-change-level):
3231         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
3233         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
3234         if newsgroup info is not changed.
3236         * gnus-group.el (gnus-group-get-new-news-this-group):
3237         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
3238         Don't update dribble buffer.
3240 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
3242         * gnus-registry.el (gnus-registry-remove-ignored): New function to
3243         remove entries with groups we ignore.
3245 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3247         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
3248         the underline comes at the bottom.
3250 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
3252         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
3253         `gnus-registry-user-format-function-M' and declare the latter obsolete.
3254         (gnus-registry-article-marks-to-names): Rename from
3255         `gnus-registry-user-format-function-M2'.
3257 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3259         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
3260         ephemeral group.
3262 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3264         * shr.el (shr-browse-image): Copy the URL if called interactively.
3266 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3268         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
3269         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
3270         done, then unselected articles may be marked as read.
3272         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
3273         since not doing this seems to lead to a race condition in pop3-logon.
3275         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
3276         so that the call chain it correct when we call "upwards".
3278         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
3279         in read-only groups.
3281         * gnus-group.el (gnus-group-mark-article-read): Ditto.
3283         * message.el (message-cite-reply-position): Doc string fix.
3285         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
3286         avoid regexp overflow.
3287         (nnimap-transform-split-mail): Ditto.
3289         * pop3.el (pop3-retr): Error out if the server closes the connection.
3291 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3293         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
3294         mm-with-unibyte-current-buffer.  The buffer should not contain any
3295         multibyte chars anyway at this stage.
3297 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3299         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
3300         at the end of lines.
3302 2011-05-29  Julien Danjou  <julien@danjou.info>
3304         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
3306 2011-05-27  Glenn Morris  <rgm@gnu.org>
3308         * gnus-group.el (gnus-bug-group-download-format-alist):
3309         Use the "maintainer" version of debian reports as well.
3311 2011-05-26  Glenn Morris  <rgm@gnu.org>
3313         * gnus-group.el (gnus-bug-group-download-format-alist):
3314         Use the "maintainer" version of debbugs.gnu.org reports.
3316 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3318         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
3320 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
3322         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
3323         the thread moves us backwards and so we loop forever.
3325 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3327         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
3328         whitespace in base64 data lines.
3330 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
3332         * gnus-registry.el (gnus-registry-user-format-function-M):
3333         Use `mapconcat'.
3334         (gnus-registry-user-format-function-M2): Use to see the full text of
3335         the marks.  Make "," the mark text separator.
3337         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
3338         authentication with auth-source.
3340 2011-05-17  Glenn Morris  <rgm@gnu.org>
3342         * gnus-group.el (gnus-import-other-newsrc-file):
3343         Use insert-file-contents.
3345 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
3347         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
3348         1000 iterations.
3350 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3352         * nntp.el (nntp-open-connection): Check if process-type is available.
3354 2011-05-16  Julien Danjou  <julien@danjou.info>
3356         * shr.el (shr-tag-del): Add support for del tag.
3358 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3360         * gnus-html.el (gnus-html-put-image): Register a displayer.
3362         * shr.el (shr-image-displayer): Don't remove text props from alt text.
3364 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
3366         * registry.el (prune-factor): New initialization parameter defaulting
3367         to 0.1.
3368         (registry-prune-hard): Use it.
3370         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
3371         0.1 expicitly.
3373 2011-05-13  Glenn Morris  <rgm@gnu.org>
3375         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
3376         is bound, since this function requires sendmail.
3378 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
3380         * registry.el (registry-usage-test): Disable pruning test.
3382 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
3384         * registry.el (registry-prune-hard-candidates)
3385         (registry-prune-soft-candidates): Helper methods for registry pruning.
3386         (registry-prune): Use them.  Make the sort function optional.
3388 2011-05-10  Jim Meyering  <meyering@redhat.com>
3390         * shr.el (shr-colorize-region): Fix typo "on on -> on".
3392 2011-05-10  Julien Danjou  <julien@danjou.info>
3394         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
3395         symbol and not a list.
3397 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3399         * gnus-art.el (gnus-article-mode): Move binding of
3400         shr-put-image-function here from gnus-article-prepare-display.
3402         * shr.el (shr-put-image-function): New variable.
3403         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
3404         (shr-put-image): Return scaled image.
3406         * gnus-art.el (gnus-shr-put-image): New function.
3407         (gnus-article-prepare-display): Bind shr-put-image-function to it.
3409         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
3410         original ones, as deletable.
3412 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3414         * nntp.el (nntp-open-connection): Set TCP keepalive option.
3416 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
3418         * registry.el (registry-full): Add convenience method.  Fix logic.
3419         (registry-insert): Use it.  Fix logic here too.
3421         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
3422         `registry-prune' if `registry-full' returns t.
3423         (gnus-registry-handle-action)
3424         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
3425         (gnus-registry-usage-test): Use it.
3427 2011-05-07  Julien Danjou  <julien@danjou.info>
3429         * shr.el (shr-link): Make shr-link inherit from link by default.
3431 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
3433         * shr.el (shr-urlify, shr-link): Fix shr-link face.
3435 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
3437         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
3438         error out because the face is not a list.
3440 2011-05-05  Glenn Morris  <rgm@gnu.org>
3442         * gnus-start.el (gnus-propagate-marks): Declare.
3444 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
3446         * registry.el (registry-reindex): Fix percentage message.
3448 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
3450         * shr.el: Add shr-link face for links.
3451         (shr-urlify): Use it.
3453         * registry.el (registry-insert): Make error message more helpful.
3455 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3457         * gnus-html.el (gnus-html-schedule-image-fetching):
3458         Use url-queue-retrieve, if it exists.
3460         * shr.el (shr-tag-img): Ditto.
3462         * gnus.el: Autoload more gnus-agent functions.
3464         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
3465         agent if we haven't already (bug#8502).
3467         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
3468         into the Agent, too.
3470         * gnus-agent.el (gnus-agent-store-article): New function.
3472         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
3473         and moved from that file for reuse.
3475         * pop3.el (pop3-open-server): Error messages are "-ERR".
3477 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3479         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
3480         (open-tls-stream): Remove superfluous tls/starttls autoloads.
3482 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3484         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
3485         buffer has moved to a different frame.
3487 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3489         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
3490         to get the conversion from unibyte to multibyte buffers to work on
3491         Emacs 22.
3493         * nntp.el (nntp-request-article): Slight clean-up.
3495 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3497         * shr.el (shr-strike-through): New face.
3498         (shr-tag-s): Use it to provide <s> support.
3499         (shr-tag-s): Remove duplicate definition.
3501 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
3503         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
3504         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
3506 2011-04-23  Glenn Morris  <rgm@gnu.org>
3508         * gnus-sum.el (gnus-extra-headers): Bump :version.
3510 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3512         * shr.el (shr-tag-sup): New function.
3513         (shr-tag-sub): Ditto.
3515 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
3517         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
3518         for the case where `gnus-registry-ignored-groups' is a list of lists,
3519         and don't call `gnus-parameter-registry-ignore' otherwise.
3521 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
3523         * nnimap.el (nnimap-user): New backend variable.
3524         (nnimap-open-connection-1): Use it.
3525         (nnimap-credentials): Accept user parameter so it's explicit what user
3526         name is desired.
3528         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
3529         default.
3531         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
3532         not gnus-registry.el.
3534         * gnus-registry.el: Mention in comments how to modify
3535         `gnus-extra-headers' for proper recipient tracking and that it may
3536         already have To and Cc recently, which it does as of this commit.
3537         (gnus-registry-ignored-groups): Remove defcustom.
3538         Explain why in comments.
3539         (gnus-registry-action): Fix data-header reference to use the extra
3540         headers.  Explain in package commentary how to add To and Cc headers to
3541         the gnus-extra-headers.
3542         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
3543         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
3544         parameter list or a string list in `gnus-registry-ignored-groups'.
3545         Fix logic error.
3547 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3549         * shr.el (shr-expand-url): Protect against null urls.
3551 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3553         * shr.el (shr-base): New binding.
3554         (shr-tag-base): Keep track of <base>.
3555         (shr-expand-url): New function used throughout.
3557 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
3559         * gnus-registry.el
3560         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
3561         (gnus-registry-ignored-groups): New variable.
3562         (gnus-registry-ignore-group-p): Use it.
3563         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
3564         set the destination group to nil (same as delete) if it's ignored.
3566 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3568         * gnus-registry.el (gnus-registry-action)
3569         (gnus-registry-fetch-header-fast):
3570         Don't use mail-header that looks an internal function of mailheader.el.
3572 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3574         * gnus-registry.el: Eliminate cl functions.
3575         (gnus-registry-sort-addresses): New function that replaces mapcan.
3576         (gnus-registry-action, gnus-registry-spool-action)
3577         (gnus-registry-split-fancy-with-parent)
3578         (gnus-registry-fetch-recipients-fast): Use it.
3579         (gnus-registry-import-eld): Replace delete* with dolist + delq.
3581         * registry.el (initialize-instance, registry-lookup)
3582         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
3583         (registry-lookup-secondary-value, registry-search, registry-delete)
3584         (registry-insert, registry-reindex, registry-size, registry-prune):
3585         Use eval-and-compile.
3587 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
3589         * registry.el (registry-reindex): New method to recreate the secondary
3590         registry indices.
3592         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
3593         tracked field changes.
3594         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
3595         (gnus-registry-action, gnus-registry-spool-action)
3596         (gnus-registry-handle-action)
3597         (gnus-registry--split-fancy-with-parent-internal)
3598         (gnus-registry-split-fancy-with-parent)
3599         (gnus-registry-register-message-ids): Add recipient tracking on spool,
3600         move, and delete actions, and for fancy splitting with parent.
3601         (gnus-registry-extract-addresses)
3602         (gnus-registry-fetch-recipients-fast)
3603         (gnus-registry-fetch-header-fast): Convenience functions.
3604         (gnus-registry-misc-test): ERT test of
3605         `gnus-registry-extract-addresses'.
3607 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
3609         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
3610         Track by subject first, then sender.
3612 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3614         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
3616         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
3617         Lisp.
3619         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
3620         (gnus-draft-send): Use it to avoid popping
3621         up frames from gnus-group-send-queue.
3623 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
3625         * gnus-registry.el: Updated gnus-registry docs.
3627 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
3629         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
3630         Fix logic bug.
3631         (gnus-registry-post-process-groups): Fix logging of no results and
3632         quote sender and subject.
3634 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3636         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
3637         (gnus-read-active-for-groups): Don't try to finish getting stuff where
3638         we had no early-data returned.
3639         (gnus-get-unread-articles): Add a sanity check so that we don't issue
3640         two async commands to the same server at the same time.
3642 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
3644         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
3646 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3648         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
3649         "warning" level.
3651         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
3652         (mm-url-insert-file-contents): Don't set the package names.
3654 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
3656         * gnus-registry.el (gnus-registry-action): Remove properties and
3657         simplify subject in `gnus-registry-handle-action'.
3658         (gnus-registry-spool-action): Get subject and sender from message if
3659         they are not passed in.
3660         (gnus-registry-handle-action): Remove properties and simplify subject
3661         consistently.
3663 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3665         * registry.el: Require CL before using defmacro*.
3667 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3669         * gnus-art.el (article-treat-date): Assume that
3670         gnus-article-date-headers may be a group parameter.
3672 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
3674         * gnus-registry.el (gnus-registry-handle-action): More debugging.
3676         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
3677         interactively so the newsrc file can contain foreign groups too.
3678         Useful for debugging but not much for users.
3680 2011-04-07  David Engster  <dengste@eml.cc>
3682         * registry.el (registry-usage-test): Only do
3683         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
3684         lexical binding.
3686 2011-04-06  David Engster  <dengste@eml.cc>
3688         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
3689         argument NOERROR for `require', since XEmacs 21.4 does not support it.
3691 2011-04-06  David Engster  <dengste@eml.cc>
3693         * registry.el (initialize-instance): Change :after to :AFTER to be
3694         compatible with old EIEIO version in XEmacs.
3696 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
3698         * gnus-registry.el (gnus-registry-post-process-groups)
3699         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
3700         and provide better messaging.
3702 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
3704         * gnus-registry.el: Don't use ERT if it's not available.  Load it
3705         unconditionally anyway, discarding errors.
3706         (gnus-registry-delete-entries): New convenience function.
3707         (gnus-registry-import-eld): Import from old .eld registry.
3709         * registry.el: Don't use ERT if it's not available.  Load it
3710         unconditionally anyway, discarding errors.
3712         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
3713         version from the Claudio Bley GnuTLS patch (extra optional parameters
3714         and host name).
3716 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
3718         * gnus-registry.el (gnus-registry-fixup-registry): New function to
3719         fixup the parameters that can be customized by the user between
3720         save/read cycles.
3721         (gnus-registry-read): Use it.
3722         (gnus-registry-make-db): Use it.
3723         (gnus-registry-spool-action, gnus-registry-handle-action):
3724         Fix messaging.
3725         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
3726         Map references to actual group names with sender and subject tracking.
3727         (gnus-registry-post-process-groups): Use `cond' for better messaging.
3728         (gnus-registry-usage-test): Add subject lookup test.
3730         * registry.el (registry-db, initialize-instance): Set up constructor
3731         instead of :initform arguments for the sake of older Emacsen.
3732         (registry-lookup-breaks-before-lexbind): New method to demonstrate
3733         pre-lexbind merge bug.
3734         (registry-usage-test): Use it.
3735         (initialize-instance, registry-db): Move the non-function initforms
3736         back to the class definition.
3738 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
3740         * registry.el: New library to manage gnus-registry-style data.
3742         * gnus-registry.el: Use it (major rewrite).
3744         * nnregistry.el: Use it.
3746         * spam.el: Use it.
3748 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3750         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
3751         marks on non-selected articles.
3753 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
3755         * proto-stream.el: Move to Emacs core, at net/network-stream.el.
3757         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
3758         parameter to open-protocol-stream.
3760 2011-04-01  Julien Danjou  <julien@danjou.info>
3762         * mm-view.el (mm-display-inline-fontify): Do not fontify with
3763         fundamental-mode.
3765 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3767         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
3768         servers.
3770 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3772         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
3773         made marks not propagate, again.
3775 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
3777         * proto-stream.el (open-protocol-stream): Bring back `network' type.
3778         Make this the default type.
3779         (proto-stream-open-plain): Rename from proto-stream-open-default.
3780         (open-protocol-stream, proto-stream-open-starttls)
3781         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
3782         with `plain'.
3784         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
3785         value.
3787         * nntp.el (nntp-open-connection-function): Document the fact that some
3788         values are not functions but are instead handled specially.
3789         Recognize nntp-open-plain-stream value.
3790         (nntp-open-connection): Recognize that value.
3792 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3794         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
3795         stuff.
3797         * gnus-score.el (gnus-score-string): Fix calling convention of
3798         `gnus-simplify-buffer-fuzzy' after last patches.
3800         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
3801         server for articles we didn't get any headers for.  This is a sanity
3802         check.
3804 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
3806         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
3807         new CAPABILITY, use it.
3809 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3811         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
3812         downloading anything.
3814         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
3816 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
3818         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
3819         colors.
3820         (gnus-splash-svg-color-symbols): New function.
3822 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3824         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
3825         instead of using the global gnus-simplify-subject-fuzzy-regexp.
3826         (gnus-simplify-subject-fuzzy): Use the local
3827         gnus-simplify-subject-fuzzy-regex instead of the global one.
3828         This makes using this variable in group parameters work.
3830 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
3832         * gnus-registry.el (gnus-registry-unfollowed-groups):
3833         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
3834         archive:sent-YYYY-MM-DD groups).
3835         (gnus-registry-split-fancy-with-parent): Bail out early in sender
3836         tracking if there are more than `gnus-registry-max-track-groups'
3837         matches.
3839 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3841         * message.el (message--yank-original-internal): New function to do the
3842         insertion cleanly inside eval in `message-yank-original'.
3843         (message-yank-original): Use it.
3845 2011-03-29  Julien Danjou  <julien@danjou.info>
3847         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
3848         local variables disabled rather than `normal-mode'.
3850 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
3852         * proto-stream.el: Changes preparatory to merging open-protocol-stream
3853         with open-network-stream.
3854         (proto-stream-always-use-starttls): Option removed.
3855         (open-protocol-stream): Return a process object by default.  Provide a
3856         new parameter :return-list specifying a list-type return value, which
3857         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
3858         :type `network' to `try-starttls', and `network-only' to `default'.
3859         Make `default' the default, for compatibility with open-network-stream.
3860         Handle the no-parameter case exactly as open-network-stream, with no
3861         additional stream processing.  Search plists using plist-get.
3862         Explicitly add :end-of-commend parameter if it is missing.
3863         (proto-stream-open-default): Rename from
3864         proto-stream-open-network-only.  Return 'default as the type.
3865         (proto-stream-open-starttls): Rename from proto-stream-open-network.
3866         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
3867         failed.  Always return a list with a (possibly dead) process as the
3868         first element, for compatibility with open-network-stream.
3869         (proto-stream-open-tls): Use plist-get.  Always return a list.
3870         (proto-stream-open-shell): Return `default' as connection type.
3871         (proto-stream-capability-open): Use plist-get.
3872         (proto-stream-eoc): Function deleted.
3874         * nnimap.el (nnimap-stream, nnimap-open-connection)
3875         (nnimap-open-connection-1): Handle renaming of :type parameter for
3876         open-protocol-stream.
3877         (nnimap-open-connection-1): Pass a :return-list parameter
3878         open-protocol-stream to obtain a list return value.  Parse this list
3879         using plist-get.
3881         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
3882         for open-protocol-stream.  Accept open-protocol-stream return value
3883         that is a subprocess object instead of a list.  Handle the case of a
3884         dead returned process.
3886 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
3888         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
3890         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
3892 2011-03-21  Julien Danjou  <julien@danjou.info>
3894         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
3895         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
3896         query.
3897         (mm-inline-text): Render normal text with fontification whenever
3898         possible.
3900         * gnus-sum.el (gnus-summary-save-parts-1):
3901         * gnus-art.el (gnus-article-browse-html-save-cid-content)
3902         (gnus-article-browse-html-parts, gnus-mime-delete-part)
3903         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
3904         Use `mm-handle-filename'.
3906         * mm-util.el (mm-handle-filename): New function, return the filename of
3907         an handle.
3909 2011-03-18  Julien Danjou  <julien@danjou.info>
3911         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
3912         (gnus-buffer-live-p): Check that buffer is not nil.
3914 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3916         * gnus-art.el: Require mouse, which the build bot seems to say is
3917         needed.
3919         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
3920         XEmacs, since it doesn't have url-retrieve-synchronously.
3922 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
3924         * gnus-group.el (gnus-group-list-ticked): New function.
3925         (gnus-group-make-menu-bar): Provide a menu entry for it.
3926         (gnus-group-list-map): Provide a binding for it.
3928 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3930         * shr.el (shr-visit-file): New command.
3932         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
3934 2011-03-17  Bjørn Mork  <bjorn@mork.no>
3936         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
3937         servers.
3939 2011-03-16  Julien Danjou  <julien@danjou.info>
3941         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
3942         inline.
3944         * gnus-art.el (article-hide-list-identifiers):
3945         Use gnus-group-get-list-identifiers.
3947         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
3948         (gnus-summary-remove-list-identifiers):
3949         Use gnus-group-get-list-identifiers to get regexp.
3950         (gnus-select-newsgroup, gnus-summary-insert-subject)
3951         (gnus-summary-insert-articles):
3952         Call gnus-summary-remove-list-identifiers unconditionally.
3954 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3956         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
3957         we're selecting a group with unread articles.
3959         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
3961         * gssapi.el: New file separated out from imap.el to provide a general
3962         Kerberos 5 connection facility for Emacs.
3964         * message.el (message-elide-ellipsis): Document the format spec
3965         ellipsis.
3967 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
3969         * message.el (message-elide-region): Allow the ellipsis to say how many
3970         lines were removed.
3972 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3974         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
3975         window configurations containing buffers that are now dead.
3977         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
3978         parsing to avoid integer overflows.
3979         (nnimap-parse-flags): Simplify the last change.
3980         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
3981         too large for 32-bit Emacsen.
3983 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3985         * auth-source.el (auth-source-netrc-create):
3986         * message.el (message-yank-original): Fix use of `case'.
3988 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
3990         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
3991         XEmacs, which was one character too wide.
3993 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
3995         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
3996         default number of articles to display.
3997         (gnus-articles-to-read): Use pretty names for prompt.
3999 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4001         * gnus-int.el (gnus-open-server): Ditto.
4003         * gnus-start.el (gnus-activate-group): Give a backtrace if
4004         debug-on-quit is set and the user hits `C-g'.
4005         (gnus-read-active-file): Ditto.
4007         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
4009 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
4011         * message.el (message-yank-original): Use cond instead of CL case.
4013 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4015         * auth-source.el (auth-source-netrc-create): Use usual format for the
4016         default in prompts.
4018 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
4020         * auth-source.el (auth-source-netrc-create): Show the default in the
4021         prompt when prompting for token creation.
4023 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
4025         * auth-source.el (auth-source-format-prompt): Always convert the value
4026         to a string to avoid evaluating non-string arguments.
4027         (auth-source-netrc-create): Offer default properly, not as initial
4028         content in `read-string'.
4029         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
4030         of line to determine if we've been run before.  If so, don't run again,
4031         but print a trivial message to indicate the cache was hit instead.
4033 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
4035         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
4036         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
4037         The user will have to run `gnus-sync-read' manually and wait for Cloudy
4038         Gnus.
4040 2011-03-11  Julien Danjou  <julien@danjou.info>
4042         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
4043         modified file".
4045 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
4047         * auth-source.el (auth-source-read-char-choice): New function to read a
4048         character choice using `dropdown-list', `read-char-choice', or
4049         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
4050         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
4051         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
4052         (auth-source-netrc-saver): Use it.
4053         (auth-source-pick-first-password): New convenience function.
4055 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
4057         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
4058         parameter in the credentials.
4059         (nnimap-open-connection-1): Use it after a successful login.
4060         (nnimap-credentials): Add IMAP-specific user and password prompt.
4062         * auth-source.el (auth-source-search): Add :require parameter, taking a
4063         list.  Document it and the :save-function return token.  Pass :require
4064         down.  Change the CREATED message from a warning to a debug statement.
4065         (auth-source-search-backends): Pass :require down.
4066         (auth-source-netrc-search): Pass :require down.
4067         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
4068         Change save prompt to indicate all modifications saved here are
4069         deletions.
4070         (auth-source-netrc-create): Take user login name as default in user
4071         prompt.  Move all the save functionality to a lexically bound function
4072         under the :save-function token in the returned list.  Set up clearer
4073         default prompts for user, host, port, and secret.
4074         (auth-source-netrc-saver): New function, intended to be wrapped for
4075         :save-function.
4077 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
4079         * Version 23.3 released.
4081 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4083         * shr.el (shr-table-horizontal-line): Change the defaults for the table
4084         lines to be spaces instead.
4086 2011-03-07  Julien Danjou  <julien@danjou.info>
4088         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
4089         (sieve-sasl-auth): Check that auth-source-search did return something,
4090         or just return an empty string.
4092 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
4094         * gnus.el (gnus-interactive): Use read-directory-name.
4096         * gnus-uu.el (gnus-uu-decode-uu-and-save)
4097         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
4098         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
4099         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
4100         Likewise.
4102         * gnus-group.el (gnus-group-make-directory-group): Likewise.
4104 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4106         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
4107         onto the list of killed groups, too.  This makes killed nnimap groups,
4108         for instance, more reliably not reappear.
4110         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
4111         the parent.
4113         * gnus-sum.el (gnus-update-read-articles): Fix typo.
4115         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
4116         really have server-side marks.
4118         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
4119         since most backends do not usefully have server-side marks.
4120         (gnus-update-read-articles): Propagate marks to all backends that
4121         really have server-side marks.
4123 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
4125         * message.el (message-cite-reply-position, message-cite-style):
4126         New variables.
4127         (message-yank-original): Use the new citation styles.
4129 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
4131         * message.el (message-options): Revert the change that's a workaround
4132         for XEmacs buffer-local issue; don't mark it buffer-local when running
4133         under XEmacs.
4135 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
4137         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
4138         numbers too big to be `read'.
4140 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
4142         * message.el (message-options): Make buffer-local two ways to attempt
4143         to fix a XEmacs bug.
4145 2011-03-02  Julien Danjou  <julien@danjou.info>
4147         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
4149 2011-03-01  Julien Danjou  <julien@danjou.info>
4151         * gnus-art.el (list-identifier): Add list-identifier as a parameter
4152         group.
4153         (article-hide-list-identifiers): Use list-identifier group parameter.
4155 2011-02-28  Julien Danjou  <julien@danjou.info>
4157         * sieve.el (sieve-buffer-script-name): New local variable to store
4158         sieve script name.
4159         (sieve-edit-script): Store sieve script name.
4160         (sieve-upload): Use sieve script name when uploading.
4161         (sieve-upload): Use substitute-command-keys.
4162         (sieve-edit-script): Use substitute-command-keys.
4163         (sieve-refresh-scriptlist): Use substitute-command-keys.
4164         (sieve-manage-mode-map): Define keymap properly.
4165         (sieve-manage-mode): Do not set mode name manually, change mode-name to
4166         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
4167         Remove commented code about cvs.
4168         (sieve-manage-quit): New function.
4169         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
4171 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4173         * gnus-group.el (gnus-import-other-newsrc-file): New function.
4175 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
4177         * auth-source.el (auth-source-search): Cache empty result sets.
4179         * auth-source.el (auth-source-save-behavior): New variable to replace
4180         `auth-source-never-create'.
4181         (auth-source-netrc-create): Use it.
4182         (auth-source-never-save): Remove.
4184 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
4186         * nnimap.el (nnimap-stream): Doc fix.
4187         (nnimap-open-connection-1): Reverse the order of the ports to that the
4188         prompted-for port is first.
4190         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
4191         retrieval by the no-group selection.
4193         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
4194         numerical parameters.
4196 2011-02-25  Julien Danjou  <julien@danjou.info>
4198         * gnus-gravatar.el: Use gnus-with-article-buffer.
4200         * gnus-art.el (gnus-with-article-buffer): Check that the
4201         gnus-article-buffer is alive.
4203 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
4205         * auth-source.el (auth-source-creation-prompts): New variable to manage
4206         creation-time prompts.
4207         (auth-source-search): Document it.
4208         (auth-source-format-prompt): Add utility function.
4209         (auth-source-netrc-create): Don't default the user name to
4210         user-login-name.  Use `auth-source-creation-prompts' and some default
4211         prompts for user, host, port, and password (the default generic prompt
4212         remains ugly).
4213         (auth-source-never-save): Add customizable option to never save info.
4214         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
4215         mode excursion.
4217 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4219         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
4220         argument that XEmacs doesn't support.
4222 2011-02-23  Julien Danjou  <julien@danjou.info>
4224         * gnus-art.el (article-make-date-line): Ignore errors if time is
4225         invalid and not convertible.
4226         (article-make-date-line): Only add lapsed time if time is not nil.
4228 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
4230         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
4231         `read-char-choice' for backwards compatibility.
4232         (auth-source-netrc-element-or-first): New function to DTRT for
4233         parameter extraction.
4234         (auth-source-netrc-create): Use it and fix multiple parameter print
4235         bug.  Use the default passed from above (given-default) or the
4236         built-in (user-login-name for :user).
4238 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
4240         * gnus-start.el (gnus-dribble-read-file):
4241         Set buffer-save-without-query, since we always want to save the dribble
4242         file, probably.
4244         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
4245         nnimap.
4247         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
4248         -summary- since it's a user-visible variable.
4250         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
4251         first time you use the new Gnus.
4253 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
4255         * auth-source.el: Don't load netrc.el.
4256         (auth-sources): Search ~/.netrc as well by default.
4257         (auth-source-debug): Add 'trivia option for extra output.
4258         (auth-source-do-trivia): Use it.
4259         (auth-source-search): Simplify logic to use
4260         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
4261         appropriate.  Don't keep a running count at this level.  Layer :create
4262         and :delete options appropriately on the first and second passes.
4263         Don't track the backend with the search results.
4264         (auth-source-search-backends): New function to search a list of
4265         backends for a processed spec.
4266         (auth-source-netrc-parse): Cache all netrc files, making
4267         auth-source-netrc-cache an alist keyed by the file name and using the
4268         file mtime as the caching criterion.  Keep the obfuscated data secret
4269         with a lexical bind.
4270         (auth-source-netrc-search): Don't calculate the length of the results
4271         unnecessarily.
4272         (auth-source-search-backends): Fix bug.
4273         (auth-source-netrc-create): Rework prompts.
4275 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
4277         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
4278         Lower case names of search constraints.
4279         (nnir-run-query): Cache and reuse search constraints for all imap
4280         servers.
4282 2011-02-22  Sam Steingold  <sds@gnu.org>
4284         * gnus-msg.el (gnus-setup-message): Also bind `winconf-name'.
4286 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
4288         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
4289         after exit.
4290         (gnus-setup-message): Define missing variable from last checkin.
4292         * gnus-sum.el (gnus-summary-show-article): When called with t as the
4293         value, show the raw article.
4295 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
4297         * nnimap.el (nnimap-open-connection-1): Revert last change, since
4298         auth-source now accepts numbers.
4300         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
4301         spec, too.
4302         (auth-source-ensure-strings): New function.
4304         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
4305         (gnus-article-setup-buffer): Always restart the date timer so that user
4306         changes to the frequency is respected.
4308         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
4309         port numbers, so make sure it gets that if nnimap-server-port is
4310         explicit.
4312 2011-02-21  Simon Josefsson  <simon@josefsson.org>
4314         * nnimap.el (nnimap-inbox): Doc fix.
4316 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
4318         * shr-color.el (shr-color->hexadecimal): Use renamed function names
4319         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
4320         color-lab-to-srgb.
4322 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
4324         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
4325         given method as in the group name if we're using an extended method.
4326         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
4327         command, if we're using that, instead of waiting for the beginning.
4329         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
4330         we're sure to get unique server names, and we don't output two async
4331         commands in the same buffer.  This fixes an NNTP hang for some users.
4333 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
4335         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
4336         summary buffer before reading going to the next buffer.  This avoids
4337         putting the point in the group buffer if you `C-g' the command.
4339         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
4340         cache (for now) to make ~/.authinfo.gpg files usable.
4342         * nnfolder.el (copyright-update): Define for the compiler.
4344         * auth-source.el (auth-source-search): Fix unbound variable.
4346 2011-02-19  Glenn Morris  <rgm@gnu.org>
4348         * gnus.el (gnus-meta): Doc fix.
4350 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
4352         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
4353         in case it's not yet loaded.
4355 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
4357         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
4358         line we're waiting for.
4360 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
4362         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
4363         face with line-width greater than zero will cause RET in gnus summary
4364         buffer to scroll down article page-wise because auto vscroll happens,
4365         it should be temporally disabled when doing a scroll-up.
4367 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
4369         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
4370         outputs from the server.
4372 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
4374         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
4375         later so that bbdb can hook in easier.
4377 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
4379         * auth-source.el (auth-source-search): Don't try to create credentials
4380         if the caller doesn't want that.
4381         (auth-source-search): If we don't find a match, don't bug out on
4382         non-bound variables.
4383         (auth-source-search): Only ask a single backend to create the
4384         credentials.
4386         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
4387         logging.
4388         (nnimap-credentials): Protect against auth-source-search returning nil.
4389         (nnimap-request-list): Protect against not being able to open the
4390         server.
4392 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
4394         * auth-source.el (auth-source-search): Do a two-phase search, one with
4395         no :create to get the responses from all backends.
4397         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
4398         when getting credentials.
4400         * gnus-util.el (gnus-delete-duplicates): New function.
4402 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
4404         * nnimap.el (nnimap-credentials): Instead of picking the first port as
4405         a creation default, pass the whole port list down.  It will be
4406         completed.
4408         * auth-source.el (auth-source-search): Updated docs to talk about
4409         multiple creation choices.
4410         (auth-source-netrc-create): Accept a list as a value (from the search
4411         parameters) and do completion on that list.  Keep a separate netrc line
4412         with the password obscured for showing the user.
4414         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
4415         first choice to `auth-source-search' so it will be used for entry
4416         creation instead of the server's Gnus-specific name.
4417         (nnimap-credentials): Rely on the auth-source library to select which
4418         port is actually wanted in the new netrc entry, so don't override
4419         `auth-source-creation-defaults'.
4421         * auth-source.el (auth-source-netrc-parse): Use :port instead of
4422         :protocol and accept a missing user, host, or port as a wildcard match.
4423         (auth-source-debug): Default to off.
4425         (auth-source-netrc-search, auth-source-netrc-create)
4426         (auth-source-secrets-search, auth-source-secrets-create)
4427         (auth-source-user-or-password, auth-source-backend, auth-sources)
4428         (auth-source-backend-parse-parameters, auth-source-search): Use :port
4429         instead of :protocol.
4431         * nnimap.el (nnimap-credentials): Pass a port default to
4432         `auth-source-search' in case an entry needs to be created.
4433         (nnimap-open-connection-1): Use :port instead of :protocol.
4435 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4437         * auth-source.el (auth-source-secrets-search): Use mm-delete-duplicates
4438         instead of delete-dups that is not available in XEmacs 21.4.
4440 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
4442         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
4443         nil means that nnimap doesn't get updated.
4445 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
4447         * auth-source.el (auth-source-netrc-create): Return a synthetic search
4448         result when the user doesn't want to write to the file.
4449         (auth-source-netrc-search): Expect a synthetic result and proceed
4450         accordingly.
4451         (auth-source-cache-expiry): New variable to override
4452         `password-cache-expiry'.
4453         (auth-source-remember): Use it.
4455         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
4456         parameter.  Create entry if necessary by using :create t.
4457         (nnimap-open-connection-1): Don't pass `inhibit-create'.
4459 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
4461         * auth-source.el (auth-source-debug): Enable by default and don't
4462         mention the obsolete `auth-source-hide-passwords'.
4463         (auth-source-do-warn): New function to debug unconditionally.
4464         (auth-source-do-debug): Use it.
4465         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
4466         and for Secrets API entries when the secrets.el library is not
4467         available.
4469 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
4471         * gnus-sum.el (gnus-propagate-marks): Default to nil.
4472         (gnus-summary-exit): Kill the correct article buffer on exit from a
4473         `C-d' group.
4475         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
4476         gnus-propagate-marks.
4478         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
4479         before killing the buffers so that a non-full window conf gets handled
4480         correctly.
4481         (gnus-summary-exit): Ditto.
4482         (gnus-summary-read-group-1): Ditto.
4484         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
4485         async code again so that we can debug it properly.
4487         * message.el (message-reply): Take an optional switch-buffer parameter
4488         so that Gnus window confs are respected better.
4490 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
4492         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
4493         `plist-get' to accept non-list parameters (XEmacs issue).
4494         Fix docstring.
4495         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
4496         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
4497         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
4498         Login collection is "Login" and not "login".
4500 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
4502         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
4503         multiple headers.
4505         * nnimap.el (nnimap-inhibit-logging): New variable.
4506         (nnimap-log-command): Don't log login commands.
4508         * auth-source.el (auth-source-netrc-search): The asserts seem to want
4509         to have more parameters.
4511         * nnimap.el (nnimap-send-command): Mark the command time for each
4512         command, so that we don't get NOOPs stepping on our toes.
4514         * gnus-art.el (article-date-ut): Get the date from the Date header on
4515         `t'.
4517 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4519         * auth-source.el (auth-source-search): Use copy-sequence instead of
4520         the cl.el copy-list.
4522 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
4524         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
4525         Improve prompt.
4527 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
4529         * gnus-art.el (gnus-article-mode-line-format): Remove the article
4530         washing status from the default format.  It isn't very informative.
4532 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
4534         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
4535         Fix Gcc processing on imap.
4537 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4539         * message.el (message-bury): Don't pop up a new window when selected
4540         window is dedicated.
4542 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
4544         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
4546 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
4548         * sieve-manage.el: Autoload `auth-source-search'.
4549         (sieve-sasl-auth): Use it.
4551 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
4553         * nnimap.el: Autoload `auth-source-forget+'.
4554         (nnimap-open-connection-1): Use it if the connection fails.
4556         * auth-source.el: Require `password-cache'.
4557         (auth-source-hide-passwords, auth-source-cache): Remove and mark
4558         obsolete.
4559         (auth-source-magic): Marker for `password-cache' keys.
4560         (auth-source-do-cache): Update docstring.
4561         (auth-source-search): Use and check cache.
4562         (auth-source-forget-all-cached, auth-source-remember)
4563         (auth-source-recall, auth-source-forget, auth-source-forget+)
4564         (auth-source-specmatchp): Caching support functions.
4565         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
4566         Remove and obsolete.
4567         (auth-source-user-or-password): Remove caching to further discourage
4568         using it.  Always hide passwords.
4570 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
4572         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
4573         code for now, since it doesn't work for all users.
4575 2011-02-09  Julien Danjou  <julien@danjou.info>
4577         * message.el (message-options): Make message-options really buffer
4578         local.
4580 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
4582         * mail-source.el: Autoload `auth-source-search'.
4583         (mail-source-keyword-map): Note order matters.
4584         (mail-source-set-1): Get all the mail-source source values and
4585         defaults and search auth-source on those if needed.  This can all
4586         probably be simplified.
4588         * nnimap.el: Autoload `auth-source-search'.
4589         (nnimap-credentials): Use it.
4590         (nnimap-open-connection-1): Ask for the virtual server and physical
4591         address in one shot.
4593         * nntp.el: Autoload `auth-source-search'.
4594         (nntp-send-authinfo): Use it.  Note TODO.
4596 2011-02-08  Julien Danjou  <julien@danjou.info>
4598         * shr.el (shr-tag-body): Add support for text attribute in body
4599         markups.
4601         * message.el (message-options): Make message-options a local variable.
4603 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
4605         * auth-source.el (auth-source-secrets-search)
4606         (auth-source-user-or-password): Use `append' instead of `nconc'.
4607         (auth-source-user-or-password): Build return list better and protect
4608         against nil :secret.
4610 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4612         * nnimap.el (nnimap-update-info): Refactor slightly.
4613         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
4614         (nnimap-update-info): Clean up slightly.
4615         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
4616         characters.
4617         (nnimap-process-quirk): Rename function to avoid collision.
4618         (nnimap-update-info): Fix macrology bug-out.
4619         (nnimap-update-info): Simplify split history test.
4621 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
4623         * auth-source.el (top): Require 'eieio unconditionally.
4624         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
4625         (auth-source-secrets-search): Limit search when `max' is greater than
4626         number of results.
4628 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4630         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
4631         part not returning any data.
4633         * proto-stream.el (open-protocol-stream): Document the return value.
4635 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
4637         * auth-source.el (auth-source-secrets-search): Add examples.
4639 2011-02-06  Julien Danjou  <julien@danjou.info>
4641         * message.el (message-setup-1): Handle message-generate-headers-first
4642         set to t.
4644 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
4646         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
4647         API with a string "secrets:collection-name" and with 'default.
4648         (auth-source-backend-parse): Parse "secrets:collection-name" and
4649         'default.  Recurse on parses instead of repeating code.  Use the
4650         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
4651         message when ignoring a source.
4652         (auth-source-search): List ignored search keys at the top level.
4653         (auth-source-netrc-create): Use `case' instead of `cond'.
4654         (auth-source-secrets-search): Created with TODOs.
4655         (auth-source-secrets-create): Created with TODOs.
4656         (auth-source-retrieve, auth-source-create, auth-source-delete)
4657         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
4658         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4659         (auth-source-user-or-password-sftp)
4660         (auth-source-user-or-password-smtp): Remove.
4661         (auth-source-user-or-password): Deprecated and modified to be a wrapper
4662         around `auth-source-search'.  Not tested thoroughly.
4664 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
4666         * auth-source.el: Bring in assoc and eioeio libraries.
4667         (secrets-enabled): New variable to track the status of the Secrets API.
4668         (auth-source-backend): New EIOEIO class to represent a backend.
4669         (auth-source-creation-defaults): New variable to set prompt defaults
4670         during token creation (see the `auth-source-search' docstring for
4671         details).
4672         (auth-sources): Simplify to allow a simple string as a netrc backend
4673         spec.
4674         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
4675         (auth-source-backend-parse-parameters): Fill in the backend parameters.
4676         (auth-source-search): Main auth-source API entry point.
4677         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
4678         (auth-source-search-collection): Helper function for searching.
4679         (auth-source-netrc-parse, auth-source-netrc-normalize)
4680         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
4681         Supports search, create, and delete.
4682         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
4683         backend stubs.
4684         (auth-source-user-or-password): Call `auth-source-search' but it's not
4685         ready yet.
4687 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
4689         * message.el (message-setup-1): Remove the read-only stuff, since it
4690         doesn't work under XEmacs, for some reason.
4692         * gnus-sum.el (gnus-user-date): Rename back from
4693         gnus-summary-user-date since user code refers to it.
4695         * shr.el (shr-render-td): Store the actual background color used.
4697         * message.el (message-setup-1): Don't bind the constant
4698         -forbidden-properties.
4699         (message-setup-1): Revert previous change, since it needs to bind the
4700         props to insert them.
4701         (message-resend): Allow removing the read-only separator line.
4703 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
4705         * nnimap.el (nnimap-request-accept-article): Give an error message if
4706         the APPEND wasn't successful.
4708 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
4710         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
4711         that have no groups.
4713 2011-02-03  Julien Danjou  <julien@danjou.info>
4715         * gnus-draft.el: Remove progn around gnus-draft-setup.
4717 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
4719         * gnus-start.el (gnus-read-active-for-groups): This function is never
4720         called with a nil `infos', so clean that up.
4721         (gnus-get-unread-articles): Request active files from primary/secondary
4722         methods that have no groups (yet).
4724 2011-02-03  Julien Danjou  <julien@danjou.info>
4726         * message.el (message-setup-1): Always generate References first.
4727         (message-mail): Return the return value of message-setup, not always t.
4728         (message-setup-1): Insert mail-header-separator with read-only and
4729         intangible properties set.
4731         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
4732         user-date in docstring.
4734         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
4736         * gnus.el (gnus-summary-line-format): Mention &user-date format in
4737         docstring.
4739         * gnus.el (gnus-user-date-format-alist): Change default value.
4740         Use defcustom, with type and group.  Move from gnus-util.el.
4741         Rename to gnus-summary-user-date-format-alist.
4743 2011-02-03  Glenn Morris  <rgm@gnu.org>
4745         * nnimap.el (gnus-fetch-headers): Declare.
4747         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
4749 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
4751         * message.el (message-forward-make-body-digest-plain)
4752         (message-followup, message-reply): Clean up things noted by Stefan.
4754         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
4755         gnus-article-update-date-headers is nil.
4756         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
4757         it didn't really work with defcustom.
4758         (article-update-date-lapsed): Make sure the window start doesn't move,
4759         either.
4761 2011-02-01  Julien Danjou  <julien@danjou.info>
4763         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
4764         format.
4766         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
4767         standard in Emacs nowadays.
4769 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4771         * message.el (message-expand-name): Don't trust the return value of
4772         bbdb-complete-name.
4773         (message-check-news-header-syntax): Remove unused var `start'.
4774         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
4775         (message-inhibit-body-encoding): Move to before first use.
4776         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
4777         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
4778         (Organization, Message-ID, Date, mh-previous-window-config):
4779         Defvar the vars using dynamic scoping.
4781 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4783         * shr.el (shr-render-td): Only do colors at the final rendering.
4784         Should be slightly faster.
4785         (shr-insert-table): Fix up TD background colors when doing the
4786         vertical padding.
4788         * gnus-art.el (article-date-ut): Protect against articles with no Date
4789         header.
4790         (article-update-date-lapsed): Don't use current-column to find the
4791         horizontal position.  It's fragile in the presence of \003 characters.
4793         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
4795 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4797         * gnus-art.el (article-transform-date): Rewrite to still work when
4798         there are several rfc2822 parts.
4799         (article-transform-date): Fix infinite recursion.
4800         (article-date-ut): Replace infinitely many Date headers with a single
4801         one when called interactively.
4803         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
4804         secure manner.
4806         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
4807         move around by not using save-window-excursion.  It seems to work...
4809 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4811         * gnus-art.el (article-make-date-line): Work for user-defined format.
4813 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4815         * nntp.el (nntp-retrieve-group-data-early)
4816         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
4817         fetching functions.
4819         * gnus-start.el (gnus-read-active-for-groups): Read the active files
4820         thoroughly for all backends that have no known groups.  This should
4821         allow new nnml methods to retrieve mail.
4823         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
4824         that Gnus doesn't know exists again.
4826         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
4827         (gnus-treat-date-ut): Ditto.
4828         (gnus-article-update-date-header): Rename.
4829         (gnus-treat-date-local): Remove.
4830         (gnus-treat-date-english): Remove.
4831         (gnus-treat-date-lapsed): Remove.
4832         (gnus-treat-date-combined-lapsed): Remove.
4833         (gnus-treat-date-original): Remove.
4834         (gnus-treat-date-iso8601): Remove.
4835         (gnus-treat-date-user-defined): Remove.
4836         (gnus-article-date-headers): New variable to control all the date
4837         header options.
4838         (article-date-ut): Rewrite to allow using the new way to format date
4839         headers(s).
4841 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
4843         * nnmail.el (nnmail-article-group): Check for a direct fancy split
4844         method.
4845         (nnmail-article-group): A better test for fanciness.
4847         * nnimap.el (nnimap-request-head): Protect against not finding the
4848         article by Message-ID.
4850 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
4852         * gnus-art.el (article-update-date-lapsed): Try a better way to really
4853         keep point at the "same place".
4855 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
4857         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
4858         data if the group is inactive.
4860 2011-01-28  Julien Danjou  <julien@danjou.info>
4862         * gnus-win.el: Remove dead function gnus-window-configuration-element.
4863         (gnus-all-windows-visible-p): Remove old compatibility code.
4864         (gnus-window-top-edge): Add docstring.
4866         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
4868 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
4870         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
4871         older request-update-info.
4873         * gnus-art.el (article-make-date-line): Limit the length a bit more.
4875 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
4877         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
4878         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
4880 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4882         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
4883         groups.  This makes the nndraft:queue group pop up if it's not already
4884         there.
4886         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
4887         messages" logic, which was reversed.
4889         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
4890         the "same place" even if point is on the line being replaced.
4891         (article-update-date-lapsed): Allow updating both the combined lapsed
4892         and the lapsed headers.
4893         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
4894         (article-make-date-line): Limit the number of segments dynamically to
4895         avoid too-long lines.
4897 2011-01-27  Julien Danjou  <julien@danjou.info>
4899         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
4900         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
4902 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4904         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
4905         Use plist-get instead of the cl function getf.
4907 2011-01-27  Glenn Morris  <rgm@gnu.org>
4909         * gnus-util.el (float-time): Get rid of compiler warning, again.
4911 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4913         * shr.el (shr-put-color): Special-case background colors: Do put them
4914         at the blank parts at the front of the lines.
4916         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
4917         exit hook to nix out all data on readedness on group exit.
4919         * gnus-util.el (float-time): If float-time is bound, always use it on
4920         all Emacsen.  It's unclear why the subrp check was there.
4921         (time-date): Require to make some autoload issues on XEmacs go away.
4923         * shr.el (shr-put-color): Don't do the box padding in tables, since
4924         they're already padded.
4926 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
4928         * gnus-art.el (gnus-article-next-page): When the last line of the
4929         article is displayed, scroll down once more instead of going to the
4930         next article at once.
4931         (article-lapsed-string): Refactor out and allow specifying how many
4932         segments you want.
4933         (gnus-article-setup-buffer): Start updating the lapsed header directly.
4934         (gnus-article-update-lapsed-header): New variable.
4936         * shr.el: Revert change that made headings use different-sized faces.
4937         The Emacs display engine isn't advanced enough that, for instance,
4938         tables can comfortably use differently-sized faces.
4940 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
4942         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
4943         used.
4944         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
4945         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
4946         we're using an encrypted connection.
4948         * proto-stream.el: Alter the interface functions to also return the
4949         actual stream type used: network or TLS.
4951 2011-01-25  Julien Danjou  <julien@danjou.info>
4953         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
4954         (mm-display-javascript-inline): New function.
4956         * mm-decode.el (mm-inline-media-tests): Add application/javascript
4957         viewing function.
4959 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4961         * shr.el (shr-expand-newlines): Fix variable name.
4963 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
4965         * shr.el (shr-expand-newlines): Make nested boxes work.
4967 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
4969         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
4970         backgrounds.
4971         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
4972         in a more sensible manner.
4974 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
4976         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
4977         if EPG is loaded.
4979 2011-01-24  Julien Danjou  <julien@danjou.info>
4981         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
4982         tags.
4984 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
4986         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
4987         commands.
4989         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
4990         in the article buffer.
4991         (gnus-gravatar-insert): Use blank space from the current buffer to
4992         avoid breaking text properties.  This makes X-Sent updating work again.
4994         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
4996 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
4998         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
4999         fix the bug in url-http.el instead.
5001         * shr.el (shr-image-fetched): Ditto.
5003         * shr.el (shr-image-fetched): Avoid having point move in the article
5004         buffer.
5006         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
5007         buffer after being called.  It's apparently being killed by url.el, and
5008         killing it made point move to end-of-buffer in a random buffer.
5010         * shr.el (shr-image-fetched): Ditto.
5012 2011-01-23  Julien Danjou  <julien@danjou.info>
5014         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
5016         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
5017         text/x-org.
5019 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
5021         * gnus-sum.el (gnus-summary-move-article): Protect against backends
5022         (i.e., nnimap) returning nil as the article number.
5024 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
5026         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
5027         "DelSp" parameter in RFC3676.
5029 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
5031         * message.el (message-check-recipients): Display the encoded version of
5032         the bogus address if they differ.
5034         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
5035         after sending.
5037         * gnus-agent.el (gnus-agent-send-mail): Ditto.
5039         * gnus-group.el (gnus-group-refresh-group): New convenience function.
5041         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
5042         group buffer after sending the queue.
5044         * gnus-agent.el (gnus-agent-send-mail): Ditto.
5046 2011-01-22  Julien Danjou  <julien@danjou.info>
5048         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
5050 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
5052         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
5053         nested related parts.
5055         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
5056         unexpired articles.  This fixes the regression that led expiry marks to
5057         disappear from nnfolder groups.
5059 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5061         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
5062         Don't confuse the "ret" of "retrograde" with RET.
5064 2011-01-21  Julien Danjou  <julien@danjou.info>
5066         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
5067         than mm-insert-inline.
5069 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5071         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
5072         Widen article buffer.
5074 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5076         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
5077         the temp buffer.
5078         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
5080 2011-01-20  Julien Danjou  <julien@danjou.info>
5082         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
5084         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
5085         than mm-insert-inline to insert inline part: this respect
5086         mm-inline-media-tests displayers.
5088         * mm-view.el (mm-display-shell-script-inline): New function.
5090         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
5092         * mm-uu.el (mm-uu-type-alist): Add org block.
5093         (mm-uu-org-src-code-block-extract): New function.
5095         * mm-view.el (mm-display-org-inline): New function.
5097         * mm-decode.el (mm-automatic-display): Add text/org.
5099         * mailcap.el (mailcap-mime-extensions): Add .org.
5101 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5103         * gnus-art.el (gnus-article-highlight): Remove argument passed to
5104         gnus-article-add-buttons.
5106 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
5108         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
5109         From header with a date and "nobody" as the sender.
5111 2011-01-19  Julien Danjou  <julien@danjou.info>
5113         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
5114         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
5115         if you have the same regexp several times.
5116         (gnus-button-push): Fix matching when regexp is symbol.
5118 2011-01-15  Glenn Morris  <rgm@gnu.org>
5120         * message.el (message-mail): A compose-mail function should
5121         accept headers as strings.
5123 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
5125         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
5126         Add :vert-only tags.
5127         (message-mail): New arg RETURN-ACTION.
5128         (message-return-action): New var.
5129         (message-bury): Use it.
5130         (message-mode): Make it buffer-local.
5131         (message-send-and-exit): Always call message-bury.
5133         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
5134         message-mail.
5136 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5138         * nnimap.el (nnimap-convert-partial-article): Protect against
5139         zero-length body parts.
5141         * mm-decode.el (mm-preferred-alternative-precedence):
5142         Discourage showing empty parts.
5144         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
5145         and stuff if the backend didn't return the article number.  This fixes
5146         an Exchange-related nnimap bug.
5148         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
5149         group window, because it does the wrong thing when a separate frame
5150         displays the group buffer.
5152         * proto-stream.el (open-protocol-stream): Protect against the low-level
5153         transport functions returning nil.
5155 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
5157         * mml2015.el (epg-sub-key-fingerprint): Autoload.
5158         (mml2015-epg-find-usable-secret-key): New function.
5159         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
5160         mml2015-epg-find-usable-key (Bug#7797).
5161         (mml2015-epg-encrypt): Ditto.
5163 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5165         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
5167 2011-01-03  Glenn Morris  <rgm@gnu.org>
5169         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
5171         * sieve.el (sieve-open-server): Give a more explicit error if
5172         sieve-manage-open returns nil.  (Bug#7720)
5174 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
5176         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
5178 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5180         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
5181         This avoids sending passwords in plain text over non-encrypted
5182         channels.
5184         * shr.el (shr-rescale-image): Display all GIF images as animated images.
5186         * nnimap.el (nnimap-login): Refactored out into own function, and
5187         implement CRAM-MD5.
5188         (nnimap-wait-for-line): Refactored out.
5190         * mm-view.el (mml-smime): Require.
5192 2010-12-20  David Engster  <deng@eml.cc>
5194         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
5195         use EPG to decrypt S/MIME messages instead of openssl.
5197 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5199         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
5201         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
5202         status is the group clearly is unreachable.
5204         * auth-source.el (auth-source-create): Add the optional second
5205         parameter to `local-variable-p' to be compatible with XEmacs.
5207 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
5209         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
5210         work when using a compressed nnml folder.
5212 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5214         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
5215         backends after sanitising on entry, because this never makes sense:
5216         If the articles have gone missing, then the data no longer exists on
5217         the backend, and if they haven't, then Gnus is wrong, and shouldn't
5218         overwrite anything anyway.
5220         * shr.el (shr-insert-document): Bind shr-width dynamically to
5221         window-width if it's nil.
5223 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
5225         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
5226         with the meaning of using the full emacs window width for rendering.
5228 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
5230         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
5231         case when sender is not given.
5233 2010-12-23  Julien Danjou  <julien@danjou.info>
5235         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
5236         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
5237         the addresses, otherwise we might misplaced the gravatar.
5239 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
5241         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
5242         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
5243         obsolete in Emacs.
5245 2010-12-20  Julien Danjou  <julien@danjou.info>
5247         * gnus-util.el (gnus-rescale-image): Revert last change.
5249 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5251         * gnus-group.el (gnus-group-delete-articles): New command.
5253 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
5255         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
5257 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5259         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
5260         here, since it's up to the backends to do CRLF removal if their
5261         protocol has it.
5263         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
5265 2010-12-17  Julien Danjou  <julien@danjou.info>
5267         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
5268         they are from file.  Can also scale up.
5270 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
5272         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
5273         Restore gnus-use-agent.
5274         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
5276         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
5278 2010-12-17  Julien Danjou  <julien@danjou.info>
5280         * gravatar.el (gravatar-retrieve-synchronously): New function.
5281         (gravatar-get-data): Make more robust.
5283 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5285         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
5286         to really consider the last line.
5288 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
5290         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
5291         list of recipient keys, or use symmetric encryption if not a list.
5292         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
5293         EPA override, replacing the call to `netrc-store-data'.
5295 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
5297         * gnus-srvr.el: Avoid passing nil regexp argument to
5298         delete-matching-lines.
5300 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5302         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
5303         fetching stops when Gnus exits.
5305         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
5306         function.
5307         (nnfolder-request-expire-articles): Save all the buffers after doing
5308         expiry.
5310         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
5311         the last article", since that led to serious performance regressions
5312         when expiring nnml groups.
5314 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
5316         * nnir.el: Improve customizations.
5318 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5320         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
5322         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
5323         group has been killed.
5324         (gnus-group-yank-group): Ditto.
5326         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
5328         * nnimap.el (nnimap-request-update-group-status): New function.
5330         * gnus-int.el (gnus-request-update-group-status): New interface
5331         function.
5333         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
5334         copying read-ness to the backends.
5336         * nnimap.el (nnimap-quirk): New function.
5337         (nnimap-retrieve-group-data-early): Use it.
5338         (nnimap-quirks): New alist.
5340 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5342         * shr.el (shr-insert): Set shr-start after deleting trailing space;
5343         don't delete it within indentation.
5345 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5347         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
5348         previous line.
5350 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5352         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
5353         QRESYNC command by deleting a superfluous space which broke Cyrus
5354         servers.  This change will break other servers that are buggy the other
5355         way around.
5357 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
5359         * spam.el: Reindent and fix long lines.
5360         (spam-copy-or-move-routine): Exclude invalid move destinations.
5362 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
5364         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
5365         installed the registry.
5367 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
5369         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
5370         groupname doesn't contain "gmane".
5372 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5374         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
5375         (gnus-1): Don't create the nndrafts group twice.
5376         (gnus-setup-news): There's no need to read the active file here, since
5377         that's done again later on a per-backend basis.
5378         (gnus-start-draft-setup): Make sure that the new group is started out
5379         empty.
5381         * gnus-agent.el (gnus-agentize): Don't create the queue group
5382         automatically on startup.  It'll be created later, if needed.
5384         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
5385         of automatically subscribed groups.
5386         (gnus-auto-subscribed-categories): New variable.
5387         (gnus-matches-options-n): Use it.
5388         (gnus-default-subscribed-newsgroups): Remove unused variable.
5389         (gnus-start-draft-setup): Message a bit less.
5391 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
5393         * nnir.el (nnir-run-imap): Return article list in order of increasing
5394         UID.
5396 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5398         * gnus-sum.el (gnus-summary-enter-digest-group):
5399         Mention gnus-auto-select-on-ephemeral-exit.
5401         * proto-stream.el (proto-stream-open-network-only): Fix the calling
5402         convention of the network-only option.
5404 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5406         * proto-stream.el (proto-stream-open-network-only): New function to
5407         have a way to specify non-STARTTLS upgrade connections.
5409 2010-12-10  Julien Danjou  <julien@danjou.info>
5411         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
5412         email address is nil.
5414         * message.el (message-bogus-recipient-p): Set address to "" if nil.
5416 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
5418         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
5419         deletion.
5420         (nnir-run-imap): Only need to parse list once.
5422 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5424         * shr.el (shr-tag-script): Ignore <script>.
5425         (shr-tag-label): Add <label> support.
5427 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5429         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
5431         * shr.el (shr-image-displayer): Work for images lined side by side.
5433 2010-12-08  Robert Pluim  <rpluim@gmail.com>
5435         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
5436         parameter, since XEmacs doesn't accept t as a parameter.
5438 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
5440         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
5441         ids.
5442         (nnir-run-gmane): Simplify groupspec formatting.
5443         (nnir-request-expire-articles): New function.
5445 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5447         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
5448         overflow, possibly.
5450         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
5451         (shr-render-td): Handle td style="" better.
5452         (shr-tag-table): Use the color from the style sheet.
5453         (shr-render-td): Make sure we copy over all the overlays, too.
5455 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
5457         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
5458         (nnir-request-article): Improve article retrieval.
5460 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5462         * mm-util.el (mm-extra-numeric-entities): New variable.
5464         * mm-url.el (mm-url-decode-entities):
5465         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
5467 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5469         * message.el: Use completion-at-point.
5470         (message-completion-function): New fun, extracted from message-tab.
5471         (message-mode): Use it for completion-at-point-functions.
5472         (message-tab): Use it and completion-at-point.
5474 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5476         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
5477         character if a non-breakable character follows.
5479 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5481         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
5482         any stream.
5484         * shr.el (shr-tag-font): Colorize the region.
5485         (shr-tag-body): Ditto.
5486         (shr-tag-font): Actually let the styles be inherited instead of
5487         overwriting them.
5488         (shr-tag-font): Get the background color right.
5489         (shr-tag-style): Ignore all <style> tags for the moment.
5491         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
5492         a Message-ID to avoid having nnimap depend on gnus-sum.
5494         * shr.el (shr-descend): Only colorize something if we have a node that
5495         sets colors.
5497 2010-12-06  Julien Danjou  <julien@danjou.info>
5499         * shr.el (shr-render-td): Render td content with shr-descend, so style
5500         will be applied to <td> too.
5501         (shr-colorize-region): Colorize region even if we only have a background.
5502         (shr-tag-body): Fix color and background color inheritance.
5503         Do not recolorize after shr-generic.
5504         (shr-tag-font): Let shr-generic colorize via inheritance.
5506 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5508         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
5510 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
5512         * nnir.el (nnir-request-move-article): Remove obsolete code.
5514 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5516         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
5518 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5520         * gnus-sum.el (gnus-summary-respool-article): The completion function
5521         expects a list instead of an alist.
5523         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
5524         string as the parameter.
5526         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
5528         * shr.el (shr-stylesheet): New dynamic variable for cascading the
5529         styles.
5530         (shr-colorize-region): New function.
5531         (shr-insert-background-overlay): Remove.
5532         (shr-render-td): Background setting should be taken care of on a higher
5533         level.
5534         (shr-tag-body): Use post-hoc colorizations.
5535         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
5536         (shr-put-color-1): Don't overwrite old colors.
5537         (shr-colorize-region): When the background color isn't explicit, use
5538         a fixed background.
5540         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
5541         nnmail variables.
5543 2010-12-05  Bjørn Mork  <bjorn@mork.no>
5545         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
5546         unless necessary.
5548 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
5550         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
5551         server.
5553 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5555         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
5556         so that TAB works.
5558         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
5559         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
5561         * shr.el (shr-urlify): Show the URL before the title to avoid
5562         misleading URLs.
5564 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
5566         * shr.el (shr-urlify): Display the title in <a> tags.
5568 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
5570         * nnir.el (nnir-categorize): Replace mapcar with mapc.
5572 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
5574         * nnir.el: Rearrange code to allow macros to be autoloaded by
5575         gnus-sum.el.
5576         (nnir-retrieve-headers-override-function): Make this variable
5577         customizable.
5578         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
5580         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
5581         from nnir.el.
5583 2010-12-03  Julien Danjou  <julien@danjou.info>
5585         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
5587 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5589         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
5590         allow optional argument `environment'.
5592 2010-12-03  Glenn Morris  <rgm@gnu.org>
5594         * mm-extern.el (message-goto-body): Update declaration.
5596 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5598         * gnus-util.el (gnus-macroexpand-all): New function.
5600         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
5601         instead of macroexpand-all that is unavailable in XEmacs.
5603 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
5605         * nnir.el (nnir-summary-line-format): New variable.
5606         (nnir-mode): Use it.
5607         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
5608         (nnir-article-ids): Reimplement as defsubst.
5609         (nnir-retrieve-headers): Don't mangle the subject header.
5610         (nnir-run-imap): Use 100 as RSV score.
5611         (nnir-run-find-grep): Fix for full server searching.
5612         (nnir-run-gmane): Better restriction to gmane groups.
5614         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
5615         summary buffers.
5617 2010-12-02  Julien Danjou  <julien@danjou.info>
5619         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
5621         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
5623         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
5624         support.
5626 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
5628         * nnir.el: Update to handle the registry better.
5629         (autoload): Silence byte-compiler.
5630         (nnir-open-server): Add a hook for nnir groups.
5631         (nnir-request-move-article): Don't mangle the header.  Better to use
5632         formatting variables (which will be added in the future).
5633         (nnir-registry-action): Update the registry using the original article
5634         group name.
5635         (nnir-mode): Install nnir-specific hooks for updating the registry.
5637         * gnus-sum.el
5638         (gnus-article-original-subject,gnus-newsgroup-original-name):
5639         Remove obsolete variables.
5640         (gnus-summary-move-article): Remove use of obsolete variables.
5641         (gnus-summary-local-variables): Make move and delete hooks local to
5642         summary buffers.
5644 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5646         * rtree.el: New file.
5648 2010-12-01  Julien Danjou  <julien@danjou.info>
5650         * message.el (message-user-organization): Do not use
5651         gnus-local-organization.
5653         * gnus.el: Remove gnus-local-organization.
5655         * gnus-msg.el: Remove nastygram thing.
5657 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
5659         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
5660         funcall.
5662 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5664         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
5665         names.
5667         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
5668         characters.
5670         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
5671         to t of inhibit-read-only since it is inside gnus-with-article-headers.
5672         Suggested by Štěpán Němec <stepnem@gmail.com>.
5673         (gnus-gravatar-transform-address): Use mail-extract-address-components
5674         that supports non-ASCII names rather than mail-header-parse-addresses.
5676 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5678         * proto-stream.el (open-protocol-stream): All STARTTLS connections are
5679         handled by the network handler.
5681 2010-11-30  Julien Danjou  <julien@danjou.info>
5683         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
5684         (nnimap-open-connection-1): Fix PREAUTH.
5686         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
5688 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5690         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
5691         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
5692         (shr-insert): Use them.
5693         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
5695 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
5697         * nnir.el (nnir-request-move-article): Bail out if original group
5698         doesn't support article moves.
5699         (nnir-get-active): Improve active list retrieval.
5701 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5703         * shr.el (shr-find-fill-point): Don't break before apostrophes.
5705 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
5707         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
5708         seem to accept strings-with-numbers as port numbers.
5710 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
5712         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
5713         change the registry.
5715 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5717         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
5718         delete-dups that is not available in XEmacs 21.4.
5720         * mm-util.el (mm-delete-duplicates): Add comment.
5722 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
5724         * nnir.el (nnir-ignored-newsgroups): New variable.
5725         (nnir-get-active): Use it.
5727 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5729         * proto-stream.el (proto-stream-open-network): Add some comments.
5731         * nntp.el (nntp-open-connection): Provide a :success condition.
5733         * nnimap.el (nnimap-open-connection-1): Ditto.
5735         * proto-stream.el (proto-stream-open-network): See what the response to
5736         the STARTTLS command is.
5738         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
5739         backwards compatibility).
5740         (nnimap-open-connection-1): Really respect nnimap-server-port.
5742         * proto-stream.el (proto-stream-open-network): When doing opportunistic
5743         TLS upgrades we don't really care about the identity of the peer.
5744         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
5745         that what we've checked for.
5746         (proto-stream-always-use-starttls): Only default to t if
5747         open-gnutls-stream exists.
5748         (proto-stream-open-network): If STARTTLS failed, then just open a
5749         normal connection.
5750         (proto-stream-open-network): Wait until the greeting before doing
5751         STARTTLS.
5753         * nntp.el (nntp-open-connection): Report what the connection error is.
5755         * proto-stream.el (open-protocol-stream): Rename from
5756         open-proto-stream.
5758 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5760         * nnimap.el (nnimap-stream): Change default to `undecided'.
5761         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
5762         first, and then network.
5763         (nnimap-open-connection-1): Respect nnimap-server-port.
5764         (nnimap-open-connection): Be more backwards-compatible.
5766         * proto-stream.el (proto-stream-always-use-starttls): New variable.
5767         (proto-stream-open-starttls): De-duplicate the STARTTLS code.
5768         (proto-stream-open-starttls): Folded back into the main function.
5769         (proto-stream-open-network): Fix typo in the GnuTLS path.
5770         (proto-stream-command): Refactor out.
5772         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
5774         * proto-stream.el (proto-stream-open-starttls): Actually implement the
5775         starttls.el STARTTLS.
5777         * color.el (color-lab->srgb): Fix function call name.
5779         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
5780         if we're using tls.el.
5781         (proto-stream-open-network): If we don't have gnutls-cli or GnuTLS
5782         built in, then don't try to establish a STARTTLS connection.
5784         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
5785         servers.
5787         * proto-stream.el (open-proto-stream): Use network, not stream.
5788         (open-proto-stream): Add a way to specify what the end of a command is.
5790         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
5791         connections types.
5792         (nntp-open-network-stream): Remove.
5793         (nntp-open-ssl-stream): Remove.
5794         (nntp-open-tls-stream): Remove.
5795         (nntp-ssl-program): Remove.
5797         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
5799 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
5801         * nnir.el: Fix typos.
5802         (nnir-retrieve-headers-override-function): Rename variable to reflect
5803         new semantics.
5804         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
5805         macros.
5806         (nnir-request-article, nnir-request-move-article): Use them.
5807         (nnir-categorize): New function.
5808         (nnir-run-query): Use it.
5809         (nnir-retrieve-headers): Rewrite to batch header retrieval.
5810         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
5811         sorted.
5812         (nnir-group-full-name): Use gnus-group-full-name instead.
5813         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
5814         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
5816 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5818         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
5820         * proto-stream.el: New library to provide protocol-specific
5821         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
5822         protocols.
5823         (open-proto-stream): Complete the documentation.
5824         (proto-stream-open-network): Fix some typos.
5826         * nnimap.el (nnimap-open-connection): Use it.
5828 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
5830         * pop3.el (pop3-open-server): Read server greeting before starting TLS
5831         negotiation.
5833 2010-11-26  Julien Danjou  <julien@danjou.info>
5835         * color.el: Rename various rgb functions to srgb.
5837 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5839         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
5840         names.
5842 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5844         * shr.el (shr-insert): Revert last change.
5845         (shr-find-fill-point): Never leave point being at bol;
5846         relax the kinsoku limitation when rendering tables.
5848 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5850         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
5851         results from -accept-article.
5853         * shr-color.el: Require cl when compiling.
5855         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
5856         checkin.
5858         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
5860         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
5862         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
5863         'add and 'delete to set backend marks.
5865         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
5867         * nnheader.el (nnheader-update-marks-actions): Refactor out.
5869         * nntp.el (nntp-request-set-mark): Use it.
5871         * nnfolder.el (nnfolder-request-set-mark): Ditto.
5873         * nnml.el (nnml-request-set-mark): Ditto.
5875         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
5876         introduces regressions in article selection.
5877         (nnimap-find-uid-response): New function.
5878         (nnimap-request-accept-article): Use the UID returned, if any.
5879         (nnimap-request-move-article): Use the UID returned, if any.
5880         (nnimap-get-groups): Reimplement to work with folded lines.
5881         (nnimap-find-uid-response): The UID is the last element in the list.
5882         (nnimap-request-set-mark): Extend syntax with 'set.
5884         * nnml.el (nnml-request-set-mark): Ditto.
5886         * nnfolder.el (nnfolder-request-set-mark): Ditto.
5888         * nntp.el (nntp-request-set-mark): Ditto.
5890 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5892         * message.el (message-called-interactively-p): A temporary macro.
5893         (message-goto-body): Use it temporarily.
5895 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5897         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
5898         (nnimap-last-response-string): Unfold quoted lines, if they exist.
5899         (nnimap-last-response-string): Fix last unfolding fix.
5901 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5903         * shr.el (shr-insert): Fix the way to fold lines.
5905 2010-11-25  Julien Danjou  <julien@danjou.info>
5907         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
5909         * color.el: Rename from color-lab.el
5910         (color-rgb->hex): Add.
5911         (color-complement): Add.
5912         (color-complement-hex): Add.
5914         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
5916 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5918         * shr-color.el (shr-color-visible): Don't bug out if the color names
5919         don't exist.
5921 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5923         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
5924         assuming that article displaying or another mml-preview may be
5925         interrupted for an error or for the like.
5927         * shr.el (shr-get-background): Fix argument name.
5929 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5931         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
5933         * gnus-sum.el (gnus-summary-include-articles): New function.
5935         * message.el (message-goto-body): called-interactively-p needs a
5936         parameter, so use `any'.
5938         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
5939         clear marks before moving, since they're synced from the Gnus side
5940         first.
5942         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
5943         (gnus-summary-move-article): Copy over all marks before moving, so that
5944         IMAP doesn't think a new article has arrived.
5946 2010-11-24  Julien Danjou  <julien@danjou.info>
5948         * shr.el (shr-insert-background-overlay): Fix typo.
5949         (shr-render-td): Copy the background before rendering.
5951         * shr-color.el (shr-color-visible): Fix docstring.
5953         * shr.el (shr-tag-table): Add bgcolor support.
5954         (shr-render-td): Add bgcolor support.
5955         (shr-get-background): Add.
5956         (shr-insert-foreground-overlay): Use shr-get-background.
5958         * message.el (message-goto-body): Use called-interactively-p.
5959         (message-in-body-p): message-goto-body returns point.
5961 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5963         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
5964         Fixes something or other in Emacs 23, and is backwards compatible.
5966         * message.el (message-goto-body): Remove the <#secure special-casing,
5967         which is too special.
5969         * shr.el (shr-parse-style): Drop !important from styles.
5971 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
5973         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
5974         this function to return incorrect results when calling it with an
5975         explicit article argument different from
5976         (gnus-summary-article-number).
5978 2010-11-24  Julien Danjou  <julien@danjou.info>
5980         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
5981         (shr-tag-body): Add background support.
5982         (shr-descend): Add background support.
5983         (shr-tag-title): Add.
5985         * shr-color.el (shr-color-visible): Really return original background
5986         if fixed.
5988 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5990         * shr.el (shr-color-check): Protect against non-existent color names.
5992 2010-11-24  Julien Danjou  <julien@danjou.info>
5994         * color-lab.el: Require 'cl when compiling.
5996         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
5998         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
5999         matched part.
6001         * color-lab.el: Fix all expt calls to use float type.
6003 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6005         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
6006         expression to shr-color-check as is.
6008         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
6010         * color-lab.el: Add coding cookie.
6011         (float-pi): Use eval-and-compile.
6013 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6015         * shr.el (shr-insert-color-overlay): Split stuff like
6016         "#444444 !important" to find the real color.
6017         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
6018         parse <font color="red"> entries.
6020 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
6022         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
6023         point when parsing headers.
6025         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
6026         is positioned properly when parsing headers.
6028 2010-11-23  Julien Danjou  <julien@danjou.info>
6030         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
6032         * shr-color.el (shr-color->hexadecimal): Add support for color names.
6034         * shr.el (shr-parse-style): Replace \n with space in style parsing.
6036         * shr-color.el (shr-color-hsl-to-rgb-fractions):
6037         Use shr-color-hue-to-rgb.
6038         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
6040 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6042         * shr.el (shr-color->hexadecimal): Autoload.
6043         (shr-descend): Add color to all tags.
6045 2010-11-22  Julien Danjou  <julien@danjou.info>
6047         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
6048         shr-color->hexadecimal.
6050         * shr-color.el (shr-color->hexadecimal): Add converting functions for
6051         RGB() or HSL() color representation.
6053         * shr.el (shr-tag-font): Add.
6054         (shr-tag-color-check): New function to get better colors.
6055         (shr-tag-insert-color-overlay): Factorize code between tag-font and
6056         tag-span.
6058         * shr-color.el: New file.
6060         * color-lab.el: New file.
6062         * gnus-art.el (gnus-url-mailto): Do not downcase args.
6064 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
6066         * nnir.el: Fix typo in comments.
6067         (nnir-run-imap): Simplify code.  No need to reverse artlist.
6068         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
6070 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6072         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
6074         * nnimap.el (nnimap-get-capabilities): Refactor out.
6075         (nnimap-open-connection): Re-request capabilities after STARTTLS.
6077 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
6079         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
6080         appearing when `mm-uu-hide-markers' is nil.
6082 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6084         * nnimap.el (nnimap-unselect-group): Make into its own function.
6085         (nnimap-request-rename-group): Unselect group before renaming.
6086         This had gotten lost somewhere.
6087         (nnimap-request-accept-article): Keep track of examined groups, and
6088         unselect the group before APPENDing to read-only groups.
6089         (nnimap-request-move-article): Clear flags before moving so that they
6090         can be re-set later.
6092 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6094         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
6095         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
6097 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6099         * gnus-art.el (gnus-mime-display-single):
6100         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
6101         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
6102         parameter.
6104 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6106         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
6107         (shr-table-vertical-line): New variable.
6108         (shr-insert-table): Use it.
6110 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6112         * gnus-html.el (gnus-html-wash-images): Don't display images if
6113         gnus-inhibit-images is non-nil; register displayer for cid images.
6114         (gnus-html-display-image): Work for cid image.
6115         (gnus-html-insert-image): Allow arguments.
6116         (gnus-html-put-image): Inhibit read-only.
6117         (gnus-html-prefetch-images): Don't prefetch images if
6118         gnus-inhibit-images is non-nil.
6120 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6122         * shr.el (shr-put-image): Break lines when inserting big pictures.
6124 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
6126         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
6127         sender, thanks Katsumi Yamaoka.
6129 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
6131         * nnir.el (nnir-run-imap): Reverse the article list for each group
6132         rather than the whole list.
6134 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6136         * shr.el (shr-image-displayer): Protect function against non-existent
6137         image source.
6139         * gnus-art.el (gnus-inhibit-images): New user option.
6140         (gnus-mime-display-single): Don't display image if it is non-nil.
6142         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
6143         gnus-inhibit-images.
6145         * shr.el (shr-image-displayer): New function.
6146         (shr-tag-img): Use it.
6148 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
6150         * mml2015.el (mml2015-epg-sign): Use From header.
6152 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6154         * gnus-html.el (gnus-html-wash-images): Register a displayer.
6156         * gnus-util.el (gnus-find-text-property-region): Return markers.
6158         * shr.el (shr-tag-img): Put a displayer in the text property.
6160         * gnus-util.el (gnus-find-text-property-region): New utility function.
6162         * gnus-html.el (gnus-html-display-image): Make the alt optional.
6163         (gnus-html-show-images): Remove.
6165         * gnus-art.el (gnus-article-show-images): New, more general function.
6167         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
6168         image url text properties.
6170         * shr.el: Ditto.
6172         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
6173         gnus-agent-auto-agentize-methods is set.  Which it isn't.
6175 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6177         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
6178         work for two or more articles.
6180 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6182         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
6183         divide an image that's in an html article to two or more when washing
6184         non-ASCII characters in alt text of it.
6186 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6188         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
6189         smime-decrypt-region using function argument.
6190         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
6192         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
6194         * smime.el (smime-decrypt-region): Catch it.
6196 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6198         * smime.el (smime-mode-map): Move initialization into declaration.
6199         (gnus-run-mode-hooks): Don't autoload.
6200         (smime-mode): Use define-derived-mode.
6202 2010-11-11  Glenn Morris  <rgm@gnu.org>
6204         * smime.el (from): Restrict declaration to XEmacs.
6206         * nnir.el (gnus-group-topic-name): Autoload.
6208 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6210         * shr.el (shr-insert): Don't break long line if it is because of
6211         kinsoku-bol characters in the line end.
6213 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
6215         * nnir.el (nnir-request-move-article): Fix to provide original group
6216         and subject.
6217         (nnir-warp-to-article): Don't fail on articles whose headers haven't
6218         been retrieved.
6220         * gnus-sum.el (gnus-summary-move-article): Use original group and
6221         subject for virtual articles such as those in an nnir summary buffer.
6223 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6225         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
6226         least 21.5).
6228         * smime.el (from): Declare it again for XEmacs.
6230 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6232         * message.el (message-resend): Don't disable encoding unless it's
6233         already encoded.
6235         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
6236         low-numbered articles.
6238 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6240         * rfc2047.el (rfc2047-syntax-table): Simplify.
6242         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
6243         set-char-table-range for XEmacs.
6245 2010-11-10  Glenn Morris  <rgm@gnu.org>
6247         * smime.el (from): Remove unused declaration.
6249         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
6250         (gnus-float-time): On Emacs, always an alias.
6252         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
6253         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
6255 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6257         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
6259 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6261         * shr.el (browse-url-mailto): Autoload.
6263         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
6265         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
6266         regexp doesn't need quoting.
6268 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
6270         * message.el (message-subject-trailing-was-ask-regexp)
6271         (message-subject-trailing-was-regexp): Match was: in addition to was.
6273 2010-11-09  Glenn Morris  <rgm@gnu.org>
6275         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
6276         (nnbabyl-check-mbox): Use point-at-bol.
6278 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6280         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
6282         * message.el (message-mailto): New function.
6283         (message-mailto): Should accept other parameters.
6284         (message-mailto): Remove since it duplicates browse-url-mailto
6285         functionality.
6287 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6289         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
6290         methods.
6291         (gnus-read-active-file): Ditto.
6293         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
6294         ": " from the prompt.
6295         (gnus-group-make-group): Ditto.
6297 2010-11-07  Glenn Morris  <rgm@gnu.org>
6299         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
6300         (gnus-bookmark-kill-line): Use point-at-eol.
6302 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6304         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
6305         asterisks in From header.
6307 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6309         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
6310         string to avoid making the From headers syntactically invalid.
6312         * message.el (message-send-mail): Don't insert courtesy messages if the
6313         message already has List-Post and List-ID messages.
6315 2010-11-06  Glenn Morris  <rgm@gnu.org>
6317         * gnus-art.el (gnus-treat-article): Give dynamic local variables
6318         `condition', `type', `length' a prefix.
6319         (gnus-treat-predicate): Update for above name changes.
6321 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
6323         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
6324         binding.  Handled by `gnus-summary-refer-thread' instead.
6325         (nnir-warp-to-article): New backend function.
6327         * nnimap.el (nnimap-request-thread): Force dependency updating.
6329         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
6330         (gnus-summary-refer-thread): Rework to improve thread-referral.
6332         * gnus-int.el (gnus-warp-to-article): New function.
6334         * gnus-sum.el (gnus-summary-article-map): Bind it.
6336 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
6338         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
6339         gnus-summary-refer-thread.
6341         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
6342         headers.
6343         (gnus-summary-limit-include-thread): Prevent articles in thread from
6344         being cut in gnus-cut-threads.
6345         (gnus-summary-refer-thread): Limit retrieved headers to those in
6346         thread.
6348 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6350         * message.el (message-send-mail): Use the value of
6351         message-courtesy-message from the message buffer.
6353         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
6355         * shr.el (shr-browse-url): Implement mailto: URLs.
6357         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
6358         "raw".
6360         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
6361         if it's already selected.
6363         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
6365 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6367         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
6368         to measure the length and truncate alt text.
6370 2010-11-03  Glenn Morris  <rgm@gnu.org>
6372         * nndiary.el (nndiary-generate-nov-databases-1)
6373         (nndiary-generate-active-info): Rename dynamic variable `files' to
6374         something less generic.
6376 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
6378         * nnir.el (nnir-request-move-article): Call the underlying backend to
6379         move articles from nnir.
6381 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6383         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
6385 2010-11-02  Julien Danjou  <julien@danjou.info>
6387         * nnir.el: Remove wais support.
6389 2010-11-02  Glenn Morris  <rgm@gnu.org>
6391         * gnus-html.el: Reorder requirements to quieten compiler.
6393 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6395         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
6396         properly for XEmacs as well.
6397         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
6398         (gnus-article-natural-long-line-p): Use window-width rather than
6399         frame-width.
6401 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
6403         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
6404         (nnir-read-parms): Don't modify query.
6405         (nnir-run-query): Add ability to search topic on current line.
6406         (nnir-get-active): Clean up.
6408 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6410         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
6411         degenerate articles.
6413         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
6414         (gnus-print-buffer): Just print the buffer as is, without any copying
6415         to a buffer and then re-highlighting.
6417         * nnimap.el (nnimap-request-group): Store the new updated info.
6418         (nnimap-request-group): Select the group when we don't know whether it
6419         exists or not.
6421         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
6422         groups.
6424         * gnus-group.el (gnus-group-find-new-groups): Display all the new
6425         groups.
6427         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
6428         groups.
6430         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
6431         long-lines case by only filling the long lines.
6433         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
6434         (bug #7311).
6436 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6438         * shr.el: No need to declare `declare-function' since shr.el is for
6439         only Emacsen that provide `libxml-parse-html-region'.
6441 2010-11-01  Glenn Morris  <rgm@gnu.org>
6443         * mm-util.el (gnus-completing-read): Autoload.
6444         (mm-read-coding-system): Simplify Emacs definition.
6446         * nnmail.el (gnus-activate-group):
6447         * nnimap.el (gnutls-negotiate):
6448         * nntp.el (netrc-parse): Fix declarations.
6450 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6452         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
6453         string-match-p in Emacs >=23.
6455         * gnus-msg.el (gnus-configure-posting-styles):
6456         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
6458 2010-11-01  Glenn Morris  <rgm@gnu.org>
6460         * nnir.el (declare-function): Add compat stub.
6461         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
6462         (nnir-run-gmane): Require 'mm-url.
6464         * mm-util.el (mm-string-to-multibyte): Simplify.
6466         * shr.el (declare-function): Add compat stub.
6467         (url-cache-create-filename): Declare.
6468         (mm-disable-multibyte, widget-convert-button): Autoload.
6470         * smime.el (ldap-search): Declare.
6471         (smime-cert-by-ldap-1): Require ldap on Emacs.
6473         * nnimap.el: Require nnmail, and gnus-sum when compiling.
6474         (nnimap-keepalive): Use gnus-float-time.
6476         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
6477         (mail-source-delete-crash-box): Use gnus-float-time.
6479         * gnus-dired.el (gnus-completing-read): Autoload.
6481         * mm-view.el (gnus-rescale-image): Autoload.
6483         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
6485         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
6487         * sieve-manage.el: Require 'cl when compiling.
6489         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
6490         (gnus-iswitchb-completing-read): Require iswitchb.
6491         (gnus-select-frame-set-input-focus): Silence compiler.
6493 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6495         * message.el (message-subject-trailing-was-query): Change default to t,
6496         since I think that's what most people want.
6498         * nnimap.el (nnimap-request-accept-article): Erase buffer before
6499         appending for easier debugging.
6500         (nnimap-wait-for-connection): Take a regexp.
6501         (nnimap-request-accept-article): Wait for the continuation line before
6502         sending anything unless we're streaming.
6504         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
6505         leave the header washing to take place.
6507 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
6509         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
6510         regular expression match and replace in posting styles.
6512 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
6514         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
6515         an entire server.
6516         (nnir-get-active): New function.
6517         (nnir-run-imap): Use it.
6518         (nnir-run-gmane): Who knew, gmane search returns an article score!
6520         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
6521         server on the current line with nnir.
6523 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6525         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
6526         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
6527         left edge.
6528         (gnus-article-foldable-buffer): Skip past the prefix when determining
6529         raggedness.
6531         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
6532         the raw article, and change `C-u g' to show the article without doing
6533         treatments.
6535         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
6536         on to `gnus-treat-article'.
6537         (gnus-inhibit-article-treatments): New variable.
6539         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
6541         * gnus-art.el (gnus-treatment-function-alist): Have
6542         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
6543         (gnus-treat-fill-long-lines): Change default to fill all text/plain
6544         sections.
6546         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
6547         parameter.
6548         (gnus-article-fill-cited-long-lines): New function.
6549         (gnus-article-fill-cited-article): Allow filling only long sections.
6551         * shr.el (shr-find-fill-point): Don't break lines between punctuation
6552         and non-punctuation (like after the apostrophe in "'We").
6554         * gnus-sum.el (gnus-summary-select-article): Make sure
6555         gnus-original-article-buffer is alive.
6557         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
6558         reflect the order they are in the digest.
6560         * gnus.el (gnus-group-startup-message): Move point to the start of the
6561         buffer.
6563         * nnimap.el (nnimap-capability): New function.
6564         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
6565         is set.
6567 2010-10-31  David Engster  <dengste@eml.cc>
6569         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
6570         conform with changes to gnus-completing-read.
6572 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6574         * shr.el (shr-tag-img): Output "*" instead of "[img]".
6576 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
6578         * nnir.el: Move defvar, defcustom around to keep file organized
6579         and keep byte-compiler quiet.
6580         (nnir-read-parms): Accept search-engine as arg.
6581         (nnir-run-query): Pass search-engine as arg.
6582         (nnir-search-engine): Remove.
6584 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6586         * shr.el (shr-generic): The text nodes should be text, not :text.
6588         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
6589         later in the file.
6591 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
6593         * nnir.el: General clean up.  Allow searching with multiple engines.
6594         Allow separate extra-parameters for each engine.
6595         Batch queries when possible.
6596         (nnir-imap-default-search-key,nnir-method-default-engines):
6597         Add customize interface.
6598         (nnir-run-gmane): New engine.
6599         (nnir-engines): Use it.  Qualify all prompts with engine name.
6600         (nnir-search-engine): Remove global variable.
6601         (nnir-run-hyrex): Restore for now.
6602         (nnir-extra-parms,nnir-search-history): New variables.
6603         (gnus-group-make-nnir-group): Use them.
6604         (nnir-group-server): Remove in favor of gnus-group-server.
6605         (nnir-request-group): Avoid searching twice.
6606         (nnir-sort-groups-by-server): New function.
6608 2010-10-30  Julien Danjou  <julien@danjou.info>
6610         * gnus-group.el: Remove gnus-group-fetch-control.
6612         * gnus-start.el (gnus-find-new-newsgroups):
6613         Remove gnus-check-first-time-used.
6615         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
6617 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6619         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
6620         set on groups that don't have \* permanentflags.
6622 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6624         * shr.el (shr-tag-span): Drop colorization of regions since we don't
6625         control the background color.
6626         (shr-tag-img): Ignore very small web bug type images.
6627         (shr-put-image): Add help-echo alt texts to the images.
6628         (shr-tag-video): Show the video poster image.
6630 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6632         * shr.el (shr-table-depth): New variable.
6633         (shr-tag-table-1): Only insert the images after the top-level table.
6635         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
6637         * gnus-util.el (gnus-list-memq-of-list): New function.
6639         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
6640         selected.
6641         (nnimap-unsplittable-articles): New slot.
6642         (nnimap-new-articles): Use it.
6644 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
6646         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
6647         move to the previous line on `M-g'.
6649 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6651         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
6652         *-request-group, which seems unnecessary.
6654         * nnimap.el (nnimap-quote-specials): Function copied over from
6655         imap.el.
6656         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
6657         they support that.  Suggested by Tom Regner.
6659 2010-10-29  Julien Danjou  <julien@danjou.info>
6661         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
6662         defalias.
6663         (gnus-summary-delete-marked-with): Remove obsolete defalias.
6665         * gnus.el: Remove `gnus-nntp-service' variable.
6666         (gnus-secondary-servers): Make obsolete.
6667         (gnus-nntp-server): Make obsolete.
6669         * gnus-start.el (gnus-1): Remove x-splash calls.
6671         * gnus-ems.el (gnus-x-splash): Remove.
6673         * gnus.el (gnus-group-startup-message): Simplify/update code.
6675         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
6676         capability before doing anything.
6677         (gnus-group-insert-group-line): Remove useless
6678         gnus-group-remove-excess-properties.
6680 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6682         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
6684 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6686         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
6687         config after reselecting.
6689 2010-10-28  Julien Danjou  <julien@danjou.info>
6691         * shr.el (shr-put-image): Use point even if only inserting text.
6692         (shr-put-image): Save excursion when inserting alt text on non-graphic
6693         display, so the behavior is the same when we are on a graphic display.
6695         * nnir.el (nnir-run-swish-e): Remove hyrex support.
6697 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6699         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
6700         (gnus-mime-copy-part): Check coding system, not charset.
6701         (gnus-mime-view-part-externally): Never remove part.
6702         (gnus-mime-view-part-internally): Don't remove part here.
6703         (gnus-article-part-wrapper): Make sure MIME tag is visible.
6704         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
6705         multipart/alternative.
6707         * mm-decode.el (mm-display-part): Take optional arg `force'.
6709 2010-10-26  Julien Danjou  <julien@danjou.info>
6711         * gnus-group.el (gnus-group-default-list-level): Add this function to
6712         compute the default list level.
6713         (gnus-group-default-list-level): Add possibility to use a function.
6715 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6717         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
6719         * gnus-group.el (gnus-group-completing-read)
6720         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
6721         gnus-replace-in-string.
6723 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6725         * shr.el (shr-tag-div): Add.
6727 2010-10-25  Julien Danjou  <julien@danjou.info>
6729         * gnus-util.el: Remove `gnus-with-local-quit'.
6731         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
6733 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6735         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
6736         the original article buffer.
6738 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6740         * nnimap.el (nnimap-request-head): New function.
6741         (nnimap-request-move-article): Try to be slightly faster by not
6742         requesting the entire message when moving.
6743         (nnimap-transform-headers): Don't bug out on bodiless articles.
6744         (nnimap-send-command): Have no outstanding messages if the IMAP server
6745         doesn't support streaming.
6746         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
6748 2010-10-24  Julien Danjou  <julien@danjou.info>
6750         * message.el (message-default-headers): Fix type.
6752 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6754         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
6755         prefetching images.
6757         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
6758         backend for unknown groups.  This is mainly useful for nnimap groups.
6760         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
6761         group isn't covered by the agent.
6763 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
6765         * nnir.el (nnir-method-default-engines): New variable.
6766         (nnir-run-query): Use it.
6767         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
6768         (gnus-summary-nnir-goto-thread): Change group if needed.
6770         * gnus-group.el (gnus-group-group-map): Add key binding for
6771         gnus-group-make-nnir-group.
6773 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6775         * shr.el (shr-tag-object): Add.
6777         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
6778         original article buffer live.
6779         (gnus-summary-select-article-buffer):
6780         Mention gnus-widen-article-buffer.
6782 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6784         * shr.el (shr-tag-strong): Add.
6786 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6788         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
6789         group names.  They mess up the group buffer badly.
6791         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
6793         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
6794         instead of the summary one.
6796 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6798         * mml.el (mml-preview): Work properly when editing article.
6800         * gnus-start.el (gnus-read-active-file-1): Don't add method to
6801         gnus-have-read-active-file if it's already been in.
6803 2010-10-22  Tom Tromey  <tromey@redhat.com>
6805         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
6806         gnus-group-completing-read.
6808 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6810         * message.el (message-mode-map): Don't bind M-; to comment region, to
6811         allow the global comment-dwim to work.
6813 2010-10-21  Julien Danjou  <julien@danjou.info>
6815         * message.el (message-setup-1): Allow message-default-headers to be a
6816         function.
6818 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6820         * shr.el (shr-tag-table): Simplify.
6822 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6824         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
6825         to avoid trying to snarf invalid stuff.
6827         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
6829         * gnus.el (gnus-message-archive-group): Quote value.
6830         (gnus-message-archive-group): Mark as changed.
6832         * shr.el (shr-add-font): Don't put the font properties on the newline
6833         or the indentation.
6835         * message.el (message-fix-before-sending): Change options when sending
6836         non-printable characters.
6838         * gnus.el (gnus-message-archive-method): Change the default to
6839         monthly outgoing groups.
6841         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
6842         that have gotten new numbers.
6844         * nnimap.el (nnimap-request-replace-article): New function.
6846 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6848         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
6849         (nnrss-request-article): Don't use special html washing code.
6851 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6853         * shr.el (shr-tag-table): Remove useless nconc.
6855 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6857         * gnus-art.el (article-wash-html): Simplify and remove the charset
6858         stuff.  Use the normal html rendering code instead of the special html
6859         washing code.
6861         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
6862         `gnus-w3m' symbols.
6863         (mm-text-html-washer-alist): Remove.
6865         * mm-decode.el (mm-inline-text-html-renderer): Remove.
6866         (mm-inline-media-tests): Remove use.
6867         (mm-text-html-renderer): Change default to the `shr' symbol.
6869         * mm-view.el (mm-inline-text-html): Remove use.
6871         * gnus-art.el (gnus-blocked-images): New function.  Allow the
6872         `gnus-blocked-images' to be a function.
6873         (gnus-article-wash-function): Remove.
6875 2010-10-20  Julien Danjou  <julien@danjou.info>
6877         * spam.el (spam-list-of-processors): Mark as obsolete.
6879         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
6880         (nnimap-insert-partial-structure): Fix boundary detection.
6882 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
6884         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
6885         run file-truename on remote files.  This can be expensive and even
6886         prevent one from editing drafts if some unrelated buffer has a stale
6887         connection.
6889 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6891         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
6892         kinsoku-eol regardless of shr-kinsoku-shorten.
6893         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
6894         (shr-tag-table): Support caption, thead, and tfoot.
6896 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6898         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
6899         lines.
6900         (shr-save-contents): New command and keystroke.
6902         * nndoc.el (nndoc-type-alist): Add git support.
6903         (nndoc-git-type-p): New function.
6904         (nndoc-transform-git-article): Ditto.
6905         (nndoc-transform-git-headers): Ditto.
6906         (nndoc-transform-git-headers): Generate Subject headers.
6908         * shr.el (shr-parse-style): New function.
6909         (shr-tag-span): Ditto.
6911         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
6912         to `G G' to avoid collisions.
6914 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6916         * shr.el: Load kinsoku if necessary.
6917         (shr-kinsoku-shorten): New internal variable.
6918         (shr-find-fill-point): Make kinsoku shorten text line if
6919         shr-kinsoku-shorten is bound to non-nil.
6920         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
6921         shr-indentation too when testing if table is wider than frame width.
6922         (shr-insert-table): Use `string-width' instead of `length' to measure
6923         text width.
6924         (shr-insert-table-ruler): Make sure indentation is done at bol.
6926 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6928         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
6929         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
6930         undecoded network data.
6932 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6934         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
6935         name in the mode line spec so that the mode line menu works
6936         (bug #2431).
6938         * message.el (message-get-reply-headers): If we're fed `to-address',
6939         then always use that.
6941         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
6942         aren't so wide as to need to switch off the edit menu.
6944         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
6945         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
6947         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
6948         `M-g'.
6949         (nnimap-update-info): Update flags/read marks even if \* isn't part of
6950         the permanent marks.
6952 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
6954         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6955         Splitting according to references/in-reply-to obeys the ignore-groups
6956         variable, while splitting by sender and subject do not.
6958 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6960         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
6961         alist, so that we can look for non-Unicode chars.
6962         (article-translate-strings): Allow both character and string maps.
6964 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6966         * shr.el (shr-insert): Don't insert space behind a wide character
6967         categorized as kinsoku-bol, or between characters both categorized as
6968         nospace.
6970 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
6972         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
6973         headers to gnus-newsgroup-headers.
6975 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6977         * shr.el (shr-tag-img): Don't align images -- since we're not
6978         rescaling, this often leads to ugly displays.
6980 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
6982         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
6983         duplicates.
6985 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
6987         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
6988         call.
6990 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6992         * gnus.el: Autoload gnus-html-show-images.
6994         * nnimap.el: Use nnheader-message throughout.
6996         * shr.el (shr-tag-img): Ignore images with no data.
6998 2010-10-15  Julien Danjou  <julien@danjou.info>
7000         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
7001         a possibility to disable format=flow encoding when using hard newlines.
7003 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7005         * shr.el (shr-insert): Remove space inserted before or after a
7006         breakable character or at the beginning or the end of a line.
7007         (shr-find-fill-point): Do kinsoku; find the second best point or give
7008         it up if there's no breakable point.
7010 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7012         * nnimap.el (nnimap-open-connection): Message when opening connection
7013         for debugging purposes.
7015         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
7016         on every setup buffer call to allow this to change from article to
7017         article.
7019         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
7020         buffers where we have a wide table.
7022 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
7024         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
7025         uses *-request-thread.
7027 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7029         * nnimap.el (nnimap-open-connection): Remove %s from openssl
7030         incantation, which is no longer valid.
7032 2010-10-14  Julien Danjou  <julien@danjou.info>
7034         * shr.el: Fix defcustom type (char -> character).
7036 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7038         * nnimap.el (nnimap-open-connection): tls-program should be a list of
7039         programs.
7041 2010-10-14  Julien Danjou  <julien@danjou.info>
7043         * shr.el (shr-tag-a): Use url-link as widget type.
7045         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
7046         `gnus-group-get-icon'.
7048 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7050         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
7051         This should make server editing work better.
7053         * shr.el (shr-find-fill-point): Don't inloop on indented text.
7055         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
7056         (nnimap-parse-flags): Fix regexp.
7058         * shr.el (shr-find-fill-point): Use a filling algorithm that should
7059         probably work for CJVK text, too.
7061         * nnimap.el (nnimap-extend-tls-programs): Remove.
7062         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
7064 2010-10-13  Julien Danjou  <julien@danjou.info>
7066         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
7067         responses.
7069 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7071         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
7073         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
7074         anything in Emacs.
7076         * shr.el (shr-current-column): Remove buggy and unnecessary function.
7078 2010-10-13  Julien Danjou  <julien@danjou.info>
7080         * shr.el (shr-width): Make shr-width a defcustom with default to
7081         fill-column.
7082         (shr-tag-img): Use shr-width rather than fill-column.
7084 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7086         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
7088         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
7089         position when (X-)Faces exist.
7090         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
7091         avatars when called interactively.
7093 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7095         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
7096         gnus-article-x-face-too-ugly is bound.
7098 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7100         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
7102         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
7103         mailbox that doesn't exist.
7105 2010-10-12  Julien Danjou  <julien@danjou.info>
7107         * shr.el (shr-tag-img): Encode URL properly when retrieving.
7108         (shr-get-image-data): Encode URL properly when fetching from cache.
7109         (shr-tag-img): Use aligned-to spaces to align correctly images.
7111         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
7112         before inserting the Gravatar.
7114         * shr.el (shr-tag-img): Add align attribute support for <img>.
7116 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7118         * gnus-gravatar.el (gnus-art): Require.
7120         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
7121         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
7122         Remove long obsoleted functions.
7124 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7126         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
7128         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
7129         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
7130         * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
7131         * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
7132         * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
7133         * rfc1843.el, sieve-manage.el, smime.el, spam.el:
7134         Fix comment for declare-function.
7136 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7138         * nnimap.el (nnimap-request-rename-group): Select group read-only
7139         before renaming it.
7141         * shr.el (shr-insert): Fix up the white space only regexp.
7143         * nnimap.el (nnimap-transform-split-mail): Not all articles have
7144         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
7146         * shr.el (shr-current-column): New function.
7147         (shr-find-fill-point): New function.
7149 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
7151         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
7152         numbers.
7154 2010-10-11  Julien Danjou  <julien@danjou.info>
7156         * shr.el (shr-hr-line): Add.
7157         (shr-tag-hr): Use shr-hr-line to specify which character to use to
7158         display hr lines.
7159         (shr-max-columns): Do not change state to nil if we just inserting
7160         spaces.
7162 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7164         * gnus-topic.el (gnus-topic-read-group): If after the last group,
7165         select the last group.
7167 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
7169         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
7171 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7173         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
7174         for Gnus.
7175         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
7176         (nnimap-update-qresync-info): Mark \Seen articles as read.
7178         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
7179         non-variable, too.
7181         * nnimap.el (nnimap-open-connection): Use GnuTLS STARTTLS, if
7182         available.
7183         (nnimap-update-info): Rely more on the current active than the param
7184         active to avoid marking articles as read too much.
7186         * auth-source.el (auth-source-create): Use (user-login-name) for the
7187         user name default.
7189         * nnimap.el (nnimap-update-info): If the server doesn't return any
7190         useful info, just use the previous info.
7191         (nnimap-update-info): Prefer old info over start-article.
7192         (nnimap-update-qresync-info): Finish implementing QRESYNC.
7194 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
7196         * nnir.el (autoload): Clean up autoloads.
7197         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
7198         Use key rather than value.
7199         (nnir-imap-search-other): New variable.
7200         (nnir-read-parm): Use it.
7201         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
7202         (gnus-summary-nnir-goto-thread): Modify to work with imap.
7204 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7206         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
7207         the process, too.
7209 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7211         * spam.el (gnus-summary-mode-map): Bind to "$".
7212         Suggested by Russ Allbery.
7214         * shr.el: Rework the way things are indented by <li> slightly.
7216         * gnus.el (gnus-group-set-parameter): Fix typo.
7218         * nnimap.el: Start implementing QRESYNC support.
7220 2010-10-09  Julien Danjou  <julien@danjou.info>
7222         * nnir.el (nnir-engines): Fix too many arguments.
7224 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7226         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
7227         group is the "last", so that the backends like nnfolder actually save
7228         their folders.
7230         * nnimap.el (nnimap-open-connection): If we have GnuTLS loaded, then
7231         try to use that for the TLS stream.
7232         (nnimap-retrieve-group-data-early): Rework the marks code to heed
7233         UIDVALIDITY and find out which groups are read-only and not.
7234         (nnimap-get-flags): Use the same marks parsing code as the rest of
7235         nnimap.
7237 2010-10-09  Julien Danjou  <julien@danjou.info>
7239         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
7241         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
7242         retrieving gravatars.
7244         * shr.el (shr-table-corner): Add.
7245         (shr-table-line): Add.
7246         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
7248 2010-10-08  Julien Danjou  <julien@danjou.info>
7250         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
7252 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
7254         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
7256         * gnus-sum.el (gnus-mark-article-as-unread)
7257         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
7258         (gnus-summary-set-bookmark): Use it.
7260         * gnus-msg.el (gnus-setup-message): Use it.
7262         * gnus-demon.el (gnus-demon-remove-handler): Use it.
7264         * gnus.el (gnus-group-remove-parameter): Use it.
7266         * gnus-group.el (gnus-group-make-web-group): Use it.
7268         * gnus-demon.el (gnus-demon-remove-handler): Use it.
7270         * nnregistry.el: Update docs to mention manual.
7272         * gnus-registry.el: Update docs to mention nnregistry.el.
7273         (gnus-registry-initialize): Don't install nnregistry refer method
7274         automatically.
7275         (gnus-registry-install-nnregistry): Remove it.
7277 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7279         * shr.el (shr-insert): Don't insert double spaces.
7281 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7283         * gnus-gravatar.el (gnus-treat-from-gravatar)
7284         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
7285         called interactively.
7287         * gnus-art.el (gnus-mime-view-part-externally)
7288         (gnus-mime-view-part-internally): Make predicate function passed to
7289         gnus-mime-view-part-as-type assume argument is a mime type, not a list
7290         of a mime type.
7292         * shr.el (shr-table-widths): Don't use cl function `reduce'.
7294 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7296         * shr.el (require): Require cl when compiling.
7297         (shr-tag-hr): New function.
7299         * nnimap.el (nnimap-update-info): Remove double setting of high.
7300         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
7301         This makes nnimap work properly on Courier again.
7303         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
7304         the variable for backwards compatibility.
7306         * mm-decode.el (mm-save-part): If given a non-directory result, expand
7307         the file name before using to avoid setting mm-default-directory to
7308         nil.
7310         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
7311         bidning gnus-agent variables.
7313         * shr.el (shr-render-td): Use a cache for the table rendering function
7314         to avoid getting an exponential rendering behavior in nested tables.
7315         (shr-insert): Rework the line-breaking algorithm.
7316         (shr-insert): Don't leave trailing spaces.
7317         (shr-insert-table): Also insert empty TDs.
7318         (shr-tag-blockquote): Ensure paragraphs after </ul>.
7320 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7322         * gnus-sum.el (gnus-number): Rename from `number'.
7323         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
7324         (gnus-summary-limit-children): Update uses correspondingly.
7326 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7328         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
7329         (gnus-gravatar-transform-address): Don't show avatars of people of
7330         which mail addresses match gnus-gravatar-too-ugly.
7332 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7334         * shr.el (shr-table-widths): Expand TD elements to fill available
7335         space.
7337 2010-10-07  Julien Danjou  <julien@danjou.info>
7339         * nnimap.el (nnimap-request-rename-group): Add this method.
7341 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7343         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
7344         name from XEmacs' function-arglist.
7346         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
7347         gravatar under XEmacs.
7349 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
7351         * auth-source.el: Update docs with TODO items.
7353         * gnus-sync.el: Update docs to explain state and plans.
7355         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
7356         Hooks for mark updates.
7357         (gnus-request-set-mark, gnus-request-update-mark): Use them.
7359         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
7360         hooks with arguments, which is needed for mark update hooks.
7362 2010-10-06  Julien Danjou  <julien@danjou.info>
7364         * gnus.el (gnus-expand-group-parameter): Only return and act on what
7365         was matched.
7367         * sieve-manage.el: Update example in `Commentary'.
7369         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
7371         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
7372         not 2000.
7373         (sieve-manage-authenticate): Re-add function.
7375 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7377         * shr.el (shr-insert): Get 'space transition right.
7378         (shr-render-td): Only delete space at the end of the TD.
7380         * nnimap.el (nnimap-open-connection): Prepare to support
7381         open-gnutls-stream.
7383         * shr.el: Rearrange function order to be more logical.
7385 2010-10-06  Julien Danjou  <julien@danjou.info>
7387         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
7388         (nnrss-discover-feed): Remove 404 URL in docstring.
7390         * nnir.el: Fix Swish-E URL.
7391         Fix Namazu URL.
7393         * message.el (message-change-subject): Remove 404 URL in a comment.
7395 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7397         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
7398         called interactively.
7400         * gnus-util.el (gnus-remove-if): Allow hash table.
7401         (gnus-remove-if-not): New function.
7403         * gnus-art.el (gnus-mime-view-part-as-type):
7404         * gnus-score.el (gnus-summary-score-effect):
7405         * gnus-sum.el (gnus-read-move-group-name):
7406         Replace remove-if-not with gnus-remove-if-not.
7408         * gnus-group.el (gnus-group-completing-read):
7409         Regard collection as a hash table if it is not a list.
7411 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7413         * shr.el (shr-render-td): Allow blank/missing <TD>s.
7415         * shr.el: Document the table-rendering algorithm.
7417         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
7418         invalid URLs.
7420         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
7421         line-broken.
7422         (shr-tag-img): Ignore image fetching errors.
7423         (shr-overlays-in-region): Compute overlay positions correctly.
7425         * mm-decode.el (mm-shr): Require shr.
7427         * gnus-art.el (gnus-blocked-images): Move variable here.
7429         * shr.el (shr-insert-table): Bind free variable.
7431         * mm-decode.el (mm-shr): Bind shr-content-function.
7433         * shr.el (shr-content-function): New variable.
7435         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
7436         added for symmetry.
7438         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
7440         * gnus-group.el (gnus-group-make-group): Doc fix.
7442         * nnimap.el (nnimap-request-newgroups): Return success.
7444         * shr.el (shr-find-elements): New function.
7445         (shr-tag-table): Put all the images after the table.
7446         (shr-tag-table): Really inhibit images inside the table.
7447         (shr-collect-overlays): Copy over overlays from the TD elements to the
7448         main document.
7450         * mm-decode.el (mm-shr): Bind shr-blocked-images to
7451         gnus-blocked-images.
7453 2010-10-05  Julien Danjou  <julien@danjou.info>
7455         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
7457         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
7458         (gnus-html-maximum-image-size): Add this function.
7459         (gnus-html-put-image): Use gnus-html-maximum-image-size.
7461         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
7462         server-value of the capability is nil.
7464 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7466         * shr.el (shr-tag-em): Add <EM> tag.
7468 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
7470         * sieve-manage.el (sieve-manage-default-stream): Make default stream
7471         customizable.
7473         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
7474         handing broken links to browse-url.
7476 2010-10-05  Julien Danjou  <julien@danjou.info>
7478         * gnus-util.el (gnus-emacs-completing-read)
7479         (gnus-iswitchb-completing-read): Use autoload rather than require.
7481 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7483         * gnus-util.el (gnus-completing-read-function): Exclude
7484         gnus-icompleting-read and gnus-ido-completing-read from candidates for
7485         XEmacs since iswitchb.el is very old and ido.el is unavailable in
7486         XEmacs.
7488         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
7489         not to use `delete-dups' that is unavailable in XEmacs 21.4.
7491         * gnus-html.el: Don't require help-fns under XEmacs.
7492         (gnus-html-schedule-image-fetching): Work for XEmacs.
7494         * mm-decode.el (mm-shr): Decode contents by charset.
7496 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7498         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
7499         unknown.
7501         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
7502         (shr-get-image-data): Ensure against the cache file missing.
7504         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
7505         for data.
7507         * spam-report.el (spam-report-url-ping-plain): Don't query about
7508         killing the process.
7510         * shr.el (shr-render-td): Protect against too-wide text.
7512 2010-10-04  Julien Danjou  <julien@danjou.info>
7514         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
7515         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
7517         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
7518         retrieved.
7520 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7522         * shr.el (browse-url): Require.
7523         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
7524         lines.
7525         (shr-show-alt-text, shr-browse-image): New commands.
7526         (shr-browse-url, shr-copy-url): New commands.
7528         * gnus-sum.el (gnus-widen-article-window): New variable.
7529         (gnus-summary-select-article-buffer): Use it.
7531         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
7532         without @ signs.
7534 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
7536         * nnir.el (nnir-run-imap): Remove spurious space in search string.
7538 2010-10-04  Julien Danjou  <julien@danjou.info>
7540         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
7541         for XEmacs.
7543 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7545         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
7547         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
7548         (nnimap-close-server): Implement.
7550         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
7551         (shr-insert): Tweak line breaking.
7552         (shr-insert): Handle <pre> better.
7553         (shr-tag-li): Get <li> indentation right.
7554         (shr-tag-li): Get <li> indentation even righter.
7555         (shr-tag-blockquote): Ensure paragraph start.
7556         (shr-make-table): Tweak table generation.
7557         (shr-make-table): Fix typo.
7559         * shr.el: Implement table rendering.
7561 2010-10-04  Julien Danjou  <julien@danjou.info>
7563         * gnus-html.el (gnus-html-put-image): Fix resize image code.
7565 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7567         * shr.el (shr-insert): Use string anchors instead of line anchors.
7569 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7571         * shr.el: Add headings.
7572         (shr-ensure-paragraph): Actually work.
7573         (shr-tag-li): Make <ul> prettier.
7574         (shr-insert): Get white space at the beginning/end of elements right.
7575         (shr-tag-p): Collapse subsequent <p>s.
7576         (shr-ensure-paragraph): Don't insert double line feeds after blank
7577         lines.
7578         (shr-insert): \t is also space.
7579         (shr-tag-s): Fix "s" tag name function.
7580         (shr-tag-s): Fix face prop name.
7582 2010-10-03  Julien Danjou  <julien@danjou.info>
7584         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
7586         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
7587         gnus-window-inside-pixel-edges.
7589         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
7590         gnus-ems.
7592         * mm-view.el (mm-inline-image-emacs): Support image resizing.
7594         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
7595         function.
7597         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
7598         resize choice.
7600 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7602         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
7603         beginning of the buffer.
7605         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
7606         article buffer again.
7608         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
7610         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
7611         when it's at the start of the buffer.
7613         * shr.el (shr-tag-blockquote): Convert name.
7614         (shr-rescale-image): Use the right image-size variant.
7616         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
7617         buffer isn't shown, then select the current article first instead of
7618         bugging out.
7619         (gnus-summary-select-article-buffer): Show both the article and summary
7620         buffers again.
7622         * shr.el (shr-fontize-cont): Protect against regions with no text.
7623         Rename tag functions to shr-tag-* for enhanced security.
7624         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
7626 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
7628         * shr.el (shr-insert):
7629         * pop3.el (pop3-movemail):
7630         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
7631         loaded.
7633 2010-10-03  Glenn Morris  <rgm@gnu.org>
7635         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
7637         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
7639         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
7641         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
7643         * gnus-util.el (gnus-make-local-hook): Simplify.
7645 2010-10-02  Julien Danjou  <julien@danjou.info>
7647         * gnus-util.el (gnus-iswitchb-completing-read): New function.
7648         (gnus-ido-completing-read): New function.
7649         (gnus-emacs-completing-read): New function.
7650         (gnus-completing-read): Use gnus-completing-read-function.
7651         Add gnus-completing-read-function.
7653 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7655         * shr.el (shr-insert-document): Autoload.
7656         (shr-img): Be silent.
7657         (shr-insert): Add a newline after every picture before text.
7658         (shr-add-font): Use overlays for combining faces.
7659         (shr-insert): Pass upwards the text start point.
7661         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
7662         possible.
7663         (mm-shr): New function.
7665 2010-10-02  Julien Danjou  <julien@danjou.info>
7667         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
7668         should go backward.
7670 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
7672         * shr.el (shr): Fix typo in provide call.
7674 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7676         * shr.el: New file.
7678         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
7680         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
7681         completing read.
7683 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7685         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
7686         we're being queried about.  Suggested by Dan Jacobson.
7688         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
7689         Suggested by Jason Eisner.
7691         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
7692         table, too.  Suggested by Stefan Wiens.
7693         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
7694         the table unnecessary.  Suggested by Stefan Wiens.
7696         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
7697         longer needed, and probably doesn't work either, as pointed out by
7698         Stefan Wiens.
7699         (gnus-summary-exit): Remove call to the clearing function.
7700         (gnus-summary-exit-no-update): Ditto.
7702         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
7703         instead of gnus-eval-in-buffer-window to avoid popping up frames.
7704         Reported by Stefan Monnier.
7705         (gnus-summary-save-in-rmail): Ditto.
7707         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
7708         article buffer, instead of both the article buffer and the summary
7709         buffer.  Sort of suggested by Dan Jacobson.
7711         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
7713         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
7714         Suggested by Dan Jacobson.
7716         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
7717         documentation clearer.
7719         * message.el (message-shorten-references): Comment on the number "21".
7720         Suggested by Stefan Monnier.
7722         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
7723         Suggested by Dan Jacobson.
7725         * gnus.el (gnus-large-newsgroup):
7726         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
7728         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
7729         externalize attachments.  Bug reported by Steve Wen.
7731         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
7732         really message anything to the user.
7734         * nnmail.el (nnmail-article-group): Allow using the fancy split method
7735         directly.
7737         * nnimap.el (nnimap-request-group): Low higher than high to signal no
7738         messages in empty groups.
7740 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
7742         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
7743         non-UIDNEXT group.
7745 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7747         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
7748         not the value from the collection.
7750         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
7751         values.  This sometimes happens on some groups that have no info.
7752         (nnimap-request-newgroups): New function.
7754 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
7756         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
7757         check into `gnus-registry-initialize'.
7758         (gnus-registry-initialize): Ditto.
7759         Fix and extend header docs.
7761 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7763         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
7764         regexp backtrace overflows.
7766         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
7767         for starttls that tls.el implements; i.e. openssl.
7769 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7771         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
7772         (gravatar-create-image): New function that's an alias to
7773         gnus-xmas-create-image, gnus-create-image, or create-image.
7774         (gravatar-data->image): Use it.
7776 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
7778         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
7779         install the nnregistry refer method.
7780         (gnus-registry-install-hooks): Use it.
7781         (gnus-registry-unfollowed-groups): Add nnmairix to the default
7782         unfollowed groups.
7784 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
7786         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
7787         expanding threads.
7789 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7791         * nnir.el: Use the server names without suffixes (bug #7009).
7793         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
7794         unencrypted to STARTTLS, if possible.
7796 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
7798         * message.el (message-ignored-supersedes-headers): Strip Injection-*
7799         headers before superseding.
7801 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7803         * nnrss.el (nnrss-use-local): Add documentation.
7805         * nnimap.el (nnimap-extend-tls-programs): New function.
7806         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
7807         (nnimap-wait-for-connection): Accept the greeting from the stupid
7808         output from openssl s_client -starttls, too.
7810         * nnimap.el (nnimap-find-article-by-message-id): Really return the
7811         article number.
7812         (nnimap-split-fancy): New variable.
7813         (nnimap-split-incoming-mail): Use it.
7815         * nntp.el (nntp-server-list-active-group): Document.
7817         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
7818         SELECT to get the message-id.
7820         * mail-source.el (mail-sources): Remove webmail support.
7821         (defvar): Ditto.
7822         (mail-source-fetcher-alist): Ditto.
7823         (mail-source-fetch-webmail): Remove.
7825         * webmail.el: Remove -- doesn't seem relevant any more.
7827         * gnus.el: Fix up make-obsolete-variable declarations throughout.
7829         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
7830         the \r.
7832 2010-09-30  Julien Danjou  <julien@danjou.info>
7834         * gnus-agent.el (gnus-agent-add-group): Fix call to
7835         gnus-completing-read.
7837 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7839         * nndoc.el (nndoc-retrieve-groups): New function.
7841         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
7842         `default', use nnmail-split-methods.
7843         (nnimap-request-article): Downcase the NILs so that they are nil.
7845         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
7846         symbol.
7848         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
7849         code, since if the user has requested network, that's what they ought
7850         to get.
7851         (nnimap-request-set-mark): Erase the buffer before issuing commands.
7852         (nnimap-split-rule): Mark as obsolete.
7854         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
7855         New variable.
7857         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
7858         correct slot, too.
7860 2010-09-29  Julien Danjou  <julien@danjou.info>
7862         * gnus.el (gnus-local-domain): Declare variable obsolete.
7864         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
7865         Fix history computing.
7866         (gnus-ido-completing-read): Require ido.
7868 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7870         * gnus-registry.el: Don't prompt on load, which makes it impossible to
7871         build Gnus.
7873         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
7874         when interpreting the structures.
7875         (nnimap-request-accept-article): Add \r\n to the lines to make this
7876         work with Cyrus.
7878         * nndraft.el (nndraft-request-expire-articles): Use the group name
7879         instead if "nndraft".  Fix found by Nils Ackermann.
7881 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
7883         * nnregistry.el: Add.
7885 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7887         * nnmail.el (group, group-art-list, group-art):
7888         Remove unneeded directives.
7890 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7892         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
7893         (mm-mime-charset):
7894         * rfc2047.el (rfc2047-syntax-table):
7895         * utf7.el (utf7-utf-16-coding-system): Comment fix.
7897         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
7898         rather than `insert-file-contents' and `eval-region'.
7900 2010-09-29  Julien Danjou  <julien@danjou.info>
7902         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
7903         replacement of `gnus-gravatar-relief' to mimic
7904         `gnus-faces-properties-alist'.
7905         Add :version property.
7907 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7909         * mail-source.el (mail-source-report-new-mail):
7910         * message.el (message-default-mail-headers):
7911         * mm-decode.el (mm-valid-image-format-p): Comment fix.
7913         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
7915 2010-09-28  Julien Danjou  <julien@danjou.info>
7917         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
7918         mail-address contains the same string as real-name.
7920         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
7921         non-blank in header, otherwise it'll get stripped.
7923         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
7924         real-name, and then for mail address rather than doing : or , search.
7926 2010-09-27  Julien Danjou  <julien@danjou.info>
7928         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
7929         right completing-read function.
7930         (gnus-use-ido): New variable
7931         (gnus-completing-read-with-default): Remove.
7932         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
7933         (gnus-agent-add-group):
7934         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
7935         * mm-view.el (mm-view-pkcs7-decrypt):
7936         * mm-util.el (mm-codepage-setup):
7937         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
7938         * mml-smime.el (mml-smime-openssl-sign-query):
7939         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
7940         (mml-insert-multipart):
7941         * gnus-msg.el (gnus-summary-yank-message):
7942         * gnus-int.el (gnus-start-news-server):
7943         * mm-decode.el (mm-interactively-view-part):
7944         * gnus-dired.el (gnus-dired-attach):
7945         * gnus.el (gnus-read-method):
7946         * gnus-bookmark.el (gnus-bookmark-jump):
7947         * gnus-art.el (gnus-mime-view-part-as-type)
7948         (gnus-mime-action-on-part, gnus-article-encrypt-body):
7949         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
7950         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
7951         * nnmairix.el (nnmairix-create-server-and-default-group)
7952         (nnmairix-update-groups, nnmairix-get-server)
7953         (nnmairix-backend-to-server, nnmairix-goto-original-article)
7954         (nnmairix-get-group-from-file-path):
7955         * nnrss.el (nnrss-find-rss-via-syndic8):
7956         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
7957         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
7958         (gnus-group-browse-foreign-server):
7959         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
7960         (gnus-summary-execute-command, gnus-summary-respool-article)
7961         (gnus-read-move-group-name):
7962         * gnus-score.el (gnus-summary-increase-score)
7963         (gnus-summary-score-effect):
7964         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
7966 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7968         * nnimap.el (auth-source-forget-user-or-password)
7969         (auth-source-user-or-password): Autoload.
7971         * message.el (message-from-style, message-interactive)
7972         (message-signature): Remove comment.
7973         (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
7974         always.
7975         (message-sendmail-envelope-from): Comment fix.
7976         (message-yank-prefix): Default to mail-yank-prefix always.
7977         (message-indentation-spaces):
7978         Default to mail-indentation-spaces always.
7979         (message-signature-file): Default to mail-signature-file always.
7981 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7983         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
7984         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
7985         new articles.
7987         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
7988         parts.
7989         (nnimap-request-article): Work with the t setting, too.
7991         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
7992         that you don't get flashes of other buffers.
7993         (gnus-summary-show-complete-article): Intern before setting.
7995 2010-09-27  David Engster  <dengste@eml.cc>
7997         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
7998         well as HEADERS.
7999         (nnmairix-retrieve-headers): Provide new argument for the above.
8001 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8003         * gnus-sum.el (gnus-summary-move-article): Don't alter
8004         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
8005         group.
8007         * nnimap.el (nnimap-update-info): Don't destructively alter active.
8009         * message.el (message-cite-prefix-regexp): Revert my last edit.
8011         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
8012         variable instead of the Gnus variable.
8014         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
8016         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
8018         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
8019         since some servers don't like it.
8020         (nnimap-open-connection): Forget credentials if the server says the
8021         password was wrong.
8022         (nnimap-parse-line): Protect against invalid data.
8024         * gnus-sum.el (gnus-summary-move-article): Add comment.
8025         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
8026         nothing alters it while scanning for new messages.
8028         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
8029         which may or may not help.
8030         (nnimap-open-connection): If we're doing a stream connection, and then
8031         discover we're on a STARTTLS-capable server, then open a STARTTLS
8032         connection instead.
8034 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8036         * nnimap.el (utf7): Require.
8038         * message.el (message-cite-prefix-regexp): Remove "}" from citation
8039         prefix.
8041 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
8043         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
8045 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8047         * nnimap.el (nnimap-request-accept-article): Message the error on
8048         error.
8050 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8052         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
8054 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8056         * nndoc.el (nndoc-request-list): Return success always.
8058         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
8059         `fetch-old' -- we only want to fetch the articles we've requested.
8060         The rest are in the agent, probably.
8061         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
8062         disappeared server" to something low.  It's not important.
8064         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
8065         arrived before the FETCH data.
8067         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
8068         target here, because we don't know the Gnus name of the group.
8070         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
8071         for the correct group.
8073         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
8075         * gnus.el (gnus): Give a final warning after startup.
8077         * gnus-util.el (gnus-action-message-log): New variable.
8078         (gnus-message): Use it.
8079         (gnus-final-warning): New function.
8081         * nnimap.el (nnimap-open-connection): Record the greeting.
8082         (nnimap): Add greeting.
8084 2010-09-26  Julien Danjou  <julien@danjou.info>
8086         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
8087         arguments.
8088         (gnus-html-wash-images): Fix spec computing to include start/end.
8090         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
8092 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8094         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
8095         deletion.
8096         (nnimap-retrieve-headers): Don't select the group, because that's
8097         already done by nnimap-possibly-change-group.
8099         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
8100         (gnus-picon-transform-address): Use it.
8102         * mail-source.el (mail-source-value): Revert previous patch.
8104         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
8105         on failure.
8106         (nnimap-open-connection): Look up both virtual and physical server name
8107         credentials.
8109         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
8111 2009-02-08  Dave Love  <fx@gnu.org>
8113         * gnus-win.el (gnus-window-to-buffer-helper)
8114         (gnus-all-windows-visible-p): Function needn't be a symbol.
8116         * mail-source.el (mail-source-value): Function needn't be a symbol.
8118 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8120         * message.el (message-cite-prefix-regexp): Remove } from the cite
8121         prefix.
8123         * gnus-art.el (gnus-treatment-function-alist): Do picons before
8124         highlight again, so that the highlight is correct.
8126         * gnus-picon.el (gnus-picon): Remove again.
8127         (gnus-picon-create-glyph): Set the background XPM color explicitly.
8129         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
8130         doing the header highlightling, so that the background color of the
8131         picon is correct.
8133         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
8134         (gnus-picon): Ditto.
8135         (gnus-picon): Reinstate.  The background color for picons is white.
8136         (gnus-picon-insert-glyph): Make the background white.
8138         * nnml.el (nnml-open-nov): Don't return dead buffers.
8140         * auth-source.el (auth-source-create): Query the user for whether to
8141         store the credentials.
8143         * auth-source.el (auth-source-user-or-password): Use the existing auth
8144         sources, if any, for creation.
8146         * gnus.el (gnus-group-fast-parameter): Return the last matching
8147         parameter instead of the first matching parameter.
8149 2010-09-26  Julien Danjou  <julien@danjou.info>
8151         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
8153 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8155         * mml2015.el (mml2015-use): Remove gpg support.
8157         * mml1991.el (mml1991-function-alist): Remove gpg function.
8158         (mml1991-gpg-sign): Remove.
8160 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
8162         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
8163         (gnus-browse-unsubscribe-current-group): Document it.
8164         (gnus-browse-unsubscribe-group): Use it.
8166 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8168         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
8169         address to the To list for easier response.
8171         * gnus.el (gnus-play-startup-jingle): Remove.
8172         (gnus-splash): Don't play jingle.
8173         (gnus): Silence gnus-load message.
8175         * gnus-art.el (gnus-treat-play-sounds): Remove.
8177         * gnus.el (gnus-play-jingle): Remove audio support.
8179         * gnus-cus.el (gnus-score-customize): Remove audio reference.
8181         * earcon.el: Remove -- no users.
8183         * gnus-audio.el: Remove -- no users of this package.
8185         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
8187         * gnus-start.el (gnus-setup-news): Remove nocem support.
8189         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
8191         * gnus.el (gnus-use-nocem): Remove.
8193         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
8194         Remove.
8196         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
8197         uses NoCeM any more.
8199         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
8200         (gnus-button-ctan-handler): Ditto.
8201         (gnus-button-handle-ctan-bogus-regexp): Ditto.
8202         (gnus-button-ctan-directory-regexp): Ditto.
8203         (gnus-button-handle-ctan): Ditto.
8204         (gnus-button-tex-level): Ditto.
8205         (gnus-button-alist): Remove CTAN stuff.
8207 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8209         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
8210         nnimap-streaming test.
8212         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
8213         servers twice.
8215         * nnimap.el (nnimap-open-connection): Add more error reporting when
8216         nnimap fails early.
8218         * nnheader.el (nnheader-get-report-string): New function.
8219         (nnheader-get-report): Use it.
8221         * gnus-int.el (gnus-check-server): Say what the error was when opening
8222         failed.
8224         * nnimap.el (nnimap-wait-for-response): Search further when we're not
8225         using streaming.
8227 2010-09-25  Julien Danjou  <julien@danjou.info>
8229         * gnus-html.el (gnus-html-rescale-image): Use our defalias
8230         gnus-window-inside-pixel-edges.
8232 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8234         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
8236         * mm-decode.el (mm-save-part): Allow saving to other directories the
8237         normal Emacs way.
8239         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
8240         Suggested by Jay Berkenbilt.
8242         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
8243         there isn't a single byte.
8245         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
8246         just do it.  It doesn't really seem to matter what the user responds
8247         here, I think, so it's just a confusing question.
8249         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
8250         non-streaming case.
8252         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
8253         (gnus-article-encrypt-body): Use it.
8255         * gnus-sum.el (gnus-summary-show-complete-article): New command and
8256         keystroke.
8258         * nnimap.el (nnimap-find-wanted-parts-1):
8259         Use gnus-fetch-partial-articles.
8261         * gnus-art.el (gnus-fetch-partial-articles): New variable.
8263         * nnimap.el (nnimap-insert-partial-structure): New function.
8264         (nnimap-get-partial-article): New function.
8265         (nnimap-request-article): Use it.
8266         (nnimap-wait-for-response): Return whether the wait was successful.
8267         (nnimap-finish-retrieve-group-infos): Don't do anything if the
8268         retrieval wasn't successful.
8269         (nnimap-retrieve-group-data-early): Allow throttling servers.
8270         (nnimap-streaming): New variable.
8271         (nnimap-fetch-partial-articles): Remove.
8273         * mm-decode.el (mm-with-part): Protect against killed buffers.
8275         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
8276         for prettier summary display.
8278 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
8280         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
8282 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8284         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
8285         apparently third-party libraries depend on it.
8287         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
8288         before starting negotiation.
8290         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
8291         privacy reasons.
8292         (gnus-treat-mail-gravatar): Ditto.
8294         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
8295         buffer when inserting images.  Inserting text into the headers, for
8296         instance, can make them invalid.
8298 2010-09-25  Julien Danjou  <julien@danjou.info>
8300         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
8301         variables.
8303         * nnheader.el: Remove useless variables news-reply-yank-from and
8304         news-reply-yank-message-id.
8306         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
8307         variables.
8309         * mml1991.el: Remove useless mml1991-verbose.
8311         * gnus.el: Remove useless variable gnus-use-generic-from.
8312         Remove obsolete variable gnus-topic-indentation.
8314         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
8316         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
8318         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
8320         * gnus-group.el: Remove useless gnus-group-icon-cache.
8321         Remove useless gnus-ephemeral-group-server.
8323         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
8325         * mml2015.el: Remove useless mml2015-verbose.
8327         * mml-smime.el: Remove useless mml-smime-verbose.
8329         * gnus.el: Remove useless gnus-local-domain.
8331         * gnus-gravatar.el (gnus-gravatar-transform-address):
8332         Use gnus-gravatar-size.
8334         * gnus-art.el: Remove useless gnus-treat-translate.
8336 2010-09-24  Julien Danjou  <julien@danjou.info>
8338         * gnus-sum.el: Add support for Gravatars.
8340         * gnus-art.el: Add support for Gravatars.
8342         * gnus-gravatar.el: Add this file.
8344         * gravatar.el: Add this file.
8346 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8348         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
8350         * gnus-group.el (gnus-group-fetch-faq): Remove.
8352         * gnus.el (gnus-group-faq-directory): Remove.
8354         * gnus-group.el (gnus-group-fetch-charter): Remove.
8356         * gnus.el (gnus-group-charter-alist): Remove.
8358         * gnus-group.el (gnus-group-archive-directory): Remove.
8359         (gnus-group-recent-archive-directory): Ditto.
8360         (gnus-group-make-archive-group): Remove.
8362         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
8364         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
8365         use the same article number for all the cached articles.
8367         * nnimap.el (nnimap-command): Register the last command time so
8368         that we can use it for idling NOOPs.
8369         (nnimap-open-connection): Start the keeplive timer.
8370         (nnimap-make-process-buffer): Store all the process buffers.
8371         (nnimap-keepalive): New function.
8373         * starttls.el (starttls-open-stream): Add autoload cookie.
8375 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
8377         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
8378         handling.
8380 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8382         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
8383         its data structures.
8385         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
8386         instead of the cl.el copy-list.
8387         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
8388         equalp.
8390 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8392         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
8393         and tool-bar-local-item-from-menu.
8395         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
8396         mode-line-highlight face for Emacs.
8398         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
8399         loading gnus-sum.elc; fix comment for canlock-verify.
8400         (gnus-article-jump-to-part): Use read-number.
8401         (gnus-insert-mime-button, gnus-insert-mime-security-button):
8402         Remove Emacs pre-21 compatible code for help-echo.
8403         (gnus-article-next-page-1): No need to adjust the number of lines.
8404         (gnus-article-describe-bindings): Always use help-buffer.
8406         * gnus-audio.el (gnus-audio-inline-sound):
8407         * gnus-cus.el (gnus-custom-mode):
8408         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
8410         * gnus-sum.el (gnus-remove-overlays): Doc fix.
8412         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
8413         compatible code.
8415 2010-09-24  Glenn Morris  <rgm@gnu.org>
8417         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
8418         visiting the fcc file in rmail-mode.
8420 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8422         * nnir.el: Silence the byte compiler.
8424         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
8425         alias to browse-url-url-encode-chars if any.
8426         (gnus-html-encode-url): Use it.
8428 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8430         * gnus-start.el (gnus-use-backend-marks): New variable.
8431         (gnus-get-unread-articles-in-group): Use it.
8433         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
8434         makeover.
8436 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
8438         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
8440 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8442         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
8443         Remove.
8444         (gnus-setup-news-hook):
8445         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
8447         * gnus-int.el (gnus-request-update-info): Protect against backends not
8448         having the function.
8450         * nnimap.el (nnimap-stream): Mention STARTTLS.
8451         (nnimap-open-connection): Add STARTTLS support.
8453 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
8455         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
8457 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8459         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
8460         BODYSTRUCTUREs.
8461         (nnimap-transform-headers): Unfold quoted {42} headers.
8463         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
8464         the info.
8465         (gnus-get-unread-articles): Only call updatep on backends that support
8466         it.
8468         * nnweb.el (nnweb-request-update-info): NOOP.
8470         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
8472         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
8473         since it only deals with marks.
8475         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
8476         gnus-request-marks, and make a new gnus-request-update-info.
8478         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
8479         the active instead of the high number, which is usually too low.
8481 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
8483         * encrypt.el: Remove.
8485 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8487         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
8488         server in symbolic form.
8490         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
8492 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8494         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
8495         (nnimap-update-info): Fix up code slightly.
8497         * gnus-int.el (gnus-open-server): Add tracing for performance
8498         debugging.
8500         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
8501         (gnus-group-insert-group-line): Pass the real group name so that it
8502         gets the right data.
8504         * gnus-start.el (gnus-get-unread-articles): Don't have
8505         `gnus-get-unread-articles-in-group' update info, since that can be
8506         really slow and doesn't seem to be needed?
8508 2010-09-22  Julien Danjou  <julien@danjou.info>
8510         * gnus-group.el (gnus-group-insert-group-line):
8511         Call gnus-group-highlight-line.
8512         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
8513         default hook list.
8514         (gnus-group-update-eval-form): Add new function.
8515         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
8516         (gnus-group-get-icon): Use gnus-group-update-eval-form.
8518 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8520         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
8521         immediate, then expire all articles.
8522         (nnimap-update-info): Fix off-by-one errors.
8523         (nnimap-flags-to-marks): Would return no marks lists for group with no
8524         flags.  Instead return the other data.
8526 2010-09-22  Julien Danjou  <julien@danjou.info>
8528         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
8529         Only return an icon.
8530         (gnus-group-insert-group-line): Compute icon to return.
8532         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
8533         (gnus-html-image-fetched): Only cache if
8534         gnus-html-image-automatic-caching is set.
8535         (gnus-html-image-fetched): Check for errors.
8537 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8539         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
8540         once per method on `g'.  This ensures that backends like nnfolder don't
8541         open all their folders.
8543         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
8544         (nnimap-request-list): Nix out group in the correct buffer.
8545         (nnimap-parse-flags): Implement by using `read' instead of
8546         hand-parsing.
8547         (nnimap-flags-to-marks): Pass on permanent-flags.
8548         (nnimap-make-process-buffer): Record the server name.
8549         (nnimap-parse-flags): Fix typo.
8550         (nnimap-request-scan): Run split on the server in general, not just a
8551         single group.
8553         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
8554         parameter, and propagate this downwards.
8556         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
8557         since EXAMINE changes it on the server.
8559         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
8560         this command might take a while.
8562 2010-09-22  Julien Danjou  <julien@danjou.info>
8564         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
8565         harmful if you have 2 images side-by-side, they can't be properly
8566         update on text deletion.  Using text-property is safer here.
8567         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
8568         data.
8570 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8572         * nnimap.el (nnimap-expunge-inbox): Remove.
8573         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
8574         (nnimap-expunge): Flip default to t.
8576         * gnus.el (gnus-method-to-server): Don't push things to the cache
8577         unless it's unique.
8578         (gnus-server-to-method): Ditto.
8580 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
8582         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
8584 2010-09-22  Julien Danjou  <julien@danjou.info>
8586         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
8587         get the start of data.
8588         (gnus-html-encode-url): Add this function to encode special chars in
8589         URL.
8590         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
8591         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
8593         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
8594         default.
8595         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
8597         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
8598         images alt-text.
8599         (gnus-html-put-image): Put alt-text as help-echo.
8601 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8603         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
8604         * mm-util.el (mm-decompress-buffer):
8605         * nnir.el (nnir-run-find-grep):
8606         * pop3.el (pop3-list): Use 3rd arg of split-string.
8608 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8610         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
8611         outside the active range.  Suggested by Dan Christensen.
8613         * gnus-start.el (gnus-get-unread-articles): Get the extended method
8614         slightly later to avoid double-getting it.
8616         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
8617         previous patch.
8619         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
8621 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
8623         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
8625 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8627         * gnus-int.el (gnus-open-server): Give a better error message in the
8628         "go offline" case.
8630         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
8631         marks for nnimap, which is seldom the right thing to do.
8633         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
8634         (gnus-same-method-different-name): New function.
8636         * nnimap.el (parse-time): Require.
8638         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
8639         method in the presence of many similar methods.
8641         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
8643         * nnimap.el (nnimap-find-expired-articles): Don't refer to
8644         nnml-inhibit-expiry.
8646         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
8647         find out whether methods are equal.
8649         * nnimap.el (nnimap-find-expired-articles): New function.
8650         (nnimap-process-expiry-targets): New function.
8651         (nnimap-request-move-article): Request the article before looking at
8652         what the Message-ID is.  Fix found by Andrew Cohen.
8653         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
8655         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
8656         for oldness in addition to being a predicate.
8658         * nnimap.el (nnimap-request-group): When we have zero articles, return
8659         the right data to Gnus.
8660         (nnimap-request-expire-articles): Only delete articles immediately if
8661         the target is 'delete.
8663         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
8664         method, this would bug out.
8666         * gnus-group.el (gnus-group-expunge-group): Rename from
8667         gnus-group-nnimap-expunge, and implemented as a normal interface
8668         function.
8670         * gnus-int.el (gnus-request-expunge-group): New function.
8672         * nnimap.el (nnimap-request-create-group): Implement.
8673         (nnimap-request-expunge-group): New function.
8675 2010-09-21  Julien Danjou  <julien@danjou.info>
8677         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
8678         (gnus-html-cache-expired): Add new function.
8679         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
8680         wethever we should display image for fetch it.
8681         Compute alt-text earlier to pass it to the fetching function too.
8682         (gnus-html-schedule-image-fetching): Change function argument to only
8683         get one image at a time, not a list.
8684         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
8685         cache.
8686         (gnus-html-get-image-data): New function to retrieve image data from
8687         cache.
8688         (gnus-html-put-image): Change buffer argument to use image data rather
8689         than file, and place image above region rather than inserting a new
8690         one.  Do not take alt-text as argument, since it's useless now: we place
8691         the image above alt-text.
8692         (gnus-html-prune-cache): Remove.
8693         (gnus-html-show-images): Start to fetch image when we find one, do not
8694         push into a temporary list.
8695         (gnus-html-prefetch-images): Only fetch image if they have expired.
8696         (gnus-html-browse-image): Fix, use 'gnus-image-url.
8697         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
8699 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8701         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
8703 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8705         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
8706         spec inser "*" if the group isn't active instead of 0.
8708         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
8709         opening the server.
8710         (nnimap-request-delete-group): Implement group deletion.
8711         (nnimap-transform-headers): Return the size of the entire message in
8712         the Bytes header, not just the size of the first part.
8713         (nnimap-request-move-article): When moving an article from nnimap,
8714         request the article first so the accepting form has an article to
8715         accept.  Reported by Dan Christensen.
8716         (nnimap-command): Make sure that the error message doesn't error out.
8718 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
8720         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
8721         we haven't requested anything.
8723 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8725         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
8726         "".  Fix found by Andrew Cohen.
8728         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
8729         instead of -encode-string.
8731 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8733         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
8735         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
8736         by mm-subst-char-in-string.
8738 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8740         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
8741         waiting for the connection string.
8743         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
8744         arriving.
8746         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
8747         bogus characters.  This allows selecting certain Gmail groups.
8749         * nnimap.el (nnimap-find-wanted-parts-1): New function.
8750         (nnimap-fetch-partial-articles): New variable.
8751         (nnimap-open-connection): When looking for credentials, also use the
8752         nnimap-server-port.
8753         (nnimap-request-article): Return the group/article number, so that Gnus
8754         `^' works as expected.
8755         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
8757         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
8758         comments.
8759         (gnus-methods-sloppily-equal): New function.
8760         (gnus): When using the development version of Gnus, load the gnus-load
8761         file.
8763         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
8764         `gnus-open-server' on each method before trying to scan them etc.
8765         This ensures that all the backend parameters are set correctly.
8767         * nnimap.el (nnimap-authenticator): New variable.
8768         (nnimap-open-connection): Allow anonymous login.
8769         (nnimap-transform-headers): The chars header is called Chars not Bytes.
8770         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
8772         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
8773         patch, found by Knut Anders Hatlen.
8775 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
8777         * gnus-agent.el (gnus-agent-batch-confirmation)
8778         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
8779         to gnus-message.
8780         * gnus-art.el (gnus-article-describe-briefly): Likewise.
8781         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
8782         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
8783         * gnus-int.el (gnus-open-server): Likewise.
8784         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
8785         (gnus-score-check-syntax): Likewise.
8786         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
8787         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
8788         Likewise.
8789         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
8791 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8793         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
8794         calling conventions so that prefetch doesn't bug out.
8796 2010-09-19  Julien Danjou  <julien@danjou.info>
8798         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
8799         rather than `subst-char-in-region' in order to be able to replace ASCII
8800         char by UTF-8 ones.
8802         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
8803         than curl.
8804         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
8805         the right URL and ALT text on images.
8806         (gnus-html-wash-tags): Fix tag case.
8807         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
8808         (gnus-article-html): Add -o display_ins_del=2 option.
8809         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
8811 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8813         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
8814         the extra mail headers, which sometimes seem to happen for unknown
8815         reasons.
8817         * mail-parse.el (mail-header-encode-parameter): Define as
8818         rfc2045-encode-string instead of as rfc2231-encode-string, since some
8819         (or most, perhaps?) mail readers don't understand the latter, but do
8820         understand the former.
8822         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
8823         to nil, so that no methods are automatically agentized.  I think this
8824         is probably what most users want.
8826         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
8827         from url-retrieve, for instance about invalid URLs.
8829         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
8830         groups that have no articles.
8831         (nnimap-request-article): Check that we really got an article when we
8832         requested one.
8834         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
8835         doesn't exist.
8837         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
8838         nntp buffer so the agent can save it.
8839         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
8840         that CRLF doesn't get translated to \n.
8841         (nnimap-open-connection): Don't make 'shell commands only send \n.
8843 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8845         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
8846         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
8847         Update var name.
8848         (nnml-generate-nov-file): Use dolist.
8849         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
8850         Use with-current-buffer.
8852 2010-09-18  Julien Danjou  <julien@danjou.info>
8854         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
8855         parallel.
8857 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8859         * nnimap.el (nnimap-update-info): When doing partial marks update, get
8860         the range update right.
8861         (nnimap-request-group): Don't make `M-g' bug out on group with no
8862         marks.
8863         (nnoo): Require, so that other packages can require nnimap.
8864         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
8865         command we're looking for.  This helps when the server sends more
8866         responses after we've gotten everything we expected.
8867         (nnimap): Add a `newlinep' field to keep track of end-of-line
8868         conventions.
8869         Don't send CRLF to things that don't want it.
8870         (nnimap-request-accept-article): Ditto.
8872 2010-09-18  Julien Danjou  <julien@danjou.info>
8874         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
8875         than curl to retrieve images.
8877 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8879         * nnimap.el (nnimap-update-info): Extend the info so that we can set
8880         the marks.
8881         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
8882         (nnimap-wait-for-connection): New function.
8883         (nnimap-open-connection): If we have PREAUTH, don't query for login
8884         credentials.
8885         (nnimap-update-info): Fix off-by-one error when concatenating ranges
8886         when doing a partial update.
8888 2010-09-18  Julien Danjou  <julien@danjou.info>
8890         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
8891         tags.
8893 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8895         * nnimap.el (nnimap-credentials): New function.
8896         (nnimap-open-connection): Use the new function to look for credentials
8897         also on the numeric equivalents of "imap" and "imaps".
8899         * gnus-start.el (gnus-activate-group): Send the info to
8900         gnus-request-group.
8902         * nnimap.el (nnimap-request-group): Have the "check" version of the
8903         function parse flags and update the info, so that a `M-g' get a total
8904         resync of all flags from the group.
8906         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
8907         to allow backends to alter the info on group selection.  Also alter all
8908         the backend -request-group functions to take the parameter.
8910         * nnimap.el (nnimap-store-info): New function.
8911         (nnimap-update-info): Store the info for later usage.
8912         (nnimap-request-group): Use the stored info for the dont-check case, so
8913         that we don't retrieve all marks when we enter a group.
8915         * nnimap.el: Use deffoo instead of defun for interface functions.
8917         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
8918         update the group info.  This makes the nndraft groups, for instance, go
8919         back to their old behavior.
8921         * gnus-sum.el (gnus-select-newsgroup): Indent.
8923         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
8924         in.
8925         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
8926         nothing.
8928         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
8929         from methods that are denied.
8931         * gnus-int.el (gnus-method-denied-p): New function.
8933         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
8934         store the password instead of netrc.
8935         (nnimap-open-connection): Don't error out when we can't make a
8936         connections.
8938         * auth-source.el (auth-source-create): In the password prompt, say what
8939         we're querying for.  Also prompt for user name if that hasn't been
8940         given.
8942         * nnimap.el (nnimap-with-process-buffer): Remove.
8944 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8946         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
8947         method when we're reading from the agent.
8949         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
8951         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
8952         that's probably most useful for users.
8954         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
8955         "failed" all the time.
8957         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
8958         ...)) with (with-current-buffer ...).
8960         * nntp.el (nntp-open-server): Return whether the open was successful or
8961         not.
8963         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
8964         select an unread unseen article first.
8966         * nnimap.el (nnimap-open-connection): If the user doesn't have a
8967         /etc/services, supply some sensible port defaults.
8969 2010-09-17  Julien Danjou  <julien@danjou.info>
8971         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
8973 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8975         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
8976         doesn't have any parameters.
8978 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8980         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
8981         only upcased checks.
8983         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
8985         * nnimap.el (nnimap-open-shell-stream): New function.
8986         (nnimap-open-connection): Use it.
8987         (nnimap-transform-headers): Get the number of lines in each message.
8988         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
8989         number of lines.
8990         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
8991         problem.
8993         * utf7.el (utf7-encode): Autoload.
8995         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
8996         to allow the mail splitting to not return a default group.  This is
8997         useful for nnimap, which will leave unmatched mail in the inbox.
8999         * nnimap.el: Rewritten.
9001         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
9002         nnimap usage.
9004         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
9005         if the move is internal, so that nnimap can do fast internal moves.
9007         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
9008         data.
9009         (gnus-read-active-for-groups): Support finishing the early retrieval of
9010         data.
9012         * gnus-range.el (gnus-range-nconcat): New function.
9014         * gnus-int.el (gnus-finish-retrieve-group-infos)
9015         (gnus-retrieve-group-data-early): New functions.
9017 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9019         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
9020         (nnrss-retrieve-groups):
9021         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
9022         (pop3-quit): Use with-current-buffer.
9024 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9026         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
9027         instead of nnheader-accept-process-output.
9029         * gnus-html.el (gnus-html-schedule-image-fetching)
9030         (gnus-html-prefetch-images): Replace process-kill-without-query by
9031         gnus-set-process-query-on-exit-flag.
9033 2010-09-16  Romain Francoise  <romain@orebokech.com>
9035         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
9037 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9039         * gnus-registry.el (gnus-registry-install-shortcuts): The second
9040         parameter to unintern is mandatory-ish in Emacs 24.
9042         * gnus-html.el (gnus-html-schedule-image-fetching)
9043         (gnus-html-prefetch-images): Check for curl before using it.
9045         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
9046         depend on curl, which isn't essential.
9048         * imap.el: Revert back to version
9049         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
9050         seem problematic.
9052 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
9054         * gnus-registry.el (gnus-registry-install-shortcuts):
9055         Explicitly pass `obarray' to `unintern' to avoid a warning.
9057 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9059         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
9060         change.
9062         * nnrss.el (nnrss-request-list): Remove this function and related
9063         functions, including the moreover stuff.
9065 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9067         * nnrss.el (nnrss-retrieve-groups): New function.
9069 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
9071         * .dir-locals.el: Add no-byte-compile cookie.
9073 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9075         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
9076         for back end that doesn't support request-scan.
9078 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9080         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
9081         then do request scans from the backends.
9083         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
9084         avoid running a hook per line, since this takes a lot of time,
9085         profiling shows.
9086         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
9087         directly if gnus-visual-p is true.
9089 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9091         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
9092         groups; replace mapcar with dolist which is a bit faster; pass groups
9093         info to gnus-read-active-file-1.
9094         (gnus-read-active-file-1): Scan only specified groups if the new
9095         optional arg `infos' is given.
9097 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9099         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
9101         * pop3.el (pop3-movemail): Remove.
9102         (pop3-streaming-movemail): Rename to pop3-movemail.
9104         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
9105         don't restrict end-tag searches to the end of the line.
9107 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9109         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
9110         articles of every unchecked group to t, which means unknown since the
9111         server has never been opened.
9113 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9115         * gnus-html.el (gnus-html-show-alt-text): New command.
9116         (gnus-html-browse-image): Ditto.
9117         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
9118         to browse the image directly.
9119         (gnus-html-wash-tags): Search for images first, so that <a><img> works
9120         better.
9122         * gnus-async.el (gnus-async-article-callback):
9123         Call `gnus-html-prefetch-images' unconditionally.
9125         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
9126         before feeding URLs to curl.
9128 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9130         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
9131         internal images as deletable by `W D D'.
9133         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
9134         (gnus-async-article-callback): Fix typo.
9136 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9138         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
9139         current line to work around bugs in the output from w3m.
9141         * gnus-async.el (gnus-async-article-callback): Always prefetch images
9142         for groups that want that.
9144         * nntp.el (nntp-wait-for-string): Supply a timeout for
9145         accept-process-output to ensure progress.
9147         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
9148         level to get unread articles from, then use that for foreign groups,
9149         too.
9151         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
9152         confuses the rest of the function.
9154         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
9155         for the methods that support -retrieve-groups, too.
9157         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
9159 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9161         * pop3.el: Require cl when compiling.
9162         (pop3-number-of-responses): Search for "+OK", not "+OK ".
9164 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9166         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
9167         that aren't going to be activated.
9168         (gnus-get-unread-articles): Fix up the last commit.
9170         * gnus-html.el (gnus-article-html): Allow calling without specifying
9171         the handle.  In that case, dissect the buffer first.
9173         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
9175         * nnimap.el (nnimap-open-connection): Revert the change that would look
9176         into authinfo for imaps instead of imap.
9178         * gnus-start.el (gnus-activate-group): Take an optional parameter to
9179         say that you don't want to call gnus-request-group with don-check, but
9180         do check the response.  This is for virtual groups only.
9181         (gnus-get-unread-articles): Count the archive groups as secondary, so
9182         that they're activated the same way as before.
9184         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
9185         case-insensitively.
9186         (nnimap-debug): Remove.
9188         * mail-source.el (mail-source-fetch): Don't message if we're fetching
9189         mail from a file, and the file doesn't exist.
9191         * pop3.el (pop3-streaming-movemail): Return t for success.
9193         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
9194         .authinfo if we're using ssl connection.
9196         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
9197         already have if we're in a main Gnus `g' run.
9199         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
9201 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9203         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
9205         * nnmh.el (nnmh-request-list-1): Bind `file'.
9207         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
9208         alias to set-process-query-on-exit-flag or process-kill-without-query.
9209         (pop3-open-server): Use it.
9211 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9213         * mail-source.el (mail-source-delete-crash-box): Always move the crash
9214         box to the Incoming file.  Fixes mistake in previous checkin.
9216         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
9217         request loop (for debugging purposes) removed.
9219         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
9220         culprit is more visible.
9221         (nnml-save-incremental-nov, nnml-open-incremental-nov)
9222         (nnml-add-incremental-nov): New functions to do "incremental" nov
9223         updates, where we just append to the end of the existing nov files
9224         without reading/writing them in full.
9226         * mail-source.el (mail-source-delete-crash-box): Really only check the
9227         incoming files once in a while.
9229         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
9231         * mail-source.el (mail-source-delete-crash-box): Only check the
9232         incoming files for deletion once per day to save a lot of file
9233         accesses.
9235         * pop3.el (pop3-logon): Fix up unbound variable typo.
9237         * mail-source.el (pop3-streaming-movemail): Autoload.
9239         * pop3.el (pop3-streaming-movemail):
9240         Respect pop3-leave-mail-on-server.
9242         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
9243         retrieval.
9245         * pop3.el (pop3-process-filter): Remove unused function.
9246         (pop3-streaming-movemail, pop3-send-streaming-command)
9247         (pop3-wait-for-messages, pop3-write-to-file)
9248         (pop3-number-of-responses): New functions for streaming pop3
9249         retrieval.
9251         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
9252         come from no known methods.
9253         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
9254         list.
9256         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
9257         message sizes.
9258         (pop3-movemail): Use erase-buffer instead of looping and deleting
9259         regions, which seems rather odd.
9261         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
9262         file once per `g' run.
9264         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
9265         directories.  This makes the draft queue directory work.
9267         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
9268         data from the backends, so that we only request the list of groups from
9269         each method once.  This should speed things up considerably.
9271         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
9272         detect that it's not implemented.
9274         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
9275         we actually do recurse down into the tree, but don't stat all leaf
9276         nodes.
9278         * gnus-html.el (gnus-html-show-images): If there are no images to show,
9279         then say so instead of bugging out.
9281         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
9282         files exist before trying to read them.
9284         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
9285         around <pre_int>.
9287         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
9289         * nnmh.el (nnmh-request-list-1): Optimize for speed.
9291 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9293         * mm-util.el (mm-image-load-path): Just return the image directories,
9294         not all directories in the path in addition to the image directories.
9295         (mm-image-load-path): Maintain a cache of the image directories so that
9296         the `g' command in Gnus doesn't have to stat dozens of directories each
9297         time.
9299         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
9300         (gnus-html-wash-tags): Add a new `i' command to insert images.
9301         (gnus-html-insert-image): New command and keystroke.
9302         (gnus-html-redisplay-with-images): New command and keystroke.
9303         (gnus-html-show-images): Rename command.
9304         (gnus-html-wash-tags): Remove more white space before <pre_int> image
9305         spacers.
9306         (gnus-html-wash-tags): Decode entities at the end, so that entities
9307         inside the tags don't mess up the rest of the "parsing".
9309         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
9310         so that nnimap methods aren't agentized by default.  There's apparently
9311         many problems related to agent/imap behavior.
9313         * gnus-art.el (gnus-article-copy-string): New command and key binding.
9315         * gnus-html.el: Doc fix.
9317 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9319         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
9320         glyph-width and glyph-height instead of display-graphic-p and
9321         image-size; make avoidance of displaying small images work for XEmacs.
9323         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
9324         for XEmacs.
9326         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
9327         of symbol that holds plist data.
9328         (gnus-process-plist): Remove plist of process after getting it.
9330 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9332         * message.el (message-generate-hashcash): Change default to
9333         'opportunistic if hashcash is installed.
9335         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
9336         (gnus-html-put-image): Only call image-size once, since it's somewhat
9337         time-consuming on remote X servers.
9339 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9341         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
9342         decoded contents.
9343         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
9345 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9347         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
9348         group line format, since it isn't very interesting.
9350         * gnus-agent.el (gnus-agent-short-article),
9351         (gnus-agent-long-article): Increase values for these two variables,
9352         since most people are likely to have more network connection and
9353         storage than before.
9355         * gnus.el (gnus-refer-article-method): Change default to 'current.
9356         When referring an article, the common behavior is to refer it from the
9357         current select method, not the native select method.  The chances of
9358         the native select method having the message in question is rather slim
9359         these days.
9361         * gnus-sum.el (gnus-auto-select-subject): Change default to
9362         `unseen-or-unread'.  I think it's likely that most people want to
9363         select an unseen article over a previously seen, but unread one.
9365         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
9366         means that in the article buffer none of the minor mode elements will
9367         be shown, usually, and this is not desirable in most cases.
9369         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
9370         that commands like `d' (and the like) go to the next line in the
9371         buffer, instead of the next unread article.  I think this is the
9372         behavior that is most natural for most users.
9373         (gnus-single-article-buffer): Change default to nil, so that people can
9374         have as many article buffers open as they have summary buffer.  I think
9375         this is the most natural way for the groups to behave.
9377         * message.el (message-generate-new-buffers): Change default to
9378         `unsent', so that all new message buffers start their names with the
9379         string "*unsent", and it's easier to find the buffers if you move from
9380         them.
9382 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9384         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
9385         small.  They're probably tracking images.
9386         (gnus-html-wash-tags): Remove all <pre_int> place holders.
9387         (gnus-html-rescale-image): Yet another try at getting the image sizing
9388         right.
9390         * nntp.el (nntp-request-set-mark): Refuse to do marks if
9391         nntp-marks-file-name is nil.
9393 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
9395         * gnus-html.el (gnus-html-wash-tags)
9396         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
9397         Better logging.
9399 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9401         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
9403         * gnus-html.el (gnus-html-wash-tags): Check the value of
9404         gnus-blocked-images in the summary buffer.
9406 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
9408         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
9410 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9412         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
9413         like "a", it seems like.
9414         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
9415         since it needs to be picked from the correct buffer.
9417         * nnwfm.el: Remove.
9419         * nnlistserv.el: Remove.
9421 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
9423         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
9424         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
9426 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9428         * nnkiboze.el: Remove.
9430         * nndb.el: Remove.
9432         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
9433         alt text.
9434         (gnus-html-rescale-image): Try to get the rescaling logic right for
9435         images that are just wide and not tall.
9437         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
9438         overshadow variable bindings.
9440 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
9442         * gnus-html.el (gnus-html-wash-tags)
9443         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
9444         Add extra logging.
9446 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9448         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
9449         (gnus-max-image-proportion): New variable.
9450         (gnus-html-rescale-image): New function.
9451         (gnus-html-put-image): Rescale images.
9453 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9455         Fix up some byte-compiler warnings.
9456         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
9457         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
9458         (gnus-article-fill-cited-article, gnus-article-hide-citation)
9459         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
9460         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
9461         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
9462         (gnus-group-update-group): Use save-excursion and with-current-buffer.
9464 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9466         * gnus-html.el (gnus-article-html): Decode contents by charset.
9468 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9470         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
9471         (gnus-html-frame-width, gnus-blocked-images):
9472         * message.el (message-prune-recipient-rules): Add custom version.
9473         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
9475         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
9476         functions.
9478         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
9479         gnus-process-get.
9481 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
9483         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
9484         instead of lsub directly.
9486 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9488         * nnwarchive.el: Remove.
9490         * gnus-soup.el: Remove.
9492         * nnsoup.el: Remove.
9494         * nnultimate.el: Remove.
9496         * gnus-html.el (gnus-blocked-images): New variable.
9498         * message.el (message-prune-recipients): New function.
9499         (message-prune-recipient-rules): New variable.
9501         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
9502         guess whether a long line is natural text or not.
9504         * gnus-html.el (gnus-html-schedule-image-fetching):
9505         Use gnus-process-plist and friends for compatibility.
9507 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
9509         * gnus-html.el: Require packages that define macros used in this file.
9510         (gnus-article-mouse-face): Declare to silence byte-compiler.
9511         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
9512         process-get.
9513         (gnus-html-put-image): Use plist-get to avoid getf.
9514         (gnus-html-prefetch-images): Use with-current-buffer.
9516 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9518         * gnus-ems.el: Provide compatibility functions for
9519         gnus-set-process-plist.
9521         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
9522         * gnus.el (gnus-valid-select-methods):
9523         * message.el (message-send-mail-partially-limit):
9524         * mm-decode.el (mm-text-html-renderer):
9525         * mml.el (mml-insert-mime-headers-always):
9526         * smiley.el (smiley-regexp-alist): Bump custom version.
9528 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9530         * gnus-html.el: require mm-url.
9531         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
9532         with the url to `url'.
9533         (gnus-html-wash-tags): Support cid: URLs/images.
9535 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9537         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
9538         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
9539         bindings, as they aren't useful at all.  `w' is moved to `W w'.
9541         * gnus-move.el: Remove file, since it doesn't really work.
9543         * gnus-html.el (gnus-article-html): Tell w3m that the input is
9544         UTF-8.  This seems to fix problems with some German web feeds.
9546         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
9547         at the top so that the proper colors are applied.
9549         * gnus-art.el (gnus-article-view-part): Doc fix.
9551         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
9552         XEmacs-compatible.
9553         (gnus-html-put-image): Don't do images on non-graphic displays.
9555         * nnslashdot.el: Remove this unused backend.
9557         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
9558         actions.
9559         (gnus-undo-register-1): Revert last change.
9561         * gnus-group.el (gnus-group-completing-read): Protect against not
9562         having completion-styles bound.
9564         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
9565         make broken recipients happier.
9567         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
9569         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
9570         point parameter.
9572         * gnus-group.el (gnus-group-completing-read): Add 'substring to
9573         completion-styles for group selection.
9575 2009-02-04  Andreas Schwab  <schwab@suse.de>
9577         * gnus-score.el (gnus-score-string): Fix regex for matching extra
9578         headers and regexp-quote the match if necessary.
9580 2009-03-24  Miles Bader  <miles@gnu.org>
9582         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
9583         the blinking smiley.
9585 2009-03-24  Simon Josefsson  <simon@josefsson.org>
9587         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
9588         blink smiley.
9590 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9592         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
9593         where the dribbel file lives exists.
9595         * message.el (message-send-mail-partially-limit): Change the default to
9596         nil, since most people don't want this.
9598         * mm-url.el (mm-url-decode-entities): Also decode entities like
9599         &#x3212.
9601 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
9603         * gnus-sum.el (gnus-summary-idna-message):
9604         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
9605         Hyperlink urls in docstrings with URL `...'.
9607 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
9609         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
9610         functions.
9612 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9614         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
9615         say what the mouseover text should be.
9617         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
9618         version of the mm-w3m-safe-url-regexp variable to only download images
9619         in the groups where we want that to happen.
9621         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
9623         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
9624         easier debugging.
9625         (gnus-article-beginning-of-window): Add kludge to allow spacing past
9626         big pictures in the article buffer.
9628         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
9629         gnus-article-html.
9630         (mm-text-html-renderer): gnus-article-html needs curl in addition to
9631         w3m.
9633         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
9635 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9637         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
9638         which doesn't exist.
9640         * message.el (message-inhibit-ecomplete): New variable to allow some
9641         function to inhibit ecomplete address storage.
9642         (message-resend): Disable ecomplete message storage when resending
9643         messages.
9645         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
9647 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9649         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
9650         Save excursion while copying, moving, and deleting articles in order to
9651         prevent the cursor from jumping to unforeseen place.
9653 2010-08-17  Glenn Morris  <rgm@gnu.org>
9655         * gnus-sync.el: Require gnus components whose functions are used.
9657         * gnus-art.el (bookmark-make-record-function):
9658         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
9659         Declare for compiler.
9661         * mm-url.el (mml-compute-boundary): Autoload.
9663 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9665         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
9667 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
9669         Typo fix "hoo4a" -> "hook".
9671         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
9673 2010-08-14  Glenn Morris  <rgm@gnu.org>
9675         * gnus-sync.el (gnus-sync): Fix defgroup version.
9677 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
9679         Doc fixes and keep unknown groups (ammended for nunion bug fix).
9681         * gnus-sync.el: Fix docs.
9682         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
9683         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
9685 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
9687         Optimizations for gnus-sync.el.
9689         * gnus-sync.el: Add docs about gnus-sync-backend
9690         possibilities.
9691         (gnus-sync-save): Remove unnecessary message.
9692         (gnus-sync-read): Optimize and show what groups were skipped.
9694 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
9696         Minor bug fixes for gnus-sync.el.
9698         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
9699         Don't read the sync on get-new-news.
9701         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
9702         quiet.
9704         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
9705         (fix typo).
9707 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
9709         Make saving and restoring of hidden threads work with overlays.
9710         Patch applied by Ted Zlatanov.
9712         * gnus-sum.el (gnus-hidden-threads-configuration)
9713         (gnus-restore-hidden-threads-configuration): Update to deal with text
9714         properties, rather than searching for a magic character.
9716 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
9718         New gnus-sync.el library for synchronization of marks.
9720         * gnus-sync.el: New library for synchronization of marks.
9722         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
9723         renamed from `gnus-registry-grep-in-list'.
9725         * gnus-registry.el (gnus-registry-follow-group-p):
9726         Use `gnus-grep-in-list'.
9728         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
9730 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9732         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
9733         determining charset of text fails.
9735 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9737         * nnmail.el (nnmail-get-new-mail-1): Revert.
9739         * nnml.el (nnml-active-number): Make sure names of newly created groups
9740         in nnml-group-alist are encoded.
9742 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9744         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
9745         containing non-ASCII characters in active file for nnml back end.
9747 2010-07-24  David Engster  <dengste@eml.cc>
9749         * mml-smime.el (mml-smime-epg-verify): Also accept the older
9750         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
9752 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
9754         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
9755         tag (Bug#6654).
9757 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9759         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
9760         the article buffer, not the summary buffer.
9762 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9764         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
9765         Emacs 23 as well.
9767 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9769         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
9770         Patch applied by Karl Fogel.
9772         * gnus-sum.el (gnus-summary-bookmark-make-record):
9773         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
9775 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9777         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
9778         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
9779         C-w still not working correctly from Article buffers; Thierry's
9780         patch to fix that will be applied after this.
9782         * gnus-art.el (bookmark-make-record-function): New local variable.
9784         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
9785         article buffer.
9786         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
9788 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
9790         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
9791         on changes in bookmark.el.
9793 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
9795         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
9796         the *other* type of HTML form submission.
9798 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
9800         * auth-source.el (auth-source-pick): If choice does not contain a
9801         questioned keyword, set the check to t.
9803 2010-06-12  Romain Francoise  <romain@orebokech.com>
9805         * gnus-util.el (gnus-date-get-time): Move up before first use.
9807 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9809         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
9810         (gnus-article-edit-part): Bind it to make last part that is substituted
9811         or deleted visible.
9812         (gnus-mime-display-single): Buttonize part of which id equals to
9813         gnus-mime-buttonized-part-id.
9815 2010-06-10  Dan Christensen  <jdc@uwo.ca>
9817         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
9818         (gnus-dd-mmm): Use gnus-date-get-time.
9819         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
9820         simplify logic.
9821         (gnus-summary-limit-to-age): Use gnus-date-get-time.
9822         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
9824 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
9826         * auth-source.el (top): Autoload `secrets-list-collections',
9827         `secrets-create-item', `secrets-delete-item'.
9828         (auth-sources): Fix tag string.
9829         (auth-get-source, auth-source-retrieve, auth-source-create)
9830         (auth-source-delete): New defuns.
9831         (auth-source-pick): Rewrite in order to avoid 2 passes.
9832         (auth-source-forget-user-or-password): New parameter USERNAME.
9833         (auth-source-user-or-password): New parameters CREATE-MISSING and
9834         DELETE-EXISTING.  Retrieve password interactively, if needed.
9836 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
9838         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
9839         deleting unused directories when gnus-expert-user is t.
9841 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9843         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
9844         for each temp file when gnus-article-browse-delete-temp is ask.
9846 2010-05-20  Kevin Ryde  <user42@zip.com.au>
9848         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
9850 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9852         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
9853         article unless decoding article to be saved.
9855 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9857         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
9858         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
9859         generated within the mm-with-unibyte-current-buffer macro.
9861 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9863         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
9864         to nil when we're in a mml-preview buffer and no group is selected.
9866 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
9868         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
9869         when catching the `C-g'.  Reported by "Leo".
9871 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9873         * message.el (message-forward-make-body-plain)
9874         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
9875         multibyte-string-p.
9877 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9879         * message.el (message-forward-make-body-mml): Assume original message
9880         is multibyte string; error on unibyte.
9881         (message-forward-make-body-plain): Ditto; don't add excessive newline
9882         in body end.
9884 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
9886         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
9887         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
9889 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9891         * mm-extern.el (mm-extern-url): Don't use
9892         mm-with-unibyte-current-buffer.
9893         (mm-extern-cache-contents): Use with-current-buffer instead of
9894         save-excursion + set-buffer.
9896 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9898         * mm-util.el (mm-emacs-mule): Remove.
9900 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
9902         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
9903         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
9904         change.
9906 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9908         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
9909         bind the default value of enable-multibyte-characters to nil.
9911 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9913         * message.el (message-forward-make-body-plain)
9914         (message-forward-make-body-mml):
9915         Don't use mm-with-unibyte-current-buffer.
9917 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
9919         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
9920         (Bug#5592).
9922 2010-05-07  Julien Danjou  <julien@danjou.info>
9924         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
9925         it to mm-pipe-part.
9927         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
9928         it is given.
9930 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9932         * nnweb.el (nnweb-gmane-search):
9933         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
9934         XEmacs.
9936         * gnus-art.el (gnus-article-browse-html-parts):
9937         * gnus-group.el (gnus-read-ephemeral-gmane-group)
9938         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
9939         make-temp-file.
9941         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
9942         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
9943         compiling.
9945         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
9946         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
9947         XEmacs when compiling.
9949         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
9950         gnus-pick-mode-off-hook for XEmacs when compiling.
9951         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
9952         gnus-binary-mode-off-hook for XEmacs when compiling.
9954         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
9955         Return nil if char-charset is not available.
9957         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
9958         macro.
9960         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
9961         instead of encode-coding-string.
9963         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
9964         'xemacs) instead of mm-emacs-mule to switch function definitions.
9965         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
9967 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
9969         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
9971 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9973         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
9974         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
9976 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
9978         * mm-util.el (mm-decompress-buffer): Use `delete-file';
9979         alias `jka-compr-delete-temp-file' no longer exists.
9981 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9983         Use define-minor-mode in Gnus where applicable.
9984         * mml.el (mml-mode): Use define-minor-mode.
9985         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
9986         (gnus-undo-mode): Use define-minor-mode.
9987         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
9988         (gnus-dead-summary-mode): Use define-minor-mode.
9989         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
9990         Initialize in declaration.
9991         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
9992         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
9993         (gnus-mailing-list-mode): Use define-minor-mode.
9994         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
9995         (gnus-draft-mode): Use define-minor-mode.
9996         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
9997         (gnus-dired-mode): Use define-minor-mode.
9999 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
10001         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
10002         handles on recursive mml-to-mime translation and check them for
10003         boundary delimiter collisions.  Reported by Greg Troxel.
10005 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10007         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
10009 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10011         * mm-util.el (mm-find-buffer-file-coding-system):
10012         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
10014 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
10016         * message.el (message-generate-headers): Record insertion of optional
10017         headers as well.  Otherwise the check to prevent repeated insertion of
10018         optional headers is a no-op.
10020 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
10022         * smime.el: Don't mention CVS.
10024         * nnrss.el (nnrss-fetch): Don't mention CVS.
10026         * nnir.el: Don't mention CVS.
10028 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10030         * gnus-sum.el (gnus-summary-bookmark-make-record):
10031         Add `location' field.
10033 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10035         * gnus-sum.el: Add bookmark declarations to silence the compiler.
10036         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
10037         Use with-current-buffer to silence the byte-compiler.
10038         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
10039         bother to require `gnus'.
10040         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
10042 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10044         * gnus-sum.el (gnus-summary-bookmark-make-record)
10045         (gnus-summary-bookmark-jump): New functions.
10046         (gnus-summary-mode): Setup bookmark support.
10048 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
10050         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
10051         if set.
10053 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10055         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
10056         gnus-article-browse-html-save-cid-image; make it work recursively for
10057         forwarded messages as well.
10058         (gnus-article-browse-html-parts): Work when prefix arg is given.
10059         (gnus-article-browse-html-article): Doc fix.
10061 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
10063         * message.el (message-default-mail-headers):
10064         (message-default-headers): Carry the value mail-default-headers over
10065         into message-default-mail-headers, rather than message-default-headers.
10067 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
10069         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
10070         charset.
10072         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
10073         charset into the <meta> tag when the article is encoded to utf-8.
10075 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10077         * gnus-art.el (gnus-article-browse-delete-temp-files):
10078         Delete directories as well.
10079         (gnus-article-browse-html-parts): Work for images that do not specify
10080         file names; delete temp directory when quitting; insert header at the
10081         right place; use file: scheme for image files.
10083 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
10085         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
10086         (gnus-article-browse-html-parts): Use it to make temporary cid image
10087         files in addition to html file so that browser may display them.
10089 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10091         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
10093 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
10095         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
10097 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
10099         * auth-source.el (auth-sources): Change default to be simpler.
10100         Explain about Secret Service API sources.  Improve Customize options.
10101         (auth-source-pick): Change to accept any number of search parameters.
10102         Implement fallbacks iteratively, not recursively.  Add scoring on the
10103         second pass and sort by score.  Call Secret Service API when needed.
10104         (auth-source-user-or-password): Use it.  Call Secret Service API
10105         directly when needed to get the user name and the password.
10107 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
10109         * message.el (message-interactive): Doc fix.
10110         (message-qmail-inject-args): Reflow.
10111         (message-kill-to-signature): Fix typo in docstring.
10113         * smiley.el (smiley-buffer): Fix typo in docstring.
10115 2010-03-24  Glenn Morris  <rgm@gnu.org>
10117         * mail-source.el (gnus-message): Declare.
10118         (mail-source-delete-old-incoming): Require gnus-util.
10120 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10122         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
10124         * message.el (ecomplete-setup): Autoload it for Emacs <23.
10126         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
10127         password-cache's default if it is not bound.
10128         (mml-secure-passphrase-cache-expiry): Default to 16 that is
10129         password-cache-expiry's default if it is not bound.
10131         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
10132         available in Emacs 21.
10134 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
10136         * auth-source.el (auth-sources): Fix up definition so extra parameters
10137         are always inline.
10139 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
10141         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
10142         wasn't updated after mismatch.  Clear cached mailbox info correctly
10143         when uidvalidity changes.
10144         (nnimap-group-prefixed-name): New function to avoid some code
10145         duplication.
10146         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
10147         (nnimap-request-group): Use it.
10148         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
10149         (nnimap-update-unseen): Significantly improved speed of Gnus startup
10150         with many imap folders.  This is done by caching the group status from
10151         the imap server persistently in a group parameter `imap-status'.  (This
10152         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
10153         but not persistently, so every Gnus startup was still very slow.)
10155 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
10157         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
10158         secrets.el dependency.
10159         (auth-sources): Add optional user name.  Add secrets.el configuration
10160         choice (unused right now).
10162 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
10164         * gnus-sum.el (gnus-summary-make-menu-bar):
10165         Let `gnus-registry-install-shortcuts' fill in the functions.
10167         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
10168         warnings.
10169         (gnus-registry-misc-menus): Variable to hold registry mark menus.
10170         (gnus-registry-install-shortcuts): Populate and use it in a
10171         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
10173 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
10175         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
10176         In-place substitutions for the group name encoding/decoding.
10177         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
10178         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
10179         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
10180         (nnimap-update-unseen, nnimap-request-list)
10181         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
10182         (nnimap-request-set-mark, nnimap-split-to-groups)
10183         (nnimap-split-articles, nnimap-request-newgroups)
10184         (nnimap-request-create-group, nnimap-request-accept-article)
10185         (nnimap-request-delete-group, nnimap-request-rename-group)
10186         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
10187         `encoded-mbx' for consistency.
10188         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
10189         variable `imap-current-mailbox'.
10191         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
10192         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
10194 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
10196         * pop3.el (pop3-display-message-size-flag): Display message size byte
10197         counts during POP3 download.
10198         (pop3-movemail): Use it.
10199         (pop3-list): Implement listing of available messages.
10201 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
10203         * nnir.el (nnir-get-article-nov-override-function): New function to
10204         override the normal NOV retrieval.
10205         (nnir-retrieve-headers): Use it.
10207 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
10209         * auth-source.el (netrc-machine-user-or-password): Autoload.
10211 2010-03-19  Glenn Morris  <rgm@gnu.org>
10213         Stop message.el from loading about 40 libraries it doesn't always need.
10214         The general approach is to autoload rather than require, and to
10215         require in the specific functions rather than the file.  (Bug#5642)
10217         * gmm-utils.el: Don't require wid-edit.
10218         (widget-create-child-value, widget-convert, widget-default-get):
10219         Autoload.
10221         * gnus-util.el: Don't require time-date, netrc.
10222         (message-fetch-field, gnus-group-name-decode): Declare rather than
10223         autoloading.
10224         (gnus-fetch-field): Require message.
10225         (gnus-decode-newsgroups): Require gnus-group.
10227         * ietf-drums.el: Don't require time-date.
10229         * message.el: Don't require hashcash, canlock, ecomplete.
10230         Do require mail-utils.  Require nnheader only when compiling.
10231         (smtpmail-default-smtp-server): Remove declaration.
10232         (message-send-mail-function): Check smtpmail-default-smtp-server
10233         is bound rather than requiring smtpmail.
10234         (message-auto-save-directory, message-insert-signature):
10235         Use expand-file-name rather than nnheader-concat.
10236         (nnheader-insert-file-contents): Autoload.
10237         (hashcash-wait-async): Declare.
10238         (message-send-mail): Only call gnus-setup-posting-charset if
10239         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
10240         (message-send-mail-with-sendmail): Require sendmail.
10241         (canlock-password, canlock-password-for-verify): Declare.
10242         (message-canlock-password): Require canlock.
10243         (nnheader-get-report): Autoload.
10244         (gnus-setup-posting-charset): Declare.
10245         (message-send-news): Require gnus-msg.
10246         (message-make-references, message-make-in-reply-to): Use mail-header-id
10247         rather than the alias mail-header-message-id.
10248         (ecomplete-add-item, ecomplete-save): Declare.
10249         (message-put-addresses-in-ecomplete): Require ecomplete.
10250         (ecomplete-display-matches): Autoload.
10252         * mm-decode.el: Don't require mailcap, gnus-util.
10253         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
10254         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
10255         Autoload.
10256         (mailcap-mime-extensions): Declare.
10258         * mm-encode.el: Don't require mailcap.
10259         (mailcap-extension-to-mime): Autoload.
10261         * mml-sec.el: Don't require password-cache.
10263         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
10264         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
10265         (mml-minibuffer-read-type): Require mailcap.
10266         (mml-preview): Require gnus-msg.
10268         * mml1991.el: Require password-cache.
10269         (password-cache-expiry): Remove declaration.
10271         * mml2015.el: Require password-cache.
10272         (password-cache-expiry): Remove declaration.
10274         * nneething.el (mailcap): Require mailcap.
10276         * nnheader.el (declare-function): Add compatibility stub.
10277         (message-remove-header): Declare rather than autoload.
10278         (nnheader-replace-header): Require message.
10280         * nnimap.el (declare-function): Add compatibility stub.
10281         (netrc-parse, netrc-machine-user-or-password): Declare.
10282         (nnimap-open-connection): Require netrc.
10284         * nntp.el (declare-function): Add compatibility stub.
10285         (netrc-parse, netrc-machine, netrc-get): Declare.
10286         (nntp-send-authinfo): Require netrc.
10288         * rfc2047.el: Don't require qp.
10289         (quoted-printable-encode-region, quoted-printable-decode-string):
10290         Autoload.
10292         * sieve-mode.el: Don't require easymenu.
10293         (easy-menu-add-item): Autoload it.
10295         * spam-stat.el (time-to-number-of-days): Autoload it.
10297 2010-03-17  Kevin Ryde  <user42@zip.com.au>
10299         * mml.el (mml-read-tag): Unquote values with `read' to reverse
10300         prin1 in mml-insert-tag (just stripping the quotes gave wrong
10301         value if any backslash escapes).
10303 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10305         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
10306         if it is available.  (bug#5647)
10308 2010-02-26  Glenn Morris  <rgm@gnu.org>
10310         * message.el (message-send-mail-function): Change the default, so that
10311         it inherits from a customized send-mail-function.  (Bug#5643)
10313 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10315         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
10316         shell-command-to-string signals an error (bug#5299).
10318 2010-02-24  Glenn Morris  <rgm@gnu.org>
10320         * message.el (message-smtpmail-send-it)
10321         (message-send-mail-with-mailclient): Doc fixes.
10323 2010-02-16  Glenn Morris  <rgm@gnu.org>
10325         * message.el (message-default-mail-headers): Change the default value
10326         to ease the transition from mail-mode to message-mode.  (Bug#5555)
10328 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
10330         * message.el (message-mail): Just pass yank-action on to message-setup.
10331         (message-setup): Handle (FUN . ARGS) form of yank-action.
10332         (message-with-reply-buffer, message-widen-reply)
10333         (message-yank-original): Handle non-buffer values of
10334         message-reply-buffer (Bug#4080).
10335         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
10337 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
10339         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
10340         Fix typo in docstring.
10342 2010-01-08  Jason Rumney  <jasonr@gnu.org>
10344         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
10345         response.
10347 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10349         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
10351         * message.el (message-check-news-header-syntax): Protect against a
10352         string that `rfc822-addresses' returns when parsing fails.
10354 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10356         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
10357         (gnus-previous-char-property-change): New functions.
10359         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
10361 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
10363         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
10364         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
10366 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
10368         * message.el (message-exchange-point-and-mark): Rework last change to
10369         avoid using optional arg of exchange-point-and-mark, for backward
10370         compatibility.
10372 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
10374         * message.el (message-exchange-point-and-mark):
10375         Call exchange-point-and-mark with an argument rather than setting
10376         mark-active by hand (Bug#5175).
10378 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10380         * nntp.el (nntp-service-to-port): Work for service expressed with
10381         numeric string; replace [:digit:] with [0-9] for XEmacs.
10383 2009-12-17  Glenn Morris  <rgm@gnu.org>
10385         * gnus-group.el (gnus-bug-group-download-format-alist):
10386         Change emacs entry to debbugs.gnu.org.  Bump :version.
10388 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
10390         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
10392 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
10394         * message.el (message-info): Explain why we use `Info-goto-node'.
10396 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10398         * message.el (message-completion-in-region): New compatibility function.
10399         (message-expand-group): Use it.
10401 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10403         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
10404         with no unread article should be listed if the 2nd arg `predicate' is
10405         given.
10407 2009-11-29  Juri Linkov  <juri@jurta.org>
10409         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
10410         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
10411         on `gnus-recenter'.  (Bug#4698, Bug#4981)
10413 2009-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10415         * message.el (message-from-style, message-interactive)
10416         (message-signature): Always set default values from the corresponding
10417         mail-* variables.
10418         (message-cite-prefix-regexp, message-sendmail-envelope-from)
10419         (message-yank-prefix, message-indentation-spaces)
10420         (message-signature-file, message-default-headers): Use boundp rather
10421         than (featurep 'xemacs) to check if the corresponding mail-* variables
10422         exist.
10424 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
10426         * message.el (message-send-mail-with-sendmail): Revert last change.
10428 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
10430         * message.el (message-from-style, message-interactive)
10431         (message-cite-prefix-regexp, message-sendmail-envelope-from)
10432         (message-yank-prefix, message-indentation-spaces, message-signature)
10433         (message-signature-file, message-default-headers): For GNU Emacs, set
10434         default values from the corresponding mail-* variables.
10435         (message-send-mail-with-sendmail): Use envelope-from only if
10436         mail-specify-envelope-from is non-nil.
10438 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10440         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
10441         containing tspecial characters if they have been already quoted.
10443 2009-10-24  Glenn Morris  <rgm@gnu.org>
10445         * gnus-art.el (help-xref-stack-item): Define for compiler.
10447 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10449         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
10451 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10453         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
10454         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
10456 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10458         * gnus.el (gnus-overlay-get): New alias to overlay-get.
10459         (gnus-overlays-in): New alias to overlays-in.
10461         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
10462         gnus-overlay-get, and gnus-delete-overlay.
10463         (gnus-summary-show-thread): Make it work as well for systems in which
10464         next-single-char-property-change is not available.
10465         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
10467 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
10469         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
10471 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
10473         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
10474         and XEmacs that don't have `remove-overlays'.
10476 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10478         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
10479         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
10480         selective display.  Use overlays instead.
10482 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
10484         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
10486 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
10488         * spam-stat.el (spam-stat-load): Fix typo in message.
10490 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
10492         * gnus-art.el (gnus-article-encrypt-body):
10493         * message.el (message-check-recipients):
10494         * mm-util.el (mm-codepage-setup):
10495         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
10496         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
10498 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
10500         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
10501         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
10502         keys from the menu if mm-{sign,encrypt}-option is 'guided.
10503         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
10504         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
10506 2009-09-18  Glenn Morris  <rgm@gnu.org>
10508         * gnus-diary.el (gnus-diary-check-message):
10509         * message.el (message-insert-formatted-citation-line):
10510         * nnbabyl.el (top-level):
10511         * nndiary.el (nndiary-schedule):
10512         Fix typos in condition-case handlers.
10514 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10516         * gnus-art.el (gnus-article-edit-part): Work for the buffer
10517         configuration that provides the sole article window in a frame;
10518         position point correctly after deleting a part.
10520 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
10522         * spam.el (spam-unregister-on-reregister): Add boolean variable.
10523         (spam-resolve-registrations-routine): Use it to unregister articles
10524         that change status.
10526 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10528         * nnrss.el (nnrss-request-article): Remove binding of
10529         default-enable-multibyte-characters that has gotten needless by
10530         the 2007-07-13 change in rfc2047-encode-message-header.
10532         * mml.el (mml-insert-multipart): Error on the message header.
10533         (mml-insert-part): Error on the message header; position point at
10534         the end of a MIME tag.
10536 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10538         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
10539         (gnus-float-time): Alias to float-time if it exists.
10541         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
10542         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
10543         float-time is available; suppress compile warning for time-to-seconds.
10545 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10547         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
10548         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
10549         Add the optional argument `encoding' that overrides the default.
10551         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
10552         mm-encode-buffer.
10554 2009-09-04  Glenn Morris  <rgm@gnu.org>
10556         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
10557         mm-disable-multibyte, rather than default-enable-multibyte-characters.
10558         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
10559         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
10560         * mm-util.el (mm-with-unibyte-current-buffer)
10561         (mm-find-buffer-file-coding-system):
10562         * yenc.el (yenc-decode-region): Use default-value rather than
10563         default-enable-multibyte-characters.
10565 2009-09-03  Glenn Morris  <rgm@gnu.org>
10567         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
10568         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
10569         than default-enable-multibyte-characters.
10571 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
10573         * gnus-art.el (gnus-article-read-summary-keys):
10574         Fix gnus-buffer-configuration's value temporarily used.
10576 2009-09-02  Glenn Morris  <rgm@gnu.org>
10578         * gnus-util.el (gnus-float-time): New function.
10579         * gnus-delay.el (gnus-delay-article):
10580         * gnus-sum.el (gnus-thread-latest-date):
10581         * gnus-util.el (gnus-user-date): Use gnus-float-time.
10582         * nnspool.el (nnspool-request-newgroups):
10583         Use gnus-float-time rather than time-to-seconds.
10584         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
10586         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
10587         (gnus-header-subject-face, gnus-header-newsgroups-face)
10588         (gnus-header-name-face, gnus-header-content-face):
10589         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
10590         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
10591         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
10592         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
10593         (gnus-cite-face-11):
10594         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
10595         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10596         (gnus-server-closed-face, gnus-server-denied-face)
10597         (gnus-server-offline-face):
10598         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
10599         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
10600         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
10601         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
10602         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
10603         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
10604         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
10605         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
10606         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
10607         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
10608         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
10609         (gnus-summary-selected-face, gnus-summary-cancelled-face)
10610         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
10611         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
10612         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
10613         (gnus-summary-high-undownloaded-face)
10614         (gnus-summary-low-undownloaded-face)
10615         (gnus-summary-normal-undownloaded-face)
10616         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
10617         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
10618         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
10619         (gnus-splash-face):
10620         * message.el (message-header-to-face, message-header-cc-face)
10621         (message-header-subject-face, message-header-newsgroups-face)
10622         (message-header-other-face, message-header-name-face)
10623         (message-header-xheader-face, message-separator-face)
10624         (message-cited-text-face, message-mml-face):
10625         * sieve-mode.el (sieve-control-commands-face)
10626         (sieve-action-commands-face, sieve-test-commands-face)
10627         (sieve-tagged-arguments-face):
10628         * spam.el (spam-face):
10629         Mark face aliases with "-face" in the name as obsolete.
10631 2009-09-01  Glenn Morris  <rgm@gnu.org>
10633         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
10634         than goto-line.
10636 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10638         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
10639         Don't move point if the command is invoked inside the message header.
10641 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10643         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
10644         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
10645         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
10646         * nnir.el (nnir-swish-e-index-file):
10647         * gnus-sum.el (gnus-summary-delete-marked-as-read)
10648         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
10649         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
10650         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
10651         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
10652         (gnus-treat-display-xface): Add Emacs version of obsolescence.
10654 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10656         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
10657         Don't save excursion.
10659 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10661         * nnheader.el (nnheader-find-file-noselect):
10662         * mm-util.el (mm-insert-file-contents):
10663         Use (default-value 'major-mode) instead of default-major-mode.
10665 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10667         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
10669 2009-08-25  Glenn Morris  <rgm@gnu.org>
10671         * nnir.el (top-level): Don't require cl at run-time.
10672         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
10673         Replace cl-function substitute with gnus-replace-in-string.
10674         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
10675         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
10676         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
10677         simplified expansions.
10679 2009-08-22  Glenn Morris  <rgm@gnu.org>
10681         * gnus-art.el (gnus-button-patch): Use forward-line rather than
10682         goto-line.
10684 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10686         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
10688         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
10689         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
10690         (gnus-mm-display-part, gnus-mime-display-single)
10691         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
10692         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
10694         * gnus-sum.el
10695         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
10696         (gnus-summary-move-article): Add expirable mark to articles copied or
10697         moved to group that has auto-expire turned on if the option is non-nil.
10699 2009-07-24  Glenn Morris  <rgm@gnu.org>
10701         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
10702         Fix typo.  (Bug#3903)
10704 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10706         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
10707         gnus-article-read-summary-keys rather than gnus-summary-edit-article
10708         that should not be used for draft articles.
10709         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
10710         that has no concern in minor mode keys.
10711         (gnus-article-summary-command, gnus-article-summary-command-nosave):
10712         Abolish.
10714 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10716         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
10717         article without making inquiry to a user for unknown encoding.
10719         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
10720         (nnmaildir--scan): Assume i-node and device number that file-attributes
10721         returns might be cons-cell.
10723 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
10725         * auth-source.el: Remove docs now in auth.texi.  Don't use
10726         `gnus-message' for logging.  Add new variables `auth-source-debug' and
10727         `auth-source-hide-passwords' and use them.
10729 2009-07-15  Glenn Morris  <rgm@gnu.org>
10731         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
10733 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10735         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
10736         excessive whitespace from the default values of title and description.
10738 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10740         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
10741         mail-fetch-field to fetch Content-Description header in order to
10742         exclude newlines.
10744 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10746         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
10747         to deleted part.
10749 2009-05-30  David Engster  <dengste@eml.cc>
10751         * nnmairix.el: Remove old documentation in the commentary block.
10752         (nnmairix-request-group): Do not update active file for nnml back ends.
10753         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
10754         end so that overview files are ignored.
10755         (nnmairix-update-groups): Make updating the groups more robust by using
10756         marks.
10757         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
10758         with dollar characters in message-id.
10760 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
10762         * spam.el: Use dns-query instead of query-dns.  Was renamed on
10763         2008-12-25 in dns.el.
10765 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10767         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
10768         could happen if the text is only composed of spaces and/or tabs.
10770 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
10772         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
10773         when sending a queued message to avoid extra mml tags.
10775 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10777         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
10779 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10781         * gnus-dired.el: Remove autoload for gnus-setup-message.
10782         (gnus-dired-attach): Fake this-command value to prevent Gnus from
10783         displaying Gnus logo; always use compose-mail.
10785 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10787         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
10789 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10791         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
10792         (gnus-nocem-issuers): List currently active issuers; fix custom type.
10793         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
10794         available.
10795         (gnus-nocem-epg-verify): New function.
10797 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
10799         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
10801 2009-02-15  Glenn Morris  <rgm@gnu.org>
10803         * gnus-util.el (rmail-insert-rmail-file-header)
10804         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
10805         autoloads.
10806         (rmail-default-rmail-file): Remove unnecessary declaration.
10807         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
10809 2009-02-14  Glenn Morris  <rgm@gnu.org>
10811         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
10812         variable (only used in gnus-util, which declares it anyway).
10813         (rmail-output-to-rmail-file): Remove autoload of deleted function,
10814         which was only needed by gnus-art (changed to not use it any more).
10815         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
10816         only used in gnus-util, which autoloads it itself.
10817         (rmail-update-summary): Fix autoload.
10819         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
10820         rather than rmail-output-to-rmail-file.
10822 2009-02-07  Glenn Morris  <rgm@gnu.org>
10824         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
10825         autoload of function that no longer exists.
10826         (rmail-toggle-header): Declare.
10827         (message-forward-rmail-make-body): Handle mbox Rmail.
10829 2009-01-31  Glenn Morris  <rgm@gnu.org>
10831         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
10832         2009-01-09 change.
10834 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
10836         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
10837         (auth-source-forget-all-cached): New convenience function.
10838         (auth-source-user-or-password): Accept list of modes or a single mode.
10840         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
10841         auth-source modes.
10843         * nnimap.el (nnimap-open-connection): Use list of
10844         auth-source modes.
10846         * nntp.el (nntp-send-authinfo): Use list of
10847         auth-source modes.
10849 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
10851         * auth-source.el: Update docs to reflect epa-file-enable is to be used
10852         now.
10854 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10856         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
10857         coding system in XEmacs; add a workaround for XEmacs.
10859 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10861         * mm-util.el (mm-coding-system-priorities): Protect against nil value
10862         of current-language-environment.
10864 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
10866         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
10867         available at runtime.
10869 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10871         * gnus-art.el (article-date-ut): Fix end point of narrowing.
10873 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
10875         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
10876         the greatest positive fixnum value doesn't work under an XEmacs with
10877         bignum support; use the most-positive-fixnum constant instead,
10878         available since Emacs 21.1 with cl and XEmacs 21.1.
10880 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10882         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
10883         XEmacs gets not to work.
10885 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10887         * mm-util.el (mm-coding-system-priorities): Allow the value like
10888         "Japanese (UTF-8)" of current-language-environment.
10890 2009-01-09  Glenn Morris  <rgm@gnu.org>
10892         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
10893         with last-command-event.
10895 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
10897         * message.el (message-fix-before-sending): Amend comment.
10899 2009-01-07  David Engster  <dengste@eml.cc>
10901         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
10902         simplified server definitions by converting it via
10903         gnus-server-to-method.
10905 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10907         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
10908         parameter's operands.
10910 2009-01-06  David Engster  <dengste@eml.cc>
10912         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
10913         primary select method (for gnus-group-mark-article-as-read).
10915 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
10917         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
10918         `(gnus)Face', not `(gnus)X-Face'.
10920 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10922         * mm-util.el (mm-ucs-to-char): New function.
10924         * mm-url.el (mm-url-decode-entities): Use it.
10926 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10928         * message.el (message-fix-before-sending): Add `eight-bit' to
10929         illegible-text check.
10931 2009-01-03  Michael Olson  <mwolson@gnu.org>
10933         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
10934         `headers' is nil.  This can occur if the IMAP server does not have
10935         permissions to read messages from a folder, but can write new messages
10936         to the folder.
10937         (nnimap-request-article-part): Do not insert `data' if it is nil.
10939 2009-01-01  Dave Love  <fx@gnu.org>
10941         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
10943         * nnimap.el: Fix author email.
10944         (nnimap-split-rule): Add FIXME comment.
10945         (nnimap-debug): Fix doc string.
10947 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10949         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
10950         overlay-arrow-position and overlay-arrow-string buffer-local; no need
10951         to check if those variables exist (first appeared in Emacs 18.50).
10953 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10955         * mm-util.el (mm-line-number-at-pos): New function.
10957         * spam-report.el (spam-report-process-queue): Use it.
10959 2008-12-24  David Engster  <dengste@eml.cc>
10961         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
10962         parameters that haven't existed as variables as buffer-local variables.
10964 2008-12-23  Dave Love  <fx@gnu.org>
10966         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
10967         cadar.
10969         * sieve-manage.el (sieve-manage-starttls-p): Rename from
10970         imap-starttls-p.
10971         (sieve-manage-starttls-open): Rename from imap-starttls-open.
10973 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
10975         * spam-report.el (spam-report-gmane-max-requests): New constant.
10976         (spam-report-gmane-wait): New variable.
10977         (spam-report-gmane-ham, spam-report-gmane-spam)
10978         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
10979         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
10980         the server.
10982         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
10983         Add explanations.
10985         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
10986         nnheader-accept-process-output and nnheader-read-timeout if available.
10987         (pop3-movemail): Use it.
10989         * message.el (message-check-news-body-syntax): Fix signature check if
10990         there's an attachment.
10992 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10994         * mm-util.el: Add comments to the mm- emulating functions.
10996 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
10998         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
10999         Reported by Stephen Berman <stephen.berman@gmx.net>.
11001 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11003         * mm-util.el (mm-substring-no-properties): New function.
11004         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
11005         (mm-special-display-p): Enable those lambda forms to be byte compiled.
11006         (mm-string-to-multibyte): Doc fix.
11008         * mml.el (mml-attach-file): Use mm-substring-no-properties.
11010 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11012         * mml.el (mml-attach-file): Strip text properties from file name.
11013         (Bug#1574)
11015 2008-12-16  Glenn Morris  <rgm@gnu.org>
11017         * mm-util.el (mm-charset-override-alist): Declare for compiler.
11019 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11021         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
11022         knows since the charset specified might be a bogus alias that
11023         mm-charset-synonym-alist provides.
11025 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11027         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
11028         "ISO_8859-1".
11030         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
11032 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11034         * mm-util.el (mm-charset-eval-alist):
11035         Define it before mm-charset-to-coding-system.
11036         (mm-charset-to-coding-system): Add optional argument `silent';
11037         define it before mm-charset-override-alist.
11038         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
11039         default value if it can be used in Emacs currently running;
11040         silence mm-charset-to-coding-system.
11042 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11044         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
11045         `allow-override' which says whether to use `mm-charset-override-alist'.
11046         (rfc2047-decode-encoded-words): Use it.
11048         * mm-util.el (mm-charset-override-alist): Fix custom type;
11049         add `(gb2312 . gbk)' to choices.
11051 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11053         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
11054         fast.
11056         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
11058 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
11060         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
11061         on links.
11063         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
11065 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11067         * message.el (message-idna-to-ascii-rhs-1): Protect against local
11068         users' addresses that don't have domain parts.
11069         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
11070         rather than message-narrow-to-head since there will be the message
11071         header separator.
11073 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11075         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
11076         since the result is inserted in a unibyte buffer anyway.
11077         (nnimap-demule-use-string-to-multibyte): Remove.
11078         (nnimap-demule): Alias it to mm-string-to-multibyte.
11080 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
11082         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
11083         variable for debugging bug#464 and bug#1174.
11084         (nnimap-demule): Use it.
11086 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
11088         * gnus-score.el (gnus-score-find-trace): Handle default score in total
11089         score calculation correctly.
11091 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11093         * message.el (message-send-mail): Just set the buffer to unibyte
11094         rather than use mm-with-unibyte-current-buffer which does a lot more.
11095         (message-send-mail-partially): Don't bother with
11096         mm-with-unibyte-current-buffer since it's already been made unibyte by
11097         message-send-mail.
11099 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
11101         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
11103 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
11105         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
11107 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11109         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
11110         require itself and to remove `with-no-warnings'.
11112 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
11114         * starttls.el (starttls-any-program-available): Get the name of the
11115         available TLS layer program.
11116         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
11117         well as the host name in the "opening" message.
11119         * auth-source.el (auth-source-cache, auth-source-do-cache)
11120         (auth-source-user-or-password): Cache passwords and logins by default,
11121         allow override with `auth-source-do-cache'.
11122         (auth-source-forget-user-or-password): Allow users to remove cache
11123         entries if needed.
11125 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
11127         * ietf-drums.el (ietf-drums-remove-comments): Localize second
11128         condition-case to only the forward-sexp call.
11130 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
11132         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
11133         quotes contained.  Make it more robust regardless by an extra
11134         condition-case wrapper.
11136 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11138         * nnml.el (nnml-request-expire-articles): Check if the function set to
11139         `nnmail-expiry-target' returns the symbol `delete'.
11141         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
11143         * nnmail.el (nnmail-expiry-target): Fix custom type.
11145 2008-10-02  Glenn Morris  <rgm@gnu.org>
11147         * mm-util.el (mm-codepage-setup): Tweak codepage error.
11148         Silence compiler warning.
11150 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
11152         * mml.el (mml-menu): Don't assume mml2015 is bound.
11154 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11156         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
11157         exists.
11159 2008-09-27  Glenn Morris  <rgm@gnu.org>
11161         * gnus-util.el (mail-header-remove-comments): Autoload it.
11163 2008-09-27  Andreas Schwab  <schwab@suse.de>
11165         * gnus-util.el (gnus-split-references): Strip comments.
11166         (gnus-parent-id): Likewise.
11168 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
11170         * message.el (message-confirm-send): Fix version.
11172 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11174         * message.el (message-idna-to-ascii-rhs-1): Use
11175         mail-extract-address-components rather than mail-header-parse-addresses
11176         that is an alias by default to ietf-drums-parse-addresses that does not
11177         support non-ASCII names in headers' contents.
11179 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
11181         * message.el (message-confirm-send): Fix variable documentation to
11182         avoid the "y/n" wording.
11184 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
11186         * message.el (message-set-auto-save-file-name): Save to a different
11187         filename so multiple messages (especially drafts) can be recovered.
11189 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
11191         * message.el (message-confirm-send): Add appropriate version.
11193 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
11195         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
11196         defvar.
11198 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
11200         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
11201         (mm-pkcs7-enveloped-magic): Ditto.
11203 2008-09-17  Simon Josefsson  <simon@josefsson.org>
11205         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
11206         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
11208 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
11210         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
11211         default, it's better.
11213 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
11215         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
11216         summary line gnus-number property and ignore them (with a warning
11217         message).
11219 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11221         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
11222         macro caddr in the interactive form since it won't be expanded.
11224 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11226         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
11227         `charset'; fix name of function called recursively.
11228         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
11230 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11232         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
11233         (gnus-mime-set-charset-parameters): New function.
11234         (gnus-mime-view-part-as-charset): Use it to correctly display part
11235         specifying wrong charset.
11237 2008-09-08  David Engster  <dengste@eml.cc>
11239         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
11240         in completing-read for back end server.
11242 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
11244         * message.el (message-confirm-send): New variable to confirm sending a
11245         message.
11246         (message-send): Use it.
11248 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
11250         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
11252 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11254         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
11256 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
11258         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
11259         prevent tracking too many groups.
11260         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
11261         Use it.
11263 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
11265         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
11266         moving point to the bottom of the window in order to avoid recentering.
11268 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11270         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
11271         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
11272         (gnus-article-beginning-of-window): Fix calculation.
11274 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11276         * gnus-msg.el (gnus-summary-supersede-article)
11277         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
11278         value of gnus-newsgroup-charset to decode non-MIME encoded text in
11279         message header.
11281 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
11283         * message.el:
11284         * gnus-start.el:
11285         * gnus-registry.el: Remove VMS support.
11287 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11289         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
11290         macro.
11291         (rfc2104-hash): Use it.
11293 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
11295         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
11296         (gnus-summary-sort-by-most-recent-date): New commands.
11297         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
11298         and menu entries.
11300 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11302         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
11303         don't redisplay article for raw contents; remove plural articles stuff.
11305         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
11306         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
11307         on gnus-summary-save-article; display results properly.
11309 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11311         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
11313 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11315         * gnus-art.el (gnus-summary-save-in-pipe):
11316         Consider gnus-save-all-headers.
11318 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
11320         * gnus-util.el (ns-focus-frame): Remove declaration.
11321         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
11322         like x.
11324 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
11326         * rfc2104.el (rfc2104-zero): Delete defconst.
11327         (rfc2104-hex-alist): Likewise.
11328         (rfc2104-hex-to-int): Delete func.
11329         (rfc2104-hexstring-to-bitstring): Likewise.
11330         (rfc2104-nybbles): New defconst.
11331         (rfc2104-hash): Rewrite for speed.
11333 2008-07-16  Glenn Morris  <rgm@gnu.org>
11335         * gnus-util.el (ns-focus-frame): Declare for compiler.
11337 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11339         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
11340         set as a group parameter.
11341         (gnus-summary-save-in-pipe): Work when it is called independently.
11342         (gnus-summary-pipe-to-muttprint): Don't modify
11343         gnus-summary-pipe-output-default-command.
11345 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11347         * message.el (message-send-mail-with-sendmail):
11348         Display the error message.
11350 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11352         * gnus-art.el (gnus-default-article-saver):
11353         Add gnus-summary-save-in-pipe to choices.
11354         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
11355         gnus-summary-pipe-output-default-command as the default command.
11356         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
11357         instead of gnus-last-shell-command.
11359         * gnus-sum.el (gnus-summary-pipe-output-default-command):
11360         New user option.
11361         (gnus-summary-muttprint-program): Mention the value will be changed.
11362         (gnus-summary-save-article): Force showing of all headers.
11363         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
11365 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
11367         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
11369 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
11371         * nnimap.el (nnimap-id):
11372         * sieve-manage.el (sieve-manage-open): Doc fixes.
11374 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
11376         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
11377         if available.
11379 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11381         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
11383         * nnkiboze.el (nnkiboze-generate-group):
11384         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
11386         * nnmairix.el: Require CL.
11388 2008-06-15  David Engster  <dengste@eml.cc>
11390         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
11392 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
11394         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
11395         New macros that expand to an `aset'/`aref' call under Emacs, and to a
11396         runtime choice under XEmacs.
11398         * gnus-sum.el (gnus-summary-set-display-table):
11399         Use `gnus-put-display-table', `gnus-get-display-table',
11400         `gnus-set-display-table' for the display table, instead of `aset'.
11402 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
11404         * nnmairix.el: Add autoloads.
11406 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
11408         * nnmairix.el (nnmairix-delete-recreate-group)
11409         (nnmairix-update-and-clear-marks): Fix error messages.
11411 2008-06-14  David Engster  <dengste@eml.cc>
11413         * nnmairix.el: Upgrade to version 0.6.
11414         (nnmairix-group-toggle-propmarks-this-group)
11415         (nnmairix-group-toggle-readmarks-this-group)
11416         (nnmairix-group-delete-recreate-this-group)
11417         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
11418         (nnmairix-remove-tick-mark-original-article): New commands.
11419         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
11420         (nnmairix-propagate-marks-to-nnmairix-groups)
11421         (nnmairix-only-use-registry, nnmairix-allowfast-default)
11422         (nnmairix-marks-cache, nnmairix-version-output): New variables.
11423         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
11424         functions needed for marks propagation and manipulation of read marks.
11425         (nnmairix-update-groups): New function.
11426         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
11427         (nnmairix-determine-original-group-from-registry)
11428         (nnmairix-determine-original-group-from-path)
11429         (nnmairix-get-group-from-file-path, nnmairix-map-range)
11430         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
11431         New helper functions.
11432         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
11433         keystrokes for new commands.
11434         (nnmairix-delete-and-create-on-change): Doc string cleanup.
11435         (nnmairix-request-group): Check allow-fast group parameter.
11436         (nnmairix-request-create-group): Set allow-fast group parameter if
11437         nnmairix-allowfast-default is set.
11438         (nnmairix-close-group): Propagate marks upon closing if needed.
11439         (nnmairix-group-toggle-threads-this-group): Use new.
11440         nnmairix-group-toggle-parameter helper function.
11441         (nnmairix-search): Better check for empty search result.
11442         (nnmairix-goto-original-article): Use new helper functions for
11443         determining original article.
11444         (nnmairix-show-original-article): Make sure message-id is in brackets.
11445         (nnmairix-call-mairix-binary): Change variable name.
11446         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
11447         helper function.
11448         (nnmairix-widget-toggle-activate): Fix doc string.
11450 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11452         * nnir.el: Require edmacro when compiling with XEmacs.
11453         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
11454         available in Emacs 21.
11456 2008-06-11  Glenn Morris  <rgm@gnu.org>
11458         * gnus-util.el (x-focus-frame):
11459         * gnus.el (image-size):
11460         * mm-decode.el (image-size): Declare.
11462         * gnus-picon.el (declare-function): Add compat definition.
11463         (image-size): Declare.
11465         * gnus-group.el (tool-bar-map):
11466         * gnus-sum.el (tool-bar-map): Define for compiler.
11468         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
11470         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
11472         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
11473         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
11474         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
11475         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
11476         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
11477         * sieve-manage.el, spam-report.el, spam.el:
11478         Remove unnecessary eval-and-compile of autoloads.
11480 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
11482         * auth-source.el: Precise Tramp doc.
11484 2008-06-07  Glenn Morris  <rgm@gnu.org>
11486         * nnmairix.el: Remove unnecessary eval-when-compile.
11488 2008-06-06  Kai Großjohann  <grossjohann@ls6.cs.uni-dortmund.de>
11490         * nnir.el: New file.
11492 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11494         * gnus-util.el (gnus-read-shell-command): New function.
11495         * mm-decode.el (mm-pipe-part):
11496         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
11498 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11500         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
11502 2008-06-03  Glenn Morris  <rgm@gnu.org>
11504         * pop3.el (nnheader-accept-process-output): Autoload it.
11506 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11508         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
11509         are not 2-digit hexadecimal characters that follow `%'s.
11511 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11513         * message.el (message-bogus-recipient-p): Fix type in doc string.
11514         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
11515         (message-bogus-addresses): Rename from message-bogus-address-regexp.
11516         Improve custom options.
11517         (message-bogus-recipient-p): Adjust accordingly.
11519 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11521         * nnmairix.el: Require edmacro when compiling with XEmacs.
11523 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
11525         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
11526         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
11528 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
11530         * auth-source.el: Add more docs.
11532 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11534         * nnheader.el (nnheader-read-timeout): Change the default timeout from
11535         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
11536         retrieval faster in some cases, but might make CPU usage larger.
11537         If this has any bad side effects, we might revert this change.
11539         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
11540         seems to make mail retrieval much, much faster.
11541         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
11542         unconditionally.
11544         * gnus-draft.el (gnus-group-send-queue):
11545         Bind message-send-mail-partially-limit to nil to avoid being prompted.
11547 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
11549         * mml.el (mml-attach-buffer): Prompt for `disposition'.
11551         * message.el (message-bogus-address-regexp): Fix and improve custom
11552         type.
11553         (message-setup-hook): Add message-check-recipients as custom option.
11555 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
11557         * message.el (message-cite-function): Remove bogus autoload which crept
11558         in during merge from v5-10.
11560 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
11562         * nnimap.el (nnimap-open-connection): Fix login/password bug.
11564         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
11566         * auth-source.el: Preliminary Tramp docs.
11567         (auth-sources): Change the default auth-sources to use
11568         EPA .gpg files.
11570 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
11572         * nntp.el: Autoload `auth-source-user-or-password'.
11573         (nntp-send-authinfo): Use it.
11575         * nnimap.el: Autoload `auth-source-user-or-password'.
11576         (nnimap-open-connection): Use it.
11578         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
11579         for the gnus-message function.
11580         (auth-source-user-or-password): Use it.
11582 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11584         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
11585         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
11586         (rfc2104-hash): Use it.
11588 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
11590         * gnus-art.el (gnus-article-toggle-truncate-lines):
11591         Don't use `iff' in docstring.
11593 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
11595         * gnus-registry.el: Adjusted copyright dates and added a keyword.
11597         * gnus-util.el (gnus-extract-address-component-name)
11598         (gnus-extract-address-component-email): Convenience functions around
11599         `gnus-extract-address-components'.
11601         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11602         Use `gnus-extract-address-component-email' to fix bug of comparing full
11603         sender name to `user-mail-address'.
11605 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
11607         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
11608         catch/throw to optimize.
11609         (gnus-registry-find-keywords): Just use member to find a keyword.
11611 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11613         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
11614         is current before calling gnus-server-prepare.
11615         (gnus-server-setup-buffer, gnus-server-update-server)
11616         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
11618 2008-05-04  Juri Linkov  <juri@jurta.org>
11620         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
11621         (mailcap-file-default-commands): Use mailcap-replace-in-string
11622         instead of replace-regexp-in-string, and mailcap-delete-duplicates
11623         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
11625 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
11627         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
11629 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11631         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
11632         hooks.
11633         (gnus-update-read-articles): Speed up non-marks-using users.
11634         (gnus-use-marks): Define gnus-use-marks.
11635         (gnus-propagate-marks): Rename variable to something more sensible.
11637 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
11639         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
11640         (gmm-image-load-path-for-library): Fix typos in docstrings.
11641         (gmm-message): Reflow docstring.
11643 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
11645         * mail-source.el (mail-source-set-1, mail-source-bind):
11646         Move auth-source code out of the macro to clean it up and fix bugs.
11648 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
11650         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
11651         by sender if it's equal to user-mail-address, it's likely to be
11652         useless.
11654         * mail-source.el (mail-source-bind): Don't use user or password if they
11655         are not bound.  Unintern them if they are nil.  Don't use server unless
11656         it's bound, and default it to empty string otherwise.
11658 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
11660         * mail-source.el: Load auth-source.el.
11661         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
11662         get user name or password, if auth-sources is set up.
11664         * gnus-registry.el (gnus-registry-split-strategy): New variable for
11665         strategy of splitting with parent.
11666         (gnus-registry-split-fancy-with-parent)
11667         (gnus-registry-post-process-groups): Use it and fix prior
11668         bug (returning a list as the split result).
11670         * auth-source.el (auth-sources): Remove server parameter.
11671         (auth-source-pick, auth-source-user-or-password)
11672         (auth-source-user-or-password-imap)
11673         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
11674         (auth-source-user-or-password-sftp)
11675         (auth-source-user-or-password-smtp): Remove server parameter.
11677 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
11679         * smime.el (smime-sign-region, smime-encrypt-region)
11680         (smime-decrypt-region):
11681         Remove redundant calls to `generate-new-buffer-name'.
11683 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
11685         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
11686         Don't use QP for message/rfc822.
11687         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
11689 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11691         * sieve-manage.el (sieve-string-bytes): Remove.
11692         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
11693         correct byte-length only if the process's coding-system is the same as
11694         the one used internally by Emacs to represent strings.
11696 2008-04-22  Juri Linkov  <juri@jurta.org>
11698         * mailcap.el (mailcap-file-default-commands): New function.
11700 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
11702         * message.el (message-signature-separator, message-cite-function):
11703         Change custom version.
11705 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
11707         * mm-decode.el (mm-display-external): Make temp file read-only.
11709 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
11711         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
11712         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
11713         `C-c C-f d'.
11715 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
11717         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
11719 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
11721         * auth-source.el: Add docs.
11722         (auth-sources): Modify format to support server.
11723         (auth-source-pick, auth-source-user-or-password)
11724         (auth-source-user-or-password-imap)
11725         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
11726         (auth-source-user-or-password-sftp)
11727         (auth-source-user-or-password-smtp): Add server parameter.
11729 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
11731         * gnus-registry.el: Initialize the registry when gnus-registry-install
11732         is t.
11734 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11736         * compface.el (uncompface): Make buffer unibyte.
11738 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11740         * mail-source.el (mail-source-value):
11741         Prefer fboundp to functionp so it works with macros as well.
11743 2008-04-05  Glenn Morris  <rgm@gnu.org>
11745         * gnus-ems.el (mm-disable-multibyte): Autoload it.
11747 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11749         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
11750         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
11752         * nnheader.el (nnheader-init-server-buffer): Change buffer's
11753         multibyteness after rather than before erasing it.
11755         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
11756         mm-with-multibyte.
11757         (gnus-request-article-this-buffer): Make sure the proper decoding is
11758         used if gnus-original-article-buffer happens to be unibyte.
11760         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
11761         default-enable-multibyte-characters.
11763         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
11764         default-enable-multibyte-characters.
11766         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
11768         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
11770 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11772         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
11773         Fix last change in case the element is not even a symbol.
11775 2008-04-02  Simon Josefsson  <simon@josefsson.org>
11777         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
11778         imap-enable-exchange-bug-workaround.
11779         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
11781 2008-04-01  Simon Josefsson  <simon@josefsson.org>
11783         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
11784         a 100 byte status-checks into a 2-3MB transfer for each group.
11785         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
11786         to enable bug workaround or not.
11787         (nnimap-find-minmax-uid): Only enable workaround conditionally.
11789 2008-03-31  Glenn Morris  <rgm@gnu.org>
11791         * message.el (mml2015-use): Declare for compiler.
11792         (message-info): Require mml2015 when appropriate.
11794 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11796         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
11797         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
11798         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
11799         (nntp-service-to-port): New function.
11800         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
11801         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
11802         (nntp-open-netcat-stream): New function.
11803         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
11805 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
11807         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
11809 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11811         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
11813 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
11815         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
11817 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
11819         * message.el (message-signature-separator): Change default.
11820         Improve custom type.
11821         (message-cite-function): Change default to
11822         message-cite-original-without-signature.
11824         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
11825         toggle.
11827         * message.el (message-check-news-body-syntax): Fix signature check.
11828         (message-setup-1): Mark buffer as unmodified _after_ running
11829         message-setup-hook and handling message-alternative-emails.
11830         (message-shorten-references): Be more strict when building list of
11831         valid references to comply with GNKSA.
11833         * gnus-group.el (gnus-read-ephemeral-bug-group)
11834         (gnus-read-ephemeral-debian-bug-group)
11835         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
11837         * message.el (message-info): Don't use booleanp which isn't supported
11838         in Emacs 21 and XEmacs.
11840 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
11842         * gnus-group.el (gnus-gmane-group-download-format): Rename from
11843         gnus-group-gmane-group-download-format.
11844         (gnus-group-read-ephemeral-gmane-group): Rename from
11845         gnus-group-read-ephemeral-gmane-group.
11846         (gnus-read-ephemeral-gmane-group-url): Rename from
11847         gnus-group-read-ephemeral-gmane-group-url.
11848         (gnus-bug-group-download-format-alist): New variable.
11849         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
11850         (gnus-read-ephemeral-emacs-bug-group): New commands.
11852 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11854         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
11855         (gnus-visible-headers): Improve custom type.
11857 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11859         * mml.el (mml-menu): Add workarounds for XEmacs.
11861         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
11862         X-Boundary header.
11864         * message.el (message-simplify-recipients): Fix previous commit.
11866 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11868         * mm-util.el (mm-set-buffer-multibyte): New function.
11869         * mm-decode.el (mm-copy-to-buffer): Use it.
11871         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
11872         Prefer fboundp to functionp so it works with macros as well.
11874 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
11876         * message.el (message-alter-recipients-discard-bogus-full-name):
11877         New function.
11878         (message-alter-recipients-function): New variable.
11879         (message-get-reply-headers): Use it.
11880         (message-replace-header): New helper function.
11881         (message-recipients-without-full-name): New variable.
11882         (message-simplify-recipients): New command.
11884         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
11886         * message.el (message-info): Handle EasyPG manual.
11888         * mml.el (mml-menu): Add entry for EasyPG.
11890 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
11892         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
11893         parameter.
11895         * message.el (message-disassociate-draft): Specify drafts group name
11896         fully.
11898 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
11900         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11901         Eliminate unnecessary duplicates from the match list.
11903 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11905         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
11906         args of `how-many' of which the XEmacs version doesn't take; declare
11907         Info-index-next as function.
11909 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11911         * gnus-score.el (gnus-score-headers): Fix handling of
11912         gnus-inhibit-slow-scoring.
11914         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
11915         string.
11916         (gnus-button-url-regexp): Improve handling of parenthesis.
11917         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
11918         (gnus-button-handle-info-keystrokes): Handle index entries.
11920 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11922         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
11923         Incoming* files.
11925 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
11927         * auth-source.el (auth-sources): Rename from auth-source-choices.
11928         (auth-source-pick): Use it.
11930 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
11932         * auth-source.el (auth-source-protocols)
11933         (auth-source-protocols-customize, auth-source-choices): Add and
11934         modified variable customizations and defaults.
11935         (auth-source-pick, auth-source-user-or-password)
11936         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
11937         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
11938         (auth-source-user-or-password-sftp)
11939         (auth-source-user-or-password-smtp): Use new variables and provide an
11940         interface to netrc.el.
11942 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11944         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
11945         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
11946         Make sure the nntp port to specify is a string.
11948 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11950         * nntp.el: Use with-current-buffer.
11951         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
11952         dubious mm-with-unibyte-current-buffer.
11953         (nntp-with-open-group-function): New function extracted from
11954         nntp-with-open-group macro.
11955         (nntp-with-open-group): Use the function, so it's easier to debug.
11956         Add indentation and debugging info.
11957         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
11958         Recommend the use of the netcat alternatives.
11960         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
11961         Avoid mm-string-as-multibyte as well.
11963         * nnweb.el (nnweb-insert-html):
11964         Remove use of nnheader-string-as-multibyte.
11966         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
11967         (nnheader-string-as-multibyte): Remove.
11969         * mm-view.el: Use inhibit-read-only.
11970         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
11971         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
11972         or unibyte-string.
11974         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
11975         (mm-uu-yenc-extract): Use with-current-buffer.
11977         * gnus-soup.el (gnus-soup-send-packet): Don't use
11978         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
11980         * nnmh.el: Use with-current-buffer.
11981         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
11982         mm-string-as-multibyte on the output of mm-encode-coding-string.
11984         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
11985         (nnimap-request-move-article): Use with-current-buffer.
11987         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
11988         inserting the handle-buffer's text, so the implicit multibyte->unibyte
11989         conversion uses string-make-unibyte rather than string-as-unibyte.
11991         * gnus-msg.el: Use with-current-buffer.
11993         * message.el (message-ignored-resent-headers): Add "Delivered-To".
11995 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
11997         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
11998         string for caching if it is 'PIN.
12000 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
12002         * mail-source.el (mail-source-delete-old-incoming-confirm):
12003         Change default to nil.
12004         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
12006 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12008         * gnus-art.el (gnus-narrow-to-page): Position point properly.
12009         (gnus-article-goto-prev-page): Work for articles having ^L's.
12011         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
12013         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
12015 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
12017         * gnus-bookmark.el: Adjust for renames in bookmark.el.
12018         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
12019         (gnus-bookmark-jump): Adjust some variable names.
12021 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
12023         * auth-source.el: New package.
12024         (auth-source-choices): Add customization entry point variable.
12026         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
12027         bug.
12029 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
12031         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
12032         (gnus-registry-initialize, gnus-registry-install-p): Use it.
12033         (gnus-registry-install-shortcuts): Rename from
12034         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
12035         the `gnus-registry-mark-map' keymap dynamically from
12036         `gnus-registry-marks'.  The generated functions update the summary line
12037         when a registry mark is added or deleted, and will call
12038         `gnus-registry-install-p' (see the comments in the code).
12039         (gnus-registry-user-format-function-M): Use concat intelligently.
12041         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
12042         the registry mark functions.
12044 2008-03-05  Glenn Morris  <rgm@gnu.org>
12046         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
12047         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
12048         gnus-art.
12049         (top-level): No need to load own source when compiling.
12051 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
12053         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
12054         Suggested by <chris.anderton@zetnet.co.uk>.
12056 2008-03-04  Glenn Morris  <rgm@gnu.org>
12058         * gnus-sum.el (top-level): No need to require gnus when compiling,
12059         since unconditionally required near start of file.
12060         (gnus-summary-display-while-building): Move definition before use.
12062 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
12064         * gnus-registry.el (gnus-registry-user-format-function-M):
12065         Add formatting function.
12067 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
12069         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
12070         with plists.
12071         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
12072         Use new format.
12074 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12076         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
12077         `where-is-internal' that returns a range of key sequences.
12079 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12081         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
12083         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
12084         (gnus-summary-jump-to-group): Consider windows on other displayed
12085         frames as well.  Similar changes might be needed elsewhere, but that's
12086         the one I've bumped into during my use.
12088         * nndoc.el (nndoc-oe-dbx-type-p):
12089         * gnus-msg.el (gnus-debug):
12090         * gnus-group.el (gnus-update-group-mark-positions):
12091         Use mm-string-to-multibyte.
12093 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12095         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
12096         doesn't handle NotDashEscaped.
12098         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
12099         (mml-dnd-attach-options): Fix typo in custom choice.
12101         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
12102         Change nndoc-article-type to mbox.
12103         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
12105         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
12106         to nil, instead of html2text.
12108         * imap.el (imap-debug): Add `imap-ping-server'.
12110         * gnus-bookmark.el: Add FIXMEs.
12112         * message.el (message-form-letter-separator)
12113         (message-send-form-letter-delay): New variables.
12114         (message-send-form-letter): Use them.  New command to send form
12115         letters.  Requested by Uwe Siart.
12116         (message-send-mail-function): Doc fix.  Add "Other" custom option.
12118 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
12120         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
12121         empty author.
12123 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
12125         * gnus-registry.el (gnus-registry-marks): Add variable for
12126         customization of marks and their appearance.
12127         (gnus-registry-read-mark): Use it.
12128         (gnus-registry-do-marks): Add utility function to loop through
12129         `gnus-registry-marks'.
12130         (gnus-registry-install-shortcuts-and-menus): Add function to install
12131         shortcuts and menus.
12132         (gnus-registry-initialize): Use it.
12133         (gnus-registry-default-mark): Clarify documentation.
12135 2008-02-29  Glenn Morris  <rgm@gnu.org>
12137         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
12138         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
12139         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
12140         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
12141         Change defcustom :version from 23.0 to 23.1.
12143 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
12145         * gnus-registry.el (gnus-registry-follow-group-p)
12146         (gnus-registry-post-process-groups): Add functions to aid registry
12147         splitting and improve logging.  Clarify behavior in function
12148         documentation.
12149         (gnus-registry-split-fancy-with-parent): Use them.
12151 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12153         * gnus-art.el: Use with-current-buffer.
12155 2008-02-27  David Engster  <dengste@eml.cc>
12157         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
12158         Express real group name in the response.
12160 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12162         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
12163         (nnmairix-last-server, nnmairix-current-server): Defvar them.
12164         (nnmairix-goto-original-article): Defvar gnus-registry-install and
12165         autoload gnus-registry-fetch-group when compiling.
12166         (nnmairix-request-group-with-article-number-correction):
12167         Remove unreferenced argument passed to nnmairix-call-backend.
12169 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
12171         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
12172         (mm-uu-extract): Improve face for low color ttys.
12173         Reported by Sascha Wilde.
12175 2008-02-27  Glenn Morris  <rgm@gnu.org>
12177         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
12178         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
12179         variables to defconsts.  Convert comments to doc-strings.
12180         (nnmairix-last-server, nnmairix-current-server): Convert from free
12181         variables to defvars.  Convert comments to doc-strings.
12182         (gnus-registry-fetch-group): Autoload.
12183         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
12184         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
12185         (nnmairix-widget-build-editable-fields): Use car cddr rather than
12186         caddr.
12187         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
12188         nnmairix-request-group-with-article-number-correction call.
12189         (nnmairix-fast, nnmairix-group): New, less general names, for free
12190         variables passed from nnmairix-request-group to
12191         nnmairix-request-group-with-article-number-correction.  Declare.
12192         (nnmairix-request-group-with-article-number-correction):
12193         Use nnmairix-fast, nnmairix-group rather than fast, group.
12195 2008-02-26  David Engster  <dengste@eml.cc>
12197         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
12198         version 0.5.
12200 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
12202         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
12203         instead of making an extra function call.  Don't add the current group
12204         to articles only when they have the group.  Use
12205         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
12206         Reported by David <de_bb@arcor.de>.
12208 2008-02-24  Miles Bader  <miles@gnu.org>
12210         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
12211         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
12212         (mm-find-mime-charset-region):
12213         * mm-bodies.el (mm-encode-body):
12214         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
12216 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
12218         * mail-source.el (mail-source-delete-incoming): Change default.
12219         Supplement doc string.
12221         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
12223 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12225         * nnmail.el (nnmail-message-id-cache-file): Derive from
12226         `gnus-home-directory'.
12228 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
12230         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
12231         Document negative prefix.
12233         * gnus-group.el (gnus-group-read-group): Document negative prefix.
12235 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12237         * message.el (message-unsent-separator): Add the Exim bounce
12238         separator.
12240 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
12242         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
12243         list.
12244         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
12245         recipient/signer list.
12247 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
12249         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
12250         fbound (Emacs 23 unicode), signal an error.
12252 2008-02-08  Glenn Morris  <rgm@gnu.org>
12254         * gnus-art.el (pgg-display-output-buffer): Declare as function.
12256 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
12258         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
12259         ports to the calls to `netrc-machine-user-or-password' in addition to
12260         "imap" and "imaps".
12262 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
12264         * gnus.el (gnus-group-startup-message): Add `find-image' call before
12265         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
12266         <hanche@math.ntnu.no>.
12268 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12270         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
12272 2008-02-01  Zhang Wei  <id.brep@gmail.com>
12274         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
12276         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
12278 2008-02-01  Miles Bader  <miles@gnu.org>
12280         * mml.el (mml-parse-1): Remove apparently vestigial use of
12281         `mm-hack-charsets'.
12282         * mm-bodies.el (mm-encode-body): Likewise.
12284 2008-02-01  Kenichi Handa  <handa@m17n.org>
12286         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
12287         rfc2104-hexstring-to-bitstring and changed to return a byte list.
12288         (rfc2104-hash): Convert the result of concat to unibyte string.
12290 2008-02-01  Dave Love  <fx@gnu.org>
12292         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
12293         coding-system-for-read.
12294         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
12296         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
12297         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
12298         (mm-find-mime-charset-region): Remove hack-charsets stuff.
12300 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
12302         * mail-source.el (mail-sources): Add `group' choice.
12304         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
12305         parameter `in-group' to control into which group the articles go.
12306         Add treatment of `group' mail-source.
12308 2008-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
12310         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
12311         * message.el (message-beginning-of-line): Use featurep instead of bound
12312         tests in order to resolve conditionals at compile time.
12314 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12316         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
12318         * mm-decode.el (mm-dissect-buffer): Decode description.
12320         * mml.el (mml-to-mime): Encode message header first.
12322 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12324         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
12325         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
12327 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
12329         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
12331 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12333         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
12334         prefix keys.
12335         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
12336         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
12337         gnus-xmas.el.
12339 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
12341         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
12342         Add new variables for article mark management.
12343         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
12344         list of extra data entries which, when present, will indicate that the
12345         article ID should not be trimmed from the registry.
12346         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
12347         functions.
12348         (gnus-registry-read-mark): New function to read a mark name from the
12349         user.
12350         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
12351         (gnus-registry-set-article-mark-internal): New functions to add and
12352         remove marks.
12353         (gnus-registry-get-article-marks): New function to show the marks for
12354         an article, or retrieve them for further use.
12356 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12358         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
12359         keys when no argument is given.
12361 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12363         * gnus-sum.el (gnus-article-sort-by-random)
12364         (gnus-thread-sort-by-random): Fix doc strings.
12365         Reported by jidanni@jidanni.org.
12367 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12369         * gnus-art.el (gnus-article-describe-bindings): New function.
12370         (gnus-article-read-summary-keys): Use it.
12371         (gnus-article-mode-map): Bind `C-h b' to it.
12373 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12375         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
12376         XEmacs.
12377         (gnus-article-describe-key, gnus-article-describe-key-briefly):
12378         Protect against non-character events.
12380 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
12382         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
12383         New command.
12384         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
12385         instead of END.  Change name of the temp file.
12386         (gnus-group-gmane-group-download-format): Add doc string.  Make it
12387         customizable.
12389 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12391         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
12392         bind `S W' to gnus-article-wide-reply-with-original; set default
12393         binding to gnus-article-read-summary-send-keys.
12394         (gnus-article-read-summary-keys): Fix the order of keys; display
12395         continuation keys correctly in the echo area; describe bindings
12396         correctly when keys end with `C-h'.
12397         (gnus-article-read-summary-send-keys): New function.
12398         (gnus-article-describe-key, gnus-article-describe-key-briefly):
12399         Work for gnus-article-read-summary-send-keys; display continuation keys
12400         correctly in the echo area.
12401         (gnus-article-reply-with-original): Ignore prefix argument.
12402         (gnus-article-wide-reply-with-original): New function.
12404 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12406         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
12407         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
12409 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
12411         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
12412         (gnus-group-read-ephemeral-gmane-group): New command.
12414 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
12416         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
12418 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
12420         * message.el (message-send-mail-function): Increase custom version.
12422         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
12423         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
12425 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12427         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
12428         html parts correctly; support forwarded messages.
12429         (gnus-article-browse-html-article): Remove work buffers.
12431         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
12432         compiling.
12433         (netrc-bound-and-true-p): New macro.
12434         (netrc-parse): Use it instead of bound-and-true-p that is not available
12435         in XEmacs 21.4.
12437 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
12439         * gnus-registry.el (gnus-registry-mark-article)
12440         (gnus-registry-article-marks): Add functionality to mark articles
12441         through the Gnus registry.
12443         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
12444         (netrc-parse): Use encrypt-file-alist to determine if
12445         encrypt-find-model or encrypt-insert-file-contents should be used.
12447 2007-12-19  Glenn Morris  <rgm@gnu.org>
12449         * mml.el (message-options-set, message-narrow-to-head)
12450         (message-in-body-p, message-mail-p, message-encode-message-body):
12451         Autoload.
12452         (message-remove-header, message-narrow-to-headers-or-head)
12453         (message-subscribed-p, message-make-mail-followup-to)
12454         (message-position-on-field, message-news-p)
12455         (message-options-set-recipient, message-generate-headers)
12456         (message-sort-headers): Declare as functions.
12458 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12460         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
12461         convention in doc string.
12463 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12465         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
12466         title to html parts.
12467         (gnus-article-browse-html-article): Pass message header to it.
12469         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
12471 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
12473         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
12474         or password compatible with XEmacs.
12476 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12478         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
12479         format document.
12480         (gnus-mime-delete-part): Don't write description line if empty.
12481         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
12483 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
12485         * gnus-sum.el (gnus-summary-mark-unread-as-read)
12486         (gnus-summary-mark-read-and-unread-as-read)
12487         (gnus-summary-mark-current-read-and-unread-as-read)
12488         (gnus-summary-mark-unread-as-ticked): Doc fix.
12489         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
12491 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
12493         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
12494         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
12496 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
12498         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
12499         yes-or-no-p.
12501 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12503         * mm-decode.el (mm-add-meta-html-tag): New function.
12504         (mm-save-part-to-file, mm-pipe-part): Use it.
12506         * gnus-art.el (gnus-article-browse-delete-temp-files):
12507         Use gnus-y-or-n-p instead of y-or-n-p.
12508         (gnus-article-browse-html-parts): Work with message/external-body; use
12509         mm-add-meta-html-tag.
12511 2007-12-11  Glenn Morris  <rgm@gnu.org>
12513         * gnus-cache.el: Require gnus-sum not just when compiling.
12515         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
12517         * gnus-int.el (gnus-server-opened, gnus-status-message):
12518         Move definitions before use.
12520         * mm-decode.el: Require gnus-util.
12521         (mm-remove-part): Only call delete-annotation on XEmacs.
12523         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
12525         * nnmail.el: Require gnus-int.
12527         * spam.el: Move `require's before `eval-when-compile's.
12529         * gnus-ems.el (gnus-alive-p):
12530         * gnus-fun.el (message-goto-eoh):
12531         * gnus-util.el (gnus-group-name-decode):
12532         * mail-source.el (gnus-compress-sequence):
12533         * message.el (Info-goto-node, format-spec):
12534         * mm-bodies.el (message-options-get):
12535         * mm-decode.el (mm-view-pkcs7):
12536         * mm-util.el (gmm-write-region):
12537         * mml-smime.el (mml-compute-boundary)
12538         (gnus-completing-read-with-default):
12539         * mml.el (widget-button-press, gnus-make-hashtable):
12540         * mml1991.el (mm-decode-content-transfer-encoding)
12541         (mm-encode-content-transfer-encoding)
12542         (message-options-get, message-options-set):
12543         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
12544         * nnfolder.el (gnus-request-group):
12545         * nnheader.el (ietf-drums-unfold-fws):
12546         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
12547         * smime.el (gnus-run-mode-hooks):
12548         * spam-stat.el (gnus-message): Autoload.
12550         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
12551         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
12552         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
12553         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
12554         Add declare-function compatibility definition.
12556         * gnus-cache.el (nnvirtual-find-group-art):
12557         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
12558         (gnus-add-image, gnus-add-wash-type):
12559         * gnus-group.el (nnkiboze-score-file):
12560         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
12561         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
12562         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
12563         (message-tokenize-header, gnus-get-buffer-create)
12564         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
12565         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
12566         * gnus.el (gnus-group-decoded-name):
12567         * mail-source.el (imap-capability):
12568         * mm-bodies.el (message-options-set):
12569         * mm-decode.el (gnus-configure-windows):
12570         * mm-extern.el (message-goto-body):
12571         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
12572         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
12573         (epg-sub-key-validity, message-options-set):
12574         * mml.el (widget-event-point, gnus-configure-windows):
12575         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
12576         * mml2015.el (epg-check-configuration, epg-configuration)
12577         (message-options-set):
12578         * nndb.el (nndb-request-article):
12579         * nnfolder.el (gnus-request-create-group):
12580         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
12581         * nnmaildir.el (gnus-group-mark-article-read):
12582         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
12583         * rfc1843.el (message-fetch-field):
12584         * spam.el (gnus-extract-address-components):
12585         Declare as functions.
12587 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12589         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
12591 2007-12-09  Glenn Morris  <rgm@gnu.org>
12593         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
12595         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
12596         * message.el, mm-view.el, sieve-manage.el, smime.el:
12597         Add declare-function compatibility definition.
12599         * gnus-art.el (w3-region, w3m-region, Info-menu):
12600         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
12601         * gnus-sum.el (gnus-get-predicate):
12602         * gnus-util.el (mm-append-to-file, w32-focus-frame):
12603         * message.el (mail-abbrev-in-expansion-header-p):
12604         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
12605         (w3m-detect-meta-charset, w3m-region):
12606         * sieve-manage.el (password-read, password-cache-add)
12607         (password-cache-remove):
12608         * smime.el (password-read-and-add): Declare as functions.
12610 2007-12-08  David Kastrup  <dak@gnu.org>
12612         * gnus-sum.el (gnus-summary-simplify-subject-query):
12613         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
12614         `message'.
12616 2007-12-07  Glenn Morris  <rgm@gnu.org>
12618         * gnus-art.el (article-make-date-line): Revert previous change.
12620 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12622         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
12624 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
12626         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
12627         Call gnus-add-to-range ranges only once with a prepared article-list.
12629 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
12631         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
12632         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
12633         group names with backslashes.
12634         Reported by Tassilo Horn <tassilo@member.fsf.org>.
12636 2007-12-06  Deepak Goel  <deego3@gmail.com>
12638         * gnus-art.el (article-make-date-line):
12639         * gnus-start.el (gnus-load):
12640         * pop3.el (pop3-read-response): Fix buggy call to `error'.
12642 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12644         * gnus-art.el (gnus-use-idna):
12645         * gnus-start.el (gnus-site-init-file):
12646         * message.el (message-use-idna):
12647         * mm-uu.el (mm-uu-hide-markers):
12648         * smiley.el (smiley-style): Revert changes that suppress warnings.
12650 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12652         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
12653         specify charset to html source.
12654         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
12656 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12658         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
12659         idna-program in order to suppress byte compile warning issued by XEmacs
12660         that came to byte compile the default value section of defcustom forms
12661         recently.
12663         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
12664         value of installation-directory.
12666         * message.el (message-use-idna): Don't directly refer to the value of
12667         idna-program.
12669         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
12671         * smiley.el (smiley-style): Don't directly call face-attribute.
12673 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
12675         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
12677         * gnus-dired.el: Reduce Gnus dependencies.
12678         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
12679         Don't require.  Use autoloads instead.
12680         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
12681         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
12682         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
12683         (gnus-dired-mode): Adjust doc string.
12684         (gnus-dired-mail-mode): New variable.
12685         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
12686         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
12687         (gnus-dired-mail-buffers): New function.  Return mail or message
12688         composition buffers.
12689         (gnus-dired-attach): Use it.
12690         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
12691         NO-DECODE.
12692         (gnus-dired-print): Use `gnus-print-buffer' depending on
12693         `gnus-dired-mail-mode'.
12695 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12697         * rfc2047.el (rfc2047-encoded-word-regexp)
12698         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
12699         explaining what regexp patterns are for.
12701 2007-12-04  Glenn Morris  <rgm@gnu.org>
12703         * password.el: Move to ../password-cache.el.
12705         * mml1991.el (password-read, password-cache-add, password-cache-remove):
12706         * mml2015.el (password-read, password-cache-add, password-cache-remove):
12707         * mml-smime.el (password-read, password-cache-add)
12708         (password-cache-remove):
12709         No need to autoload, since mml-sec requires password.
12711         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
12712         * message.el (gnus-extract-address-components):
12713         * mml-smime.el (gnus-extract-address-components): Define for compiler.
12715         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
12716         password.
12718 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
12720         * mailcap.el: Reduce dependencies.
12721         (mail-header-parse-content-type): Autoload.
12722         (mailcap-delete-duplicates): New alias.
12723         (mailcap-mime-info): Add optional argument NO-DECODE.
12724         (mailcap-mime-types): Use mailcap-delete-duplicates.
12726         * message.el (message-ignored-supersedes-headers): Add "X-ID".
12728 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12730         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
12731         function.
12733         * gnus-uu.el (gnus-uu-decode-yenc): New command.
12734         (gnus-uu-yenc-article): New function.
12736         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
12738         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
12740 2007-12-02  Glenn Morris  <rgm@gnu.org>
12742         * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
12743         Move to ../net.
12745         * binhex.el, uudecode.el: Move to ../mail.
12747         * encrypt.el: Remove file.
12749 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
12751         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
12752         matches on patches.
12754         * gnus-art.el (gnus-article-browse-html-article):
12755         Mention `mm-text-html-renderer' in the doc string.
12757         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
12758         string.  Add comments.
12760         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
12761         if rhs is ASCII.
12763 2007-12-01  Glenn Morris  <rgm@gnu.org>
12765         * dig.el, dns.el: Move to ../net.
12766         * format-spec.el, hex-util.el, sha1.el: Move to ../.
12768         * mail-source.el (top-level): Require format-spec before
12769         eval-when-compile.
12771 2007-11-30  Glenn Morris  <rgm@gnu.org>
12773         * encrypt.el: Require password, rather than autoloading password-read.
12775 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
12777         * gnus.el (gnus-method-to-server): Add an optional parameter so the
12778         caller can indicate whether the cache should be disregarded for this
12779         call.  This way the result of the call is reproducible at all times and
12780         can be considered a canonical server name for the supplied method.
12781         (gnus-agent-method-p): Canonicalize server names by pushing their
12782         method through `gnus-method-to-server' using the no-cache argument.
12784         * gnus-srvr.el (gnus-server-insert-server-line):
12785         Call `gnus-method-to-server' with `no-cache' argument.
12787         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
12788         gnus-agent-possibly-synchronize-flags as this should be called when the
12789         server is actually being opened.
12790         (gnus-agent-possibly-synchronize-flags)
12791         (gnus-agent-possibly-synchronize-flags-server): Move check for the
12792         flags file of an agentized server to the latter function.
12794         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
12795         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
12796         after a connection has been established successfully.
12798 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12800         * gnus-art.el (article-display-face): Force to display face if called
12801         interactively; check if gnus-article-x-face-too-ugly matches author.
12802         (article-display-x-face): Display face even if From header is missing
12803         as article-display-face does.
12805 2007-11-28  Richard Stallman  <rms@gnu.org>
12807         * md4.el: Move to ../.
12808         * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
12810 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
12812         * mail-source.el (mail-sources): Default to fetch from file for
12813         compatibility with default of nnmail-spool-file.
12815 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12817         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
12818         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
12819         to look for encoded word that should be encoded again.
12820         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
12821         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
12822         encoding pattern.
12823         (rfc2047-decode-region): Switch strict regexp and loose one according
12824         to rfc2047-allow-irregular-q-encoded-words.
12826 2007-11-26  Simon Josefsson  <simon@josefsson.org>
12828         * imap.el: Move to ../net directory.
12830 2007-11-25  Romain Francoise  <romain@orebokech.com>
12832         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
12834 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
12836         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
12837         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
12839         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
12840         `nnmail-spool-file'.
12842         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
12843         `nnmail-spool-file'.
12845         * gnus-move.el (gnus-change-server): Ditto.
12847         * gnus-kill.el (gnus-batch-score): Ditto.
12849         * gnus-cache.el (gnus-jog-cache): Ditto.
12851         * gnus-msg.el (gnus-summary-reply):
12852         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
12854 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
12856         * gnus-cache.el (gnus-cache-generate-nov-databases):
12857         Use nnml-generate-nov-databases-directory instead of
12858         nnml-generate-nov-databases-1.
12860 2007-11-24  Glenn Morris  <rgm@gnu.org>
12862         * message.el (message-tool-bar-retro): Update for rename
12863         mail_send.xpm->mail-send.xpm.
12865 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
12867         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
12868         `smime-ldap-search' for Emacs 22 and up.
12870 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
12872         * hashcash.el: Move to ../mail directory.
12874         * smime-ldap.el: Remove.  Not used in Emacs 22 and up.
12876         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
12877         `smime-ldap-search' for Emacs 22 and up.
12879 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12881         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
12883         * message.el (message-send-mail-function): Fix error convention.
12884         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
12885         (message-widen-reply, message-send-mail, message-talkative-question)
12886         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
12887         (message-clone-locals, message-send-news): Use with-current-buffer.
12888         (message-insert-or-toggle-importance): Remove unused var `valid'.
12889         (message-make-references): Remove unused var `new-references'.
12890         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
12892 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
12894         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
12895         (spam-split-symbolic-return-positive): Reflow docstring.
12896         (spam-backends, spam-summary-exit-behavior)
12897         (spam-mark-ham-unread-before-move-from-spam-group)
12898         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
12899         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
12900         (spam-clear-cache, spam-backend-check, spam-install-backend)
12901         (spam-install-statistical-backend, spam-list-of-processors)
12902         (spam-group-processor-p, spam-split, spam-bogofilter-score)
12903         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
12904         (spam-check-crm114, spam-initialize, spam-unload-hook):
12905         Fix typos in docstrings.
12907 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12909         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
12910         been checked if they have never been read and those group levels are
12911         higher than the one that a user specified.
12913 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12915         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
12916         foreign groups unless a group level is specified by a user.
12917         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
12919 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
12921         * message.el (message-send-mail-function): Require sendmail.
12923 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
12925         * message.el (message-send-mail-function): Check for smtpmail too.
12927         * utf7.el (utf7-encode, utf7-decode): Use coding system
12928         `utf-7'/`utf-7-imap' from utf-7.el' if available.
12930         * message.el (message-send-mail-function): New function.
12931         (message-send-mail-function): Set default using
12932         message-send-mail-function.  Adjust doc string.
12933         (message-send-mail-with-mailclient): New function.
12935 2007-11-17  Richard Stallman  <rms@gnu.org>
12937         * assistant.el: Remove file.
12939 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
12941         * smime.el (from):
12942         * rfc2047.el (message-posting-charset):
12943         * qp.el (mm-use-ultra-safe-encoding):
12944         * pop3.el (parse-time-months):
12945         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
12946         * nnml.el (files):
12947         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
12948         (jka-compr-compression-info-list, ange-ftp-path-format)
12949         (efs-path-regexp):
12950         * nndiary.el (files):
12951         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
12952         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
12953         (epg-digest-algorithm-alist, inhibit-redisplay)
12954         (password-cache-expiry):
12955         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
12956         (pgg-output-buffer, password-cache-expiry):
12957         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
12958         (efs-path-regexp):
12959         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
12960         (inhibit-redisplay):
12961         * mm-uu.el (file-name, start-point, end-point, entry)
12962         (gnus-newsgroup-name, gnus-newsgroup-charset):
12963         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
12964         (latin-unity-ucs-list):
12965         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
12966         (mm-uu-binhex-decode-function):
12967         * message.el (gnus-message-group-art, gnus-list-identifiers)
12968         (rmail-enable-mime-composing, gnus-local-organization)
12969         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
12970         (gnus-read-active-file, facemenu-add-face-function)
12971         (facemenu-remove-face-function, gnus-article-decoded-p)
12972         (tool-bar-mode):
12973         * mail-source.el (display-time-mail-function):
12974         * gnus-util.el (nnmail-pathname-coding-system)
12975         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
12976         (gnus-original-article-buffer, gnus-user-agent)
12977         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
12978         (xemacs-codename, sxemacs-codename, emacs-program-version):
12979         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
12980         * gnus-start.el (gnus-agent-covered-methods)
12981         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
12982         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
12983         (gnus-newsgroup-headers, gnus-group-list-mode)
12984         (gnus-group-mark-positions, gnus-newsgroup-data)
12985         (gnus-newsgroup-unreads, nnoo-state-alist)
12986         (gnus-current-select-method, mail-sources)
12987         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
12988         (nnmail-spool-file, gnus-cache-active-hashtb):
12989         * gnus-mh.el (mh-lib-progs):
12990         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
12991         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
12992         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
12993         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
12994         (gnus-group-buffer):
12995         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
12996         (font-lock-set-defaults):
12997         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
12998         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
12999         (gnus-summary-post-menu, total-parts, type, condition, length):
13000         * gnus-agent.el (gnus-agent-read-agentview):
13001         * flow-fill.el (show-trailing-whitespace):
13002         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
13003         eval-and-compile wrappers for byte compiler pacifiers.
13005         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
13006         (mm-display-inline-fontify): Check for featurep 'xemacs not
13007         extent-list.
13009         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
13010         itimer-list.
13011         (mm-create-image-xemacs): Only do something for XEmacs.
13012         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
13014         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
13016         * gnus-registry.el (gnus-adaptive-word-syntax-table):
13017         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
13019 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
13021         * nnimap.el (nnimap-split-download-body):
13022         * gnus-demon.el (gnus-demon):
13023         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
13025 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13027         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
13028         New macros.
13029         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
13030         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
13031         copy data from unibyte buffer to multibyte current buffer.
13032         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
13033         to copy data from unibyte current buffer to multibyte buffer.
13034         (nntp-make-process-buffer): Make process buffer unibyte.
13036         * pop3.el (pop3-open-server): Fix typo in Lisp code.
13038 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
13040         * pop3.el (pop3-open-server): Accept and process data more robustly at
13041         connection start to avoid spurious "POP SSL connection failed" errors.
13043 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13045         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
13046         read group names.
13048 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
13050         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
13052 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13054         * nnmail.el (nnmail-parse-active): Make group names unibyte.
13055         (nnmail-save-active): Use a unibyte buffer when saving active file,
13056         which may contain non-ASCII group names.
13058         * nnml.el (nnml-request-group): Decode group names in messages.
13060 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
13062         * message.el (message-citation-line-function)
13063         (message-insert-formatted-citation-line): Fix spelling of
13064         `message-insert-formated-citation-line'.
13066 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
13068         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
13070 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13072         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
13073         nnmail-pathname-coding-system.
13075         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
13076         that a user enters; decode group names in messages.
13078         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
13080 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13082         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
13084         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
13086         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
13087         risky local variable.
13089         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
13091 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
13093         * encrypt.el: Improve documentation to fix function name typo.
13094         Reported by Daiki Ueno <ueno@unixuser.org>.
13096 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13098         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
13099         even if the point is not in the last page of an article.
13100         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
13101         back to the previous page.
13103 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
13105         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
13107 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13109         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
13111 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13113         * message.el (message-check-news-body-syntax):
13114         Avoid mm-string-as-multibyte.
13115         (message-hide-headers): Don't assume (point-min)==1.
13117 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13119         * message.el (message-remove-blank-cited-lines): Fix if remove is
13120         given.
13121         (message-bogus-address-regexp): New variable.
13122         (message-bogus-recipient-p): New function.
13123         (message-check-recipients): New command.
13124         (message-syntax-checks): Add `bogus-recipient'.
13125         (message-fix-before-sending): Add `bogus-recipient'.
13127         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
13128         (gnus-treat-body-boundary): Don't test window-system.
13130 2007-10-28  Leo Liu  <sdl.web@gmail.com>  (tiny change)
13132         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
13134 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13136         * gnus.el: Bump version to Gnus v5.13.
13138 2007-10-28  Miles Bader  <miles@gnu.org>
13140         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
13141         at compile-time too.
13143 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
13145         * gnus-msg.el (gnus-message-setup-hook):
13146         Add `message-remove-blank-cited-lines' to options.
13148 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13150         * message.el (message-remove-blank-cited-lines): New function.
13151         Suggested by Karl Plästerer.
13153 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13155         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
13156         mapc.
13158         * imap.el (imap-open): Replace mapcar called for effect with mapc.
13159         (top-level): Use mapc to set functions to be traced for debugging.
13161         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
13162         called for effect with while loop.
13164         * message.el (message-talkative-question): Replace mapcar called for
13165         effect with mapc.
13167         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
13168         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
13169         called for effect with dolist.
13171         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
13173         * nndiary.el: Use dolist instead of mapcar to add diary headers to
13174         gnus-extra-headers and nnmail-extra-headers.
13176         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
13177         called for effect with dolist.
13178         (top-level): Use mapc to set functions to be traced for debugging.
13180         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
13181         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
13182         dolist.
13184         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
13185         Replace mapcar called for effect with mapc.
13186         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
13187         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
13188         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
13189         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
13191         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
13192         remove-if that's a cl function.
13194         * webmail.el (webmail-debug): Replace mapcar called for effect with
13195         dolist.
13197 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13199         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
13200         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
13201         with while loop.
13203         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
13204         functions from article-* functions.
13205         (gnus-multi-decode-header): Replace mapcar called for effect with
13206         dolist.
13208         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
13209         (gnus-bookmark-show-details): Replace mapcar called for effect with
13210         while loop.
13212         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
13213         called for effect with while loop.
13215         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
13216         with dolist.
13218         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13219         Replace mapcar called for effect with dolist.
13221         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
13223         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
13224         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
13225         Replace mapcar called for effect with dolist.
13226         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
13227         mapc.
13229         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
13230         Replace mapcar called for effect with dolist.
13231         (gnus-topic-list): Replace mapcar called for effect with mapc.
13233         * gnus.el: Use mapc instead of mapcar to add autoloads.
13235 2007-10-23  Richard Stallman  <rms@gnu.org>
13237         * gnus-group.el (gnus-group-highlight): Mark as risky.
13239 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13241         * gnus.el (gnus-server-to-method): Return method found first in
13242         gnus-newsrc-alist.
13244         * gnus-art.el (gnus-article-highlight-signature)
13245         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
13246         button overlay without the front stickiness.
13248 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
13250         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
13251         overview buffer needed a catch to receive its throw.
13252         (gnus-agent-flush-cache): Declare as interactive to make this function
13253         easier to use.
13255 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
13257         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
13258         `next-line'.
13260 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13262         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
13263         exclude address matching message-dont-reply-to-names.
13265 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13267         * gnus-util.el (gnus-string<): New function.
13269         * gnus-sum.el (gnus-article-sort-by-author)
13270         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
13272 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13274         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
13275         the frame-focus tag is set in gnus-buffer-configuration.
13277 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13279         * gnus-art.el (gnus-article-add-button): Make a button overlay without
13280         the front stickiness.
13282 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13284         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
13285         url pattern; remove duplicate one.
13286         (gnus-article-extend-url-button): New function.
13287         (gnus-article-add-buttons): Use it.
13288         (gnus-button-push): Use concatenated url that it makes.
13290 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
13292         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
13293         (sieve-manage-open): Use `mapc' instead of `mapcar'.
13295 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13297         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
13298         Don't hardcode point-min==1.
13300 2007-09-30  David Kastrup  <dak@gnu.org>
13302         * gnus-art.el (gnus-article-reply-with-original)
13303         (gnus-article-followup-with-original): When `transient-mark-mode' is
13304         off, refrain from active-region behavior for followups.
13306 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
13308         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
13309         Fix comment about "iso8859-1".
13311 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
13313         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
13314         ones returned from the verify-function.
13316         * mm-uu.el (mm-uu-pgp-signed-extract-1):
13317         Call mml2015-extract-cleartext-signature if extraction failed.
13319 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
13321         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
13322         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
13323         failed.
13325 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13327         * Relicense "GPLv2 or later" files to "GPLv3 or later".
13329 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
13331         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
13332         to mark a thread as expirable.  Add variable `hide' to handle hiding of
13333         thread for both the null and zero (kill/expire thread) universal prefix
13334         cases.
13335         (gnus-summary-expire-thread): Add new function to expire a thread,
13336         using gnus-summary-kill-thread.
13337         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
13338         shortcuts for gnus-summary-expire-thread.
13339         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
13340         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
13342 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
13344         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
13345         extras value, so an extras entry can be deleted.
13346         (gnus-registry-delete-extra-entry): Use it.
13347         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
13348         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
13349         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
13350         storage through the gnus-registry, and provide an appropriate API for
13351         it.
13353 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13355         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
13356         Suggested by Leo <sdl.web@gmail.com>.
13358         * gnus.el: Do.
13360 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13362         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
13363         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
13365         * gnus-agent.el (gnus-agent-fetch-headers): Do.
13367         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
13368         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
13370 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13372         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
13373         newline.
13374         (nnmbox-request-accept-article): Don't change article in source buffer;
13375         narrow to header to use message-fetch-field rather than
13376         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
13377         (nnmbox-request-replace-article): Quote lines that'll be misidentified
13378         as delimiters; make sure article ends with newline.
13379         (nnmbox-delete-mail): Correct last position of article to be deleted;
13380         ignore X-Gnus-Newsgroup header in article body.
13381         (nnmbox-save-mail): Quote lines looking like delimiters at the right
13382         positions; make sure article ends with newline.
13384         * message.el (message-display-abbrev): Don't infloop when a user
13385         inserts SPC in the beginning of header.
13387 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
13389         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
13390         list of groups not followed by default.  Fix type to be regexp.
13391         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
13393 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
13395         * hmac-def.el (define-hmac-function): Switch from old-style to
13396         new-style backquotes.
13398         * md4.el (md4-make-step): Likewise.
13400 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13402         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
13403         raw-text coding system when saving .newsrc file, which may contain
13404         non-ASCII group names.
13406 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13408         * gnus-cus.el (gnus-score-extra): New widget.
13409         (gnus-score-extra-convert): New function.
13410         (gnus-score-customize): Use it for Extra.
13412 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
13414         * mml2015.el (mml2015-extract-cleartext-signature): New function.
13415         (mml2015-mailcrypt-clear-verify): Use it.
13416         (mml2015-gpg-clear-verify): Use it.
13417         (mml2015-pgg-clear-verify): Use it.
13418         (mml2015-epg-clear-verify): Replace the current part with the output
13419         from GnuPG; don't extract the plaintext by itself.
13421         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
13422         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
13423         mml2015-clear-verify-function; don't touch the armor headers or
13424         dash-escaped text here.
13426 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13428         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
13429         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
13430         parts, or application/octet-stream as a last resort.
13431         (gnus-mime-view-part-as-type): Don't toggle display.
13432         (gnus-mime-view-part-as-charset): Don't turn off display before
13433         querying charset.
13435         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
13436         stuff to undisplayer function in Emacs.
13437         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
13439         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
13440         text/calendar parts.
13442 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13444         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
13445         decoding text/calendar parts.
13447         * message.el (message-forward-make-body-mime): Always mark body as
13448         having no illegible text; remove signed-or-encrypted argument.
13449         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
13451         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
13452         (mml-generate-mime-1): Don't encode body if it is specified to be in
13453         raw form; don't make buffer be unibyte when inserting multibyte string.
13455 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13457         * sha1.el: Fix up comment style.
13458         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
13459         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
13461         * hex-util.el: Fix up comment style.
13462         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
13464         * gnus-salt.el: Use with-current-buffer.
13465         (gnus-pick-setup-message): Fix long-standing typo.
13467 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13469         * imap.el (imap-logout-timeout): New variable.
13470         (imap-logout, imap-logout-wait): New functions.
13471         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
13473         * nnimap.el (nnimap-logout-timeout): New server variable.
13474         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
13475         nnimap-logout-timeout.
13477         * gnus-art.el (gnus-article-summary-command-nosave)
13478         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
13480 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13482         * gnus.el (gnus-maximum-newsgroup): New variable.
13484         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
13485         according to gnus-maximum-newsgroup.
13487         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
13488         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
13489         Limit the range of articles according to gnus-maximum-newsgroup.
13491 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
13493         * gnus-art.el (gnus-sticky-article): Fix problems described in
13494         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
13495         Don't perform gnus-configure-windows here; reuse existing sticky
13496         article buffer.
13498         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
13499         it doesn't exist in gnus-article-mode.
13501 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13503         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
13504         (gnus-agent-decoded-group-name): New function.
13505         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
13506         (gnus-agent-expire-group-1): Use it; decode group name in messages.
13508 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
13510         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
13511         Add binding for gnus-sticky-article.
13512         (gnus-summary-exit): Don't kill sticky article buffers.
13514         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
13515         article buffer.
13516         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
13517         (gnus-kill-sticky-article-buffers): New commands.
13519 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13521         * nntp.el (nntp-xref-number-is-evil): New server variable.
13522         (nntp-find-group-and-number): If it is non-nil, don't trust article
13523         numbers in the Xref header.
13525 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13527         * gnus-agent.el (gnus-agent-read-group): New function.
13528         (gnus-agent-flush-group, gnus-agent-expire-group)
13529         (gnus-agent-regenerate-group): Use it.
13530         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
13531         nnmail-pathname-coding-system.
13533 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13535         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
13537         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
13538         that are unread as unread, and also as selected so that information of
13539         marks having been changed by a user may be updated when exiting group.
13541 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13543         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
13545 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13547         * gnus-art.el (gnus-mime-display-single): Pass part number that is
13548         calculated ignoring signature parts to gnus-treat-article.
13550 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13552         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
13553         a point here in order to keep the window start.
13554         (gnus-insert-mime-security-button): Make a button overlay without the
13555         front stickiness.
13556         (gnus-mime-display-security): Goto the end of a button.
13558         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
13560 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13562         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
13563         group-name-at-point.
13564         (gnus-group-completing-read): New function that offers decoded
13565         non-ASCII group names for completion.
13566         (gnus-fetch-group, gnus-group-read-ephemeral-group)
13567         (gnus-group-jump-to-group, gnus-group-make-group-simple)
13568         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
13569         (gnus-group-fetch-control): Use it.
13570         (gnus-fetch-group): Use group-name-at-point for the initial value
13571         rather than the default value; use gnus-alive-p.
13573         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
13574         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
13575         (gnus-summary-post-news): Use gnus-group-completing-read.
13577         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
13578         (gnus-read-move-group-name): Decode group name for completion.
13580 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
13582         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
13583         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
13584         Yamaoka slightly modified the code).
13586 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13588         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
13589         (nnmail-split-incoming): Bind it.
13591         * nnml.el (nnml-group-name-charset): New function.
13592         (nnml-decoded-group-name): Use it; don't decode group name if
13593         nnmail-group-names-not-encoded-p is non-nil.
13594         (nnml-encoded-group-name): New function.
13595         (nnml-group-pathname): Inline nnml-decoded-group-name.
13596         (nnml-request-expire-articles): Decode group name in message.
13597         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
13598         nnmail-pathname-coding-system.
13599         (nnml-save-mail, nnml-active-number): Work with decoded group names and
13600         not decoded ones according to nnmail-group-names-not-encoded-p.
13601         (nnml-generate-active-info): Use nnml-encoded-group-name.
13603 2007-08-08  Glenn Morris  <rgm@gnu.org>
13605         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
13606         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
13607         doc-strings and comments.
13609 2007-07-25  Glenn Morris  <rgm@gnu.org>
13611         * Relicense all FSF files to GPLv3 or later.
13613 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13615         * gnus-sum.el (gnus-summary-move-article):
13616         Make gnus-summary-respool-article work.
13618 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
13620         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
13621         string.
13623 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
13625         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
13626         that should be ignored when comparing distant RSS articles with local
13627         ones.
13628         (nnrss-make-hash-index): New function.  Create a hash index according
13629         to the ignored fields.
13630         (nnrss-check-group): Use it.
13632 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13634         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
13636         * gnus-art.el (article-decode-group-name): Decode Xref header too.
13638         * gnus-group.el (gnus-group-make-group): Encode group name here unless
13639         the new optional argument ENCODED is non-nil.
13640         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
13641         coding system for encoding group name.
13642         (gnus-group-make-rss-group): Pass un-encoded group name to
13643         gnus-group-make-group.
13644         (gnus-group-set-info): Tell gnus-group-make-group that group name is
13645         encoded.
13647         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
13648         Encode group name to which articles are moved or copied.
13649         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
13650         coding system for encoding Newsgroup, Followup-To and Xref headers.
13652         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
13653         marks; use nnheader-file-coding-system to write a file.
13654         (nnagent-retrieve-headers): Bind file-name-coding-system to
13655         nnmail-pathname-coding-system.
13657         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
13659         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
13660         (nnml-request-article, nnml-request-create-group)
13661         (nnml-request-rename-group, nnml-find-id)
13662         (nnml-possibly-change-directory, nnml-possibly-create-directory)
13663         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
13664         (nnml-save-marks): Use nnml-group-pathname instead of
13665         nnmail-group-pathname.
13667         (nnml-request-create-group, nnml-request-expire-articles)
13668         (nnml-request-move-article, nnml-request-delete-group)
13669         (nnml-deletable-article-p, nnml-possibly-create-directory)
13670         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
13671         (nnml-open-marks): Bind file-name-coding-system to
13672         nnmail-pathname-coding-system.
13674         (nnml-request-article): Pass server argument to nnml-find-group-number.
13675         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
13676         Pass server argument to nnml-possibly-create-directory.
13677         (nnml-request-accept-article): Pass server argument to
13678         nnml-active-number and nnml-save-mail.
13679         (nnml-find-group-number): Pass server argument to nnml-find-id.
13680         (nnml-request-update-info): Pass server argument to
13681         nnml-marks-changed-p.
13683         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
13684         (nnml-save-mail, nnml-active-number): Add server argument.
13686         (nnml-request-delete-group): Warn if group is missing.
13687         (nnml-get-nov-buffer): Decode group name.
13688         (nnml-generate-active-info): Encode group name.
13689         (nnml-open-marks): Decode group name in messages.
13691 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13693         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
13694         if it is not specified.
13695         (gnus-article-pipe-part, gnus-article-save-part)
13696         (gnus-article-interactively-view-part, gnus-article-copy-part)
13697         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
13698         (gnus-article-inline-part, gnus-article-save-part-and-strip)
13699         (gnus-article-replace-part, gnus-article-delete-part)
13700         (gnus-article-view-part-as-type): Pass raw prefix argument to
13701         gnus-article-part-wrapper.
13703 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13705         * gnus-agent.el (gnus-agent-save-active):
13706         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
13708         * gnus-cache.el (gnus-cache-save-buffers)
13709         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
13710         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
13711         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
13712         (gnus-cache-braid-nov, gnus-cache-braid-heads)
13713         (gnus-cache-generate-active, gnus-cache-rename-group)
13714         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
13715         (gnus-cache-update-overview-total-fetched-for):
13716         Bind file-name-coding-system to nnmail-pathname-coding-system.
13717         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
13718         New variables.
13719         (gnus-cache-decoded-group-name): New function.
13720         (gnus-cache-file-name): Use it.
13721         (gnus-cache-generate-active): Use non-decoded group name for active.
13723         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
13724         right place.
13725         (gnus-write-active-file): Don't break non-ASCII group names.
13727         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
13728         nnmail-pathname-coding-system.
13730         * gnus-uu.el (gnus-uu-decode-save): Typo.
13732 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13734         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
13736 2007-07-14  David Kastrup  <dak@gnu.org>
13738         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
13739         finishing actions if we did not edit the article.
13741 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13743         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
13744         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
13745         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
13746         (gnus-agent-flush-group, gnus-agent-flush-cache)
13747         (gnus-agent-fetch-headers, gnus-agent-load-alist)
13748         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
13749         (gnus-agent-retrieve-headers, gnus-agent-request-article)
13750         (gnus-agent-regenerate-group)
13751         (gnus-agent-update-files-total-fetched-for)
13752         (gnus-agent-update-view-total-fetched-for):
13753         Bind file-name-coding-system to nnmail-pathname-coding-system.
13754         (gnus-agent-group-pathname): Don't encode file names by
13755         nnmail-pathname-coding-system.
13756         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
13757         coding-system-for-write instead of buffer-file-coding-system to
13758         gnus-agent-file-coding-system.
13760         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
13761         Decode group name.
13763         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
13765         * gnus-start.el (gnus-update-active-hashtb-from-killed)
13766         (gnus-read-newsrc-el-file): Make group names unibyte.
13768         * nnmail.el (nnmail-group-pathname): Don't encode file names by
13769         nnmail-pathname-coding-system.
13771         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
13772         (nnrss-request-delete-group): Bind file-name-coding-system to
13773         nnmail-pathname-coding-system.
13774         (nnrss-read-server-data, nnrss-read-group-data):
13775         Bind file-name-coding-system correctly.
13776         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
13778         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
13779         (nntp-server-to-method-cache): New variable.
13780         (nntp-group-pathname): New function that decodes non-ASCII group names.
13781         (nntp-possibly-create-directory, nntp-marks-changed-p)
13782         (nntp-save-marks, nntp-open-marks): Use it.
13783         (nntp-possibly-create-directory, nntp-open-marks):
13784         Bind file-name-coding-system to nnmail-pathname-coding-system.
13785         (nntp-open-marks): Decode group names when bootstrapping marks.
13787         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
13788         Newsgroups and Followup-To headers.
13790 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13792         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13793         (gnus-server-closed-face, gnus-server-denied-face)
13794         (gnus-server-offline-face): Remove variable.
13795         (gnus-server-font-lock-keywords): Use faces that are not aliases.
13797         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
13798         of modifying message-stack directly for XEmacs.
13800         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
13801         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
13802         if the coding-system argument is nil for XEmacs.
13804         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
13805         mm-charset-override-alist.
13807         * rfc2047.el: Don't require base64; require rfc2045 for the function
13808         rfc2045-encode-string.
13809         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
13810         to quote the parameter value.
13812 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13814         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
13815         form in gnus-group-name-charset-method-alist.
13817         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
13818         overrides the default layout edit-form.
13820         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
13822         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
13824 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13826         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
13827         as unfetched articles.
13829 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
13831         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
13833 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13835         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
13836         original back end that keeps marks in the local system.
13838 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13840         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
13841         arg of pop-to-buffer for XEmacs.
13842         (gnus-article-read-summary-keys): Ditto; don't restore window
13843         configuration if summary command ends up with neither article buffer
13844         nor summary buffer; describe bindings if summary keys end with C-h.
13846 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13848         * message.el (message-fix-before-sending): Skip raw message part to be
13849         forwarded while checking illegible text.
13850         (message-forward-make-body-mime, message-forward-make-body):
13851         Mark signed or encrypted raw message as having no illegible text.
13853 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13855         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
13856         (gnus-message-with-timestamp-1): New macro.
13857         (gnus-message-with-timestamp): New function.
13858         (gnus-message): Use them.
13860         * nnheader.el (nnheader-message): Use them.
13862 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
13864         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
13865         .newsrc.eld file.
13867 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13869         * gnus-agent.el (gnus-agent-fetch-headers)
13870         (gnus-agent-retrieve-headers):
13871         Bind gnus-decode-encoded-address-function to identity.
13873         * nntp.el (nntp-send-xover-command): Recognize an xover command is
13874         available also when the server returns simply a dot.
13876         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
13878 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13880         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
13882 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13884         * gnus-ems.el (gnus-x-splash): Make it work.
13886         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
13887         from being used.
13889 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13891         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
13892         the front stickiness.
13893         (gnus-article-summary-command-nosave): Correct the order of the
13894         arguments passed to pop-to-buffer.
13895         (gnus-article-read-summary-keys): Ditto; make it work properly when the
13896         summary command ends up with the article buffer.
13898         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
13899         the same faces.
13901 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
13903         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
13905 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
13907         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
13908         * gnus-sum.el (gnus-summary-highlight):
13909         * mail-source.el (mail-source-delete-old-incoming-confirm):
13910         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
13912 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13914         * gnus-art.el (gnus-mime-view-part-externally)
13915         (gnus-mime-view-part-internally): Fix predicate function passed to
13916         completing-read.
13918         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
13920         * gnus.el (gnus-update-message-archive-method): Add :version.
13922 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13924         * gnus.el (gnus-update-message-archive-method): New variable.
13926         * gnus-start.el (gnus-setup-news): Update saved "archive" method
13927         according to gnus-message-archive-method if
13928         gnus-update-message-archive-method is non-nil.
13930 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13932         * gnus-sum.el (gnus-summary-limit-to-address): New function.
13933         Suggested by Loic Dachary <loic@dachary.org>.
13934         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
13936 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13938         * message.el (message-pop-to-buffer): Add switch-function argument.
13939         (message-mail): Pass switch-function argument to it.
13941 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
13943         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
13944         Improve doc string.
13946 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13948         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
13949         (gnus-header-content):
13950         * gnus-cite.el (gnus-cite-10):
13951         * gnus-srvr.el (gnus-server-closed):
13952         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
13953         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
13954         (gnus-group-mail-3-empty, gnus-group-mail-low)
13955         (gnus-group-mail-low-empty, gnus-splash):
13956         * message.el (message-header-to, message-header-cc)
13957         (message-header-subject, message-header-other, message-header-name)
13958         (message-header-xheader, message-separator, message-cited-text)
13959         (message-mml): Lighten colors of faces used for dark background.
13961 2007-05-24  Simon Josefsson  <simon@josefsson.org>
13963         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
13964         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
13966 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13968         * message.el (message-narrow-to-headers-or-head):
13969         Ignore mail-header-separator in the body.
13971 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13973         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
13974         same as window size.
13976 2007-05-22  Kevin Ryde  <user42@zip.com.au>
13978         * message.el (message-font-lock-keywords): Use message-header-xheader
13979         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
13980         ahead of the anything pattern, to get it recognized.
13982 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
13984         * gnus-sum.el (gnus-articles-to-read)
13985         (gnus-summary-insert-old-articles): Don't truncate group name for
13986         `read-string'.
13988         * gnus-util.el (gnus-limit-string): Delete this function.
13990         * gnus-sum.el (gnus-simplify-subject-fully):
13991         Use `truncate-string-to-width' instead.
13993 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
13995         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
13996         Tell if, on summary exit, the next group has to be selected.
13997         (gnus-summary-exit): Use it.
13999 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
14001         * gnus-art.el (gnus-article-mode): Fix comment about displaying
14002         non-break space.
14004 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14006         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
14007         Check if group is not a directory.
14008         (nnfolder-request-expire-articles): Don't delete articles if the target
14009         group is not available.
14011         * nnml.el (nnml-request-create-group): Properly check if group is not a
14012         file.
14013         (nnml-request-expire-articles): Don't delete articles if the target
14014         group is not available.
14016         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
14017         Don't quote characters that are within parentheses.
14019 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14021         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
14022         (gnus-handle-ephemeral-exit): Select article according to it.
14024 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
14026         * message.el (message-insert-formated-citation-line): Remove newline.
14027         (message-citation-line-format): Add final \n here so that the user can
14028         avoid a blank line.
14030 2007-05-03  Dan Christensen  <jdc@uwo.ca>
14032         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
14033         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
14034         Update lanl/arXiv support.
14036 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
14038         * gnus.el: Bump version number.
14040 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14042         * gnus.el (gnus-version-number): Bump version.
14044 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14046         * gnus.el: No Gnus v0.6 is released.
14048 2007-04-27  Didier Verna  <didier@xemacs.org>
14050         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
14051         * gmm-utils.el (gmm-regexp-concat): ... here.
14052         * message.el: Don't require 'gnus-util.
14053         (message-dont-reply-to-names): Handle name change above.
14054         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
14056 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14058         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
14059         since the initial value varies according to the system.
14061 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14063         * mm-util.el (mm-charset-synonym-alist): Defcustom.
14065 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
14067         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
14069 2007-04-24  Didier Verna  <didier@xemacs.org>
14071         Improve the type of gnus-ignored-from-addresses.
14072         * gnus-util.el (gnus-orify-regexp): New function.
14073         * message.el (gnus-util): Require it.
14074         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
14075         * gnus-sum.el (gnus-ignored-from-addresses): New function.
14076         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
14078 2007-04-24  Didier Verna  <didier@xemacs.org>
14080         * gnus-sum.el:
14081         * gnus-utils.el: Fix some trailing whitespaces.
14083 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14085         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
14086         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
14087         article's Message-ID; refer parent article in summary buffer.
14089         * message.el (message-bounce): Call mime-to-mml.
14091 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14093         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
14095 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14097         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
14098         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
14099         displayed of multipart/alternative part if it is invoked from summary
14100         buffer.
14102         * mm-view.el (mm-inline-text-html-render-with-w3m)
14103         (mm-inline-text-html-render-with-w3m-standalone)
14104         (mm-inline-render-with-function): Use mail-parse-charset by default.
14106 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
14108         * parse-time.el (parse-time-string-chars): Check if CHAR
14109         is less than the length of parse-time-syntax.
14111 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14113         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
14114         from gnus-newsgroup-processable.
14116 2007-04-16  Didier Verna  <didier@xemacs.org>
14118         * gnus-msg.el (gnus-configure-posting-styles):
14119         Handle message-signature-directory properly with :file syntax.
14120         Reported by "Leo".
14122 2007-04-11  Didier Verna  <didier@xemacs.org>
14124         New user option: message-signature-directory.
14125         * gnus-msg.el (gnus-configure-posting-styles): Support it.
14126         * message.el (message-insert-signature): Ditto.
14127         * message.el (message-signature-file): Doc update.
14128         * message.el (message-signature-directory): New.
14130 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14132         * gnus-msg.el (gnus-inews-yank-articles):
14133         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
14135 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14137         * message.el (message-yank-original): Make sure cited text ends with
14138         newline; don't exchange point and mark.
14140 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
14142         * tls.el (open-tls-stream): Properly handle case where there
14143         is no associated buffer.
14145 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
14147         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
14148         message-yank-original, make sure (< mark TEXT point).
14150 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14152         * message.el (message-fill-column): New variable.
14153         (message-mode): Use it.  Add comment on a possible new hook.
14155         * nnmail.el (nnmail-spool-file): Mark as obsolete.
14156         (nnmail-get-new-mail): Reformat.
14158         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
14160         * gmm-utils.el: Fix Commentary.
14161         (gmm-tool-bar-from-list): Fix typo in doc string.
14163 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
14165         * message.el (message-yank-original): Don't switch point and mark
14166         unnecessarily to put point and mark as documented.
14168 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14170         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
14171         from the message heads.
14173 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
14175         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
14176         article buffer does not have a window.  This may not be the best
14177         solution but is certainly better than setting the start of the null,
14178         that is the current, window.
14180 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
14182         * gnus-draft.el (gnus-draft-setup-hook): New hook.
14183         (gnus-draft-setup): Run it.
14185         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
14186         gnus-score-fast-scoring.  Allow regexp.
14187         (gnus-score-headers): Use it.
14189         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
14190         XEmacs.
14192         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
14193         string.
14194         (gnus-button-alist): Also catch `<f1> k ...'.
14195         (gnus-treat-display-x-face): Fix doc string.
14197 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14199         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
14200         evaluation of gnus-extended-version to ensure correct generation of the
14201         User-Agent header when message-generate-headers-first is used.
14203 2007-03-24  Simon Josefsson  <simon@josefsson.org>
14205         * hashcash.el (hashcash-generate-payment-async): Don't crash if
14206         hashcash-path is nil.  Don't call callback with incorrect number of
14207         parameters if val is 0.
14209 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14211         * message.el (message-required-news-headers):
14212         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
14214 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14216         * message.el (message-generate-new-buffers): Change the meaning of the
14217         nil value; add `standard' to the choices; treat t as `unique'; improve
14218         doc string.
14219         (gnus-select-frame-set-input-focus): Autoload.
14220         (message-buffer-name): Search for the existing message buffer if
14221         message-generate-new-buffers is nil or `standard'; treat the value t of
14222         message-generate-new-buffers as `unique'.
14223         (message-pop-to-buffer): Raise the frame already displaying the message
14224         buffer; clear the echo area after querying.
14225         (message-setup): Pass the `continue' argument to compose-mail.
14226         (message-mail): Prefer `switch-function' if it is given; search for the
14227         existing message buffer if the `continue' argument is non-nil; pass
14228         continue and switch-function arguments to compose-mail by way of
14229         message-setup.
14230         (message-mail-other-window): Adjust argument of message-setup.
14231         (message-mail-other-frame): Ditto.
14233 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14235         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
14236         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
14237         to turn font-lock on when turning gnus-message-citation-mode on.
14239 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
14241         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
14242         (mml-smime-function-alist): New variable; add epg as the backend.
14243         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
14244         mml-smime- functions instead.
14245         * mm-view.el: Require smime.
14247 2007-03-05  Didier Verna  <didier@xemacs.org>
14249         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
14250         instead of just inheritance for posting styles.
14251         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
14253 2007-02-24  John Paul Wallington  <jpw@pobox.com>
14255         * tls.el (tls-certtool-program): Fix custom type.
14257 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14259         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
14260         and point-at-eol instead of line-(beginning|end)-position.
14262         * assistant.el (assistant-parse-buffer): Ditto.
14264 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
14266         * mml2015.el (mml2015-epg-find-usable-key): New function.
14267         (mml2015-epg-sign): Use it.
14268         (mml2015-epg-encrypt): Use it.
14270 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14272         * message.el (message-make-in-reply-to): Quote name containing
14273         non-ASCII characters.  It will make the RFC2047 encoder cause an error
14274         if there are special characters.  Reported by NAKAJI Hiroyuki
14275         <nakaji@jp.freebsd.org>.
14277 2007-02-27  Didier Verna  <didier@xemacs.org>
14279         Include the group parameters as well as the topic ones in the
14280         inheritance filter process.
14281         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
14282         argument GROUP-PARAMS-LIST.
14283         * gnus-topic.el (gnus-group-topic-parameters): Use it.
14285 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14287         * nntp.el (nntp-never-echoes-commands)
14288         (nntp-open-connection-functions-never-echo-commands): New variables.
14289         (nntp-send-command): Use them.
14291 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
14293         * mml2015.el (mml2015-epg-verify): Simplify.
14295 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14297         * mml.el (mml-content-disposition-alist): New user option.
14298         (mml-content-disposition): New function.
14299         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
14300         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
14302 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
14304         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
14305         verification.
14307 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14309         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
14310         articles posted in the last 24 hours.
14312 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
14314         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
14316 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
14318         * nntp.el (nntp-send-command): Don't wait for echoes when
14319         nntp-open-ssl-stream is used.
14321 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14323         * gnus-cite.el (gnus-test-font-lock-add-keywords)
14324         (gnus-message-add-citation-keywords)
14325         (gnus-message-remove-citation-keywords): Remove.
14326         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
14327         directly, make the variables in font-lock-defaults buffer-local, add
14328         gnus-message-citation-keywords to them and then update the value of
14329         font-lock-keywords.
14331 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14333         * message.el (message-cite-original-1): Don't call
14334         gnus-article-highlight-citation.
14336         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
14337         citations; fix line count.
14339 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14341         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
14342         (gnus-message-add-citation-keywords)
14343         (gnus-message-remove-citation-keywords): Use it; fix the emulating
14344         versions of font-lock-add-keywords and font-lock-remove-keywords to
14345         work with XEmacs correctly.
14347 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14349         * gnus-cite.el (gnus-cite-face-list): Set the values of
14350         gnus-message-max-citation-depth and gnus-message-citation-keywords.
14351         (gnus-message-max-citation-depth): Use defvar rather than defconst.
14352         (gnus-message-cite-prefix-regexp): New variable.
14353         (gnus-message-search-citation-line): Use it; protect against long
14354         citation prefix; fill match data with nil rather than 0 for XEmacs; set
14355         the 0th match data for Emacs.
14356         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
14357         (gnus-message-add-citation-keywords): Append keywords rather than
14358         prepending; emulate font-lock-add-keywords if it is not available.
14359         (gnus-message-remove-citation-keywords):
14360         Emulate font-lock-remove-keywords if it is not available.
14362         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
14364         * message.el (message-cite-prefix-regexp): Set the value of
14365         gnus-message-cite-prefix-regexp.
14367 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14369         * nnweb.el (nnweb-google-parse-1): Update parser.
14371 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
14373         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
14375 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14377         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
14378         regexp.
14380 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14382         * uudecode.el (uudecode-string-to-multibyte): New function emulating
14383         string-to-multibyte.
14384         (uudecode-decode-region-internal): Use it.
14386 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
14388         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
14389         Fix custom choice.
14391         * gnus-art.el (gnus-signature-limit): Fix custom choice.
14393 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
14395         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
14397         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
14398         `write-region' to respect `mm-inhibit-file-name-handlers'.
14400 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
14402         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
14403         Use gnus-home-directory instead of "~/" or "$HOME".
14405 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
14407         * encrypt.el (encrypt-insert-file-contents): Add better prompt
14408         to mention filename.
14409         Add comments at beginning regarding usage.
14410         (encrypt-write-file-contents): Change interactive so a string is
14411         acceptable.  If the file has no associated model, show an error instead
14412         of a nonsense prompt.
14414 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14416         * spam.el (spam-bsfilter-ham-switch): Fix typo.
14417         Thanks to Yoshihiko Yamada for kind notification of this typo.
14419 2007-01-12  Kenichi Handa  <handa@m17n.org>
14421         * uudecode.el (uudecode-decode-region-internal): Make it work in a
14422         multibyte buffer.
14424 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
14426         * gnus-score.el (gnus-score-fast-scoring): New variable.
14427         (gnus-score-headers): Use it.
14429         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
14431         * message.el (message-cite-original-1):
14432         Call gnus-article-highlight-citation if requested.
14433         (message-make-from): Allow name and address as optional arguments.
14435         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
14437         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
14438         bugs to doc string.
14439         (gnus-button-alist): Add mid\\|message-id.
14440         (gnus-button-fetch-group): Extend for use in
14441         `browse-url-browser-function'.
14442         (gnus-button-url-regexp): Try to catch paired parentheses like in
14443         Wikipedia URLs.
14445         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
14446         Suggested by Simon Krahnke <overlord@gmx.li>.
14448 2007-01-13  Romain Francoise  <romain@orebokech.com>
14450         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
14451         Update copyright.
14453 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
14455         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
14457 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
14459         * gnus-registry.el (gnus-registry-unfollowed-groups)
14460         (gnus-registry-split-fancy-with-parent): Fix documentation.
14462 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14464         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
14465         from nnweb groups.
14467 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14469         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
14470         Xref urls.  Erase buffer before requesting head.
14472         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
14474 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
14476         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
14477         customizable.
14479 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
14481         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
14482         no signing key is found.
14483         (mml2015-epg-encrypt): Ask user whether to skip or abort if
14484         no encrypting and/or signing key is found.
14486 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14488         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
14490 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14492         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
14493         headers read from disk with the ones newly found in the current search.
14494         This should no longer cause problems, because the article numbers in
14495         Gmane's `nov.php' output are ignored since the previous change.
14497 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14499         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
14501 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14503         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
14505 2007-01-01  Romain Francoise  <romain@orebokech.com>
14507         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
14509 2006-12-31  Steve Youngs  <steve@sxemacs.org>
14511         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
14512         `define-minor-mode' macro definition expanded properly.
14513         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
14514         exclude it there.
14516         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
14517         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
14518         `fboundp' test.
14519         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
14520         This is OK to autoload in (S)XEmacs now.
14522 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14524         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
14525         keystroke.
14526         (gnus-summary-limit-to-singletons): Fix typo.
14528         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
14529         else fails.
14531 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14533         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
14534         docstring.
14536         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
14537         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
14538         (gnus-summary-insert-dormant-articles): Fix typo in message.
14540 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
14542         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
14543         nil for XEmacs.
14544         (gnus-message-citation-mode): Don't autoload in XEmacs.
14546         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
14548 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
14550         * nnimap.el (nnimap-expunge-search-string):
14551         Mention nnimap-search-uids-not-since-is-evil in docstring.
14553 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
14555         * spam.el: Revert to make-obsolete-variable because
14556         define-obsolete-variable-alias is not supported in Emacs 21.
14558         * spam.el (spam-ifile-path, spam-ifile-database-path)
14559         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
14560         make-obsolete-variable.
14561         (spam-bsfilter-path, spam-bsfilter-program)
14562         (spam-spamassassin-path, spam-spamassassin-program)
14563         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
14564         Don't use "path" inappropriately.
14565         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
14566         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
14567         variable names.
14569 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
14571         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
14572         summary buffer.
14574         * password.el (password-cache-remove): Use clear-string to burn
14575         password, if available.
14577 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
14579         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
14581         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
14583         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
14584         (gnus-message-highlight-citation): Move defcustom here from
14585         gnus-cite.el.
14586         (gnus-message-citation-mode): Autoload.
14588         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
14589         checks to make it compile with XEmacs.
14590         (gnus-message-citation-mode): New minor mode.
14591         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
14592         (gnus-message-highlight-citation): New variables.
14593         (gnus-message-search-citation-line)
14594         (gnus-message-add-citation-keywords)
14595         (gnus-message-remove-citation-keywords)
14596         (turn-on-gnus-message-citation-mode)
14597         (turn-off-gnus-message-citation-mode): New functions.
14599 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
14601         * gnus-cite.el: Enable highlighting of different citation levels in
14602         message-mode.
14604 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
14606         * message.el (message-make-fqdn): Fix comment.
14607         (message-bogus-system-names): Add ".local".
14609         * spam.el (spam-ifile-path, spam-ifile-program)
14610         (spam-ifile-database-path, spam-ifile-database)
14611         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
14612         Don't use "path" inappropriately.
14613         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
14614         strings.
14615         (spam-check-ifile, spam-ifile-register-with-ifile)
14616         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
14617         Use new variable names.
14619         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
14620         (gnus-treat-display-smileys): Simplify using
14621         gnus-image-type-available-p.
14623         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
14624         available.
14626 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14628         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
14629         one after turning on the buffer's multibyteness instead of decoding
14630         them directly in the unibyte buffer that causes unexpected conversion
14631         in Emacs 23 (unicode).
14633 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14635         * message.el (message-generate-hashcash): Fix custom type.
14637 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
14639         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
14641 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
14643         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
14644         disconnect icons.  Add help text.
14646 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
14648         * spam.el (spam-extra-header-to-number): CRM114 spam score is
14649         negated to be consistent with the others we handle.
14651 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14653         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
14654         version of gnus-summary-buffer to something, so that we can use two
14655         article buffers at the same time.
14657 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
14659         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
14660         trigger all the extra headers.
14661         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
14662         sorting.
14664 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14666         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
14667         solid groups.
14669 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
14671         * legacy-gnus-agent.el: Add Copyright notice.
14673 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
14675         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
14677 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14679         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
14681         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
14682         to make it work reliably in CVS Emacs.
14683         (gnus-summary-limit-strange-charsets-predicate)
14684         (gnus-summary-limit-to-predicate): New functions.
14686 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
14688         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
14689         specifying array size.
14690         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
14691         array if it is too small.
14692         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
14693         (gnus-sort-threads-loop): New function.
14695 2006-12-06  Chris Moore  <dooglus@gmail.com>
14697         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
14698         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
14700 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
14702         * mm-url.el (mm-url-predefined-programs): Call curl with correct
14703         options.
14705 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14707         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
14708         DOS-ing the recipient.
14710         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
14711         the headers when creating the mapping to avoid mismappings.
14712         (nnweb-gmane-create-mapping): Always nix out old mapping.
14714 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14716         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
14717         and mm-verify-option to never.
14719 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14721         * message.el (message-signed-or-encrypted-p): New function.
14722         (message-forward-make-body): Use it.
14724         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
14725         Replace encode-coding-string with mm-encode-coding-string.
14727 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14729         * nneething.el (nneething-decode-file-name):
14730         Replace decode-coding-string with mm-decode-coding-string.
14732         * gnus-int.el (gnus-open-server): Say failed server's name.
14734 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
14736         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
14737         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
14739         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
14740         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
14741         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
14742         (gnus-group-make-directory-group, gnus-group-transpose-groups):
14743         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
14744         (gnus-subscribe-newsgroup, gnus-1):
14745         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
14746         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
14747         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
14748         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
14750 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14752         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
14753         keystroke.
14754         (gnus-summary-limit-to-bodies): Implement headersp.
14756 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14758         * dns.el (query-dns): Protect against "Process dns deleted" strings.
14760 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14762         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
14764 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14766         * message.el (message-generate-hashcash): Expand range of values to
14767         include `opportunistic'.
14768         (message-send-mail): Use it.
14770 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14772         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
14773         and comment it.
14775         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
14777 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
14779         * gnus-util.el (gnus-extract-address-components): Improve comment.
14781 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14783         * gnus-util.el (gnus-extract-address-components): Work with address in
14784         which the name portion contains @.
14786 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14788         * gnus.el (gnus-start): Move custom group up.
14789         (gnus-select-method): Don't autoload, but make it available for
14790         `customize-variable'.
14791         (gnus-getenv-nntpserver): Don't autoload.
14793 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
14795         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
14797 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14799         * message.el (message-sendmail-extra-arguments): New variable.
14800         (message-send-mail-with-sendmail): Use it.
14802 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14804         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
14805         mm-with-unibyte-current-buffer to make string unibyte.
14807         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
14808         mm-string-as-multibyte.
14810 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
14812         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
14813         Reported by Werner Koch <wk@gnupg.org>.
14815 2006-11-14  Daiki Ueno  <ueno@p360>
14817         * mml2015.el: Autoload epa-select-keys when compiling.
14819 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
14821         * mml2015.el (mml2015-epg-sign): Save the signing keys in
14822         message-options.
14823         (mml2015-epg-encrypt): Save the recipient keys in message-options.
14825 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
14827         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
14828         EasyPG (< 0.0.6).
14829         (mml2015-always-trust): New user option.
14830         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
14831         prompt.
14833 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14835         * nntp.el (nntp-authinfo-force): New variable.
14836         (nntp-send-authinfo): Use it.
14838 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
14840         * message.el (message-strip-subject-encoded-words): Allow _not_ to
14841         decode encoded words.  Improve prompt.  Add comment about forwarding.
14842         (message-replacement-char): Move up.
14844 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
14846         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
14847         instead of gnus-intersection because arguments of gnus-sorted-nunion
14848         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
14850 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
14852         * message.el (message-strip-subject-encoded-words): Reformat prompt.
14853         (message-simplify-subject-functions):
14854         Enable message-strip-subject-encoded-words by default.
14856 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
14858         * message.el (message-strip-subject-encoded-words): New function.
14859         (message-simplify-subject-functions): New variable.
14860         (message-simplify-subject): Use it.  Fix typo in doc string.
14861         Support message-strip-subject-encoded-words.
14863 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
14865         * gnus-diary.el (gnus-diary-delay-format-function):
14866         * nndiary.el (nndiary-reminders):
14867         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
14869 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14871         * gnus-art.el (article-hide-boring-headers): Fetch date from
14872         gnus-original-article-buffer to avoid problems with localized date
14873         strings.
14875 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14877         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
14879 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
14881         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
14882         New variables.
14883         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
14884         (mm-charset-synonym-alist): Move some entries to
14885         mm-codepage-iso-8859-list.
14886         (mm-charset-synonym-alist, mm-charset-override-alist):
14887         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
14889 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14891         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
14893 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14895         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
14896         with Emacs 21 and XEmacs.
14898 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
14900         * spam.el (spam-parse-address): New function for better parsing,
14901         catching errors, etc.
14902         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
14904 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14906         * mm-view.el: Add interactive arg to html2text autoload.
14908 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14910         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
14912 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
14914         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
14915         New variables.
14916         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
14917         (mm-charset-synonym-alist): Move some entries to
14918         mm-codepage-iso-8859-list.
14920         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
14922 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
14924         * message.el (message-citation-line-format)
14925         (message-insert-formated-citation-line): Fix implementation of %E, %N
14926         and %n according to the doc string.
14928 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
14930         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
14931         Use car-safe to avoid bad parses.
14933 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14935         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
14936         names.
14938         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
14940 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14942         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
14943         header.
14945         * message.el (message-draft-headers): Add Date.
14946         (message-headers-to-generate): Fix typo in docstring.
14948         * nndraft.el (nndraft-required-headers): New variable.
14949         (nndraft-generate-headers): Use it.
14951         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
14953 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
14955         * gnus-registry.el (gnus-registry-wash-for-keywords)
14956         (gnus-registry-find-keywords): New functions to allow easy searching of
14957         articles that are in the registry.
14959 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
14961         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
14962         Use ietf-drums-parse-address instead of gnus-extract-address-components.
14963         Reported by Damien Elmes <damien@repose.cx>.
14965 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
14967         * gnus.el (gnus-mime): Remove unused custom group.
14969 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14971         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
14972         "blank line" when searching for end of armor headers.
14974 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14976         * gmm-utils.el (gmm-write-region): Fix variable name.
14978 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
14980         * gmm-utils.el (gmm-write-region): New function based on compatibility
14981         code from `mm-make-temp-file'.
14983         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
14985         * nnmaildir.el (nnmaildir--update-nov)
14986         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
14987         Use `gmm-write-region'.
14989 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14991         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
14992         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
14994         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
14996         * message.el (message-replacement-char): New variable.
14997         (message-fix-before-sending): Use it.
14998         (message-simplify-subject): New function to remove duplicate code.
14999         (message-reply, message-followup): Use it.
15001         * gnus-sum.el (gnus-summary-make-menu-bar):
15002         Clarify gnus-summary-limit-to-articles.
15004 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15006         * gnus-util.el (gnus-with-local-quit): New macro.
15008         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
15010 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
15012         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
15013         ignore non-string data.
15015 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15017         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
15018         non-string data (needs to be done in the registry too).
15020 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15022         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
15023         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
15024         (gnus-registry-split-fancy-with-parent)
15025         (gnus-registry-fetch-simplified-message-subject-fast)
15026         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
15027         Remove text properties on ingress into the registry and when it's saved.
15028         (gnus-registry-clean-empty-function): Fix bug with cleaning the
15029         registry from entries with no groups.
15031 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15033         * gnus-util.el (gnus-string-remove-all-properties): Add utility
15034         function to remove string properties.
15036 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
15038         * gmm-utils.el (gmm): Adjust custom version.
15040         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
15041         Adjust custom version.
15043         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
15045 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
15047         * gnus-art.el (gnus-insert-prev-page-button)
15048         (gnus-insert-next-page-button): Simplify.  Reformat.
15050 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
15052         * gnus-art.el (gnus-insert-prev-page-button)
15053         (gnus-insert-next-page-button): Apply gnus-article-button-face.
15055 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
15057         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
15059 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
15061         * gnus-art.el (gnus-insert-mime-button)
15062         (gnus-insert-mime-security-button):
15063         Apply gnus-article-button-face to MIME and security buttons.
15065 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
15067         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
15068         readable.
15070 2006-09-20  Steve Youngs  <steve@sxemacs.org>
15072         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
15073         `browse-url-of-file' instead of `browse-url'.
15075 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15077         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
15078         regexp.  Articles containing quotation were cut prematurely.
15080 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15082         * message.el (message-cite-original-1): Use nobody by default for the
15083         value of From header.
15084         (message-reply): Ditto.
15086 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
15088         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
15089         to the gnus-info.  This fixes a bug of inline-PGP message verification.
15090         Reported by Michael Piotrowski <mxp@dynalabs.de>.
15092 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
15094         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
15095         mails in the doc string.  Add some URLs in comment.
15096         (pop3-movemail): Warn about pop3-leave-mail-on-server.
15098 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15100         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
15101         backslashes handling and the way to find boundaries of quoted strings.
15103 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
15105         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
15106         mml1991-encrypt-to-self is set and mml1991-signers is not set.
15107         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
15108         mml2015-encrypt-to-self is set and mml2015-signers is not set.
15110 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
15112         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
15113         doc string.
15114         (gnus-button-regexp, gnus-button-last): Remove unused variables.
15116 2006-09-06  Simon Josefsson  <jas@extundo.com>
15118         * mml2015.el (mml2015-use): Doc fix, mention epg.
15120 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
15122         * mml2015.el (mml2015-use): Default to epg, if available.
15124 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
15126         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
15127         message-sender.
15128         (mml1991-epg-encrypt): Ditto.
15129         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
15130         message-sender.
15131         (mml2015-epg-encrypt): Ditto.
15133 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
15135         * message.el (message-send-mail-with-sendmail): Look for sendmail in
15136         several common directories.
15138 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
15140         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
15141         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
15143 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15145         * gnus-art.el (article-decode-encoded-words): Make it fast.
15147 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15149         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
15151         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
15152         in quoted string into `\'.
15154 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15156         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
15157         Use standard-syntax-table.
15159 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15161         * gnus-art.el (gnus-decode-address-function): New variable.
15162         (article-decode-encoded-words): Use it to decode headers which are
15163         assumed to contain addresses.
15164         (gnus-mime-delete-part): Remove useless `or'.
15166         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
15167         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
15168         (gnus-nov-parse-line): Use it to decode From header.
15169         (gnus-get-newsgroup-headers): Ditto.
15170         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
15172         * mail-parse.el (mail-decode-encoded-address-region): New alias.
15173         (mail-decode-encoded-address-string): New alias.
15175         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
15176         New function.
15177         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
15178         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
15179         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
15180         (rfc2047-decode-string): Ditto.
15181         (rfc2047-decode-address-region): New function.
15182         (rfc2047-decode-address-string): New function.
15184 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
15186         * message.el (message-caesar-buffer-body): Allow rotating headers.
15188         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
15190         * message.el (message-insert-formated-citation-line): Fix %f.
15191         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
15193 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15195         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
15196         (gnus-bookmark-mouse-available-p): New macro.
15197         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
15198         (gnus-bookmark-bmenu-show-infos): Use it.
15199         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
15200         (gnus-bookmark-bmenu-hide-infos): Ditto.
15201         (gnus-bookmark-remove-properties): New function.
15202         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
15203         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
15204         (gnus-bookmark-write-file): Bind coding-system-for-write.
15205         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
15206         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
15207         group before selecting it.
15208         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
15209         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
15210         quit-window if it is not available; use gnus-mouse-2 and bind it to
15211         gnus-bookmark-bmenu-select-by-mouse.
15212         (gnus-bookmark-show-details): Remove unused variable `details-list'.
15213         (gnus-bookmark-bmenu-select-by-mouse): New function.
15215 2006-08-13  Romain Francoise  <romain@orebokech.com>
15217         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
15218         space.
15220 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15222         * compface.el (uncompface): Use binary rather than raw-text-unix.
15224 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15226         * compface.el (uncompface): Make sure the eol conversion doesn't take
15227         place when communicating with the external programs.
15228         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15230 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15232         * nnheader.el (nnheader-insert-head): Fix typo in comment.
15234 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15236         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
15237         Make it more robust by parsing author and date independently.
15239 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15241         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
15243 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
15245         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
15246         first matching secret key.
15247         (mml2015-epg-encrypt): Ditto.
15249         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
15250         first matching secret key.
15251         (mml1991-epg-encrypt): Ditto.
15253         * mml2015.el (mml2015-encrypt-to-self): New user option.
15254         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
15255         mml2015-epg-encrypt-to-self is set.
15257         * mml1991.el (mml1991-encrypt-to-self): New variable.
15258         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
15259         mml1991-epg-encrypt-to-self is set.
15261         * mml2015.el (mml2015-signers): New user option.
15262         (mml2015-epg-sign): Reflect the value of mml2015-signers.
15263         (mml2015-epg-encrypt): Allow to select signing keys.
15265         * mml1991.el (mml1991-signers): New variable.
15266         (mml1991-epg-sign): Reflect the value of mml1991-signers.
15267         (mml1991-epg-encrypt): Allow to select signing keys.
15269 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15271         * nnheader.el (nnheader-insert-head): Make it work even if the file
15272         uses CRLF for the line-break code.
15274 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
15276         * mml2015.el: Require mml-sec instead of password.
15277         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
15278         (mml2015-cache-passphrase): Inherit the default value from
15279         mml-secure-cache-passphrase.
15280         (mml2015-passphrase-cache-expiry): Inherit the default value from
15281         mml-secure-passphrase-cache-expiry.
15283         * mml1991.el: Require mml-sec instead of password.
15284         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
15285         (mml1991-cache-passphrase): Inherit the default value from
15286         mml-secure-cache-passphrase.
15287         (mml1991-passphrase-cache-expiry): Inherit the default value from
15288         mml-secure-passphrase-cache-expiry.
15290         * mml-sec.el: Require password.
15291         (mml-secure-verbose): New user option.
15292         (mml-secure-cache-passphrase): New user option.
15293         (mml-secure-passphrase-cache-expiry): New user option.
15295 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
15296             Andreas Vögele  <andreas@altroot.de>   (tiny change)
15298         * pgg-def.el (pgg-truncate-key-identifier):
15299         Truncate the key ID to 8 letters from the end.
15301 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15303         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
15304         workaround for the url package included with Emacs.
15306         * nnweb.el (nnweb-google-create-mapping): Update regexp.
15308 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15310         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
15311         correctly.  This fixes a bug caused by the 2006-05-12 change.
15313 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
15315         * nnmail.el (nnmail-article-group): If splitting raises an error, give
15316         some information about the error when saying that the `bogus' mail
15317         group will be used.
15319 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
15321         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
15322         string.
15324 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
15326         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
15328 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15330         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
15332 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
15334         * mml1991.el (mml1991-function-alist): Add epg.
15335         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
15336         (mml1991-epg-encrypt): New functions.
15338 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
15340         * mml2015.el (mml2015-verbose): New variable.
15341         (mml2015-cache-passphrase): Ditto.
15342         (mml2015-passphrase-cache-expiry): Ditto.
15343         (mml2015-function-alist): Add epg.
15344         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
15345         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
15346         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
15347         New functions.
15349 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15351         * message.el (message-cite-original-1): Preserve region when removing
15352         quoted text due to X-No-Archive in order to avoid bogus attribution
15353         when citing multiple messages.
15355 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15357         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
15358         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
15360 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
15362         * gnus-diary.el (gnus-user-format-function-d)
15363         (gnus-user-format-function-D): Autoload.
15365         * imap.el (Commentary): Fix typo.
15367         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
15368         2006-04-22 contribution.
15370 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15372         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
15373         It didn't really fix the bogosity I'm seeing with solid web groups.
15375 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15377         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
15378         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
15379         created using server names.  If we use the feature without declaring
15380         it, Gnus does not properly manage server and group state.
15382         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
15383         bound.
15385 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15387         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
15388         looking up the method using GROUP's prefix before inventing a new one.
15389         It is used on killed/unknown groups in various places where returning
15390         an all-new method isn't expected by the caller.
15392         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
15393         and match semantics of gnus-group-real-prefix.
15395 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
15397         * nnmail.el (nnmail-broken-references-mailers): New variable.
15398         (nnmail-ignore-broken-references): New function generalizing
15399         nnmail-fix-eudora-headers.
15400         (nnmail-fix-eudora-headers): Now obsolete.
15402         * gnus-art.el (gnus-button-handle-custom):
15403         Support `customize-apropos*'.
15405 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15407         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
15409         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
15410         articles.
15412 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
15414         * message.el (message-cite-reply-above): New variable.
15415         (message-yank-original): Use it.
15417 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15419         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
15421 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
15423         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
15424         as read.
15426         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
15428 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
15430         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
15431         (gnus-bookmark-default-file): Use gnus-directory.
15432         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
15433         Remove "*" in doc string.
15434         (gnus-bookmark-write-file): Simplify.
15435         (gnus-bookmark-maybe-sort-alist): Use `when'.
15436         (gnus-bookmark-get-bookmark): Fix typo in doc string.
15437         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
15438         Add FIXME about Emacs 21 and XEmacs compatibility.
15439         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
15440         compatibility.
15441         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
15442         compatibility.
15443         (gnus-bookmark-menu-heading): Fix version.
15445 2006-06-19  Bastien Guerry  <bzg@altern.org>
15447         * gnus-bookmark.el: New file.
15449 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15451         * message.el (message-syntax-checks): Doc fix.
15453 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15455         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
15456         unsubscribed groups as if they were killed ones.  It causes duplicate
15457         entries in gnus-newsrc-alist.
15459 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15461         * message.el (message-syntax-checks): Doc fix.
15462         (message-send-mail): Add check for continuation headers.
15463         (message-check-news-header-syntax): Fix regexp used to check for
15464         continuation headers.
15466 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15468         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
15470 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
15472         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
15474 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15476         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
15477         default-truncate-lines.
15479 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15481         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
15482         to fill the utf-8 entry.
15484 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15486         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
15488 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
15490         * gnus-agent.el (directory-files-and-attributes): Move all the way
15491         forward (the third and final move).
15492         (gnus-agent-read-agentview): Trap reconstruction errors due to
15493         nonexistent directory.  Handle by returning nil.
15495 2006-05-30  Didier Verna  <didier@xemacs.org>
15497         * message.el (message-dont-reply-to-names): Update the custom type.
15498         * message.el (message-dont-reply-to-names): New defsubst: potentially
15499         convert a list of regexps into a single one.
15500         * message.el (message-get-reply-headers): Use it.
15501         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
15503 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15505         * gnus-agent.el (directory-files-and-attributes): Move forward.
15507 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
15509         * gnus-ml.el (gnus-mailing-list-subscribe)
15510         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
15511         (gnus-mailing-list-message): Fix doc strings.
15513 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15515         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
15516         of doing it manually.
15518 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
15520         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
15521         comment.
15523 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
15525         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
15526         (gnus-agent-read-agentview): Fix handling of end-of-file error.
15527         (gnus-agent-read-local): All symbols allocated in my-obarray.
15528         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
15529         (gnus-agent-regenerate-group): Check numeric names to see if they are
15530         messages or groups.
15531         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
15532         better way of do this...)
15534         * gnus-cache.el (gnus-agent-total-fetched-for):
15535         Ignore 'dummy.group' (there should be a better way of do this...)
15537 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15539         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
15540         (gnus-saved-headers): Ditto.
15541         (gnus-default-article-saver): Mention functions may have properties.
15542         (gnus-article-save): Override gnus-save-all-headers and
15543         gnus-saved-headers by :headers property which saver function may have.
15544         (gnus-summary-save-in-file): Add :headers property.
15545         (gnus-summary-write-to-file): Ditto.
15547         * gnus-sum.el (gnus-summary-save-article): Bind
15548         gnus-prompt-before-saving to t when saving many articles in a file;
15549         always show all headers.
15551 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
15553         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
15554         marks.
15556         * message.el (message-indent-citation): Add optional arguments to allow
15557         using it outside of message buffers.
15559         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
15560         (gnus-article-treat-unfold-headers): Use it.
15561         (gnus-article-truncate-lines): New variable.
15562         (gnus-article-mode): Use it.
15563         (gnus-article-toggle-truncate-lines): New function.
15565         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
15566         Add gnus-article-toggle-truncate-lines.
15568         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
15569         coding system in XEmacs, use binary.
15571 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15573         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
15574         after-load-alist.
15576         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
15577         this function should save decoded articles.
15578         (gnus-summary-write-to-file): Use property to specify this function
15579         should save decoded articles and specify gnus-summary-save-in-file
15580         should be used to save articles other than the first one when saving
15581         many articles.
15582         (gnus-summary-save-body-in-file): Use property to specify this
15583         function should save decoded articles.
15584         (gnus-summary-write-body-to-file): Use property to specify this
15585         function should save decoded articles and specify
15586         gnus-summary-save-body-in-file should be used to save articles other
15587         than the first one when saving many articles.
15589         * gnus-sum.el (gnus-summary-save-article): Simplify.
15591 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15593         * gnus-art.el (gnus-default-article-saver):
15594         Add gnus-summary-write-body-to-file.
15595         (gnus-article-save-coding-system): Don't use coding system object
15596         in XEmacs.
15597         (gnus-read-save-file-name): Add optional `dir-var' argument which
15598         specifies directory in which files are saved; work even if optional
15599         `variable' argument is not specified.
15600         (gnus-summary-write-to-file): Read file name.
15601         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
15602         (gnus-summary-write-body-to-file): New function.
15604         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
15605         (gnus-summary-local-variables): Add it.
15606         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
15607         (gnus-summary-save-article): Remove optional `decode' argument;
15608         determine whether to decode articles by the value of
15609         gnus-default-article-saver; when saving many files using
15610         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
15611         it first and use gnus-summary-save-in-file or
15612         gnus-summary-save-body-in-file thereafter unless
15613         gnus-prompt-before-saving is always; move point to article which
15614         will be saved.
15615         (gnus-summary-save-article-file): Revert.
15616         (gnus-summary-write-article-file): Revert.
15617         (gnus-summary-save-article-body-file): Revert.
15618         (gnus-summary-write-article-body-file): New function.
15620 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
15622         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
15624 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15626         * gnus-art.el (gnus-default-article-saver): Doc fix.
15627         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
15628         from gnus-summary-save-article-coding-system, and default to a
15629         certain coding system.
15630         (gnus-output-to-file): Add coding cookie and encode text according
15631         to gnus-article-save-coding-system; don't use mm-append-to-file.
15633         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
15634         gnus-art.el and rename to gnus-article-save-coding-system.
15635         (gnus-summary-save-article): Require gnus-art; don't show all
15636         headers if it decodes articles; don't add coding cookie here;
15637         don't bind mm-text-coding-system-for-write.
15638         (gnus-summary-save-article-file): Save decoded articles.
15639         (gnus-summary-write-article-file): When saving many files, use
15640         gnus-summary-write-to-file first and gnus-summary-save-in-file
15641         thereafter unless gnus-prompt-before-saving is always.
15642         (gnus-summary-save-article-body-file): Save decoded articles.
15644 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
15646         * nnrss.el (nnrss-check-group): Bind hash-index.
15648 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
15650         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
15651         its hash index.  Store this hash in `nnrss-group-data'.
15652         (nnrss-read-group-data): Update accordingly.
15654 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
15656         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
15657         entry.
15659         * gnus-sum.el (gnus-summary-make-menu-bar):
15660         Add gnus-article-browse-html-article.
15662 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
15664         * gnus-sum.el (gnus-summary-mime-map):
15665         Add gnus-article-browse-html-article.
15667 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
15669         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
15670         suitable coding systems in customize.
15672 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
15674         * mail-source.el (mail-sources): Fix custom type.
15676 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15678         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
15679         (gnus-summary-expire-articles-now): Shorten prompt.
15681         * gmm-utils.el (wid-edit): Require.
15682         (defun-gmm): Rename from `gmm-defun-compat'.
15683         (gmm-image-search-load-path): Use it.
15684         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
15686 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15688         * gnus-sum.el (gnus-summary-save-article-coding-system):
15689         New variable.
15690         (gnus-summary-save-article): Add optional `decode' argument.
15691         If it is set and gnus-summary-save-article-coding-system is non-nil,
15692         save decoded article.
15693         (gnus-summary-write-article-file): Save decoded article if
15694         gnus-summary-save-article-coding-system is non-nil.
15696         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
15697         type.
15699 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15701         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
15703 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15705         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
15706         first to test gnus-single-article-buffer which may be buffer-local.
15708         * gnus-sum.el (gnus-summary-setup-buffer):
15709         Make gnus-single-article-buffer buffer-local and nil in ephemeral
15710         group; make gnus-article-buffer, gnus-article-current, and
15711         gnus-original-article-buffer always buffer-local.
15712         (gnus-summary-exit): Kill article buffer belonging to ephemeral
15713         group.
15714         (gnus-handle-ephemeral-exit): Don't move to next summary line.
15716 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
15718         * nnml.el (nnml-request-compact-group): Compressed files might not
15719         have .gz extension.
15721 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
15723         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
15724         (mm-copy-to-buffer): Use with-current-buffer.
15725         (mm-display-part): Simplify.
15726         (mm-inlinable-p): Add optional arg `type'.
15728 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15730         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
15731         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
15732         Try harder to show the attachment internally or externally using
15733         gnus-mime-view-part-as-type.
15735 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
15737         * message.el (message-from-style, message-signature-separator)
15738         (message-user-organization-file, message-send-mail-function)
15739         (message-citation-line-function, message-yank-prefix)
15740         (message-indent-citation-function, message-signature)
15741         (message-signature-file, message-signature-insert-empty-line):
15742         Remove autoloads.
15744         * gnus-art.el (gnus-buttonized-mime-types):
15745         Remove "multipart/signed".  Revert 2006-04-26 change.
15747 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15749         * gnus.el (gnus-version-number): Bump version.
15751 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15753         * gnus.el: No Gnus v0.5 is released.
15755 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15757         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
15758         fetching articles by message-id.
15760 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15762         * message.el (hashcash): Require hashcash as normal.
15764         * ecomplete.el (ecomplete-highlight-match-line):
15765         Use point-at-eol.
15766         (ecomplete-highlight-match-line): Use `highlight', because that
15767         face exists in both Emacs and XEmacs.
15769         * message.el (message-display-abbrev): Use point-at-bol.
15771         * mail-source.el: Don't require timer/timer-funcs.
15773         * gnus-async.el: Ditto.
15775         * password.el: Ditto.
15777         * mm-url.el: Ditto.
15779         * mm-util.el: Require timer/timer-funcs.
15781 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15783         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
15784         Close.
15786 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15788         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
15789         unibyte after clear-decrypt function runs.
15791         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
15792         returns as a unibyte string.
15794 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15796         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
15797         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
15798         (mml1991-pgg-encrypt): Ditto.
15800 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
15802         * message.el (message-user-organization-file): Check several
15803         locations of the organization file.
15805         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
15806         Add gnus-article-view-part-as-type.
15808         * gnus-art.el (gnus-article-view-part-as-type): New function.
15810         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
15811         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
15813         * mml.el: Simplify autoload.
15814         (mml-mode): defvar dnd-protocol-alist instead of using
15815         symbol-value.
15816         (mml-default-directory): New variable.
15817         (mml-minibuffer-read-file): Use it.
15818         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
15820         * message.el (message-citation-line-format): New variable.
15821         (message-insert-formated-citation-line): New function.
15822         (message-citation-line-function):
15823         Add `message-insert-formated-citation-line' to custom type.
15825         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
15826         to doc string.
15828         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
15829         depending on mm-verify-option.
15831 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15833         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
15834         binding pgg-* variables; reimplement the section which prevents
15835         MIME header from being signed.
15836         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
15837         pgg-text-mode; remove a blank line at the top of body.
15839         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
15840         lines at the top of body; use gnus-newsgroup-charset if there's no
15841         Charset header.
15843 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15845         * message.el (message-self-insert-commands): Doc fix.
15847         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
15848         (mm-uu-pgp-encrypted-test): Ditto.
15849         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
15850         between header and body; return application/pgp-encrypted handle
15851         if decryption failed; decode decrypted body by charset.
15853         * mm-decode.el (mm-automatic-display): Don't make application/pgp
15854         element match to application/pgp-*.
15856 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15858         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
15859         HTML.
15861 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15863         * mail-source.el (mail-source-call-script): Message the error
15864         string.
15866 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15868         * gnus-util.el (gnus-byte-compile): Use it.
15870 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
15872         * gnus-util.el (kill-empty-logs): New function.
15874 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15876         * message.el (message-mail-alias-type): Doc fix.
15877         (message-mail-alias-type-p): New function.
15878         (message-send): Use it.
15879         (message-mode): Ditto.
15880         (message-strip-forbidden-properties): Ditto.
15882         * ecomplete.el (ecomplete-database-file-coding-system):
15883         New variable.
15884         (ecomplete-save): Use it.
15885         (ecomplete-setup): Use it.
15887 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15889         * message.el (message-self-insert-commands): New variable.
15890         (message-strip-forbidden-properties): Use it.
15892 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15894         * message.el (message-put-addresses-in-ecomplete): Use a regexp
15895         that doesn't make XEmacs choke.
15897 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
15899         * gnus-util.el (gnus-replace-in-string):
15900         Prefer replace-regexp-in-string over of replace-in-string.
15902 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15904         * gnus-util.el (gnus-select-frame-set-input-focus):
15905         Use select-frame-set-input-focus if it is available in XEmacs; use
15906         definition defined in Emacs 22 for old Emacsen.
15908 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15910         * mm-view.el (mm-inline-text): Use equal instead of equalp.
15912 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
15914         * gnus-registry.el (gnus-registry-cache-save): Remove text
15915         properties when saving via the temp buffer.
15917 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15919         * message.el (message-generate-hashcash): Honor custom type.
15921 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15923         * message.el (message-generate-hashcash): Default to non-nil when
15924         hashcash is found.
15926         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
15927         (gnus-refer-thread-limit): Increase default to 500.
15929         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
15931         * flow-fill.el (fill-flowed): Allow delete-space.
15933 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15935         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
15936         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
15937         Remove autoloads.
15939 2006-04-18  Simon Josefsson  <jas@extundo.com>
15941         * message.el (message-generate-hashcash): Default to.
15943 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15945         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
15946         concatenating segments rather than before concatenating them.
15948 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
15950         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
15952         * imap.el (imap-quote-specials): New function.
15953         (imap-login-auth): Quote specials.
15955 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15957         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
15959         * message.el (message-forward-make-body-plain):
15960         Allow message-forward-ignored-headers to be a list.
15961         (message-remove-ignored-headers): Factor out into function.
15962         (message-forward-make-body-mml): Use it.
15963         * rfc2231.el (rfc2231-parse-string): Remove dead code.
15964         (rfc2231-parse-string): Allow concatanation of parameters that
15965         aren't contiguous.  The test case is
15966           (mail-header-parse-content-type "message/external-body;
15967             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
15968             access-type=LOCAL-FILE;
15969             name*1*=plugh%2fhello-sailor%2fbing.pdf")
15971 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
15973         * nntp.el (nntp-accept-process-output): Return the value of
15974         `nnheader-accept-process-output'.
15976 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15978         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
15979         (gnus-button-alist): Recognize more diff formats.
15980         (gnus-button-patch): Strip directory.
15982 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
15984         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
15985         Emacs 22 when setting focus.
15987 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15989         * gnus-art.el (gnus-article-treat-types): Do treatment of
15990         text/x-verbatim parts.
15991         (gnus-button-patch): New command.
15993         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
15994         addresses that contain invalid characters.
15996 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15998         * message.el (message-put-addresses-in-ecomplete):
15999         Use gnus-replace-in-string.
16000         (message-is-yours-p): Use the more correct
16001         mail-header-parse-address instead of
16002         mail-extract-address-components.
16003         (message-put-addresses-in-ecomplete): Fix typo.
16005         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
16006         keystroke.
16008         * gnus-art.el (gnus-treatment-function-alist): Change order of
16009         newsgroups/generic header folding to avoid double-folding.
16011         * message.el (message-hidden-headers): Add X-Draft-From.
16013         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
16014         New command.
16015         (gnus-summary-repeat-search-article-backward): New command.
16017         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
16018         groups in the parent topic.
16020 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
16022         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
16023         (spam-extra-header-to-number): Return the CRM114 number as a
16024         number instead of a string.
16026 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16028         * gnus-art.el (gnus-face-properties-alist): Move here from
16029         gnus-fun.
16031         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
16033 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16035         * message.el (message-strip-forbidden-properties): Only display on
16036         self-insert-command.
16038         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
16039         reindent.
16040         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
16042 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
16044         * smiley.el (smiley-style): Fix typo.
16046 2006-03-23  Kenichi Handa  <handa@m17n.org>
16048         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
16049         instead of set-buffer-multibyte.
16051 2006-03-23  Kenichi Handa  <handa@m17n.org>
16053         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
16054         buffer and then decode the buffer text if necessary.
16055         (rfc2231-encode-string): Be sure to work on multibyte buffer at
16056         first, and after mm-encode-body, change the buffer to unibyte.
16058 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16060         * hashcash.el (hashcash-insert-payment-async-2):
16061         Use message-goto-eoh instead of doing it manually.
16062         (mail-add-payment): Use message-narrow-to-header instead of trying
16063         to do the same itself.
16065         * message.el (message-hidden-headers): Add Face.
16067         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
16068         reparenting code.
16069         (gnus-summary-reparent-children): Refactored out code.
16070         (gnus-summary-thread-map): New keystroke.
16071         (gnus-summary-reparent-children): Make into command.
16073         * smiley.el (smiley-style): Default to `medium' if using a large
16074         font.
16076         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
16077         does it itself.
16079         * message.el (message-point-in-header-p): Simplify definition.
16081 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16083         * nnagent.el (nnagent-request-set-mark): Silence log file
16084         writing.
16085         (nnagent-request-set-mark): Use write-region instead of
16086         append-to-file.
16088         * gnus-sum.el (gnus-read-header): Fudge article number if using a
16089         strange select method.
16091         * ecomplete.el (ecomplete-display-matches): Get highlightling
16092         right.
16093         (ecomplete-display-matches): Use literals.
16094         (ecomplete-display-matches): Disable message logging.
16096         * message.el (message-display-abbrev): Small optimization.
16098         * ecomplete.el (ecomplete-display-matches): Allow automatic
16099         display.
16101         * message.el (message-strip-forbidden-properties):
16102         Display abbrevs.
16103         (message-display-abbrev): Get automatic display right.
16105         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
16106         keystrokes.
16108 2006-04-13  Romain Francoise  <romain@orebokech.com>
16110         TODO: Backport to v5-10!
16112         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
16113         Move here (and rename) from gnus-registry.el.
16115         * gnus-registry.el: Require gnus-util.
16116         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
16118 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16120         * gnus-group.el (gnus-group-catchup-current):
16121         Change if-then-else-if-then-else into cond.
16122         (gnus-group-catchup): Indent.
16123         (group-name-at-point): New function.
16124         (gnus-fetch-group): Provide default from thing at point.
16126 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16128         * message.el (message-display-abbrev): Fix regexp.
16130         * ecomplete.el (ecomplete-highlight-match-line):
16131         Reimplement choosing.
16132         (ecomplete-highlight-match-line): Fix up code rewrite, remove
16133         dead variables.
16135         * message.el (message-newline-and-indent): Remove debugging.
16136         (message-display-abbrev): Use new implementation.
16138 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
16140         * gnus-art.el (gnus-article-mode):
16141         Set cursor-in-non-selected-windows to nil.
16143         * smiley.el: Revert previous change.
16144         (smiley-data-directory): defvar it before using it in the
16145         defcustom of `smiley-style'.
16147 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16149         * message.el (message-newline-and-indent): New function.
16151         * ecomplete.el: Implement more bits.
16153         * message.el (message-put-addresses-in-ecomplete): Clean up the
16154         string.
16156         * ecomplete.el (ecomplete-add-item): Chop off decimals.
16158         * gnus-sum.el (gnus-summary-save-parts):
16159         Bind gnus-summary-save-parts-counter and use it to make unique file
16160         names.
16162         * gnus-art.el (gnus-ignored-headers): Add some more headers.
16164         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
16165         parameter to say whether to actually parse the individual
16166         addresses.
16168         * message.el (message-put-addresses-in-ecomplete): New function.
16169         (ecomplete): Require.
16170         (message-mail-alias-type): Add ecomplete as an option.
16172 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
16174         * flow-fill.el (fill-flowed): Remove trailing space from blank
16175         quoted lines.
16177 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16179         * smiley.el (smiley-style): Move definition later to avoid a
16180         compilation warning.
16182 2006-04-12  Kenichi Handa  <handa@m17n.org>
16184         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
16185         buffer and then decode the buffer text if necessary.
16186         (rfc2231-encode-string): Be sure to work on multibyte buffer at
16187         first, and after mm-encode-body, change the buffer to unibyte.
16188         Use mm-disable-multibyte instead of set-buffer-multibyte.
16190 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16192         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
16193         Content-Type header instead of Content-Disposition header.
16194         (gnus-mime-inline-part): Ditto.
16195         (gnus-mime-view-part-as-charset): Ignore charset that the part
16196         specifies.
16198         * mm-decode.el (mm-display-part): Work with external parts and
16199         usual parts similarly.
16201         * mm-extern.el (mm-inline-external-body): Use mm-display-part
16202         instead of gnus-display-mime.
16204         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
16205         instead of with-temp-buffer.
16207         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
16208         tag to summarized topics part in order to encode non-ASCII text.
16210 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
16212         * smiley.el (smiley-style): New variable.
16213         (smiley-directory): New function.
16214         (smiley-data-directory): Derive from `smiley-style' using
16215         `smiley-directory'.
16216         (smiley-regexp-alist): Add new entries.
16218         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
16219         (gnus-article-browse-delete-temp): Add :version.
16221 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
16223         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
16224         the sieve region.
16226 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16228         * gnus.el (gnus-version-number): Bump version.
16230 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
16232         * gnus.el: No Gnus v0.4 is released.
16234 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16236         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
16237         layout.
16239         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
16240         unknown charset.
16242         * message.el (message-header-synonyms): Add Original-To to the
16243         default.
16245         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
16246         optional parameter.
16248 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
16250         * gnus-fun.el (gnus): Require it for gnus-directory.
16252 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16254         * gnus-fun.el (gnus-face-properties-alist): Add :version.
16256 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
16258         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
16260 2006-04-05  Simon Josefsson  <jas@extundo.com>
16262         * password.el (password-reset): New function.
16264 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
16266         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
16267         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
16269 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16271         * nnweb.el (nnweb-google-create-mapping): Update regexp.
16272         Some whitespace was matched into the url, which broke browsing hits
16273         > 100 when mm-url-use-external was nil.
16275 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
16277         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
16278         Check gnus-extra-headers for 'Newsgroups.
16280         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
16281         bound.
16283 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
16285         * pgg-gpg.el: Clean up process buffers every time gpg processes
16286         complete.
16288 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
16290         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
16291         doc string.
16293 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
16295         * pgg-gpg.el (pgg-gpg-process-filter)
16296         (pgg-gpg-wait-for-completion): Check if buffer is alive.
16298         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
16299         lines, temporary fix.
16301 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16303         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
16305 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
16307         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
16308         default-enable-multibyte-characters.  This reverts the change from
16309         revision 6.17 which is no longer necessary because the passphrase
16310         is sent separately now.  GnuPG messages are unreadable under
16311         multibyte locales with default-enable-multibyte-characters set to
16312         nil.
16314 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
16316         * message.el (message-tool-bar-gnome): Move "spell".
16318 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
16320         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
16321         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
16322         instead.
16324 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
16326         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
16327         Improve newsgroups handling for NNTP overviews which don't include
16328         Newsgroups.
16330 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16332         * message.el (message-resend): Bind message-generate-hashcash to nil.
16334 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16336         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
16337         when searching for already-paid recipients.
16339 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
16341         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
16342         passphrases when it is not needed.
16343         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
16344         passphrase stuff from gpg, should only be necessary when you use
16345         gpg with a smartcard.
16347 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16349         * mml.el (mml-insert-mime): Ignore cached contents of
16350         message/external-body part.
16352         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
16353         (mm-insert-part): Ditto.
16355 2006-03-23  Simon Josefsson  <jas@extundo.com>
16357         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
16358         Reiner.
16359         (pgg-gpg-use-agent-p): Use it again.
16361 2006-03-23  Simon Josefsson  <jas@extundo.com>
16363         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
16364         older emacsen.
16365         (pgg-gpg-use-agent-p): Don't use it.
16367 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
16369         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
16370         if we can.
16372 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
16374         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
16375         (pgg-gpg-update-agent): New function.
16376         (pgg-gpg-use-agent-p): New function.
16377         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
16378         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
16379         (pgg-gpg-sign-region): Use it.
16381 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16383         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
16384         Reported by Ralf Wachinger <rwachinger@gmx.de>.
16386 2006-03-21  Simon Josefsson  <jas@extundo.com>
16388         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
16389         <wilde@sha-bang.de>.
16390         (pgg-gpg-use-agent): New variable.
16391         (pgg-gpg-process-region): Use it.
16392         (pgg-gpg-encrypt-region): Likewise.
16393         (pgg-gpg-encrypt-symmetric-region): Likewise.
16394         (pgg-gpg-decrypt-region): Likewise.
16395         (pgg-gpg-sign-region): Likewise.
16396         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
16398 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
16400         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
16402         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
16403         Add comment on version.
16405 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
16407         * smiley.el: Add missing test smiley.
16409 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16411         * mm-decode.el (mm-with-part): New macro.
16412         (mm-get-part): Use it; work with message/external-body as well.
16413         (mm-save-part): Treat name and filename equally.
16415         * mm-extern.el (mm-extern-cache-contents): New function.
16416         (mm-inline-external-body): Use it; force the part to be displayed;
16417         move undisplayer added to the cached handle to the parent.
16419         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
16420         (gnus-mime-view-part-as-type): Work with message/external-body.
16422         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
16424 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
16426         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
16427         images in image-load-path.  [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
16428         Emacs.]
16430 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
16432         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
16433         path rather than symbol.  Always return list of directories.
16434         Guarantee that image directory comes first.  [Sync with image.el,
16435         , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
16437         * message.el (message-make-tool-bar): Adjust to new API of
16438         `gmm-image-load-path-for-library'.
16440         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
16442         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
16444 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16446         * gnus-art.el (gnus-article-only-boring-p):
16447         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
16448         intangible text.
16449         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
16451 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
16453         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
16454         Use `defun' instead of `gmm-defun-compat'.
16456 2006-03-14  Simon Josefsson  <jas@extundo.com>
16458         * message.el (message-unique-id): Don't use message-number-base36
16459         if (user-uid) is a float.
16460         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
16462 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16464         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
16466         * gnus-art.el (gnus-mime-display-single): Make sure there is an
16467         empty line between a part and a message part.
16469 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
16471         * smiley.el: Add more test smileys.
16472         (smiley-data-directory, smiley-regexp-alist)
16473         (gnus-smiley-file-types): Fix doc strings.
16474         (smiley-update-cache): Clear smiley-cached-regexp-alist before
16475         adding new elements.
16476         (smiley-mouse-map): Unused code.  Make it a comment.
16478 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16480         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
16481         scan latest NoCeM messages instead of old ones.
16482         (gnus-nocem-check-article): Fix regexps so as to match to PGP
16483         delimiters that are recently used.
16484         (gnus-nocem-load-cache): Add autoload cookie.
16486         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
16488         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
16489         level which is larger than gnus-use-nocem is specified.
16491         * gnus-group.el (gnus-group-get-new-news): Ditto.
16493 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
16495         * gnus-util.el (gnus-tool-bar-update): New function.
16497         * gnus-group.el (gnus-group-update-tool-bar): New variable.
16498         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
16500         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
16502         * gnus-group.el (gnus-group-redraw-when-idle)
16503         (gnus-group-redraw-check): Remove.
16504         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
16506 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16508         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
16509         if optional last element is specified in splits (FIELD VALUE...).
16511 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
16513         * message.el (message-make-tool-bar): Rename gmm-image-load-path
16514         to gmm-image-load-path-for-library.  Call with no-error argument.
16515         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
16517         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
16519         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
16521         * gmm-utils.el (gmm-image-load-path): Remove alias.
16523 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
16525         * gmm-utils.el (gmm-image-load-path): Add alias.
16527         * nnml.el (nnml-generate-nov-databases-directory): Rename from
16528         nnml-generate-nov-databases-1.
16529         (nnml-generate-nov-databases): Use it.
16530         (nnml-generate-nov-databases-directory): Document no-active
16531         argument.
16533         * gmm-utils.el (gmm-image-load-path-for-library): Return single
16534         directory if path is t.  Add no-error.
16536         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
16537         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
16539         * gnus-art.el (gnus-article-browse-delete-temp-files):
16540         Simplify resetting gnus-article-browse-html-temp-list.
16542         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
16543         mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs.  Rename `gmm-image-load-path'.
16544         Add example to docstring.  Rename local variables.  Move error
16545         checks to default case in cond and simplify.
16547 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16549         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
16550         handle is multipart when calling it recursively.
16551         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
16553 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
16555         * nnimap.el (nnimap-request-update-info-internal): Optimize.
16556         Don't `gnus-uncompress-range' to avoid excessive memory usage.
16558 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16560         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
16561         is loaded.
16563         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
16564         loaded.
16566 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
16568         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
16569         to "Emacs 23 (unicode)" in doc string.
16571         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
16572         "Emacs 23 (unicode)" in comment.
16574 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16576         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
16578         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
16579         characters 160 through 255 in Emacs 23.
16581 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
16583         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
16584         gnus-article-browse-html-temp.
16585         (gnus-article-browse-delete-temp): Make it customizable.
16586         Add `file'.  Adjust doc string.
16587         (gnus-article-browse-delete-temp-files): Add argument.
16588         Allow query for each file.  Adjust doc string.
16589         (gnus-article-browse-html-parts):
16590         Add `gnus-article-browse-delete-temp-files' to
16591         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
16593 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
16595         * gnus-art.el (gnus-article-browse-html-temp)
16596         (gnus-article-browse-delete-temp): New variables.
16597         (gnus-article-browse-delete-temp-files): New function.
16598         (gnus-article-browse-html-parts): Use it.
16600 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
16602         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
16604         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
16605         string.
16607         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
16608         gnus-summary-insert-new-articles when unplugged.
16609         Remove gnus-summary-search-article-forward.
16611         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
16612         display-visual-class instead of display-color-cells.
16614 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16616         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
16617         message/* containing non-ASCII text properly.
16619 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
16621         * message.el: Require gmm-utils, remove autoloads.
16622         (message-tool-bar): Set default based on
16623         gmm-tool-bar-style.
16624         (message-tool-bar-gnome): Add gmm-customize-mode.
16626         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
16627         gmm-tool-bar-style.
16628         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
16630         * gnus-group.el (gnus-group-tool-bar): Set default based on
16631         gmm-tool-bar-style.
16632         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
16634         * gmm-utils.el (gmm-image-directory): Rename variable from
16635         gmm-image-load-path.
16636         (gmm-image-load-path): Use gmm-image-directory.
16637         (gmm-customize-mode): New function.
16638         (gmm-tool-bar-style): New variable.
16640         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
16641         gnus-group-redraw-line-number.
16642         (gnus-group-redraw-check): Simplify.
16643         (gnus-group-tool-bar-update): Remove redraw check.
16644         (gnus-group-make-tool-bar): Add redraw check.
16646 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
16648         * gnus-art.el (gnus-button): Add missing parentheses.
16650 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16652         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
16654 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
16656         * gnus-art.el (gnus-button): New face.
16657         (gnus-article-button-face): Use it.
16659         * gnus-sum.el (gnus-summary-tool-bar-gnome):
16660         Add gnus-summary-next-page.  Re-order.
16662         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
16663         next-node are now included.
16664         (gnus-group-redraw-line-number): New internal variable.
16665         (gnus-group-redraw-check): Helper function for updating the tool
16666         bar.
16667         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
16669         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
16671         * spam.el (spam-spamassassin-score-regexp): New internal variable.
16672         (spam-extra-header-to-number, spam-check-spamassassin-headers):
16673         Use it to match format of Spamassassin 3.0 and later.
16674         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
16675         (spam-check-bogofilter)
16676         (spam-bogofilter-register-with-bogofilter): Fix args of
16677         `gnus-error' calls.
16679 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
16681         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
16682         unnecessary interaction when sending queued mails.
16683         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
16685 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
16687         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
16688         first or last are nil.
16690 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16692         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
16694 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16696         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
16698 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16700         * dns.el (query-dns): Protect more against buggy tcp output.
16702 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16704         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
16705         nov.php.
16707 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
16709         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
16710         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
16711         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
16712         output on the server side.
16713         (nnweb-google-create-mapping): Update regexps and add some
16714         progress indication.
16716 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
16718         * gnus-group.el (gnus-group-tool-bar-gnome):
16719         Fix gnus-agent-toggle-plugged.  Re-order icons.
16720         (gnus-group-tool-bar-gnome):
16721         Add gnus-group-{prev,next}-unread-group.
16722         (gnus-group-tool-bar-gnome): Re-order icons.
16724         * gnus-sum.el (gnus-summary-tool-bar-gnome):
16725         Move gnus-summary-insert-new-articles.
16727         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
16728         Fix comments.
16730         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
16731         also available in Emacs 21.3.
16733         * message.el (message-fix-before-sending): Change "Emacs 22" to
16734         "Emacs 23 (unicode)" in comment.
16736         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
16737         "Emacs 23 (unicode)" in comment.
16739         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
16740         comment.
16741         (mm-coding-system-p): Add comment about no-MULE XEmacs.
16743         * mm-view.el (mm-fill-flowed): Add :version.
16745 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16747         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
16748         and load-path.
16750 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
16752         * message.el: Autoload gmm-image-load-path.
16753         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
16754         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
16755         consitency.
16757         * gmm-utils.el (gmm-image-load-path): Also search in
16758         "../etc/images".  Don't set gmm-image-load-path if we don't find
16759         the image.
16761 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16763         * gmm-utils.el (gmm-image-load-path): Don't make
16764         `gmm-image-load-path' include subdirectories which the second arg
16765         `image' might specify.
16767         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
16768         subdirectory to icon file names.
16770         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
16772 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
16774         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
16775         gmm-image-load-path calls.
16777         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
16779         * message.el (message-make-tool-bar): Ditto.
16781         * mml.el (mml-preview): Add comment concerning tool bar icons.
16783         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
16784         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
16786         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
16787         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
16789         * message.el (message-tool-bar-gnome): Use new icon names.
16790         (message-make-tool-bar): Use `gmm-image-load-path'.
16792         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
16793         New functions from MH-E.
16794         (gmm-image-load-path): New variable from MH-E.
16795         (gmm-image-load-path): New function from MH-E.  Add arguments
16796         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
16797         *-image-load-path-called-flag.
16799 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
16801         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
16803 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
16805         * nnimap.el (nnimap-request-move-article): Change folder back to
16806         source group before deleting.
16808 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
16810         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
16812         * gnus-art.el (mm-url-insert-file-contents-external):
16813         Autoload mm-url.
16815         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
16817 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16819         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
16820         coding system which mm-charset-to-coding-system returns for a
16821         given charset is valid.
16823 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
16825         * html2text.el (html2text-remove-tag-list):
16826         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
16828 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
16830         * gnus-cus.el: Revert 2005-10-17 change.
16832 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16834         * gnus-art.el (article-strip-banner):
16835         Call article-really-strip-banner only when the regexp match is made.
16837 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16839         * gnus-art.el (article-strip-banner):
16840         Use gnus-extract-address-components instead of
16841         mail-header-parse-addresses to make it work with non-ASCII text;
16842         remove mail-encode-encoded-word-string.
16844         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
16845         values which are surrounded with \"...\"; make it never cause a
16846         Lisp error; give up parsing of parameters if it failed in
16847         extracting type.
16849 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
16851         * smime.el (smime-cert-by-ldap-1): Fix bug where
16852         `smime-ldap-search' returns results without userCertificates.
16854 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16856         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
16858 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16860         * spam.el (spam-check-spamassassin-headers): Adapt format for
16861         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
16862         <ari@mbf.ocn.ne.jp>.
16863         (spam-list-of-processors): Add spam-use-gmane.
16865 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16867         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
16868         make-temp-file; make it work with XEmacs as well.
16870         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
16871         mm-make-temp-file.
16873         * mm-decode.el (mm-display-external): Use the 3rd arg of
16874         mm-make-temp-file.
16875         (mm-create-image-xemacs): Ditto.
16877 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16879         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
16880         with message-narrow-to-headers.
16881         (gnus-draft-setup): Narrow to header to run message-fetch-field.
16882         (gnus-draft-check-draft-articles): New function.
16883         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
16885 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
16887         * gnus-art.el (gnus-article-browse-html-parts):
16888         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
16889         Don't use suffix argument for mm-make-temp-file for Emacs 21
16890         compatibility.  Remove useless `format'.
16892 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
16894         * nnweb.el (nnweb-google-wash-article): Update regexps.
16895         (nnweb-group-alist): Use defvoo instead of defvar.
16897 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16899         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
16900         re-loading nn* modules.
16902 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
16904         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
16905         for `tool-bar-mode' and don't check it's default-value.
16907         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
16909         * message.el (message-make-tool-bar): Ditto.
16911         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
16912         `substring'.  Shorten tmp-file name.
16914         * gnus.el: Remove bogus comment.
16916 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
16918         * gnus-art.el (gnus-article-browse-html-parts): New function.
16919         (gnus-article-browse-html-article): New function for viewing html
16920         articles with a browser.
16922 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
16924         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
16925         (mml2015-pgg-encrypt): Ditto.
16927         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
16928         (mml1991-pgg-encrypt): Ditto.
16930 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16932         * nnfolder.el (nnfolder-insert-newsgroup-line):
16933         Use message-make-date instead of current-time-string.
16935         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
16936         to gnus-decoded which mm-uu might set.
16938 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16940         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
16941         don't decode quoted parameters; remove misimported Emacs code.
16942         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16943         (rfc2231-decode-encoded-string): Don't use split-string which
16944         behaves differently according to Emacs version; use
16945         mm-decode-coding-region to convert charset to coding-system.
16946         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16947         (rfc2231-encode-string): Remove misimported Emacs code.
16949 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16951         * gnus-art.el (article-decode-charset): Don't use ignore-errors
16952         when calling mail-header-parse-content-type.
16953         (article-de-quoted-unreadable): Ditto.
16954         (article-de-base64-unreadable): Ditto.
16955         (article-wash-html): Ditto.
16957         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
16958         calling mail-header-parse-content-type and
16959         mail-header-parse-content-disposition.
16960         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
16961         mail-header-parse-content-type.
16963         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
16964         insert charset and format parameters; encode description after
16965         inserting it to buffer.
16966         (mml-insert-parameter): Fold lines properly even if a parameter is
16967         segmented into two or more lines; change the max column to 76.
16969         * rfc1843.el (rfc1843-decode-article-body): Don't use
16970         ignore-errors when calling mail-header-parse-content-type.
16972         * rfc2231.el (rfc2231-parse-string): Return at least type if
16973         possible; don't cause an error even if it fails in parsing of
16974         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16975         (rfc2231-encode-string): Don't break lines at the beginning, leave
16976         it to mml-insert-parameter.
16978         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
16979         calling mail-header-parse-content-type.
16981 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
16983         * spam-report.el (spam-report-gmane-use-article-number):
16984         Improve doc string.
16985         (spam-report-gmane-internal): Check if a suitable header was found
16986         in the article.
16988 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16990         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
16991         (rfc2231-encode-string): Make param*=value always begin with LWSP.
16993 2006-02-05  Romain Francoise  <romain@orebokech.com>
16995         Update copyright notices of all files in the gnus directory.
16997 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
16999         * nnweb.el (nnweb-request-group): Avoid growing overview files.
17001 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17003         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
17004         segmented lines of parameter value to cope with Thunderbird 1.5
17005         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
17006         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17007         (rfc2231-encode-string): Don't make lines exceeding 76 column.
17009 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
17011         * mml.el (mml-generate-mime-1): Correct the order of inline signed
17012         parts.
17014 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17016         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
17017         there's only one active file for all servers.
17018         (nnweb-request-scan): Make sure nnweb-articles is initialized on
17019         solid groups.  Gnus might have used a FAST request to select the group.
17020         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
17021         and nnweb-search redundantly in the active file.
17022         (nnweb-request-list): Don't list bogus groups.  There can only be one.
17023         (nnweb-request-create-group): Don't use ARGS.
17024         (nnweb-possibly-change-server, nnweb-request-group): Remove some
17025         initializations.  Let nnoo do the work.
17027 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17029         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
17030         Say the part has been decoded.
17032         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
17034 2006-01-31  Kevin Ryde  <user42@zip.com.au>
17036         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
17037         mailcap-viewer-test-cache when there's no 'test clause, since that
17038         will invert the meaning of a "nil" test previously determined by
17039         mailcap-mailcap-entry-passes-test.
17041 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17043         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
17044         compiling.
17046         * gnus-sum.el: Ditto.
17048         * message.el: Don't bind tool-bar-map when compiling.
17050 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
17052         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
17054 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17056         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
17057         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
17058         current Google Groups.
17060 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
17062         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
17063         and tool-bar-mode.
17065         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
17066         and tool-bar-mode.
17068         * message.el (message-tool-bar-update): Simplify.
17069         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
17071         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
17072         gnus-summary-buffer.
17073         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
17074         gnus-summary-reply.
17076         * gmm-utils.el (gmm): Add :version.
17078 2006-01-26  Steve Youngs  <steve@sxemacs.org>
17080         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
17081         Don't autoload.
17083 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17085         * gmm-utils.el (gmm-verbose): Add :group.
17087 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
17089         * message.el: Change some comments WRT tool-bars.
17091         * gnus-sum.el (gnus-summary-tool-bar)
17092         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
17093         (gnus-summary-tool-bar-zap-list): New variables.
17094         (gnus-summary-make-tool-bar): Complete rewrite using
17095         `gmm-tool-bar-from-list'.
17097         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
17098         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
17099         New variables.
17100         (gnus-group-make-tool-bar): Complete rewrite using
17101         `gmm-tool-bar-from-list'.
17102         (gnus-group-tool-bar-update): New function.
17104         * message.el (message-mode-field-menu): Add "Show hidden Headers".
17106 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17108         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
17109         is dissected into a single part of which the type is the same as
17110         the given one; decode charset.
17112 2006-01-21  Kevin Ryde  <user42@zip.com.au>
17114         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
17115         into alists as symbol not string, since that's what
17116         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
17117         look for.
17119 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
17121         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
17122         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
17124         * message.el (message-tool-bar-gnome): Use gmm-ignore.
17126 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17128         * gnus-art.el (gnus-mime-security-button-commands): New variable.
17129         (gnus-mime-security-button-menu): New definition.
17130         (gnus-mime-security-button-map): Use them.
17131         (gnus-mime-security-button-menu): New function.
17132         (gnus-insert-mime-security-button): Addition to help echo.
17133         (gnus-mime-security-run-function, gnus-mime-security-save-part)
17134         (gnus-mime-security-pipe-part): New functions.
17136         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
17137         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
17139         * mm-decode.el (mm-handle-set-disposition): Remove.
17140         (mm-handle-set-description): Remove.
17142 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17144         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
17145         (mm-w3m-standalone-supports-m17n-p): New function.
17146         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
17147         w3m usage.
17149         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
17150         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
17152 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
17154         * message.el (message-tool-bar-zap-list):
17155         Use gmm-tool-bar-zap-list as custom type.
17156         (message-tool-bar-update): New function.
17157         (message-tool-bar, message-tool-bar-gnome)
17158         (message-tool-bar-retro): Add message-tool-bar-update.
17159         (message-tool-bar-gnome): Add flyspell-buffer.
17161         * gnus-util.el (gnus-error): Describe `args'.
17163         * gmm-utils.el (gmm-error): Describe `args'.
17164         (gmm-tool-bar-zap-list): New widget.
17165         (gmm-tool-bar-from-list): Improve description of `zap-list'.
17167 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17169         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
17170         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
17171         the number of recursive calls.
17173         * mm-decode.el (mm-handle-set-disposition): New macro.
17174         (mm-handle-set-description): New macro.
17176 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17178         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
17179         encoding.
17181 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
17183         * message.el (message-tool-bar-zap-list, message-tool-bar)
17184         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
17185         (message-tool-bar-local-item-from-menu): Remove.
17186         (message-tool-bar-map): Replace by `message-make-tool-bar'.
17187         (message-make-tool-bar): New function.
17188         (message-mode): Use `message-make-tool-bar'.
17190         * gmm-utils.el: New file.
17191         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
17192         (gmm-lazy): New widget copied from `nnmail.el'.
17193         (gmm-tool-bar-from-list): New function for creating customizable
17194         tool bars.
17195         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
17196         output.
17197         (gmm): Add :prefix to defgroup.
17199 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
17201         * gmm-utils.el (gmm-widget-p): New function.
17203 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
17205         * mml.el (mml-attach-file): Describe `description' in doc string.
17206         (mml-menu): Add Emacs MIME manual and PGG manual.
17208 2006-01-20  Richard M. Stallman  <rms@gnu.org>
17210         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
17212 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
17214         * nntp.el (nntp-end-of-line): Doc fix.
17216 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
17218         * imap.el (imap-open): Handle case where buffer is a buffer
17219         object.
17221 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17223         * gnus-delay.el (gnus-delay): Don't autoload.
17224         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
17225         to be re-loaded when customizing the `gnus-delay' group.
17227 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
17229         * message.el (message-insert-citation-line): Use newlines.
17231 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17233         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
17235         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
17237 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
17239         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
17241 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17243         * mm-decode.el (mm-inlined-types): Add application/pgp.
17244         (mm-automatic-display): Ditto.
17246         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
17247         part as text.
17249 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17251         * nnrss.el: Update copyright.
17252         (nnrss-opml-import): Query whether to subscribe to each entry.
17254         * gnus-art.el:
17255         * gnus-sum.el:
17256         * mm-uu.el:
17257         * mm-view.el: Update copyright.
17259 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
17261         * message.el (message-info): New function.
17262         (message-mode-menu): Add it.
17263         Update copyright.
17265         * ChangeLog: Fix and update copyright.
17267 2006-01-13  Romain Francoise  <romain@orebokech.com>
17269         * message.el (message-forward-subject-name-subject): Prefer the
17270         address to 'nowhere' if the sender has no name.
17271         Fix typo.  Update copyright year.
17273 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17275         * gnus-art.el (article-wash-html):
17276         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
17277         (gnus-article-wash-html-with-w3m-standalone): New function.
17279         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
17280         mm-inline-text-html-render-with-w3m-standalone.
17281         (mm-text-html-washer-alist): Map w3m-standalone to
17282         gnus-article-wash-html-with-w3m-standalone.
17283         (mm-inline-text-html-render-with-w3m-standalone): New function.
17285 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
17287         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
17288         Improve LaTeX.
17290 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17292         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
17293         (nnrss-request-article): Render text/plain parts as HTML.
17295         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
17296         the buffer.
17298 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
17300         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
17301         custom definition of `gnus-posting-styles'.
17303         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
17304         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
17306 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17308         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
17309         Use nntp for bug archive.
17311 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17313         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
17314         parts.
17315         (nnrss-normalize-date): New function converts ISO 8601 date into
17316         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
17317         (nnrss-check-group): Use it.
17319 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17321         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
17323         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
17324         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
17325         (nnrss-insert-w3): Ditto.
17327 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17329         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
17330         the articles to be forwarded including the case where neither a
17331         number of articles nor a region is specified.
17333 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17335         * nnrss.el (nnrss-request-article): Fix last change; fill
17336         text/plain parts.
17338 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17340         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
17341         in text/plain part.
17342         (nnrss-check-group): Don't add excessive newline to dc:subject.
17344 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
17346         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
17347         article.
17349 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
17351         * nnml.el: Don't require gnus-bcklg.  Autoload it.
17352         (nnml-use-compressed-files, nnml-save-mail): Support other
17353         comression programs such as bzip2.
17355 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17357         * dns.el (query-dns): Make sure we check the buffer size before
17358         removing tcp headers.
17360 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17362         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
17363         remove MIME buttons associated with multipart/alternative parts.
17364         (gnus-mime-display-alternative): Tag buttons using `article-type'
17365         text property.
17367         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
17368         associated with multipart/alternative parts.
17370         * gnus-art.el (gnus-signature-separator): Fix custom type.
17372         * mm-decode.el (mm-inlined-types): Fix custom type.
17373         (mm-keep-viewer-alive-types): Ditto.
17374         (mm-automatic-display): Ditto.
17375         (mm-attachment-override-types): Ditto.
17376         (mm-inline-override-types): Ditto.
17377         (mm-automatic-external-display): Ditto.
17379 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
17381         * spam-report.el (spam-report-user-mail-address)
17382         (spam-report-user-agent): New variables.
17383         (spam-report-url-ping-plain): Use spam-report-user-agent.
17385 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
17387         * gnus-art.el (gnus-button-handle-custom): Do not just use
17388         `customize-apropos' for any "M-x customize-*" button but the
17389         function called for.  Accept both the function name and its
17390         argument in order to achieve this.
17391         (gnus-button-alist): Remove support for "custom:" URL's.
17392         Pass function name to `gnus-button-handle-custom' in case of "M-x
17393         customize-*" buttons.
17395 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17397         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
17398         multipart/alternative and add xref to mm-discouraged-alternatives
17399         in doc string.
17401         * mm-decode.el (mm-discouraged-alternatives): Add xref to
17402         gnus-buttonized-mime-types in doc string.
17404 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
17406         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
17407         Suggest image/.* in the doc string.
17409 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
17411         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
17412         message-marks (Debian bug #342521).
17414 2005-12-12  Simon Josefsson  <jas@extundo.com>
17416         * password.el (password-read-from-cache): Add.
17417         (password-read): Use it.
17419 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17421         * rfc2047.el (rfc2047-charset-to-coding-system):
17422         Recognize us-ascii as a MIME charset.
17424         * mm-bodies.el (mm-decode-content-transfer-encoding):
17425         Protect against the case where the 2nd arg TYPE is nil.
17427 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
17429         * pop3.el (pop3-stream-type): Fix custom version.
17431         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
17433 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
17435         * mm-decode.el (mm-display-external): Add missing cdr.
17437 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17439         * mm-decode.el (mm-display-external): Use nametemplate (defined in
17440         RFC1524) if it is in mailcap or add a suffix according to
17441         mailcap-mime-extensions when generating a temp filename; postpone
17442         deleting a temp file for 2 seconds for some wrappers, shell
17443         scripts, and so on, which might exit right after having started a
17444         viewer command as a background job.
17446 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
17448         * nntp.el (nntp-marks-directory): Fix custom group.
17450         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
17451         steps when < 10.
17453         * gnus-start.el (gnus-no-server-1):
17454         Mention `gnus-level-default-subscribed' in doc string.
17456 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
17458         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
17459         parens.
17461 2005-11-26  Dave Love  <fx@gnu.org>
17463         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
17464         (tls-program, tls-success): Provide openssl alternative.
17466         * starttls.el: Doc fixes.
17467         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
17468         SERVICE to PORT.
17470         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
17471         port null or service name.
17472         (starttls-negotiate): Autoload.
17474 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17476         * message.el (message-kill-to-signature): Fix interactive spec.
17478 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17480         * pop3.el (pop3-open-server): Recognize a string as a service name.
17482 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
17484         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
17486 2005-11-23  Dave Love  <fx@gnu.org>
17488         Add pop3s, pop3/starttls.
17490         * pop3.el (pop3-authentication-scheme): Clarify doc.
17491         (open-tls-stream, starttls-open-stream): Autoload.
17492         (pop3-stream-type): New.
17493         (pop3-open-server): Use it.
17495         * mail-source.el (mail-sources): Fix some :types.  Add stream type
17496         for POP.
17497         (mail-source-keyword-map): Add :stream for POP.
17498         (mail-source-fetch-pop): Use pop3-stream-type.
17500 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17502         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
17503         of current-time-string.
17505 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
17507         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
17508         date header.
17510 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
17512         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
17513         it can seriously impact performance as it bypasses the agent's
17514         local caches.
17516 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
17518         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
17519         must be explicitly online rather than "not explicitly offline" for
17520         its flags to be synchronized.
17522         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
17523         that gnus-uu-unmark-thread will function correctly.
17525         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
17526         1024K is instead displayed as 1M.
17528 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17530         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
17532 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
17534         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
17536 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
17538         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
17539         error message to display actual error condition.
17540         (gnus-agent-save-local): Avoid saving symbols that are bound to
17541         nil as they simply result in a warning message in
17542         gnus-agent-read-local.
17544 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17546         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
17547         rather than make-variable-buffer-local for file-precious-flag.
17549 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
17551         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
17552         for duplicates which are removed.  The invalid sort check then
17553         triggers a rescan after the sort as sorting may have moved
17554         duplicate entries such that they can be cheaply detected.
17556 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17558         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
17560 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
17562         * gnus-agent.el (gnus-agent-article-alist-save-format):
17563         Change internal variable to a custom variable.  Change default value
17564         from compressed(2) to uncompressed(1).
17565         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
17566         support for uncompressed agentview files.  Taken together, reading
17567         the agentview file should now be 6-7 times faster.
17569 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
17571         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
17572         as a buffer-local variable.  This avoids creating truncated
17573         dribble files as a result of a hang up, eg.
17575 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
17577         * gnus-start.el (gnus-start-draft-setup):
17578         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
17580         * gnus.el (gnus-splash): Change custom group.
17581         (gnus-group-get-parameter, gnus-group-parameter-value):
17582         Describe allow-list argument.
17584         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
17585         string.
17587 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
17589         * gnus-art.el (gnus-default-article-saver): Add user-defined
17590         `function' to custom type.
17592 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
17594         * imap.el (imap-open): Handle case where buffer is a buffer
17595         object.
17597 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
17599         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
17600         long lines.
17601         (gnus-cache-delete-group): Wrap doc strings.
17603         * gnus-agent.el (gnus-agent-rename-group)
17604         (gnus-agent-delete-group): Wrap doc strings.
17606 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17608         * gnus-start.el (gnus-1): Add "native" to
17609         gnus-predefined-server-alist.
17611         * gnus.el (gnus-method-to-server): Don't add "native" to the
17612         lists here, because that leads to problems when
17613         gnus-select-method is bound.
17615 2005-11-09  Simon Josefsson  <jas@extundo.com>
17617         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
17618         use (not sort-by-date) instead.
17620 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17622         * gnus-delay.el (gnus-delay-group): Don't autoload.
17623         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
17624         to be re-loaded when customizing the `gnus-delay' group.
17626 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
17628         * message.el: Revert last changes.
17629         (message-insert-citation-line): Use newlines.
17631 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
17633         * message.el (message-courtesy-message)
17634         (message-mark-insert-begin, message-mark-insert-end)
17635         (message-elide-ellipsis, message-cancel-message)
17636         (message-add-header, message-change-subject)
17637         (message-cross-post-followup-to-header)
17638         (message-cross-post-insert-note, message-reduce-to-to-cc)
17639         (message-widen-reply, message-delete-not-region)
17640         (message-kill-to-signature, message-insert-signature)
17641         (message-insert-importance-high, message-insert-importance-low)
17642         (message-insert-or-toggle-importance)
17643         (message-insert-disposition-notification-to)
17644         (message-indent-citation, message-yank-original)
17645         (message-cite-original-without-signature, message-cite-original)
17646         (message-insert-citation-line, message-position-on-field)
17647         (message-fix-before-sending, message-send-mail-partially)
17648         (message-send-mail, message-send-mail-with-sendmail)
17649         (message-send-mail-with-qmail, message-send-news)
17650         (message-check-news-header-syntax, message-generate-headers)
17651         (message-insert-courtesy-copy, message-fill-address)
17652         (message-fill-header, message-shorten-references)
17653         (message-setup-1, message-cancel-news)
17654         (message-forward-make-body-plain, message-forward-make-body-mime)
17655         (message-forward-make-body-mml, message-encode-message-body)
17656         (message-forward-make-body-digest-plain)
17657         (message-forward-make-body-digest-mime)
17658         (message-use-alternative-email-as-from): Insert `hard-newline'
17659         instead of ordinary newlines.
17661 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17663         * message.el (message-generate-headers): Downcase the argument
17664         given to message-check-element.
17666 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
17668         * nntp.el (nntp-authinfo-rejected): New error condition.
17669         (nntp-wait-for): Use new error condition to signal authentication
17670         error.
17671         (nntp-retrieve-data): Rethrow new error condition to break out of
17672         recursive call to nntp-send-authinfo.
17674 2005-11-08  Romain Francoise  <romain@orebokech.com>
17676         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
17677         (gnus-summary-exit-map): Bind to `Z p'.
17678         (gnus-summary-make-menu-bar): Add menu item.
17680 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
17682         * gnus-art.el (gnus-article-treat-custom): Add `first'.
17683         (gnus-treat-*): Add `first' in all doc strings.
17685         * gnus-group.el (gnus-group-compact-group): Fix typo.
17687 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17689         * gnus.el (gnus-parameters-case-fold-search): New variable.
17690         (gnus-parameters-get-parameter): Use it.
17692         * gnus-score.el (gnus-home-score-file): Doc fix.
17694 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
17696         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
17698 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17700         * mm-util.el (mm-special-display-p): New function.
17702         * mml.el (mml-preview): Use it; doc fix.
17704 2005-10-29  Romain Francoise  <romain@orebokech.com>
17706         * message.el (message-fix-before-sending): Fix comment.
17708 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
17710         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
17712 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
17714         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
17715         Used in gnus-score.el.
17717 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
17719         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
17721 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
17723         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
17724         whitespace removed in revision 7.8.  Use concatenated string to
17725         protect trailing whitespace.
17727 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
17729         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
17730         (nnimap-request-expire-articles): Use it to avoid sending 'UID
17731         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
17732         Courier IMAP ("some version from 2004").  Mostly based on similar
17733         code in the same function.
17735 2005-10-26  Didier Verna  <didier@xemacs.org>
17737         * gnus-group.el (gnus-group-compact-group): Invalidate original
17738         article buffer.
17739         * gnus-srvr.el (gnus-server-compact-server): Ditto.
17740         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
17741         NOV database and in article itself.
17742         Invalidate article backlog.
17744 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17746         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
17748 2005-10-26  Simon Josefsson  <jas@extundo.com>
17750         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
17751         part of 2004-07-25 change.
17753 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17755         * message.el (message-display-completion-list): New function.
17756         (message-expand-group): Use it; make sure the Completions buffer
17757         is modifiable.
17759 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
17761         * imap.el (imap-open): Handle case where buffer is a buffer object.
17763 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
17765         * pgg-def.el:
17766         * pgg-gpg.el:
17767         * pgg-parse.el:
17768         * pgg-pgp.el:
17769         * pgg-pgp5.el:
17770         * pgg.el: Move to the parent lisp directory.
17772 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
17774         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
17775         user-mail-name is an empty string.
17777 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
17779         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
17780         depending on gnus-score-decay-constant.
17782         * encrypt.el (encrypt-insert-file-contents)
17783         (encrypt-write-file-contents): Don't use `gnus-message'.
17785         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
17786         arguments.
17787         (mm-uu-type-alist): Add message-marks and insert-marks.
17788         Pass arguments to mm-uu-verbatim-marks-extract.
17789         (mm-uu-hide-markers): New variable.
17790         (mm-uu-extract): Use face similar to `gnus-cite-3'.
17792         * gnus-fun.el (gnus-convert-image-to-x-face-command)
17793         (gnus-convert-image-to-face-command): Use "convert" by default to
17794         allow other input image formats.
17795         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
17796         accordingly.
17798 2005-10-23  Simon Josefsson  <jas@extundo.com>
17800         * imap.el (imap-gssapi-program): Align command line parameters
17801         with latest GNU SASL.
17802         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
17804 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17806         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
17807         HTML.
17808         (nnslashdot-request-article): Ditto.
17810 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
17812         * mail-source.el (mail-source-fetch-pop): Require pop3.
17813         (mail-source-check-pop): Ditto.
17815 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17817         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
17818         errors.
17820 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
17822         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
17823         (gnus-treat-strip-leading-blank-lines): Improve doc string.
17825         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
17827         * mm-bodies.el (mm-decode-string):
17828         Call `mm-charset-to-coding-system' with allow-override argument.
17830 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17832         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
17833         (rfc2047-charset-to-coding-system): New function.
17834         (rfc2047-decode-encoded-words): New function.
17835         (rfc2047-decode-region): Use them.
17836         (rfc2047-decode-cte): Remove.
17837         (rfc2047-parse-and-decode): Remove.
17838         (rfc2047-decode): Remove.
17840 2005-10-15  Kenichi Handa  <handa@m17n.org>
17842         * rfc2047.el (rfc2047-decode-cte): New function.
17843         (rfc2047-decode-region): Change the way to decode successive
17844         encoded-words: decode B- or Q-encoding in each encoded-word,
17845         concatenate them, and decode it as charset.
17847 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
17849         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
17850         widget-move-and-invoke.
17851         (gnus-custom-mode): Use gnus-custom-map.
17853 2005-10-15  Bill Wohler  <wohler@newt.com>
17855         * message.el (message-tool-bar-map): Rename image file from
17856         mail_send to mail/send.
17858 2005-10-16  Masatake YAMATO  <jet@gyve.org>
17860         * message.el (message-expand-group): Pass the common
17861         prefix substring of completion to `display-completion-list'.
17863 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
17865         * mml-sec.el (mml-secure-method): New internal variable.
17866         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
17867         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
17868         New functions using mml-secure-method.
17870         * mml.el (mml-mode-map): Add key bindings for those functions.
17871         (mml-menu): Simplify security menu entries.  Suggested by Jesper
17872         Harder <harder@myrealbox.com>.
17873         (mml-attach-file, mml-attach-buffer, mml-attach-external):
17874         Goto end of message if point is the headers of the message.
17876         * message.el (message-in-body-p): New function.
17878         * assistant.el: Autoload gnus-util and netrc.
17880         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
17881         Use `mm-charset-override-alist' only when decoding.
17883         * mm-bodies.el (mm-decode-body):
17884         Call `mm-charset-to-coding-system' with allow-override argument.
17886         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
17887         `filename' from Content-Disposition if Content-Type doesn't
17888         provide `name'.
17889         (gnus-mime-view-part-as-type): Set default instead of
17890         initial-input.
17892 2005-10-09  Daniel Brockman  <daniel@brockman.se>
17894         * format-spec.el (format-spec): Propagate text properties of % spec.
17896 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
17898         * gnus-art.el (gnus-treat-predicate): Add `first'.
17900 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
17902         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
17903         (mm-charset-override-alist): New variable.
17904         (mm-charset-to-coding-system): Use it.
17905         (mm-codepage-setup): New helper function.
17906         (mm-charset-eval-alist): New variable.
17907         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
17908         Warn about unknown charsets.
17910 2005-10-04  David Hansen  <david.hansen@gmx.net>
17912         * nnrss.el (nnrss-request-article): Add support for the comments tag.
17913         (nnrss-check-group): Ditto.
17915 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
17917         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
17918         Rename x-gnus-verbatim to x-verbatim.
17919         (mm-uu-type-alist): Fix regexp for verbatim-marks.
17921         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
17922         x-verbatim.
17924         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
17926         * gnus-util.el (gnus-remove-duplicates): Remove.
17928         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
17929         instead of gnus-remove-duplicates.
17931         * message.el (message-remove-duplicates): Remove.
17932         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
17933         message-remove-duplicates.
17935         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
17936         available, else use implementation from `delete-dups'.
17938         * message.el (message-insert-expires): New function.
17939         (message-mode-map): Add key binding.
17940         (message-mode-field-menu): Add menu entry.
17941         (message-mode): Document it.
17942         (message-make-expires-date): Use `message-make-date'.
17944 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
17946         * message.el (message-make-expires-date): New function.
17948 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17950         * time-date.el: Autoload parse-time-string, XEmacs needs it.
17952 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17954         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
17955         function rather than the diff-mode.el package.
17956         (mm-display-external): Use with-current-buffer.
17957         (mm-viewer-completion-map, mm-viewer-completion-map):
17958         Move initialization inside declaration.
17960 2005-09-29  Simon Josefsson  <jas@extundo.com>
17962         * spam.el: Load hashcash when compiling, to avoid warnings.
17963         Don't autoload mail-check-payment.
17964         (spam-check-hashcash): Define unconditionally, since hashcash.el
17965         is part of Gnus now.  Ignore errors from payment checking.
17967 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
17969         * message.el (message-bold-region, message-unbold-region):
17970         Rename from `bold-region' and `unbold-region'.
17972         * message.el: Remove useless autoloads.
17974 2005-09-28  Simon Josefsson  <jas@extundo.com>
17976         * message.el (message-use-idna): Default to t.
17977         (message-use-idna): Test whether encoding works too.  Doc fix.
17979 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17981         * nntp.el (nntp-warn-about-losing-connection): Remove.
17983 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
17985         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
17986         customizable.  Change default value.
17987         (mm-uu-diff-groups-regexp): Change default value.
17988         (mm-uu-type-alist): Add doc string.
17989         (mm-uu-configure): Add doc string.  Make it interactive.
17990         (mm-uu-tex-groups-regexp): New variable.
17991         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
17992         (mm-uu-type-alist): Add LaTeX documents.
17993         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
17994         of "text/verbatim".
17995         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
17997         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
17998         instead of "text/verbatim".
18000         * message.el (message-mark-inserted-region)
18001         (message-mark-insert-file): Use slrn style marks when called with
18002         prefix argument.
18004 2005-09-27  Simon Josefsson  <jas@extundo.com>
18006         * message.el (message-idna-to-ascii-rhs-1): Reformat.
18008 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
18010         * message.el (message-remove-duplicates): New function.
18011         Implementation borrowed from `gnus-remove-duplicates'.
18012         (message-idna-to-ascii-rhs): Also encode idna addresses in
18013         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
18014         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
18015         only ask about the same idna domain once per header and also tell
18016         in what header to replace the idna domain.
18018         * gnus-art.el (article-decode-idna-rhs): Also decode idna
18019         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
18020         (article-decode-idna-rhs): Fix regexp so that all idna-address in
18021         a header is decoded and not just the last one.
18023 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18025         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
18026         has been decoded.
18028         * mm-decode.el (mm-automatic-display): Add text/verbatim.
18029         (mm-insert-part): Don't modify text if it has been decoded.
18031         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
18032         decoded.
18034         * mm-view.el (mm-inline-text): Don't strip text props unless
18035         decoding enriched or richtext parts.
18037 2005-09-25  Romain Francoise  <romain@orebokech.com>
18039         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
18040         * gnus-start.el (gnus-subscribe-interactively):
18041         * gnus-uu.el (gnus-uu-grab-articles):
18042         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
18043         space.
18045 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
18047         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
18048         * mm-view.el (mm-view-pkcs7-decrypt):
18049         * gnus-sum.el (gnus-summary-limit-to-extra)
18050         (gnus-summary-respool-article, gnus-read-move-group-name):
18051         * gnus-score.el (gnus-summary-increase-score):
18052         * gnus-util.el (gnus-completing-read-with-default):
18053         * gnus-art.el (gnus-read-save-file-name)
18054         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
18055         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
18056         * message.el (message-check-news-header-syntax):
18057         Follow convention for reading with the minibuffer.
18059 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
18061         * spam-report.el (spam-report-url-ping-plain):
18062         Use gnus-extended-version as User-Agent.
18064         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
18065         default value is nil.
18067         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
18068         (mm-uu-verbatim-marks-extract): New function.
18069         (mm-uu-extract): New face.
18070         (mm-uu-copy-to-buffer): Use it.
18072         * spam-report.el (spam-report-gmane-ham): Rename from
18073         `spam-report-gmane-unspam'.
18074         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
18075         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
18077         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
18078         Autoload.
18079         (spam-report-gmane-unregister-routine):
18080         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
18082 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
18084         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
18085         (spam-report-gmane-unregister-routine): Add support for gmane
18086         unregistration.
18088         * spam-report.el (spam-report-gmane-unspam)
18089         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
18090         (spam-report-gmane): Change to take a single article and do unspam
18091         registration.
18093 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
18095         * mm-url.el (mm-url-decode-entities): Fix regexp.
18097 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18099         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
18100         default to nil, to be able to use Gnus at all.  If the default
18101         switches to something else, then the function should be fixed not
18102         be exceedingly slow.
18104 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
18106         * gnus-start.el (gnus-activate-group): If the server is nil, don't
18107         fail hard.
18109         * spam-report.el: Add better Keywords line.
18111         * spam.el: Add Maintainer and better Keywords line.
18113 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
18115         * gnus-art.el (gnus-article-replace-part)
18116         (gnus-mime-replace-part): New functions.
18117         (gnus-mime-action-alist, gnus-mime-button-commands)
18118         (gnus-mime-save-part-and-strip): Add file argument.
18119         (gnus-article-part-wrapper): Add interactive argument.
18121         * gnus-sum.el (gnus-summary-mime-map):
18122         Add `gnus-article-replace-part'.
18124 2005-09-19  Didier Verna  <didier@xemacs.org>
18126         The nnml compaction feature:
18127         * nnml.el (nnml-request-compact-group): New function.
18128         * nnml.el (nnml-request-compact): New function.
18129         * gnus-int.el (gnus-request-compact-group): New function.
18130         * gnus-int.el (gnus-request-compact): New function.
18131         * gnus-group.el (gnus-group-compact-group): New function.
18132         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
18133         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
18134         * gnus-srvr.el (gnus-server-compact-server): New function.
18135         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
18136         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
18138 2005-09-18  Deepak Goel  <deego@gnufans.org>
18140         * sieve.el (sieve-help): Fix `message' call: first arg should be a
18141         format spec.
18143 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18145         * gnus.el (gnus-group-startup-message): Bind image-load-path.
18147 2005-09-15  Romain Francoise  <romain@orebokech.com>
18149         * message.el (message-fill-paragraph): Clarify docstring.
18151 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18153         * gnus-art.el (gnus-mime-display-part): Protect against broken
18154         MIME messages.
18156 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18158         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
18159         before parsing header.
18161 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
18163         * html2text.el (html2text-replace-list): Add new entities.
18165 2005-09-11  Romain Francoise  <romain@orebokech.com>
18167         * message.el (message-alternative-emails): Improve docstring.
18168         (message-setup-1): Call `message-use-alternative-email-as-from'
18169         after `message-setup-hook' to give it precedence over posting
18170         styles, etc.
18171         (message-use-alternative-email-as-from): Add docstring.
18172         Remove the original From header if present.
18174         * nnml.el (nnml-compressed-files-size-threshold): New variable.
18175         (nnml-save-mail): Use it.
18177         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
18178         articles.  Add new argument `silent'.
18179         (gnus-uu-mark-all): Report the total number of marked articles.
18181 2005-09-10  Romain Francoise  <romain@orebokech.com>
18183         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
18184         (gnus-uu-mark-series): Likewise.
18186 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
18188         * spam-report.el (spam-report-gmane): Fix generation of spam
18189         report URL.
18191 2005-09-10  Simon Josefsson  <jas@extundo.com>
18193         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
18194         t, based on discussion on the ding list with Robert Epprecht
18195         <epprecht@solnet.ch>.
18197 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
18199         * spam-report.el (spam-report-gmane): Make it work without
18200         X-Report-Spam header.  Gmane now only provides Archived-At.
18201         This is only used if `spam-report-gmane-use-article-number' is nil.
18202         (spam-report-gmane-spam-header): Remove.  Not used anymore.
18204         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
18205         make `gnus-summary-sort-by-recipient' work with threading.
18207         * nnweb.el (nnweb-google-wash-article): Print a message if article
18208         is not available.
18210 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18212         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
18213         change.  Decode text/* parts content before displaying.
18215 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
18217         * mml-smime.el: Remove defvar of gnus-extract-address-components.
18219 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18221         * mm-view.el (mm-display-inline-fontify): Disable support modes.
18223 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
18225         * message.el (message-tab-body-function): Fix mismatched custom type.
18227         * gnus.el (gnus-group-change-level-function): Ditto.
18229         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
18231         * gnus-art.el (gnus-signature-limit)
18232         (gnus-article-mime-part-function): Ditto.
18234 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18236         * mml.el (mml-mode): Silence the byte compiler.
18238         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
18239         using `(sit-for 0)' before moving the point to the specified part;
18240         skip unbuttonized parts.
18241         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
18242         return to the summary window if gnus-auto-select-part is non-nil.
18244 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
18246         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
18247         New variables.
18248         (mml-dnd-attach-file, mml-mode): Use them.
18250         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
18251         Make fetching article by MID work again for Google Groups.
18252         Add FIXME concerning gnus-group-make-web-group.
18254         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
18255         Don't depend on Gnus by using mail-extract-address-components if
18256         gnus-extract-address-components is not bound.
18258 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18260         * gnus-art.el (gnus-mime-display-security): Don't display the
18261         signature, but only the signed part.
18263 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18265         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
18267         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
18268         list, not listp.
18270 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
18272         * mm-encode.el (mm-encode-content-transfer-encoding):
18273         Likewise when encoding.
18275         * mm-bodies.el (mm-decode-content-transfer-encoding):
18276         De-canonicalize CRLF for all text content types, not just
18277         text/plain.
18279 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18281         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
18282         valid article; point arrow and cursor at the MIME button.
18284 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18286         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
18287         Suggested by Dan Christensen <jdc@uwo.ca>.
18289         * mm-decode.el (mm-save-part): Enable change of prompt.
18291 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
18293         * gnus-msg.el (gnus-inews-add-send-actions):
18294         Make `message-post-method' lambda parameter ARG `&optional'.
18296 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
18298         * gnus-sum.el (gnus-summary-mime-map):
18299         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
18300         gnus-article-jump-to-part.
18302         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
18303         (gnus-article-edit-part): Use it.
18304         (gnus-article-part-wrapper): Add no-handle argument.
18305         (gnus-article-save-part-and-strip, gnus-article-delete-part):
18306         New functions.
18308 2005-08-29  Romain Francoise  <romain@orebokech.com>
18310         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
18311         docstring.
18312         (gnus-face-from-file): Likewise.
18314 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
18316         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
18317         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
18318         non-nil.
18319         (gnus-auto-select-part): New variable.
18320         (gnus-article-jump-to-part): New function.
18321         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
18322         (gnus-mime-delete-part): Allow selecting specified part after
18323         deleting or stripping parts.
18324         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
18325         part if argument is bogus.
18327 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
18329         * gnus-art.el (w3m-minor-mode-map):
18330         * gnus-spec.el (gnus-newsrc-file-version):
18331         * gnus-util.el (nnmail-active-file-coding-system)
18332         (gnus-original-article-buffer, gnus-user-agent):
18333         * gnus.el (gnus-ham-process-destinations)
18334         (gnus-parameter-ham-marks-alist)
18335         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
18336         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
18337         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
18338         * mm-decode.el (gnus-current-window-configuration):
18339         * mm-extern.el (gnus-article-mime-handles):
18340         * mm-url.el (url-current-object, url-package-name)
18341         (url-package-version):
18342         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
18343         (smime-keys, w3m-cid-retrieve-function-alist)
18344         (w3m-current-buffer, w3m-display-inline-images)
18345         (w3m-minor-mode-map):
18346         * mml-smime.el (gnus-extract-address-components):
18347         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
18348         (gnus-newsrc-hashtb, message-default-charset)
18349         (message-deletable-headers, message-options)
18350         (message-posting-charset, message-required-mail-headers)
18351         (message-required-news-headers):
18352         * mml1991.el (mc-pgp-always-sign):
18353         * mml2015.el (mc-pgp-always-sign):
18354         * nnheader.el (nnmail-extra-headers):
18355         * rfc1843.el (gnus-decode-encoded-word-function)
18356         (gnus-decode-header-function, gnus-newsgroup-name):
18357         * spam-stat.el (gnus-original-article-buffer): Add defvars.
18359 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
18361         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
18362         the end of the date treatments.
18364 2005-08-15  Simon Josefsson  <jas@extundo.com>
18366         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
18367         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
18368         Capello and Romain Francoise.
18369         (pgg-fetch-key-function): Remove, not used?
18370         (pgg-insert-url-with-w3): Require url, to get
18371         url-insert-file-contents regardless of where it is defined.
18373 2005-08-13  Romain Francoise  <romain@orebokech.com>
18375         * message.el (message-cite-original-1): New function.
18376         (message-cite-original): Use it.
18377         (message-cite-original-without-signature): Ditto.
18379 2005-08-08  Romain Francoise  <romain@orebokech.com>
18381         * message.el (message-yank-empty-prefix): New variable.
18382         (message-indent-citation): Use it.
18383         (message-cite-original-without-signature): Respect X-No-Archive.
18385 2005-08-08  Simon Josefsson  <jas@extundo.com>
18387         * pgg.el: Autoload url-insert-file-contents instead of loading
18388         w3/url.
18389         (pgg-insert-url-with-w3): Don't load url here.
18391 2005-08-07  Jesper Harder  <harder@phys.au.dk>
18393         * message.el (message-kill-to-signature): Don't insert newline at
18394         bol.
18395         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
18397 2005-08-06  Romain Francoise  <romain@orebokech.com>
18399         * message.el (message-user-fqdn): Fix typo in docstring.
18401 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
18403         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
18405         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
18407 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18409         * mm-bodies.el (mm-encode-body): Use coding system rather than
18410         charset to encode text.
18412         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
18413         number of charsets if utf-8 is available (XEmacs).
18415 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
18417         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
18418         taken from `gnus-button-mid-or-mail-regexp'.
18419         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
18420         (gnus-button-alist): Improve regexp for domain part of the MIDs
18421         for news:localpart@domain buttons.
18422         (gnus-button-ctan-directory-regexp): Update.
18424 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18426         * sieve-manage.el (sieve-manage-interactive-login):
18427         Use make-local-variable rather than make-variable-buffer-local.
18428         (sieve-manage-open): Ditto.
18429         (sieve-manage-authenticate): Ditto.
18431         * mml.el (mml-generate-mime-1): Make the content type default to
18432         text/plain if the filename is not specified.
18434 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18436         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
18437         instead of insert-buffer.
18439         * message.el (message-yank-original): Ditto; set the mark at the
18440         end of the yanked message.
18442 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18444         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
18445         lines to scroll rather than to stop it.
18447         * mml.el (mml-generate-default-type): Add doc string.
18448         (mml-generate-mime-1): Use mm-default-file-encoding or make it
18449         default to application/octet-stream when determining the content
18450         type if it is not specified for the part or the mml contents; add
18451         a comment about mml-generate-default-type.
18453 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
18455         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
18456         make it default to application/octet-stream when determining the
18457         content type if it is not specified for the external contents.
18459 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18461         * rfc2231.el (rfc2231-parse-string): Take care that not only a
18462         segmented parameter but also other parameters might be there.
18464 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18466         * mm-decode.el (mm-display-external): Delete temp file, directory
18467         and buffer immediately if the external process is exited.
18469 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18471         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
18472         fewer lines than that of scroll-margin.
18473         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
18475 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18477         * gnus-art.el (gnus-article-next-page): Revert.
18478         (gnus-article-beginning-of-window): New macro.
18479         (gnus-article-next-page-1): Use it.
18480         (gnus-article-prev-page): Ditto.
18481         (gnus-article-edit-part): Use insert-buffer-substring instead of
18482         insert-buffer.
18483         (gnus-article-edit-exit): Ditto.
18485         * gnus-util.el (gnus-beginning-of-window): Remove.
18486         (gnus-end-of-window): Remove.
18488 2005-07-25  Simon Josefsson  <jas@extundo.com>
18490         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
18491         to have the url package without w3.  Reported by Daiki Ueno
18492         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
18494 2005-07-20  Didier Verna  <didier@xemacs.org>
18496         * gnus-diary.el: Remove the description comment (nndiary is now
18497         properly documented in the Gnus manual).
18498         Fix the spelling of "Back End".
18499         * nndiary.el: Ditto.
18500         Fix the copyright notice.
18502 2005-07-18  Romain Francoise  <romain@orebokech.com>
18504         * gnus-sum.el (gnus-summary-to-prefix)
18505         (gnus-summary-newsgroup-prefix): New variables.
18506         (gnus-summary-from-or-to-or-newsgroups): Use them.
18508 2005-07-17  Romain Francoise  <romain@orebokech.com>
18510         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
18511         space as it's generally not especially interesting to the user.
18513 2005-07-16  Romain Francoise  <romain@orebokech.com>
18515         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
18516         nil to avoid prompting and file modification if one of the
18517         messages at the top of the nnfolder file contains a copyright
18518         notice.
18519         Update copyright notice.
18521         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
18522         instead of `current-time-string' as the latter creates a time
18523         string that is not RFC 2822 compliant (it lacks the zone).
18524         Update copyright notice.
18526 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
18528         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
18529         for text/rtf.  Display default in prompt.  Pass default for M-n.
18531         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
18533 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18535         * gnus-msg.el (gnus-button-mailto):
18536         Remove save-selected-window-window hackery because it relies on
18537         save-selected-window internals.
18539 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18541         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
18542         (gnus-article-next-page-1): Use gnus-beginning-of-window.
18543         (gnus-article-prev-page): Ditto.
18545         * gnus-util.el (gnus-beginning-of-window): New function.
18546         (gnus-end-of-window): New function.
18548 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
18550         * gnus-score.el (gnus-score-edit-all-score):
18551         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
18552         gnus-message.
18554 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18556         * gnus-msg.el (gnus-button-mailto):
18557         Remove save-selected-window-window hackery because it relies on
18558         save-selected-window internals.
18560 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18562         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
18563         add-minor-mode.
18564         (gnus-binary-mode): Ditto.
18566         * gnus-topic.el (gnus-topic-mode): Ditto.
18568 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
18570         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
18571         (gnus-article-prev-page): Take scroll-margin into consideration.
18573 2005-07-04  Lute Kamstra  <lute@gnu.org>
18575         Update FSF's address in GPL notices.
18577 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
18579         * gnus.el (gnus-exit):
18580         * gnus-group.el (gnus-group-icons):
18581         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
18583         * gnus-nocem.el (gnus-nocem):
18584         * message.el (message-various, message-buffers, message-sending)
18585         (message-interface, message-forwarding, message-insertion)
18586         (message-headers, message-news, message-mail):
18587         * pgg-gpg.el (pgg-gpg):
18588         * pgg-parse.el (pgg-parse):
18589         * pgg-pgp.el (pgg-pgp):
18590         * pgg-pgp5.el (pgg-pgp5):
18591         * pop3.el (pop3): Finish `defgroup' description with period.
18593 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18595         * gnus-art.el (article-display-face): Improve the efficiency.
18596         (article-display-x-face): Ditto; remove gray x-face stuff.
18598 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18600         * gnus-art.el (article-display-face): Correct the position in
18601         which Faces are inserted.
18603 2005-06-29  Didier Verna  <didier@xemacs.org>
18605         * gnus-art.el (article-display-face): Display faces in correct
18606         order.
18608 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18610         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
18611         (gnus-fill-real-hashtb): Use hash table instead of obarray.
18612         (gnus-nocem-check-article): Fetch the Type header.
18613         (gnus-nocem-message-wanted-p): Fix the way to examine types.
18614         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
18615         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
18616         make sure gnus-nocem-hashtb is initialized.
18617         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
18618         (gnus-nocem-unwanted-article-p): Ditto.
18620         * pgg.el (pgg-verify): Return the verification result.
18622 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18624         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
18625         is ascii.
18627 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
18629         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
18630         `show-nonbreak-escape'.
18632 2005-06-23  Lute Kamstra  <lute@gnu.org>
18634         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
18636         * dig.el (dig-mode):
18637         * smime.el (smime-mode): Use gnus-run-mode-hooks.
18639 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
18641         * nnimap.el (nnimap-split-download-body): Fix spellings.
18643 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
18645         * gnus-art.el (gnus-article-encrypt-body):
18646         * gnus-cus.el (gnus-score-customize):
18647         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
18648         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
18650 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
18652         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
18653         header by looking for magic "MII" at the beginning.
18655 2005-06-16  Miles Bader  <miles@gnu.org>
18657         * assistant.el (assistant-field): Remove "-face" suffix from face name.
18658         (assistant-field-face): New backward-compatibility alias for renamed
18659         face.
18660         (assistant-render-text): Use renamed assistant-field face.
18662         * spam.el (spam): Remove "-face" suffix from face name.
18663         (spam-face): New backward-compatibility alias for renamed face.
18664         (spam-face, spam-initialize): Use renamed spam face.
18666         * message.el (message-header-to, message-header-cc)
18667         (message-header-subject, message-header-newsgroups)
18668         (message-header-other, message-header-name)
18669         (message-header-xheader, message-separator, message-cited-text)
18670         (message-mml): Remove "-face" suffix from face names.
18671         (message-header-to-face, message-header-cc-face)
18672         (message-header-subject-face, message-header-newsgroups-face)
18673         (message-header-other-face, message-header-name-face)
18674         (message-header-xheader-face, message-separator-face)
18675         (message-cited-text-face, message-mml-face):
18676         New backward-compatibility aliases for renamed faces.
18677         (message-font-lock-keywords): Use renamed message faces.
18679         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
18680         (sieve-test-commands, sieve-tagged-arguments):
18681         Remove "-face" suffix from face names.
18682         (sieve-control-commands-face, sieve-action-commands-face)
18683         (sieve-test-commands-face, sieve-tagged-arguments-face):
18684         New backward-compatibility aliases for renamed faces.
18685         (sieve-control-commands-face, sieve-action-commands-face)
18686         (sieve-test-commands-face, sieve-tagged-arguments-face):
18687         Use renamed sieve faces.
18689         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
18690         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
18691         (gnus-group-news-3-empty, gnus-group-news-4)
18692         (gnus-group-news-4-empty, gnus-group-news-5)
18693         (gnus-group-news-5-empty, gnus-group-news-6)
18694         (gnus-group-news-6-empty, gnus-group-news-low)
18695         (gnus-group-news-low-empty, gnus-group-mail-1)
18696         (gnus-group-mail-1-empty, gnus-group-mail-2)
18697         (gnus-group-mail-2-empty, gnus-group-mail-3)
18698         (gnus-group-mail-3-empty, gnus-group-mail-low)
18699         (gnus-group-mail-low-empty, gnus-summary-selected)
18700         (gnus-summary-cancelled, gnus-summary-high-ticked)
18701         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
18702         (gnus-summary-high-ancient, gnus-summary-low-ancient)
18703         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
18704         (gnus-summary-low-undownloaded)
18705         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
18706         (gnus-summary-low-unread, gnus-summary-normal-unread)
18707         (gnus-summary-high-read, gnus-summary-low-read)
18708         (gnus-summary-normal-read, gnus-splash):
18709         Remove "-face" suffix from face names.
18710         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
18711         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
18712         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
18713         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
18714         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
18715         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
18716         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
18717         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
18718         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
18719         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
18720         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
18721         (gnus-summary-selected-face, gnus-summary-cancelled-face)
18722         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
18723         (gnus-summary-normal-ticked-face)
18724         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
18725         (gnus-summary-normal-ancient-face)
18726         (gnus-summary-high-undownloaded-face)
18727         (gnus-summary-low-undownloaded-face)
18728         (gnus-summary-normal-undownloaded-face)
18729         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
18730         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
18731         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
18732         (gnus-splash-face):
18733         New backward-compatibility aliases for renamed faces.
18734         (gnus-group-startup-message): Use renamed gnus faces.
18736         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
18737         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
18738         (gnus-server-agent): Remove "-face" suffix from face names.
18739         (gnus-server-agent-face, gnus-server-opened-face)
18740         (gnus-server-closed-face, gnus-server-denied-face)
18741         (gnus-server-offline-face):
18742         New backward-compatibility aliases for renamed faces.
18743         (gnus-server-agent-face, gnus-server-opened-face)
18744         (gnus-server-closed-face, gnus-server-denied-face)
18745         (gnus-server-offline-face): Use renamed gnus faces.
18747         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
18748         Remove "-face" suffix from face names.
18749         (gnus-picon-xbm-face, gnus-picon-face):
18750         New backward-compatibility aliases for renamed faces.
18752         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
18753         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
18754         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
18755         (gnus-cite-11): Remove "-face" suffix from face names.
18756         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
18757         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
18758         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
18759         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
18760         New backward-compatibility aliases for renamed faces.
18761         (gnus-cite-attribution-face, gnus-cite-face-list)
18762         (gnus-article-boring-faces): Use renamed gnus faces.
18764         * gnus-art.el (gnus-signature, gnus-header-from)
18765         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
18766         (gnus-header-content): Remove "-face" suffix from face names.
18767         (gnus-signature-face, gnus-header-from-face)
18768         (gnus-header-subject-face, gnus-header-newsgroups-face)
18769         (gnus-header-name-face, gnus-header-content-face):
18770         New backward-compatibility aliases for renamed faces.
18771         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
18773         * gnus-sum.el (gnus-summary-selected-face)
18774         (gnus-summary-highlight): Use renamed gnus faces.
18775         * gnus-group.el (gnus-group-highlight): Likewise.
18777 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
18779         * gnus-sieve.el (gnus-sieve-article-add-rule):
18780         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
18781         * spam-stat.el (spam-stat-buffer-change-to-spam)
18782         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
18784         * message.el (message-is-yours-p):
18785         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
18787 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18789         * mm-view.el (mm-inline-text): Withdraw the last change.
18791 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18793         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
18794         executing enriched-decode.
18796 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18798         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
18799         charset of tar files.
18801 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
18803         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
18805 2005-06-04  Lute Kamstra  <lute@gnu.org>
18807         * nnfolder.el (nnfolder-read-folder): Make sure that undo
18808         information is never recorded.
18810 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18812         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
18814 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18816         * pop3.el (pop3-apop): Run md5 in the binary mode.
18818         * starttls.el (starttls-set-process-query-on-exit-flag):
18819         Use eval-and-compile.
18821 2005-05-31  Simon Josefsson  <jas@extundo.com>
18823         * smime.el (smime-replace-in-string): Define.
18824         (smime-cert-by-ldap-1): Use it.
18826 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18828         * gnus-art.el (article-display-x-face): Replace
18829         process-kill-without-query by gnus-set-process-query-on-exit-flag.
18831         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
18832         set-process-query-on-exit-flag or process-kill-without-query.
18834         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
18835         loop instead of replace-regexp.
18837         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
18838         instead of process-kill-without-query if it is available.
18840         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
18841         instead of find-file-hooks if it is available.
18843         * mml1991.el: Bind pgg-default-user-id when compiling.
18845         * mml2015.el: Bind pgg-default-user-id when compiling.
18847         * nndraft.el (nndraft-request-associate-buffer):
18848         Use write-contents-functions instead of write-contents-hooks if it is
18849         available.
18851         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
18852         instead of find-file-hooks if it is available.
18854         * nntp.el (nntp-open-connection): Replace
18855         process-kill-without-query by gnus-set-process-query-on-exit-flag.
18856         (nntp-open-ssl-stream): Ditto.
18857         (nntp-open-tls-stream): Ditto.
18859         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
18860         set-process-query-on-exit-flag or process-kill-without-query.
18861         (starttls-open-stream-gnutls): Use it instead of
18862         process-kill-without-query.
18863         (starttls-open-stream): Ditto.
18865 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
18867         * smime.el (smime-cert-by-ldap-1): Don't use
18868         replace-regexp-in-string.
18870 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
18872         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
18874         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
18875         in PEM format.  Adjust to the XEmacs compatibility.
18877 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
18879         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
18880         by `string-to-number'.
18881         * gnus-agent.el (gnus-agent-regenerate-group)
18882         (gnus-agent-fetch-articles): Ditto.
18883         * gnus-art.el (gnus-button-fetch-group): Ditto.
18884         * gnus-cache.el (gnus-cache-generate-active)
18885         (gnus-cache-articles-in-group): Ditto.
18886         * gnus-group.el (gnus-group-set-current-level)
18887         (gnus-group-insert-group-line): Ditto.
18888         * gnus-score.el (gnus-score-set-expunge-below)
18889         (gnus-score-set-mark-below, gnus-summary-score-effect)
18890         (gnus-summary-score-entry): Ditto.
18891         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
18892         (gnus-soup-pack): Ditto.
18893         * gnus-spec.el (gnus-xmas-format): Ditto.
18894         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
18895         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
18896         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
18897         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
18898         * nndb.el (nndb-get-remote-expire-response): Ditto.
18899         * nndiary.el (nndiary-parse-schedule-value)
18900         (nndiary-string-to-number, nndiary-request-replace-article)
18901         (nndiary-request-article): Ditto.
18902         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
18903         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
18904         * nneething.el (nneething-make-head): Ditto.
18905         * nnfolder.el (nnfolder-request-article)
18906         (nnfolder-retrieve-headers): Ditto.
18907         * nnheader.el (nnheader-file-to-number): Ditto.
18908         * nnkiboze.el (nnkiboze-request-article): Ditto.
18909         * nnmail.el (nnmail-process-unix-mail-format)
18910         (nnmail-process-babyl-mail-format): Ditto.
18911         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
18912         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
18913         (nnmh-request-create-group, nnmh-request-list-1)
18914         (nnmh-request-group, nnmh-request-article): Ditto.
18915         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
18916         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
18917         * nnsoup.el (nnsoup-make-active): Ditto.
18918         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
18919         * nntp.el (nntp-find-group-and-number)
18920         (nntp-retrieve-headers-with-xover): Ditto.
18921         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
18922         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
18923         (pgg-format-key-identifier): Ditto.
18924         * pop3.el (pop3-last, pop3-stat): Ditto.
18925         * qp.el (quoted-printable-decode-region): Ditto.
18927         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
18928         of concat.
18930 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18932         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
18934         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
18936         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
18938         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
18940         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
18942         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
18944         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
18945         (gnus-carpal-mode): Ditto.
18947         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
18948         (gnus-browse-mode): Ditto.
18950         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
18952         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
18954 2005-05-29  Richard M. Stallman  <rms@gnu.org>
18956         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
18958 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18960         * gnus-util.el (gnus-run-mode-hooks): New function.
18962         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
18964 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
18966         * gnus-agent.el (gnus-agent-make-mode-line-string):
18967         Use mode-line-highlight as mouse-face.
18969 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18971         * canlock.el (canlock): Change the parent group to news.
18973         * deuglify.el (gnus-outlook-deuglify): Add :group.
18975         * dig.el (dig): Add :group.
18977         * dns-mode.el (dns-mode): Add :group.
18979         * encrypt.el (encrypt): Add :group.
18981         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
18982         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
18983         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
18984         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
18985         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
18987         * gnus-diary.el (gnus-diary): Add :group.
18989         * gnus.el (gnus-group-news-1-face): Add :group.
18990         (gnus-group-news-1-empty-face): Ditto.
18991         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
18992         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
18993         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
18994         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
18995         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
18996         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
18997         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
18998         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
18999         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
19000         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
19001         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
19002         (gnus-summary-high-ticked-face): Ditto.
19003         (gnus-summary-low-ticked-face): Ditto.
19004         (gnus-summary-normal-ticked-face): Ditto.
19005         (gnus-summary-high-ancient-face): Ditto.
19006         (gnus-summary-low-ancient-face): Ditto.
19007         (gnus-summary-normal-ancient-face): Ditto.
19008         (gnus-summary-high-undownloaded-face): Ditto.
19009         (gnus-summary-low-undownloaded-face): Ditto.
19010         (gnus-summary-normal-undownloaded-face): Ditto.
19011         (gnus-summary-high-unread-face): Ditto.
19012         (gnus-summary-low-unread-face): Ditto.
19013         (gnus-summary-normal-unread-face): Ditto.
19014         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
19015         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
19017         * hashcash.el (hashcash): New custom group.
19018         (hashcash-default-payment): Add :group.
19019         (hashcash-payment-alist): Ditto.
19020         (hashcash-default-accept-payment): Ditto.
19021         (hashcash-accept-resources): Ditto.
19022         (hashcash-path): Ditto.
19023         (hashcash-extra-generate-parameters): Ditto.
19024         (hashcash-double-spend-database): Ditto.
19025         (hashcash-in-news): Ditto.
19027         * message.el (message-minibuffer-local-map): Add :group.
19029         * netrc.el (netrc): Add :group.
19031         * sieve-manage.el (sieve-manage-log): Add :group.
19032         (sieve-manage-default-user): Diito.
19033         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
19034         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
19035         (sieve-manage-authenticators): Ditto.
19036         (sieve-manage-authenticator-alist): Ditto.
19037         (sieve-manage-default-port): Ditto.
19039         * sieve-mode.el (sieve-control-commands-face): Add :group.
19040         (sieve-action-commands-face): Ditto.
19041         (sieve-test-commands-face): Ditto.
19042         (sieve-tagged-arguments-face): Ditto.
19044         * smime.el (smime): Add :group.
19046         * spam-report.el (spam-report): Add :group.
19048         * spam.el (spam, spam-face): Add :group.
19050 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19052         * nntp.el (nntp-next-result-arrived-p): Some news servers may
19053         return \n.\n.\n at the end of articles.  Protect against that.
19054         (nntp-with-open-group): Allow debugging.
19056         * nnheader.el (mail-header-set-extra): Make into a function
19057         because I just could't understand how to quote the list properly.
19059         * dns.el (query-dns-cached): New function.
19061 2005-05-26  Lute Kamstra  <lute@gnu.org>
19063         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
19065 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19067         * gnus-art.el: Don't autoload mail-extract-address-components.
19069         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
19070         eval-and-compile to evaluate it.
19072         * hashcash.el: Don't autoload executable-find.
19074         * nndb.el: Don't declare the nndb back end two or more times; don't
19075         autoload news-reply-mode, news-setup, cancel-timer and telnet.
19077         * nntp.el: Autoload format-spec instead of format; use
19078         eval-and-compile to evaluate autoload forms.
19080 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
19082         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
19084 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19086         * gnus.el (gnus-version-number): Bump version.
19088 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19090         * gnus.el: No Gnus v0.3 is released.
19092 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19094         * gnus-art.el (gnus-article-edit-part): Disable undo.
19096 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19098         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
19099         gnus-article-date-lapsed-new-header is t if date timer is active;
19100         skip headers in which the original date value is empty.
19101         (gnus-article-save-original-date): Redefine it as a macro.
19102         (gnus-display-mime): Use it.
19104 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19106         * gnus-art.el (article-date-ut): Support converting date in
19107         forwarded parts as well.
19108         (gnus-article-save-original-date): New function.
19109         (gnus-display-mime): Use it.
19111 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
19113         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
19114         enclosure element of <item>.
19116 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
19118         * message.el (message-kill-buffer-query): Rename from
19119         `message-kill-buffer-query-if-modified'.  Add :version.
19121 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19123         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
19124         window layout.
19126 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19128         * mml.el: Autoload dnd when compiling.
19130 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
19132         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
19133         x-dnd-*.
19135 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19137         * qp.el (quoted-printable-encode-region): Save excursion.
19139 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
19141         * message.el (message-kill-buffer-query-if-modified): Add new variable
19142         so the user can kill a modified message buffer quickly.
19143         (message-kill-buffer): Use it.
19145 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19147         * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
19148         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
19150 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19152         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
19153         contained in text because xml.el decodes entities) with LFs.
19155 2005-04-11  Lute Kamstra  <lute@gnu.org>
19157         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
19158         differently.
19160 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19162         * mm-util.el (mm-detect-coding-region): Typo.
19164 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19166         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
19168 2005-04-06  Deepak Goel  <deego@gnufans.org>
19170         * spam-stat.el (spam-stat-score-buffer): Add a call to a
19171         user-function allow user modifications of the scores.
19172         (spam-stat-score-buffer-user): New function, to allow
19173         user-computed modifications to the score.
19174         (spam-stat-score-buffer-user-functions): List of additional
19175         scoring functions.
19176         (spam-stat-error-holder): Global temporary error holder.
19177         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
19178         variable.
19180 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
19182         * gnus-registry.el (gnus-registry-clean-empty-function)
19183         (gnus-registry-trim, gnus-registry-fetch-groups)
19184         (gnus-registry-delete-group): Groups that match
19185         `gnus-registry-ignored-groups' are removed from the registry
19186         entries, not just ignored for splitting.  This helps clean up the
19187         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
19188         to get all the groups a message ID is in.
19190         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
19191         (spam-stat-split-fancy): Change "threshhold" to "threshold".
19192         (spam-stat-score-buffer-user-functions): Add :number custom type.
19194 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19196         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
19197         argument in XEmacs.
19199         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
19200         (nnrss-request-group): Decode group name first.
19201         (nnrss-request-article): Make a text/plain article if mml-to-mime
19202         failed.
19203         (nnrss-get-encoding): Return a compatible encoding according to
19204         nnrss-compatible-encoding-alist.
19205         (nnrss-find-el): Use consp instead of listp.
19206         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
19208 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19210         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
19211         which Emacs 20 doesn't support.
19212         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
19214 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
19216         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
19217         silence the byte compiler inside the defun.
19219         * gnus-demon.el (parse-time-string): Add autoload.
19221         * gnus-delay.el (parse-time-string): Add autoload.
19223         * gnus-art.el (parse-time-string): Add autoload.
19225         * nnultimate.el (parse-time): Require for `parse-time-string'.
19227 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
19229         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
19231         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
19233         * smime.el (smime-ldap-host-list): Add :version.
19235 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
19237         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
19238         pass it to `gnus-browse-read-group'.
19239         (gnus-browse-read-group): Add NUMBER argument and pass it to
19240         `gnus-group-read-ephemeral-group'.
19242         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
19243         argument and pass it to `gnus-group-read-group'.
19245 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
19247         * mm-util.el (mm-xemacs-find-mime-charset): Only call
19248         mm-xemacs-find-mime-charset-1 if we have the mule feature
19249         available at runtime.
19251 2005-03-25  Werner Lemberg  <wl@gnu.org>
19253         * nnmaildir.el: Replace `illegal' with `invalid'.
19255 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19257         * gnus-start.el (gnus-display-time-event-handler):
19258         Check display-time-timer at runtime rather than only at load time
19259         in case display-time-mode is turned off in the mean time.
19261 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
19263         * nnimap.el (nnimap-open-connection): Print which authinfo file is
19264         used.
19266         * nneething.el (nneething-map-file-directory): Derive from
19267         `gnus-directory'.
19269         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
19270         the To/Cc button.
19272 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
19274         * nnmaildir.el (nnmaildir-request-accept-article):
19275         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
19277 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
19279         * gnus-async.el: Require timer-funcs at compile time when in
19280         XEmacs for `run-with-idle-timer'.
19282 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
19284         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
19285         autoloaded function.
19287 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19289         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
19291 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
19293         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
19295 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19297         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
19298         Add gnus-expert-user to default.
19300 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
19302         * nnimap.el (nnimap-open-server): Ditto.
19304         * imap.el (imap-authenticate): Fix typo.
19306 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
19308         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
19309         buffer (since IMAP server might return FETCH response out of
19310         order, and the nntp buffer must be sorted).
19312 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
19314         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
19315         comparison on string.
19317         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
19318         (gnus-agent-score): Rename category keywords to match gnus-cus.
19319         (gnus-agent-summary-fetch-series): Modify to protect against
19320         gnus-agent-summary-fetch-group clearing processable flags.
19321         (gnus-agent-synchronize-group-flags): Update live group buffer as
19322         synchronization may occur due to the user toggle the plugged
19323         status.
19324         (gnus-agent-fetch-group-1): Clear downloadable flag when article
19325         successfully downloaded.
19326         (gnus-agent-expire-group-1): Avoid using markers when the overview
19327         is in ascending order; greatly improves performance.
19328         (gnus-agent-regenerate-group):
19329         Use gnus-agent-synchronize-group-flags to reset read status in both
19330         gnus and server.
19331         (gnus-agent-update-files-total-fetched-for): Fix initial size.
19333 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
19335         * message.el: Don't autoload former message-utils variables.
19336         (message-strip-subject-trailing-was): Change doc string.
19338         * nnweb.el: Fixes for `gnus-group-make-web-group'.
19339         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
19340         (nnweb-google-search): Add "hl=en" here.
19341         (nnweb-google-parse-1, nnweb-google-create-mapping):
19342         Don't hardcode URL.
19344 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
19346         * message.el (message-get-reply-headers, message-followup):
19347         Mention related variables `message-use-followup-to' and
19348         `message-use-mail-followup-to', in the information buffer.
19350         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
19351         of broken groups(-beta).google.com.
19353 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
19355         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
19356         parameter to invoked gnus-request-move-article; remove the
19357         redundant gnus-sum-hint-move-is-internal variable; apply the marks
19358         all at once instead of once per article.
19359         (gnus-summary-remove-process-mark): Accept a list of articles as
19360         well as a single article for processing.
19362         * gnus-int.el (gnus-request-move-article): Add move-is-internal
19363         parameter.
19365         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
19367         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
19369         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
19370         parameter.
19372         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
19373         parameter.
19375         * nnimap.el (nnimap-request-move-article): Add move-is-internal
19376         parameter and remove the gnus-sum-hint-move-is-internal variable.
19378         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
19379         parameter.
19381         * nndraft.el (nndraft-request-move-article): Add move-is-internal
19382         parameter.
19384         * nndiary.el (nndiary-request-move-article): Add move-is-internal
19385         parameter.
19387         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
19389         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
19390         parameter.
19392         * nnagent.el (nnagent-request-move-article): Add move-is-internal
19393         parameter.
19395 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
19397         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
19398         a more conservative way.
19400 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
19402         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
19403         buffer, so it moves the window's cursor.
19405 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
19407         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
19408         `mm-dissect-multipart' and receive the from field as an (optional)
19409         argument from `mm-dissect-multipart'.
19410         (mm-dissect-multipart): Receive the from field as an argument and
19411         pass it on when we call `mm-dissect-buffer' on MIME parts.
19412         Fixes verification/decryption of signed/encrypted MIME parts.
19414 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
19416         * gnus-sum.el (gnus-summary-move-article):
19417         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
19418         whatever it calls (right now, only nnimap-request-move article
19419         respects it).
19421         * nnimap.el (nnimap-request-move-article):
19422         When gnus-sum-hint-move-is-internal is set, don't do the extra
19423         nnimap-request-article.
19425 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19427         * nnheader.el (nnheader-find-file-noselect): Add doc string.
19429         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
19430         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
19432         * gnus-sum.el (gnus-summary-caesar-message):
19433         Apply `gnus-treat-article' after rotation.
19435         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
19436         doc string.
19438 2005-02-22  Simon Josefsson  <jas@extundo.com>
19440         * encrypt.el (encrypt-password-cache-expiry): Remove (use
19441         `password-cache-expiry' instead).  Reported by Arne Jørgensen
19442         <arne@arnested.dk>.
19443         (encrypt): Add password-cache and password-cache-expiry as group
19444         members.
19446 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
19448         * smime.el (smime-ldap-host-list): Doc fix.
19449         (smime-ask-passphrase): Use `password-read-and-add' to read (and
19450         cache) password.
19451         (smime-sign-region): Use it.
19452         (smime-decrypt-region): Use it.
19453         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
19454         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
19455         fails.
19456         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
19457         certificate from DER to PEM format rather than calling openssl.
19459         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
19461         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
19462         for signing/encryption.
19464         * mml.el (mml-parse-1): Use them.
19466 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
19468         * nnrss.el (nnrss-verbose): Remove.
19469         (nnrss-request-group): Use `nnheader-message' instead.
19471 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
19473         * nnrss.el (nnrss-verbose): New variable.
19474         (nnrss-request-group): Make it say nnrss is requesting a group.
19476 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
19478         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
19479         Handle news URL with given port correctly.
19481 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19483         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
19484         containing special characters.
19486         * gnus-sum.el (gnus-summary-edit-article): Ditto.
19488         * mml.el (mime-to-mml): Ditto.
19490         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
19491         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
19492         (rfc2047-decode-region): Quote decoded words containing special
19493         characters when rfc2047-quote-decoded-words-containing-tspecials
19494         is non-nil.
19496 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
19498         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
19500         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
19502 2005-02-15  Simon Josefsson  <jas@extundo.com>
19504         * nnimap.el (nnimap-debug): Doc fix.
19506         * imap.el (imap-debug): Doc fix.
19508 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19510         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
19512 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
19514         * gnus.el (spam-contents): Improve docs for spam-contents
19515         parameter in its variable incarnation.
19517 2005-02-14  Simon Josefsson  <jas@extundo.com>
19519         * smime-ldap.el: Use require instead of load-library for ldap.
19520         (smime-ldap-search): Indent.
19521         (smime-ldap-search-internal): Shorten line.
19523         * smime.el (smime-cert-by-dns): Add doc-string.
19524         (smime-cert-by-ldap-1): Indent.
19526         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
19527         mml-smime-get-dns-ldap.
19528         (mml-smime-encrypt-query): Use new function.  Default to ldap.
19530 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
19532         * smime.el: Require smime-ldap.
19533         (smime-ldap-host-list): New variable.
19534         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
19536         * mml-smime.el (mml-smime-encrypt-query): New function.
19537         (mml-smime-encrypt-query): Use it.
19539         * smime-ldap.el: New file.
19541 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19543         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
19545 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
19547         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
19548         argument in doc string.  Make query for type more clear.
19550 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
19552         * gnus.el (gnus-group-startup-message): Search for gnus images in
19553         etc/images/gnus.
19554         * mm-util.el (mm-image-load-path): Likewise.
19555         * smiley.el (smiley-data-directory): Search for smilies in
19556         etc/images/smilies.
19558 2005-02-09  Kim F. Storm  <storm@cua.dk>
19560         Change Emacs release version from 21.4 to 22.1 throughout.
19561         Change Emacs development version from 21.3.50 to 22.0.50.
19563 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19565         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
19567         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
19568         non-Mule XEmacs as well.
19569         (mm-decompress-buffer): Signal an error intentionally if it does
19570         not decompress compressed data because auto-compression-mode is
19571         disabled.
19573 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
19575         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
19576         an ID in the registry even if it has no groups.
19578 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19580         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
19581         merge it into mm-decompress-buffer.
19582         (gnus-mime-copy-part): Use the MIME part charset, the value which
19583         a user specified or gnus-newsgroup-charset for decoding, like
19584         gnus-mime-inline-part does; set buffer-file-coding-system to tell
19585         save-buffer what was used.  Suggested by Kevin Ryde
19586         <user42@zip.com.au>.
19587         (gnus-mime-inline-part): Allow the name parameter as well as the
19588         filename parameter; force decompressing of compressed data; always
19589         display contents being not decoded as unibyte.
19591         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
19592         as well as the filename parameter.
19594         * mm-util.el (mm-decompress-buffer):
19595         Merge gnus-mime-jka-compr-maybe-uncompress.
19596         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
19597         of compressed data.
19599 2005-02-08  Simon Josefsson  <jas@extundo.com>
19601         * imap.el (imap-log): Doc fix.
19603 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19605         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
19606         the coding cookies; decompress compressed parts.
19608         * mml.el (mml-generate-mime-1): Add the charset parameter according
19609         to the value which a user specified manually or the coding cookie.
19611         * mm-util.el (mm-string-to-multibyte): New function.
19612         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
19613         (mm-coding-system-to-mime-charset): New function.
19614         (mm-decompress-buffer): New function.
19615         (mm-find-buffer-file-coding-system): New function.
19617         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
19618         (mm-display-inline-fontify): Rewrite for decoding and decompressing
19619         parts.
19621 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19623         * mm-view.el (mm-display-inline-fontify): Decode a part according
19624         to the charset parameter.
19626 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19628         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
19629         prefix arg is neither nil nor a number, as info specifies.
19631 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19633         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
19634         timestamps.
19636 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
19638         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
19639         groups error checking and notify user.
19641 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
19643         * message.el (message-send-mail-function): Check existence of
19644         sendmail-program first before using default value
19645         `message-send-mail-with-sendmail'.  Otherwise use more generic
19646         `smtpmail-send-it'.
19648 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19650         * nntp.el (nntp-request-update-info): Always return nil.
19652 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19654         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
19656 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19658         * message.el (message-beginning-of-line): Change the behavior when
19659         invoked between BOL and : so that it first moves backward.
19661 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19663         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
19664         article buffer when editing of the article is discarded.
19665         (gnus-article-prepare): Revert.
19667 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19669         * gnus-art.el (gnus-article-prepare):
19670         Remove message-strip-forbidden-properties from the local hook.
19672 2005-01-27  Simon Josefsson  <jas@extundo.com>
19674         * password.el (password-cache-add): Only start one timer per key.
19675         Reported by Derek Atkins <warlord@MIT.EDU>.
19677 2005-01-26  Steve Youngs  <steve@sxemacs.org>
19679         * run-at-time.el: Remove.  It is no longer needed as
19680         timer-funcs.el in the xemacs-base package has a working version of
19681         `run-at-time'.
19683         * password.el: Require timer-funcs instead of run-at-time in
19684         XEmacs.
19685         Remove `password-run-at-time' macro.
19686         (password-cache-add): Use `run-at-time' instead of
19687         `password-run-at-time'.
19689         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
19690         for `run-with-idle-timer'.
19692         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
19693         for `run-at-time'.
19695         * mm-url.el: Require timer-funcs at compile time when in XEmacs
19696         for `with-timeout'.
19698 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19700         * mml.el (mml-generate-mime-1): Convert string into unibyte when
19701         inserting " *mml*" buffer's contents into a unibyte temp buffer.
19703 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
19705         * mail-source.el (mail-source-fetch-imap): Search for ^From case
19706         sensitively.
19708 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
19710         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
19712 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19714         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
19715         which will be inserted according to the multibyteness of a buffer
19716         rather than the type of contents.  Suggested by ARISAWA Akihiro
19717         <ari@mbf.ocn.ne.jp>.
19719         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
19720         of string which old xml.el may return rather than a string.
19722 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19724         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
19726 2005-01-16  Simon Josefsson  <jas@extundo.com>
19728         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
19729         idn/idna.el isn't available.
19730         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
19731         <michael@waxrat.com>.
19733         * hashcash.el: Remove non-FSF copyright header.
19735         * hashcash.el (hashcash-extra-generate-parameters): New variable.
19736         (hashcash-generate-payment): Use it.
19737         (hashcash-generate-payment-async): Use it.
19739 2005-01-15  Simon Josefsson  <jas@extundo.com>
19741         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
19742         Suggested by Raymond Scholz <ray-2005@zonix.de>.
19744         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
19745         gnus-summary-idna-message.
19746         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
19747         (gnus-summary-idna-message): New function.
19749 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
19751         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
19752         gnus-novice-user.
19754 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19756         * nnrss.el (nnrss-request-delete-group): Delete entries in
19757         nnrss-group-alist as well.
19758         (nnrss-save-server-data): Insert newline.
19760 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
19762         * gnus.el (gnus-user-agent): Use list of symbols instead of
19763         symbols.  Display full version number for (S)XEmacs.
19764         Optionally display (S)XEmacs codename.
19766         * gnus-util.el (gnus-emacs-version): Update for new
19767         `gnus-user-agent'.
19769         * gnus-msg.el (gnus-extended-version): Make it possible to omit
19770         Gnus version.
19772 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19774         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
19775         which is unreadable in some setups.
19777 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19779         * gnus-spec.el (gnus-update-format-specifications): Flush the
19780         group format spec cache if it doesn't support decoded group names.
19782 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
19784         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
19785         Allow to apply decay on score files matching a regexp.
19787 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19789         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
19790         compatibility in %g and %c.
19792 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19794         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
19795         name for only %g and %c.
19796         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
19797         of gnus-tmp-group to decoded group name.
19798         (gnus-group-make-rss-group): Exclude `/'s from group names.
19800 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19802         * nnrss.el (nnrss-get-encoding): Fix regexp.
19804 2004-12-27  Simon Josefsson  <jas@extundo.com>
19806         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
19807         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
19808         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
19810 2004-12-17  Kim F. Storm  <storm@cua.dk>
19812         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
19814         * gnus-sum.el (gnus-summary-mode-map): Likewise.
19816 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
19818         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
19820 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19822         * nnrss.el: Require rfc2047 and mml.
19823         (nnrss-file-coding-system): New variable.
19824         (nnrss-format-string): Redefine it as an inline function.
19825         (nnrss-decode-group-name): New function.
19826         (nnrss-string-as-multibyte): Remove.
19827         (nnrss-retrieve-headers): Decode group name; don't use
19828         nnrss-format-string.
19829         (nnrss-request-group): Decode group name.
19830         (nnrss-request-article): Decode group name; allow a Message-ID as
19831         well as an article number; don't use nnrss-format-string; encode a
19832         Message-ID string which may contain non-ASCII characters; use
19833         mml-to-mime to compose a MIME article.
19834         (nnrss-request-expire-articles): Decode group name.
19835         (nnrss-request-delete-group): Decode group name.
19836         (nnrss-fetch): Clarify error message.
19837         (nnrss-read-server-data): Use insert-file-contents instead of load;
19838         bind file-name-coding-system; use multibyte buffer.
19839         (nnrss-save-server-data): Bind coding-system-for-write to the
19840         value of nnrss-file-coding-system; bind file-name-coding-system;
19841         add coding cookie.
19842         (nnrss-read-group-data): Use insert-file-contents instead of load;
19843         bind file-name-coding-system; use multibyte buffer.
19844         (nnrss-save-group-data): Bind coding-system-for-write to the
19845         value of nnrss-file-coding-system; bind file-name-coding-system.
19846         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
19847         make it work with non-ASCII text.
19848         (nnrss-find-el): Make it work with old xml.el as well.
19850 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
19852         * nnrss.el (nnrss-get-encoding): New function.
19853         (nnrss-fetch): Use unibyte buffer initially; bind
19854         coding-system-for-read while performing mm-url-insert; remove ^Ms;
19855         decode contents according to the encoding attribute.
19856         (nnrss-save-group-data): Add coding cookie.
19857         (nnrss-mime-encode-string): New function.
19858         (nnrss-check-group): Use it to encode subject and author.
19860 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
19862         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
19863         imaginary variable.
19865 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19867         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
19868         correctly even if there are wide characters.
19870 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
19872         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
19873         downcased symbol names; make a new cache instead of reusing
19874         bbdb-hashtable.
19876 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19878         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
19879         concatenating segments rather than before concatenating them.
19880         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19882         * message.el (message-get-reply-headers): Bind `extra'.
19884 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19886         * message.el (message-extra-wide-headers): New variable.
19887         (message-get-reply-headers): Use it.
19889 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19891         * gnus-agent.el (gnus-agent-group-path): Decode group name.
19892         (gnus-agent-group-pathname): Ditto.
19894         * gnus-cache.el (gnus-cache-file-name): Decode group name.
19896         * gnus-group.el (gnus-group-make-group): Decode group name.
19897         (gnus-group-make-rss-group): Register the group data after opening
19898         the nnrss group.
19900 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
19902         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
19903         by expiry now get marked as read.
19905 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19907         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
19909 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
19911         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
19912         unify Latin characters in XEmacs.
19913         (mm-find-mime-charset-region): Use it.
19915 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19917         * gnus-util.el (gnus-delete-directory): New function.
19919         * gnus-agent.el (gnus-agent-delete-group): Use it.
19921         * gnus-cache.el (gnus-cache-delete-group): Use it.
19923 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19925         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
19926         names.
19928 2004-12-16  Simon Josefsson  <jas@extundo.com>
19930         * hashcash.el (hashcash-payment-alist): Fix custom :type.
19932 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19934         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
19936         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
19937         (gnus-group-set-current-level): Decode group name.
19939 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
19941         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
19942         failed.
19944 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19946         * gnus-group.el (gnus-group-delete-group): Decode group name.
19947         (gnus-group-make-rss-group): Encode group name.
19948         (gnus-group-catchup-current): Decode group name.
19949         (gnus-group-kill-group): Decode group name.
19951 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
19953         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
19955 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19957         * gnus-group.el (gnus-group-make-rss-group):
19958         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
19960         * gnus-start.el (gnus-setup-news): Honor user's setting to
19961         gnus-message-archive-method.  Suggested by Lute Kamstra
19962         <lute@gnu.org>.
19964 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
19966         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
19967         global counterparts of the buffer-local variables.
19969 2004-11-16  Romain Francoise  <romain@orebokech.com>
19971         * gnus-sum.el (gnus-summary-exit): Don't clear the global
19972         counterparts of the buffer-local variables.
19974 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
19976         * message.el (message-forbidden-properties): Fix typo in doc
19977         string.
19979 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
19981         * gnus-util.el (gnus-replace-in-string): Add doc string.
19983         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
19984         to avoid problems when splitting mails with many recipients.
19986 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19988         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
19989         pop-to-buffer, covered by the subsequent gnus-configure-windows.
19991 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
19993         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
19994         if there is no hashtable in memory or file modification time is
19995         newer than cached timestamp.
19997 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
19999         * gnus-sum.el (gnus-summary-limit-to-recipient):
20000         Implement not-matching option.
20002 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
20004         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
20005         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
20006         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
20007         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
20008         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
20009         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
20011 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20013         * message.el (message-forward-make-body-mml): Remove headers
20014         according to message-forward-ignored-headers if a message is decoded.
20016 2004-12-02  Romain Francoise  <romain@orebokech.com>
20018         * message.el (message-forward-make-body-plain): Always remove
20019         headers according to message-forward-ignored-headers.
20021 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
20023         * spam.el (spam-summary-prepare-exit): Remove the
20024         gnus-summary-limit pop for now, it has problems with ham marks for
20025         me.
20027 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
20029         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
20030         correctly.
20032 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
20034         * format-spec.el (format-spec): Message the char.
20036 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
20038         * gnus-art.el (gnus-split-methods): Reformat comments.
20040         * spam.el (spam-summary-prepare-exit): Remove article limits
20041         before exiting the summary buffer.
20043 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20045         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
20046         order to silence the byte compiler.
20048         * spam.el: Fix the way to silence the byte compiler, which
20049         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
20050         bbdb-search-simple, spam-BBDB-register-routine,
20051         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
20052         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
20053         spam-stat-buffer-is-spam, spam-stat-load,
20054         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
20055         spam-stat-save and spam-stat-split-fancy.
20057 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20059         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
20060         which may confuse users.
20061         (canlock-password-for-verify): Ditto.
20063         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
20065         * gnus-art.el (gnus-emphasis-alist): Ditto.
20067         * gnus-registry.el (gnus-registry-max-entries): Ditto.
20069         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
20071         * gnus-start.el (gnus-save-killed-list): Ditto.
20073         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
20074         (gnus-sum-thread-tree-root): Ditto.
20075         (gnus-sum-thread-tree-false-root): Ditto.
20076         (gnus-sum-thread-tree-single-indent): Ditto.
20078         * message.el (message-courtesy-message): Ditto.
20079         (message-archive-note): Ditto.
20080         (message-subscribed-address-file): Ditto.
20081         (message-user-fqdn): Ditto.
20083         * spam-report.el (spam-report-gmane-regex): Ditto.
20085         * spam.el (spam-blackhole-good-server-regex): Ditto.
20087 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20089         * mml.el (mml-preview): Widen the message buffer before copying
20090         the contents to the preview buffer; sort headers before previewing.
20092         * message.el (message-hidden-headers): Fix the way to avoid a bug
20093         in the `repeat' widget in Emacs 21.3 or earlier.
20095 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20097         * message.el (message-hidden-headers): Default to "^References:".
20098         Improve customization type.  Suggested by Reiner Steib
20099         <Reiner.Steib@gmx.de>.
20101 2004-11-25  Romain Francoise  <romain@orebokech.com>
20103         * message.el (message-strip-forbidden-properties): Remove check for
20104         obsolete `message-hidden' text property, hidden headers are not
20105         accessible in the buffer anymore.
20107 2004-11-22  Romain Francoise  <romain@orebokech.com>
20109         * message.el (message-header-format-alist): Add `From' in list
20110         so that it can be sorted.
20111         (message-fix-before-sending): Widen and sort headers before
20112         sending.
20113         (message-hide-headers): Use narrowing to hide headers by moving
20114         them to the top of the buffer and narrowing to the region
20115         underneath.
20117 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20119         * message.el (message-strip-forbidden-properties):
20120         Bind buffer-read-only (etc) to nil.
20122 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20124         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
20125         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20127 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
20129         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
20131 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20133         * dns.el (query-dns): Use sit-for to time instead of
20134         accept-process-output, since that doesn't seem to work on udp
20135         sockets.
20137 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20139         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
20141 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
20143         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
20144         doc string.  Improve doc string.
20146 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20148         * nntp.el (nntp-request-update-info): Return nil if
20149         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
20150         may not call gnus-activate-group which uselessly issues the GROUP
20151         commands for all nntp groups and wastes time.  Reported by Romain
20152         Francoise <romain@orebokech.com>.
20154         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
20156 2004-11-15  Simon Josefsson  <jas@extundo.com>
20158         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
20159         headers separately.
20160         (gnus-button-openpgp): New function, inspired by Jochen Küpper
20161         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
20163 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
20165         * gnus-start.el (gnus-convert-old-newsrc):
20166         Assign legacy-gnus-agent to 5.10.7.
20168 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20170         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
20171         start of the lines.
20173 2004-11-14  Magnus Henoch  <mange@freemail.hu>
20175         * hashcash.el (hashcash-default-payment): Change default to 20.
20176         (hashcash-default-accept-payment): Change default to 20.
20177         (hashcash-process-alist): New variable.
20178         (hashcash-generate-payment-async): Add.
20179         (hashcash-already-paid-p): Add.
20180         (hashcash-insert-payment): Don't generate payments twice.
20181         (hashcash-insert-payment-async): Add.
20182         (hashcash-insert-payment-async-2): Add.
20183         (hashcash-cancel-async): Add.
20184         (hashcash-wait-async): Add.
20185         (hashcash-processes-running-p): Add.
20186         (hashcash-wait-or-cancel): Add.
20187         (mail-add-payment): New optional argument.  Conditionally start
20188         asynchronous calculation.
20189         (mail-add-payment-async): Add.
20191         * message.el (message-send-mail): Wait for asynchronous hashcash
20192         results.  Don't clobber existing X-Hashcash headers.
20193         (message-setup-1): Call mail-add-payment-async when
20194         message-generate-hashcash is non-nil.
20196 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
20198         * message.el (message-use-alternative-email-as-from): Examine the
20199         From header as well; use message-make-from in order to include a
20200         user's full name.
20202 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20204         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
20205         default; improve customization type.
20206         (gnus-emphasis-custom-with-format): New macro.
20207         (gnus-emphasis-custom-value-to-external): New function.
20208         (gnus-emphasis-custom-value-to-internal): New function.
20210 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20212         * dns.el (query-dns): Resolve reverse addresses.
20214 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20216         * gnus-group.el (gnus-group-get-new-news): Use it.
20218         * gnus-start.el (gnus-check-reasonable-setup): New function.
20220 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20222         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
20223         "Args out of range" error.  Reported by Arnaud Giersch
20224         <arnaud.giersch@free.fr>.
20226 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
20228         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
20230 2004-11-04  Richard M. Stallman  <rms@gnu.org>
20232         * spam.el (spam group): Add :version.
20234         * pgg-def.el (pgg group): Add :version.
20236 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20238         * gnus-art.el (gnus-article-edit-article): Don't associate the
20239         article buffer with a draft file.  This is a temporary measure
20240         against the 2004-08-22 change to gnus-article-edit-mode.
20242 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20244         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
20245         (html2text-format-tags): Remove unused variable `attr'.
20247 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
20249         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
20251         * spam-stat.el (spam-stat): Add :version.
20253         * sieve.el (sieve): Add :version.
20255         * sha1.el (sha1): Add :version.
20256         (sha1-use-external): Remove redundant version.
20258         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
20259         (nnmail-cache-ignore-groups, nnmail-spool-hook)
20260         (nnmail-split-fancy-match-partial-words)
20261         (nnmail-split-lowercase-expanded): Add :version.
20263         * nndiary.el (nndiary): Add :version.
20265         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
20267         * mml-sec.el (mml-default-sign-method)
20268         (mml-default-encrypt-method, mml-signencrypt-style-alist):
20269         Add :version.
20271         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
20273         * mm-url.el (mm-url-use-external, mm-url-program)
20274         (mm-url-arguments): Add :version.
20276         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
20277         (mm-attachment-file-modes, mm-decrypt-option)
20278         (mm-w3m-safe-url-regexp): Add :version.
20280         * message.el (message-cite-prefix-regexp)
20281         (message-sendmail-envelope-from, message-minibuffer-local-map)
20282         (message-user-fqdn, message-completion-alist): Add :version.
20284         * gnus-win.el (gnus-configure-windows-hook)
20285         (gnus-use-frames-on-any-display): Add :version.
20287         * gnus-art.el (gnus-article-address-banner-alist)
20288         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
20289         (gnus-treat-from-picon, gnus-treat-mail-picon)
20290         (gnus-treat-x-pgp-sig): Add :version.
20292         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
20293         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
20294         (gnus-summary-article-delete-hook)
20295         (gnus-summary-display-while-building): Add :version.
20297         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
20298         (gnus-get-top-new-news-hook): Add :version.
20300         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
20301         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
20303         * gnus-registry.el (gnus-registry): Add :version.
20305         * gnus-spec.el (gnus-use-correct-string-widths)
20306         (gnus-make-format-preserve-properties): Add :version.
20308         * gnus.el (gnus-group-charter-alist)
20309         (gnus-group-fetch-control-use-browse-url)
20310         (gnus-install-group-spam-parameters): Add :version.
20312         * gnus-diary.el (gnus-diary): Add :version.
20314         * gnus-delay.el (gnus-delay): Add :version.
20316         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
20317         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
20318         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
20319         Add :version.
20321         * gnus-agent.el (gnus-agent-max-fetch-size)
20322         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
20323         (gnus-agent-prompt-send-queue): Add :version.
20325         * deuglify.el (gnus-outlook-deuglify): Add :version.
20327         * html2text.el: Beautify code.  Improve doc strings.
20328         Some checkdoc cleanup.
20329         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
20331 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
20333         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
20335 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
20337         * gnus-registry.el (gnus-registry-hashtb): Create the registry
20338         when package is loaded.
20340         * spam.el (spam-summary-score-preferred-header): Add global preference
20341         for people who want to override the default SpamAssassin over
20342         Bogofilter preference (when both are set).
20343         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
20344         (spam-user-format-function-S):
20345         Check spam-summary-score-preferred-header.
20346         (spam-extra-header-to-number): Add X-Bogosity header parsing.
20347         (spam-user-format-function-S): Format the score correctly.
20349 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20351         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
20352         signature file.  Suggested by Manoj Srivastava
20353         <srivasta@golden-gryphon.com>.
20355         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
20356         iso-2022-jp even in the Japanese language environment.
20357         Suggested by Jason Rumney <jasonr@gnu.org>.
20359 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20361         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
20362         use the same characters as the dummy marks; make it free from
20363         getting affected by the language environment.
20364         (gnus-summary-read-group-1): Update mark positions only when the
20365         format spec is updated.
20367         * gnus-spec.el (gnus-update-format-specifications): Return a list
20368         of updated types.
20370 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20372         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
20373         of boundp to check if display-warning is available.
20375 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
20377         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
20379 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20381         * nnspool.el (nnspool-spool-directory): Use news-path if the
20382         news-directory variable is not bound.
20384         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
20385         function instead of display-warning if it is not available.
20387 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
20389         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
20390         v5-10: Use `point-at-bol'.
20392 2004-10-26  Simon Josefsson  <jas@extundo.com>
20394         * hashcash.el: Fix URL in comment, reported by Cheng Gao
20395         <chenggao@gmail.com>.
20397 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
20399         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
20400         instead.
20402 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
20404         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
20405         to remove a server from the nnimap-server-buffer-alist.
20406         (nnimap-open-connection, nnimap-close-server): Use it.
20408         * gnus-encrypt.el: Remove file in favor of encrypt.el.
20410 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20412         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
20413         running the major-mode function.
20415 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20417         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
20418         dummy marks in the right way.
20420 2004-10-18  David Edmondson  <dme@dme.org>
20422         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
20423         excessively.
20425 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
20427         * gnus-util.el (gnus-split-references): Accept a nil references
20428         string and go on blissfully.
20430         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
20431         cases where the references string is non-nil but has no references.
20433         * encrypt.el: Add autoload tags.
20435         * spam.el (spam-resolve-registrations-routine): Remove article
20436         from unregistration list too.  Reported by David Hanak
20437         <dhanak@isis.vanderbilt.edu>
20439 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
20441         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
20442         nil.  Change custom type.
20444 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
20446         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
20448         * gnus-sum.el (gnus-summary-move-article): Use it.
20450 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
20452         * encrypt.el: Add autoload cookies.
20454         * spam.el (spam-backend-article-list-property)
20455         (spam-backend-get-article-todo-list)
20456         (spam-backend-put-article-todo-list)
20457         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
20458         Resolve registrations separately.
20459         (spam-register-routine): Format comments.
20460         (spam-unregister-routine, spam-register-routine): Always call with
20461         specific-articles, no default list.
20462         (spam-summary-prepare-exit): Use the spam-classifications function.
20464         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
20465         gnus-encrypt.el.
20467         * encrypt.el: Copied from gnus-encrypt.el.
20469         * gnus-encrypt.el: Commented that it's obsolete.
20471 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
20473         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
20474         (gnus-score-save): Use it.
20476         * message.el (message-bury): Use `window-dedicated-p'.
20478 2004-10-15  Simon Josefsson  <jas@extundo.com>
20480         * pop3.el (top-level): Don't require nnheader.
20481         (pop3-read-timeout): Add.
20482         (pop3-accept-process-output): Add.
20483         (pop3-read-response, pop3-retr): Use it.
20485 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
20487         * spam.el (spam-register-routine): Move comment.
20488         (spam-verify-bogofilter): Use 'unknown for the initial
20489         spam-bogofilter-valid state, not 'never.
20491         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
20492         for netrc-machine.
20494         * nnimap.el (nnimap-open-connection):
20495         Use netrc-machine-user-or-password.
20497 2004-10-17  Richard M. Stallman  <rms@gnu.org>
20499         * gnus-registry.el (gnus-registry-unload-hook):
20500         Set as a variable with add-hook.
20502         * nnspool.el (nnspool-spool-directory): Use news-directory instead
20503         of news-path.
20505         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
20507         * spam.el: Delete duplicate `provide'.
20508         (spam-unload-hook): Set as a variable with add-hook.
20510 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
20512         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
20513         in the doc string.
20515         * message.el (message-ignored-news-headers)
20516         (message-ignored-supersedes-headers)
20517         (message-ignored-resent-headers)
20518         (message-forward-ignored-headers): Improve custom type.
20520 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20522         * message.el (message-tokenize-header): Fix 2004-09-06 change
20523         which used point-min in the wrong place.
20525 2004-10-12  Simon Josefsson  <jas@extundo.com>
20527         * tls.el (tls-certtool-program): New variable.
20528         (tls-certificate-information): New function, based on
20529         ssl-certificate-information.
20531 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20533         * compface.el: Move the version of ELisp-based uncompface program
20534         to the contrib directory because of the copyright problem.
20536 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
20538         * message.el (message-kill-buffer): Raise the current frame.
20540 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
20542         * gnus-sum.el: Mention that multibyte characters don't work as marks.
20544         * gnus.el (message-y-or-n-p): Autoload.
20546         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
20547         (pop3-password-required, pop3-authentication-scheme)
20548         (pop3-leave-mail-on-server): Make customizable.
20549         (pop3): New custom group.
20550         (pop3-retr): Remove `sleep-for' statements.
20551         Suggested by Dave Love <fx@gnu.org>.
20553         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
20554         Windows/DOS.
20556         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
20557         (imap-parse-body): Fix incorrect use of `assert'.
20558         Suggested by Dave Love <fx@gnu.org>.
20560         * mml.el (mml-minibuffer-read-disposition): Require match.
20561         Suggested by Dave Love <fx@gnu.org>.
20563 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
20565         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
20566         doc string.
20568 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20570         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
20572 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20574         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
20575         instead of calling `mm-insert-inline', to decode text/* parts
20576         before displaying them.
20578 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20580         * mm-uu.el (mm-uu-text-plain-type): New variable.
20581         (mm-uu-pgp-signed-extract-1): Use it.
20582         (mm-uu-pgp-encrypted-extract-1): Use it.
20583         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
20584         bind mm-uu-text-plain-type with that value.
20585         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
20586         mm-uu-dissect.
20588 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20590         * gnus-group.el (gnus-update-group-mark-positions):
20591         * gnus-sum.el (gnus-update-summary-mark-positions):
20592         * message.el (message-check-news-body-syntax):
20593         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
20594         of string-as-multibyte.
20596 2004-10-05  Juri Linkov  <juri@jurta.org>
20598         * gnus-group.el (gnus-update-group-mark-positions):
20599         * gnus-sum.el (gnus-update-summary-mark-positions):
20600         * message.el (message-check-news-body-syntax):
20601         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
20602         8-bit unibyte values to a multibyte string for search functions.
20604 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20606         * mm-uu.el (mm-uu-dissect): Allow optional arg.
20607         (mm-uu-dissect-text-parts): New function.
20609         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
20610         dissect text parts.
20612         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
20613         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
20615         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
20617         * gnus-topic.el (gnus-topic-hierarchical-parameters):
20618         Use gnus-current-topics instead of gnus-current-topic.
20620 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
20622         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
20624 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
20626         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
20627         where appropriate.
20629         * nnml.el (nnml-generate-active-info): do.
20631         * nndiary.el (nndiary-generate-active-info): do.
20633         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
20634         (gnus-topic-move): do.
20636         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
20637         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
20639         * gnus-srvr.el (gnus-server-prepare)
20640         (gnus-server-open-all-servers): do.
20642         * gnus-msg.el (gnus-summary-cancel-article)
20643         (gnus-summary-resend-message)
20644         (gnus-summary-mail-crosspost-complaint): do.
20646         * gnus-move.el (gnus-change-server): do.
20648         * gnus-group.el (gnus-group-unmark-all-groups)
20649         (gnus-group-set-current-level): do.
20651 2004-10-04  Simon Josefsson  <jas@extundo.com>
20653         * message.el (message-generate-hashcash): Doc fix.
20655 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
20657         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
20658         avoid infinite recursion via gnus-get-function.
20660 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
20662         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
20664         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
20666         * nnmail.el (nnmail-split-history): do.
20668         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
20669         (nnml-request-delete-group): do.
20671         * nnslashdot.el (nnslashdot-read-groups): do.
20673         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
20674         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
20676         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
20677         (nnspool-sift-nov-with-sed): Use last.
20678         (nnspool-retrieve-headers-with-nov): Use mapc.
20679         (nnspool-request-newgroups): Use dolist.
20680         (nnspool-request-group): Use last.
20682         * nntp.el (nntp-read-server-type): Use dolist.
20684         * nnvirtual.el (nnvirtual-create-mapping)
20685         (nnvirtual-update-read-and-marked): Use dolist.
20686         (nnvirtual-convert-headers): Simplify.
20688 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
20690         * gnus-agent.el (gnus-agent-synchronize-group-flags):
20691         Add support for sync'ing tick marks.
20693 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20695         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
20696         there's no visible header.
20698 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
20700         * gnus-agent.el (gnus-agent-synchronize-group-flags):
20701         When necessary, pass full group name to gnus-request-set-marks.
20703 2004-10-01  Simon Josefsson  <jas@extundo.com>
20705         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
20706         acroread.
20708 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20710         * spam-report.el (spam-report-gmane): Fix interactive.
20712         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
20714         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
20715         when writing file.
20716         (gnus-agent-synchronize-flags): Don't default to being
20717         interactive.
20719 2004-09-30  Simon Josefsson  <jas@extundo.com>
20721         * message.el (message-generate-hashcash): Add.
20722         (message-send-mail): Use it, call mail-add-payment.
20724 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
20726         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
20728 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
20730         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
20731         gnus-request-update-info with explicit code to sync the in-memory
20732         info read flags with the marks being sync'd to the backend.
20734         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
20736 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
20738         * spam.el (spam-verify-bogofilter): Add new function.
20739         (spam-check-bogofilter)
20740         (spam-bogofilter-register-with-bogofilter): Use it.
20741         (spam-verify-bogofilter): Add small fixes.
20743 2004-09-28  Simon Josefsson  <jas@extundo.com>
20745         * hashcash.el (hashcash-generate-payment): Revert.
20747 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
20749         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20750         Use gnus-extract-references instead of gnus-split-references.
20752         * gnus-util.el (gnus-extract-references): Add new function, analogous
20753         to gnus-split-references but extracts only the message-ID without
20754         anything extra.
20756         * hashcash.el (hashcash-generate-payment)
20757         (hashcash-check-payment): Do the right thing if hashcash-path is
20758         nil (because the hashcash program could not be found).
20760         * spam.el (spam-use-hashcash): Remove comment.
20762 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
20764         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
20765         (gnus-cache-enter-article, gnus-cache-remove-article)
20766         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
20768         * gnus-async.el (gnus-async-prefetch-remove-group): do.
20770         * gnus-art.el (article-hide-boring-headers)
20771         (article-translate-strings, article-display-face)
20772         (gnus-article-mime-match-handle-first)
20773         (gnus-article-highlight-headers)
20774         (gnus-article-add-buttons-to-head): do.
20776 2004-09-27  Simon Josefsson  <jas@extundo.com>
20778         * hashcash.el: New version, from
20779         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
20780         ../contrib/.
20782 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20784         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
20786 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
20788         * gnus-dup.el (gnus-dup-open): Use mapc.
20789         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
20791         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
20792         Reported by Stefan Wiens <s.wi@gmx.net>.
20794         * gnus.el (gnus-shutdown): Use dolist.
20796         * gnus-undo.el (gnus-undo): Use mapc.
20798         * nnrss.el (nnrss-generate-active): do.
20800         * message.el (message-cite-original-without-signature)
20801         (message-cite-original): Use mapc.
20802         (message-do-actions, message-make-forward-subject): Use dolist.
20804 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
20806         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
20807         deletion to remove entire duplicate line.  Fixes merged article
20808         number bug.
20810 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
20812         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
20813         servers that are offline.  Avoids having gnus-agent-toggle-plugged
20814         first ask if you want to open a server and then, even when you
20815         responded with no, asking if you want to synchronize the server's
20816         flags.
20817         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
20818         multi-line expressions.
20819         (gnus-agent-synchronize-group-flags): New internal function.
20820         Updates marks in memory (in the info structure) AND in the
20821         backend.
20823         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
20825         * nnagent.el (nnagent-request-set-mark):
20826         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
20827         method, to ensure that synchronization updates marks in the
20828         backend and in the info (in memory) structure.
20830 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20832         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
20833         convention fully; don't miss the root article of a thread; make
20834         the X-Draft-From header with correct article numbers.
20836 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
20838         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
20839         unless plugged.  Disable the agent so that an open failure causes
20840         an error.
20842         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
20843         Revert 2004-09-21 change.  The backend must be opened while
20844         synchronizing flags even when the backend stores the flags
20845         locally.
20847 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
20849         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
20850         in `header' match.  Reported by Svend Tollak Munkejord.
20852         * message.el (message-cite-original): Fix use of
20853         `message-cite-articles-with-x-no-archive'.
20855 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20857         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
20858         (gnus-window-to-buffer): Ditto.
20860         * mml.el (mml-preview-buffer): New variable.
20861         (mml-preview): Manage window layout with gnus-buffer-configuration.
20863         * gnus-msg.el (gnus-setup-message): Put article numbers into the
20864         X-Draft-From header even if those articles aren't quoted.
20866 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
20868         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
20869         (gnus-request-set-mark, gnus-request-update-mark): Use new
20870         g-s-t-u-l-m to decide to use backend even when unplugged.
20872 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20874         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
20875         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
20877 2004-09-20  Simon Josefsson  <jas@extundo.com>
20879         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
20880         "utf-16-le".
20882 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20884         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
20886 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
20888         * uudecode.el (uudecode-use-external): Add :version.
20890         * smime.el (smime-CA-file, smime-encrypt-cipher)
20891         (smime-dns-server): Add :version.
20893         * smiley.el (gnus-smiley-file-types): Add :version.
20895         * sha1.el (sha1-use-external): Add :version.
20897         * pgg-def.el (pgg-query-keyserver): Add :version.
20899         * nnmail.el (nnmail-fancy-expiry-targets)
20900         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
20901         Add :version.
20903         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
20904         (nnimap-retrieve-groups-asynchronous): Add :version.
20905         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
20907         * mml.el (mml-content-disposition-parameters)
20908         (mml-insert-mime-headers-always): Add :version.
20910         * mm-util.el (mm-coding-system-priorities): Add :version.
20912         * mm-decode.el (mm-inline-text-html-with-images)
20913         (mm-keep-viewer-alive-types, mm-external-terminal-program)
20914         (mm-verify-option): Add :version.
20915         (mm-text-html-renderer): Change :version.
20917         * message.el (message-fcc-externalize-attachments)
20918         (message-required-headers, message-draft-headers)
20919         (message-subject-trailing-was-query)
20920         (message-subject-trailing-was-ask-regexp)
20921         (message-subject-trailing-was-regexp, message-mark-insert-begin)
20922         (message-mark-insert-end, message-archive-header)
20923         (message-archive-note, message-cross-post-default)
20924         (message-cross-post-note, message-followup-to-note)
20925         (message-cross-post-note-function, message-use-mail-followup-to)
20926         (message-subscribed-address-functions)
20927         (message-subscribed-address-file, message-subscribed-addresses)
20928         (message-subscribed-regexps, message-allow-no-recipients)
20929         (message-yank-cited-prefix, message-signature-insert-empty-line)
20930         (message-hidden-headers, message-hierarchical-addresses)
20931         (message-mail-user-agent, message-use-idna)
20932         (message-valid-fqdn-regexp)
20933         (message-strip-special-text-properties, message-header-synonyms)
20934         (message-beginning-of-line, message-tab-body-function): Add :version.
20935         (message-insert-canlock, message-wide-reply-confirm-recipients):
20936         Change :version.
20938         * mail-source.el (mail-source-ignore-errors): Add :group, :type
20939         and :version.
20940         (mail-source-delete-old-incoming-confirm)
20941         (mail-source-movemail-program): Add :version.
20943         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
20944         (gnus-agent-cache, gnus-agent): Change :version.
20946         * gnus-util.el (gnus-use-byte-compile): Change :version.
20948         * gnus-sum.el (gnus-summary-make-false-root-always)
20949         (gnus-summary-default-high-score)
20950         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
20951         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
20952         (gnus-read-all-available-headers, gnus-article-emulate-mime)
20953         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
20954         (gnus-sum-thread-tree-single-indent)
20955         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
20956         (gnus-sum-thread-tree-leaf-with-other)
20957         (gnus-sum-thread-tree-single-leaf): Add :version.
20958         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
20959         (gnus-article-loose-mime): Change :version.
20961         * gnus-start.el (gnus-backup-startup-file)
20962         (gnus-save-startup-file-via-temp-buffer): Add :version.
20964         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
20965         (gnus-server-offline-face): Add :version.
20967         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
20969         * gnus-msg.el (gnus-gcc-externalize-attachments)
20970         (gnus-debug-files, gnus-debug-exclude-variables)
20971         (gnus-discouraged-post-methods): Change :version.
20972         (gnus-confirm-mail-reply-to-news)
20973         (gnus-confirm-treat-mail-like-news): Add :version.
20975         * gnus-int.el (gnus-server-unopen-status): Add :version.
20977         * gnus-group.el (gnus-group-jump-to-group-prompt)
20978         (gnus-large-ephemeral-newsgroup)
20979         (gnus-fetch-old-ephemeral-headers): Add :version.
20981         * gnus-fun.el (gnus-x-face-directory)
20982         (gnus-convert-pbm-to-x-face-command)
20983         (gnus-convert-image-to-x-face-command)
20984         (gnus-convert-image-to-face-command): Add :version.
20986         * gnus-delay.el (gnus-delay-default-hour): Add :version.
20988         * gnus-cite.el (gnus-cite-blank-line-after-header)
20989         (gnus-article-boring-faces): Add :version.
20991         * gnus-art.el (gnus-buttonized-mime-types)
20992         (gnus-inhibit-mime-unbuttonizing)
20993         (gnus-treat-display-face)
20994         (gnus-treat-body-boundary): Change :version.
20995         (gnus-body-boundary-delimiter, gnus-picon-databases)
20996         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
20997         (gnus-treat-date-english, gnus-treat-fold-headers)
20998         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
20999         (gnus-treat-mail-picon, gnus-treat-wash-html)
21000         (gnus-article-encrypt-protocol)
21001         (gnus-use-idna, gnus-article-over-scroll)
21002         (gnus-mime-display-multipart-alternative-as-mixed)
21003         (gnus-mime-display-multipart-related-as-mixed)
21004         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
21005         (gnus-ctan-url, gnus-button-ctan-handler)
21006         (gnus-button-handle-ctan-bogus-regexp)
21007         (gnus-button-ctan-directory-regexp)
21008         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
21009         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
21010         (gnus-button-man-level, gnus-button-emacs-level)
21011         (gnus-button-message-level, gnus-button-browse-level): Add :version.
21013         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
21014         (gnus-agent-go-online): Change :version.
21015         (gnus-agent-expire-unagentized-dirs)
21016         (gnus-agent-auto-agentize-methods): Add :version.
21018         * flow-fill.el (fill-flowed-display-column)
21019         (fill-flowed-encode-column): Add :version.
21021         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
21022         (gnus-outlook-deuglify-unwrap-max)
21023         (gnus-outlook-deuglify-cite-marks)
21024         (gnus-outlook-deuglify-unwrap-stop-chars)
21025         (gnus-outlook-deuglify-no-wrap-chars)
21026         (gnus-outlook-deuglify-attrib-cut-regexp)
21027         (gnus-outlook-deuglify-attrib-verb-regexp)
21028         (gnus-outlook-deuglify-attrib-end-regexp)
21029         (gnus-outlook-display-hook): Add :version.
21031         * binhex.el (binhex-use-external): Add :version.
21033 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
21035         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
21036         and `invisible'.
21038 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
21040         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
21041         in gnus-registry-trim.
21043 2004-09-13  Simon Josefsson  <jas@extundo.com>
21045         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
21047         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
21049         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
21050         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
21051         <yamaoka@jpl.org>.
21052         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
21053         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
21054         <yamaoka@jpl.org>.
21056         * sieve.el (sieve-manage-mode): Ditto.
21058 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
21060         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
21062 2004-09-11  Simon Josefsson  <jas@extundo.com>
21064         * dns-mode.el: Add.
21066         * mm-view.el (mm-display-dns-inline): Add.
21068         * mm-decode.el (mm-inline-media-tests): Add text/dns.
21069         (mm-automatic-display): Ditto.
21071         * mailcap.el (mailcap-mime-data): Add text/dns.
21072         (mailcap-mime-extensions): Map .soa to text/dns.
21074 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
21076         * gnus-art.el (article-decode-mime-words, article-babel)
21077         (gnus-article-highlight-signature, gnus-article-add-buttons)
21078         (gnus-signature-toggle): Remove unnecessary bindings of
21079         `inhibit-read-only' inherited from v5.10 merge.
21081 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
21083         * nntp.el (nntp): New customization group.
21084         (nntp-authinfo-file): Add customization group.
21086         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
21088         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
21090         * gnus.el (to-address, to-list, subscribed)
21091         (large-newsgroup-initial): Ditto.
21093         * flow-fill.el (fill-flowed-display-column)
21094         (fill-flowed-encode-column): Ditto.
21096 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
21098         * message.el (message-tokenize-header, message-send-mail-with-qmail):
21099         Use point-min rather than 1.
21100         (message-send-mail): Use buffer-size rather than point-max.
21102         * gnus-sum.el (gnus-summary-search-article-forward):
21103         Signal a specific `search-failed' rather than a generic `error'.
21105         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
21106         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
21107         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
21109 2004-09-10  Simon Josefsson  <jas@extundo.com>
21111         * nndb.el (require): Remove tcp and duplicate cl.
21113 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21115         * gnus-agent.el (directory-files-and-attributes): Move forward.
21117 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
21119         * gnus-agent.el (directory-files-and-attributes):
21120         Optionally defined to support XEmacs.
21122 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
21124         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
21125         to avoid run-time CL dependencies.
21126         (gnus-agent-unfetch-articles): New function.
21127         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
21128         article numbers even when local .overview file is missing.
21129         (gnus-agent-read-article-number): New function.  Only accepts
21130         27-bit article numbers.
21131         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
21132         Use gnus-agent-read-article-number.
21133         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
21134         from backend while recognizing that article numbers in .overview
21135         must be valid.
21136         (gnus-agent-update-files-total-fetched-for):
21137         Use directory-files-and-attributes to improve performance.
21138         * gnus-int.el (gnus-request-move-article):
21139         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
21140         improve performance.
21142         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
21143         some users confused by references to .newsrc when they only have a
21144         .newsrc.eld file.
21145         (gnus-convert-mark-converter-prompt)
21146         (gnus-convert-converter-needs-prompt): Fix use of property list.
21147         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
21148         New function.  Used internally to only display 'gnus converting
21149         files' message when actually necessary.
21151         * gnus-sum.el (): Remove (require 'gnus-agent) as required
21152         methods now autoloaded.
21154 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21156         * gnus-sum.el (gnus-summary-insert-subject): Remove list
21157         identifiers.
21159 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
21161         * gnus-picon.el: Fix indentation and closing parenthesis.
21163 2004-09-01  Simon Josefsson  <jas@extundo.com>
21165         * message.el (message-canlock-generate): Require sha1, not
21166         sha1-el.  (Can we get rid of this require altogether?  It is ugly
21167         to require within a function.  Sadly, if sha1.el isn't loaded, the
21168         let binding in m-c-g will hide the defcustom definition, which is
21169         bad.)
21171         * canlock.el: Require sha1, not sha1-el.
21173         * message.el: Don't autoload sha1 (there is a autoload cookie in
21174         sha1.el).
21176         * sha1-el.el: Rename to sha1.el.
21178 2004-08-30  Juanma Barranquero  <lektu@terra.es>
21180         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
21182 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21184         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
21186 2004-08-30  Kim F. Storm  <storm@cua.dk>
21188         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
21190         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
21191         Add :group 'nnimap.
21193 2004-08-30  Andreas Schwab  <schwab@suse.de>
21195         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
21196         ?* and ?\;.
21198         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
21199         and ?\' to symbol instead of whitespace.
21201 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21203         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
21205         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
21206         instead of re-search-forward.
21208         * gnus-uu.el (gnus-uu-save-article): Ditto.
21209         (gnus-uu-post-encode-uuencode): Ditto.
21211         * html2text.el (html2text-clean-list-items): Ditto.
21212         (html2text-clean-dtdd): Ditto.
21213         (html2text-format-tags): Ditto.
21215         * message.el (message-send-mail-with-sendmail): Fix regexp.
21216         (message-fill-field-general): Use search-forward instead of
21217         re-search-forward.
21218         (unbold-region): Ditto.
21220         * nnrss.el (nnrss-request-article): Ditto.
21222         * nnslashdot.el (nnslashdot-request-article): Ditto.
21224         * nnweb.el (nnweb-gmane-wash-article): Ditto.
21226         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
21227         "Unrecognized menu descriptor" error in XEmacs.
21229 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
21231         * gnus-sum.el (gnus-read-header): Don't remove a header for the
21232         parent article of a sparse article in the thread hashtb.
21234 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
21236         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
21237         (nnmail-expand-newtext): Lowercase expanded entries if
21238         nnmail-split-lowercase-expanded is non-nil.
21240 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21242         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
21244         * gnus-group.el (gnus-group-line-format-alist): Convert the value
21245         of gnus-tmp-news-method into string under XEmacs.  It will be
21246         passed to gnus-correct-length which takes only a string argument.
21248 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21250         * gnus-util.el (gnus-bind-print-variables): New macro.
21251         (gnus-prin1): Use it.
21252         (gnus-prin1-to-string): Use it.
21253         (gnus-pp): New function.
21254         (gnus-pp-to-string): New function.
21256         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
21257         Replace pp-to-string with gnus-pp-to-string.
21258         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
21259         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
21260         * gnus-msg.el (gnus-debug): Ditto.
21261         * gnus-score.el (gnus-score-save): Ditto.
21262         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
21263         gnus-pp-to-string.
21264         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
21265         with gnus-pp.
21266         * score-mode.el (gnus-score-pretty-print): Ditto.
21267         * webmail.el (webmail-debug): Ditto.
21269 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21271         * gnus-art.el (article-display-face, article-display-x-face):
21272         Use buffer-read-only.
21274 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21276         * gnus-art.el (article-hide-list-identifiers):
21277         Bind inhibit-read-only as t.
21279 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
21281         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
21283 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21285         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
21286         (gnus-narrow-to-page): Don't assume point-min == 1.
21287         (gnus-article-edit-mode): Derive from message-mode.
21289         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
21290         point-min == 1.
21292         * imap.el (imap-parse-address-list, imap-parse-body-ext):
21293         Disable incorrect use of `assert'.
21295         * message.el (message-mode): Set comment-start-skip.
21297 2004-08-22  Sam Steingold  <sds@gnu.org>
21299         * pop3.el (pop3-leave-mail-on-server): New user variable.
21300         (pop3-movemail): Delete mail only when it is nil.
21302 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
21304         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
21306         * mml.el (mml-preview): Use `pop-to-buffer'.
21308         * message.el (message-goto-mail-followup-to): Insert after "To".
21309         (message-carefully-insert-headers): Add comment.
21311         * gnus.el: Remove unused variable `gnus-article-check-size'.
21313         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
21315         * gnus-art.el (gnus-button-alist):
21316         Improve `gnus-button-handle-library' entry.
21318 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
21320         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
21321         Use downcase, since XEmacs capitalizes error messages differently.
21323 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
21325         * nntp.el: Add (require 'gnus) due to reference to
21326         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
21328 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
21330         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
21331         Bind `mm-fill-flowed'.
21333         * mm-decode.el (mm-dissect-singlepart): Check it.
21335 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
21337         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
21338         'imap' for netrc parsing.
21340 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
21342         * mailcap.el (mailcap-mime-data): Mark as risky.
21344 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21346         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
21347         may be included in the encoded word.
21348         (rfc2047-encode): Don't append a space if the encoded word
21349         includes close parenthesis.
21351 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21353         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
21354         of text within parentheses.
21356 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
21358         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
21359         (gnus-encrypt-write-file-contents): Make the password key the file
21360         name PLUS the cipher, not just the cipher.  Also remove failed
21361         passwords from the cache.
21363 2004-08-06  Simon Josefsson  <jas@extundo.com>
21365         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
21366         Doc fix.
21368 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21370         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
21371         LWSP.
21373 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
21375         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
21376         Try to append in-reply-to: data to the references: header.
21378         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
21379         (netrc-parse): Use gnus-encrypt.el functions.
21381         * gnus-encrypt.el: Add new file for encryption support; currently
21382         does only a few GPG ciphers and an internal XOR cipher.
21384         * password.el: Add comments on using password-read-and-add.
21385         (password-read-and-add): Add function to read and add the
21386         password to the cache at once.
21388 2004-07-28  Simon Josefsson  <jas@extundo.com>
21390         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
21391         parameter (but don't use it, for now).
21393         * imap.el (imap-ssl-open): Use imap-process-connection-type,
21394         instead of hard coding to nil.
21396 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21398         * mm-view.el (mm-inline-image-emacs): Open lines under an image
21399         as mm-inline-image-xemacs does.
21401 2004-07-26  Simon Josefsson  <jas@extundo.com>
21403         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
21404         Revert part of 2004-07-17 change below.
21406 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21408         * rfc2047.el (rfc2047-encode-region): Don't infloop.
21409         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
21411 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21413         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
21414         quotes that actually start with ">" at the beginning of the
21415         lines.
21417 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21419         * rfc2047.el (rfc2047-encode-region): Fix last change.
21420         (rfc2047-encode-parameter): Remove useless concat.
21422 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21424         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
21425         encode special characters; fix some kind of misconfigured headers;
21426         signal a real error if debug-on-quit or debug-on-error is non-nil.
21427         (rfc2047-encode-max-chars): New variable.
21428         (rfc2047-encode-1): Use it.
21429         (rfc2047-encode-parameter): New function.
21431         * mml.el (mml-insert-parameter): Remove an excessive space.
21433 2004-07-17  Simon Josefsson  <jas@extundo.com>
21435         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
21436         Kai Grossjohann <kai@emptydomain.de>.
21437         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
21438         (gnus-group-make-menu-bar): Ditto.
21440         * gnus-util.el (gnus-group-server): Add.
21442 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
21444         * message.el (message-clone-locals): Clone sendmail and smtp
21445         variables.
21447 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21449         * rfc2047.el (rfc2047-encode-region): Fix last change.
21451 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21453         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
21454         characters as non-special.
21456 2004-07-09  Simon Josefsson  <jas@extundo.com>
21458         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
21459         Users will lose all flag changes made while unplugged with
21460         e.g. nntp unless flag synchronization happens, thus `nil' is not a
21461         good default.  See numerous reports on ding mailing list.
21463 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21465         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
21466         add generate-head-function and generate-article-function to the
21467         rfc822-forward entry.
21468         (nndoc-rfc822-forward-generate-article): New function.
21469         (nndoc-rfc822-forward-generate-head): New function.
21471         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
21473 2004-07-06  Dan Christensen  <jdc@uwo.ca>
21475         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
21476         respect display group parameter and gnus-summary-expunge-below.
21477         (gnus-articles-to-read): Remove unused reference to display group
21478         parameter.
21480 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21482         * nnheader.el (nnheader-uniquify-message-id): New experimental
21483         variable.
21484         (nnheader-nov-read-message-id): Use it.
21486         * spam-report.el (spam-report-gmane): Add interactive.
21488 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21490         * mm-encode.el (mm-content-transfer-encoding-defaults):
21491         Use qp-or-base64 for the application/* types.
21493 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
21495         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
21497 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
21499         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
21500         trim value.
21502 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
21504         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
21505         New macro and function.
21506         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
21508 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21510         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
21511         after-load-alist.
21513 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21515         * gnus-group.el (gnus-group-get-new-news-this-group):
21516         Don't update info that isn't there.
21518 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
21520         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
21521         entry.
21523 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21525         * mm-view.el (mm-inline-render-with-function): Use multibyte
21526         buffer; decode html source by charset.
21528         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
21530         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
21531         Mule-UCS is loaded under XEmacs.
21532         (mm-mime-mule-charset-alist): Avoid duplicated entries.
21534 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
21536         * nnheader.el (nnheader-max-head-length): Increase to 8192.
21538 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21540         * mm-util.el (mm-coding-system-p): Return a coding-system.
21541         (mm-mime-mule-charset-alist): Use shift_jis instead of
21542         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
21543         entries for the mime charsets iso-2022-jp-3 and shift_jis.
21544         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
21545         instead of japanese-shift-jis and iso-latin-1 respectively in
21546         order to share the default value with both Emacs and XEmacs-mule.
21547         (mm-mule-charset-to-mime-charset):
21548         Make mm-coding-system-priorities effective.
21549         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
21550         while predicating of candidates upon the priorities.
21552 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
21554         * gnus-sum.el (gnus-summary-make-menu-bar):
21555         Add gnus-uu-invert-processable.
21557         * gnus.el: Autoload gnus-uu-invert-processable.
21559 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21561         * mm-util.el (mm-with-multibyte-buffer): New macro.
21563         * rfc2047.el (rfc2047-encode-string): Use it.
21564         (rfc2047-encode-region): Move point to the end of the region after
21565         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
21567 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21569         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
21570         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
21572 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21574         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
21575         (gnus-cite-parse): Ignore quoted envelope From_.
21576         Suggested by Karl Chen <quarl@nospam.quarl.org>.
21578 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
21580         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
21581         invalid addresses.
21583 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
21585         * spam.el: Change section markers, revise TODO list.
21586         (spam-backends): Make new master list of all installed backends.
21587         (spam-summary-exit-behavior): Add new variable to determine how
21588         messages moves are done at summary exit.
21589         (spam-move-spam-nonspam-groups-only)
21590         (spam-process-ham-in-nonham-groups)
21591         (spam-process-ham-in-spam-groups): Remove variables, the
21592         spam-summary-exit-behavior variable should be used to manage this
21593         behavior.
21594         (spam-old-ham-articles, spam-old-spam-articles): Remove.
21595         (spam-old-articles): Add variable, replacing spam-old-ham-articles
21596         and spam-old-spam-articles.
21597         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
21598         Add empty variables, placeholders for the backends they represent.
21599         (spam-set-difference): Move, unchanged.
21600         (spam-list-of-processors): Declare OBSOLETE, not used anymore
21601         unless the user has a processor variable.
21602         (spam-classifications, spam-classification-valid-p)
21603         (spam-backend-properties, spam-backend-property-valid-p)
21604         (spam-backend-function-type-valid-p)
21605         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
21606         (spam-report-articles-gmane, spam-report-articles-resend):
21607         Remove functions, they are not needed.
21608         (spam-install-backend-super, spam-backend-list)
21609         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
21610         (spam-backend-function, spam-backend-ham-registration-function)
21611         (spam-backend-spam-registration-function)
21612         (spam-backend-ham-unregistration-function)
21613         (spam-backend-spam-unregistration-function)
21614         (spam-backend-statistical-p, spam-backend-mover-p)
21615         (spam-install-backend-alias, spam-install-checkonly-backend)
21616         (spam-install-mover-backend, spam-install-nocheck-backend)
21617         (spam-install-backend, spam-install-statistical-backend)
21618         (spam-install-statistical-checkonly-backend): Add backend installation
21619         support.
21620         (spam-summary-prepare-exit): Rewrite to use the new backend code.
21621         (spam-group-processor-p): Use the new backend code and respect the
21622         summary exit behavior.
21623         (spam-mark-spam-as-expired-and-move-routine): Remove.
21624         (spam-summary-prepare): Change to use the new spam-old-articles
21625         variable.
21626         (spam-copy-or-move-routine, spam-copy-spam-routine)
21627         (spam-move-spam-routine, spam-copy-ham-routine)
21628         (spam-move-ham-routine): Add code to copy/move ham or spam.
21629         (spam-fetch-field-fast): Improve doc and code, plus allow the
21630         'number request.
21631         (spam-list-of-checks, spam-list-of-statistical-checks):
21632         Remove variables.
21633         (spam-split, spam-find-spam): Use the new backend code.
21634         (spam-registration-functions): Remove variable.
21635         (spam-unregister-routine): Add convenience wrapper.
21636         (spam-log-undo-registration, spam-register-routine)
21637         (spam-log-processing-to-registry)
21638         (spam-log-unregistration-needed-p): Rename "check" to "backend"
21639         where possible.
21640         (spam-check-gmane-xref, spam-check-regex-headers)
21641         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
21642         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
21643         (spam-check-bogofilter-headers, spam-check-spamoracle)
21644         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
21645         (spam-check-crm114-headers): Use the spam-split-group that
21646         spam-split prepares, no need to determine it every time.
21648         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
21649         to the nnheader-parse-naked-head call.
21651         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
21653         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
21654         the nnheader-nov-read-message-id call.
21656 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21658         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
21659         gnus-activate-group twice.  Suggested by Markus Peter
21660         <warp@spin.de>.
21662 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
21664         * gnus-art.el (gnus-article-time-format): Exchange the order of
21665         day and month in the default value; fix customization type.
21666         (article-date-ut): Use add-text-properties.
21667         (article-make-date-line): Use message-make-date instead of
21668         current-time-string.
21670         * message.el (message-fetch-field): Don't use set-text-properties.
21671         (message-make-date): Simplify.
21673 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21675         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
21676         (rfc2047-encode-region): Treat text within parentheses as special;
21677         show the original text when error has occurred.
21679         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
21680         already-computed method to gnus-activate-group.
21682         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
21683         same select-methods identical Lisp objects.
21685         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
21686         object when modifying the info.
21688 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21690         * gnus-srvr.el (gnus-server-set-info): Remove the server from
21691         gnus-opened-servers since it has never been opened with the new
21692         configuration yet.
21694 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21696         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
21697         arg to nnheader-generate-fake-message-id.
21699 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
21701         * nnheader.el (nnheader-generate-fake-message-id): Accept a
21702         number and build a fake message ID localized to a group and
21703         article number (so it's repeatable from that point on).
21704         (nnheader-fake-message-id-p): Change regex to accommodate new fake
21705         ID format.
21707         * gnus-sum.el (gnus-get-newsgroup-headers):
21708         Call nnheader-generate-fake-message-id with the article number.
21710 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
21712         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
21713         end-of-buffer.
21715 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21717         * message.el (message-ignored-supersedes-headers): Add Approved.
21719 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
21721         * rfc2047.el (rfc2047-encode-message-header): Remove useless
21722         goto-char.
21723         (rfc2047-encode): Fold the line before encoding.
21725 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21727         * rfc2047.el (rfc2047-encode-message-header): Disabled header
21728         folding -- not all headers can be folded, and this should be done
21729         by the message composition mode.  Probably.  I think.
21731 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21733         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
21734         fast.
21736         * gnus-ems.el (gnus-remove-image): Don't use
21737         message-text-with-property; remove only the image found first.
21739 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
21741         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
21743 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21745         * message.el (message-text-with-property): Make it fast and accept
21746         optional arguments.
21747         (message-strip-forbidden-properties): Use it.
21748         (message-fix-before-sending): Follow the m-t-w-p change.
21750         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
21752 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21754         * gnus-art.el (article-hide-headers): Don't change the buffer
21755         mistakenly when performing mml-preview even if
21756         gnus-single-article-buffer is nil.
21758 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
21760         * message.el (message-expand-name-databases): New user option.
21761         (message-expand-name): Use it.
21763 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
21765         * spam.el (spam-report-articles-resend)
21766         (spam-report-resend-register-routine): Allow ham reporting.
21767         (spam-report-resend-register-ham-routine): Add wrapper.
21768         (spam-registration-functions): Add ham resending functions.
21769         (spam-list-of-processors): Add ham resend processor.
21771         * gnus.el (ham-resend-to): Add new group parameter.
21772         (spam-process): Add ham resend option.
21774         * spam-report.el (spam-report-resend): Allow reporting ham.
21775         (spam-report-resend-ham): Add wrapper.
21777 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21779         * message.el (message-cite-articles-with-x-no-archive):
21780         New variable.
21781         (message-cite-original): Use it.
21783 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21785         * message.el (message-cite-original): Respect X-No-Archive.
21787 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21789         * gnus-art.el (article-hide-headers): Refer to the values for
21790         gnus-ignored-headers and gnus-visible-headers in the summary
21791         buffer since a user may have set them as group parameters.
21793 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
21795         * assistant.el (assistant-node-name): Add convenience function.
21796         (assistant-render-text, assistant-render-node): Add error handling,
21797         plus handle multiple next nodes.
21798         (assistant-find-next-node): Comment out for now.
21799         (assistant-find-next-nodes): Add function, returns list of next
21800         nodes.
21802 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
21804         * mail-source.el (mail-source-directory): Fix doc-string.
21806 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
21808         * assistant.el (assistant-render-text, assistant-eval): Add :set
21809         widget type, which is different because it takes and returns a
21810         list.  Much hilarity ensues.
21812 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
21814         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
21816         * gnus-group.el (gnus-group-get-new-news-this-group):
21817         Add doc-string.
21819         * gnus-start.el (gnus-activate-group): Add doc-string.
21821 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21823         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
21825 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
21827         * assistant.el (assistant-render-text): Try to add a :set
21828         widget, more to come.
21830         * spam.el (spam-group-spam-contents-p): Handle empty groupname
21831         strings.
21832         (spam-report-articles-resend)
21833         (spam-register-routine): Do registration iff any articles warrant
21834         it.
21835         (spam-summary-prepare-exit): Change log message for nil group
21836         destinations.
21838 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
21840         * spam.el (spam-report-resend-register-routine):
21841         Allow spam-report-resend-to to be a group parameter or a global value.
21843 2004-05-26  Simon Josefsson  <jas@extundo.com>
21845         * starttls.el: Merge with my GnuTLS based starttls.el.
21846         (starttls-gnutls-program, starttls-use-gnutls)
21847         (starttls-extra-arguments, starttls-process-connection-type)
21848         (starttls-connect, starttls-failure, starttls-success):
21849         New variables.
21850         (starttls-program, starttls-extra-args): Doc fix.
21851         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
21852         New functions.
21853         (starttls-negotiate, starttls-open-stream):
21854         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
21855         function if it is set.
21857 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21859         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
21860         structured fields.
21862 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21864         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
21866 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
21868         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
21869         Add variable.
21870         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
21871         assigning the spam-mark to new messages.
21873 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
21875         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
21877 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21879         * rfc2047.el (rfc2047-encodable-p): Don't move point.
21880         (rfc2047-decode): Treat the ascii coding-system as raw-text by
21881         default.
21883 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
21885         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
21886         correct data.
21888 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
21890         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
21891         (spam-group-processor-p): Fix function.
21892         (spam-group-processor-multiple-p)
21893         (spam-group-spam-processor-report-gmane-p)
21894         (spam-group-spam-processor-report-resend-p)
21895         (spam-group-spam-processor-bogofilter-p)
21896         (spam-group-spam-processor-blacklist-p)
21897         (spam-group-spam-processor-ifile-p)
21898         (spam-group-ham-processor-ifile-p)
21899         (spam-group-spam-processor-spamoracle-p)
21900         (spam-group-spam-processor-crm114-p)
21901         (spam-group-ham-processor-bogofilter-p)
21902         (spam-group-spam-processor-stat-p)
21903         (spam-group-ham-processor-stat-p)
21904         (spam-group-ham-processor-whitelist-p)
21905         (spam-group-ham-processor-BBDB-p)
21906         (spam-group-ham-processor-spamoracle-p)
21907         (spam-group-ham-processor-copy-p): Remove functions with some
21908         prejudice against unneeded code.
21909         (spam-report-articles-resend)
21910         (spam-report-resend-register-routine): Allow the group/topic
21911         spam-resend-to value to override spam-report-resend-to.
21912         (spam-summary-prepare-exit): Invoke spam-group-processor-p
21913         properly now.
21915         * gnus.el (spam-resend-to): Add group/topic parameter.
21916         (spam-process): Move the OBSOLETE processors to the end of the
21917         choices.
21919 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
21921         * spam-report.el (spam-report-resend-to, spam-report-resend):
21922         Start with resend-to set to nil, and then ask the user if necessary.
21923         (spam-report-resend): spam-report-resend takes a list of articles, not
21924         separate article numbers.
21926 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21928         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
21929         addition to emacs-w3m.
21931 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21933         * assistant.el (assistant-authinfo-data): New function.
21934         (assistant-eval): Eval for entire assistant.
21936         * netrc.el (netrc-services-file): New variable.
21937         (netrc-parse-services): New function.
21938         (netrc-find-service-name): New function.
21939         (netrc-find-service-number): New function.
21940         (netrc-port-equal): New function.
21941         (netrc-machine): Use it.
21943         * nnimap.el (nnimap-open-connection): Use netrc.
21945         * gnus-util.el (gnus-netrc-get): Remove aliases.
21947         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
21949         * assistant.el (wid-edit): Fix compilation.
21951         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
21953 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
21955         * gnus-util.el (gnus-set-file-modes): New function.  (small
21956         patch).
21958 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21960         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
21962         * assistant.el (assistant-render-node): Fix up rendering and
21963         read-only text.
21964         (assistant-render-node): Reset.
21965         (assistant-make-read-only): Not sticky.
21967 2004-05-20  Danny Siu  <dsiu@adobe.com>
21969         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
21970         centered even when gnus-auto-center-summary is t.
21972 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21974         * dns.el (dns-get-txt-answer): New function.
21975         (dns-read-txt): Ditto.
21976         (query-dns): Use it.
21978 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21980         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
21981         active for foreign groups even if the group level is higher than
21982         the specified value.
21984 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21986         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
21987         non-active groups.
21989         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
21991 2004-05-20  Magnus Henoch  <mange@freemail.hu>
21993         * dns.el (dns-read-type): Add support for SVR.  (small patch)
21995 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
21997         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
21998         (spam-crm114-header, spam-crm114-spam-switch)
21999         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
22000         (spam-crm114-positive-spam-header)
22001         (spam-crm114-database-directory, spam-list-of-processors)
22002         (spam-group-spam-processor-crm114-p)
22003         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
22004         (spam-generic-score, spam-list-of-checks)
22005         (spam-list-of-statistical-checks, spam-registration-functions)
22006         (spam-check-crm114-headers, spam-crm114-score)
22007         (spam-check-crm114, spam-crm114-register-with-crm114)
22008         (spam-crm114-register-spam-routine)
22009         (spam-crm114-unregister-spam-routine)
22010         (spam-crm114-register-ham-routine)
22011         (spam-crm114-unregister-ham-routine): Add CRM114 support.
22013 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
22015         * gnus.el: Add spam-use-crm114.
22017         * spam.el (spam-list-of-processors, spam-registration-functions):
22018         Add spam-use-resend.
22019         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
22020         (spam-report-articles-gmane): Add doc fix.
22021         (spam-report-articles-resend, spam-report-resend-register-routine):
22022         Add wrappers around spam-report-resend-to.
22024         * spam-report.el (spam-report-resend-to, spam-report-resend):
22025         Add support for resending spam.
22026         (spam-report-gmane): Fix line length >80.
22028         * gnus.el (spam-process): Add spam-use-resend.
22030 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22032         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
22033         number of processed spam messages.
22034         (spam-ham-copy-or-move-routine): Return the number of processed
22035         ham messages.
22036         (spam-summary-prepare-exit): Use the above values to decide
22037         whether status messages shouled be displayed.
22039 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22041         * rfc2047.el (rfc2047-encode-function-alist): Rename from
22042         `rfc2047-encoding-function-alist' in order to avoid conflicting
22043         with the old version.
22044         (rfc2047-encode-region): Concatenate words containing non-ASCII
22045         characters in structured fields; don't encode space-delimited
22046         ASCII words even in unstructured fields; don't break words at
22047         char-category boundaries.
22048         (rfc2047-encode-1): New function.
22049         (rfc2047-encode): Use it; encode text so that it occupies the
22050         maximum width within 76-column; work correctly on Q encoding for
22051         iso-2022-* charsets.
22052         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
22053         sure not to break a line just after the header name.
22054         (rfc2047-b-encode-region): Remove.
22055         (rfc2047-b-encode-string): New function.
22056         (rfc2047-q-encode-region): Remove.
22057         (rfc2047-q-encode-string): New function.
22059         * mm-util.el (mm-replace-in-string): New function.
22061 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22063         * gnus-msg.el (gnus-inews-make-draft-meta-information):
22064         Really get it right.
22065         (gnus-inews-make-draft): Really.
22067 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
22069         * nnmh.el (nnmh-request-list-1): Don't check the link count
22070         before descending.  (small patch)
22072 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22074         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
22075         stuff.
22077         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
22078         Match on real group name.
22080         * gnus-art.el (gnus-signature-limit): Doc fix.
22082         * gnus-msg.el (gnus-inews-make-draft): Quote list.
22084 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22086         * gnus-draft.el (gnus-draft-send):
22087         Bind rfc2047-encode-encoded-words.
22089         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
22090         (rfc2047-encodable-p): Say that =? needs encoding.
22091         (rfc2047-encode-encoded-words): New variable.
22093         * gnus-group.el (gnus-group-select-group): Doc fix.
22095         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
22097         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
22098         to nil.
22100         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
22102         * nnheader.el (nnheader-get-lines-and-char): New function.
22104 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
22106         * gnus-msg.el (gnus-summary-followup-with-original):
22107         Document yanking of region when active.
22109 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22111         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
22112         groups if the group level is higher than the specified value.
22114 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
22116         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
22117         (gnus-group-jump-to-group): Add prefix argument using
22118         `gnus-group-jump-to-group-prompt'.  Query before jumping to
22119         non-active group.
22121         * compface.el (uncompface): Be verbose when changing
22122         `uncompface-use-external'.
22124         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
22125         handle manual section.
22127 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22129         * gnus-art.el (gnus-button-alist): Revert previous change.
22131 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
22133         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
22135 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22137         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
22138         whether backend can accept message.
22140         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
22142 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
22144         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
22145         Avoid creating directory when nntp-marks-is-evil is true.
22146         Reported by Reiner Steib.
22148 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
22150         * gnus-picon.el (gnus-picon-insert-glyph):
22151         Add optional `nostring' argument.
22153 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
22155         * gnus-picon.el (gnus-picon-style): New variable.
22156         (gnus-picon-transform-address): Support `gnus-picon-style'.
22158 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22160         * message.el (message-fill-field): Return point.
22161         (message-generate-headers): Go to end of field.
22163         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
22164         stuff for non-living groups.
22166 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
22168         * gnus-art.el (gnus-article-followup-with-original)
22169         (gnus-article-reply-with-original): gnus-mark-active-p ->
22170         gnus-region-active-p.
22172 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
22174         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
22175         only when there is spam or ham to be processed.
22177 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22179         * mail-source.el (mail-source-delete-crash-box): Refactor.
22180         (mail-source-fetch): Use it.
22181         (mail-source-fetch-file): Ditto.
22182         (mail-source-fetch-directory): Run PostScript in loop.
22183         (mail-source-fetch-pop): Delete.
22184         (mail-source-fetch-maildir): Ditto.
22185         (mail-source-fetch-imap): Ditto.
22187         * imap.el (imap-authenticators): Comment out sasl.
22189         * message.el (message-skip-to-next-address): New function.
22190         (message-fill-header-address): Refactor.
22191         (message-fill-address): Use it.
22192         (message-delete-address): Use it.
22193         (message-fill-header-general): Refactor.
22194         (message-fill-field-address): Rename.
22195         (message-narrow-to-field): Find the start of the header.
22196         (message-header-format-alist): Don't pre-fill.
22197         (message-fill-header): Remove.
22198         (message-insert-header): New function.
22199         (message-shorten-references): Use it.
22201         * rfc2047.el (rfc2047-field-value): Strip props.
22203         * mail-parse.el (mail-header-make-address): New alias.
22205         * ietf-drums.el (ietf-drums-make-address): New function.
22207         * imap.el: Add compiler directives.
22209         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
22211         * gnus-art.el (article-decode-idna-rhs): Don't use
22212         message-idna-inside-rhs-p.
22214 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22216         * message.el (message-idna-inside-rhs-p): Remove.
22217         (message-idna-to-ascii-rhs-1): Use proper address parsing.
22219         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
22220         false positives.
22222 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
22224         * imap.el (imap-sasl-make-mechanisms): Use sasl.
22226 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22228         * nneething.el (nneething-file-name): Don't create spurious
22229         files.
22231         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
22232         (gnus-inews-do-gcc): Remove sleep.
22234         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
22235         part under point.
22237         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
22238         (gnus-agent-regenerate-group): Using nil messages aren't valid.
22240 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
22242         * spam.el (spam-summary-prepare-exit): Fix (length).
22244 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
22246         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
22247         as expired without moving it" message when there are spam
22248         messages left.
22250 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
22252         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
22253         header is not nil.
22255 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
22257         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
22258         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
22259         (nntp-marks-changed-p): New arg SERVER.
22260         (nntp-request-update-info): Adjust caller.
22262 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
22264         * nntp.el (nntp-save-marks): Pass missing arg.
22266 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
22268         * nntp.el: Support marks.
22269         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
22270         (nntp-marks-modtime, nntp-marks-directory): New variables.
22271         (nntp-request-set-mark, nntp-request-update-info)
22272         (nntp-possibly-create-directory, nntp-marks-changed-p)
22273         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
22274         New functions.
22276 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
22278         * gnus-score.el (gnus-score-insert-help):
22279         Use gnus-select-lowest-window.
22281         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
22282         appt-select-lowest-window and rename to gnus-select-lowest-window.
22284         * gnus.el: do.
22286 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22288         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
22289         encodings of MIME-encoded words, in order to improve
22290         interoperability with several broken MUAs.
22292 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22294         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
22295         tags, only when charsets are not specified in headers.
22296         (mm-inline-text-html-render-with-w3m): Ditto.
22298 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22300         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
22301         instead of MIME-decoded from fields when checking
22302         `gnus-article-address-banner-alist'.
22304 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
22306         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
22307         description rather than subject.
22309 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22311         * gnus.el (gnus-version-number): Bump.
22313 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
22315         * gnus.el: No Gnus v0.2 is released.
22317 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22319         * gnus-agent.el (gnus-agent-read-agentview):
22320         Inline gnus-uncompress-range.
22322 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22324         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
22325         `exec-installed-p'.
22327 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22329         * gnus.el (spam-process, spam-autodetect-methods):
22330         Add bsfilter and bsfilter-headers.
22332         * spam.el (spam-bsfilter): New customize group.
22333         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
22334         (spam-bsfilter-header, spam-bsfilter-probability-header)
22335         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
22336         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
22337         (spam-bsfilter-database-directory): New options.
22338         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
22339         (spam-list-of-statistical-checks, spam-registration-functions):
22340         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
22341         (spam-bsfilter-score): New command.
22342         (spam-check-bsfilter-headers, spam-check-bsfilter)
22343         (spam-bsfilter-register-with-bsfilter)
22344         (spam-bsfilter-register-spam-routine)
22345         (spam-bsfilter-unregister-spam-routine)
22346         (spam-bsfilter-register-ham-routine)
22347         (spam-bsfilter-unregister-ham-routine): New functions.
22348         (spam-generic-score): Support bsfilter; Accept an optional argument
22349         to recalcurate spam score even if scoring header has already been
22350         added.
22351         (spam-bogofilter-score, spam-spamassassin-score): Accept an
22352         optional argument to recalcurate spam score even if scoring header
22353         has already been added.
22355 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
22357         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
22358         strings!  Reported by David D. Smith <davidsmith@acm.org>.
22359         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
22360         link is missing.
22362 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
22364         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
22365         (html2text-get-attr): Rewrite.
22367         * message.el (message-setup-1): Remove redundant put-text-property
22368         on mail-header-separator.
22370 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
22372         * gnus-registry.el (gnus-registry-cache-whitespace)
22373         (gnus-registry-action, gnus-registry-spool-action)
22374         (gnus-registry-split-fancy-with-parent): Change message levels
22375         from 5 to 3 or 7, as needed.
22377         * spam.el (spam-summary-prepare-exit)
22378         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
22379         (spam-split, spam-find-spam, spam-log-undo-registration)
22380         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
22381         level from 5 to 6.
22383 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22385         * gnus-ems.el: Autoload appt-select-lowest-window (revert
22386         2004-03-04 change).
22388 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
22390         * sieve-manage.el (sieve-manage-open):
22391         * nnweb.el (nnweb-insert-html):
22392         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
22393         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
22394         * nnspool.el (nnspool-request-group):
22395         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
22396         * nnml.el (nnml-request-update-info):
22397         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
22398         (nnmh-request-create-group, nnmh-update-gnus-unreads):
22399         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
22400         (nnimap-request-set-mark):
22401         * nnfolder.el (nnfolder-request-update-info):
22402         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
22403         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
22404         * gnus-uu.el (gnus-uu-find-articles-matching):
22405         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
22406         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
22407         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
22408         * gnus-nocem.el (gnus-nocem-scan-groups):
22409         * gnus-int.el (gnus-start-news-server):
22410         * gnus-group.el (gnus-group-make-kiboze-group)
22411         (gnus-group-browse-foreign-server):
22412         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
22413         Use mapc when appropriate.
22415 2004-04-22  Dan Christensen  <jdc@uwo.ca>
22416             Adam Sjøgren  <asjo@koldfront.dk>
22417             Wes Hardaker  <wes@hardakers.net>
22418             Michael Shields  <shields@msrl.com>
22420         * spam.el (spam-necessary-extra-headers): Get the extra headers we
22421         may need for spam sorting and scoring.
22422         (spam-user-format-function-S): Add user format function suitable for
22423         general use.
22424         (spam-article-sort-by-spam-status): Add sorting function for summary
22425         sorting.
22426         (spam-extra-header-to-number): Add function to get a score from a
22427         header.
22428         (spam-summary-score): Add function to get a numeric score from the
22429         headers.
22430         (spam-generic-score): Fix function doc, was in wrong place.
22431         (spam-initialize): Take symbols when it's run, and install the
22432         extra headers that spam-necessary-extra-headers thinks we need.
22434 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
22436         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
22437         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
22439 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
22441         * gnus-sum.el (gnus-set-global-variables)
22442         (gnus-build-all-threads, gnus-get-newsgroup-headers)
22443         (gnus-article-get-xrefs, gnus-summary-best-group)
22444         (gnus-summary-next-article, gnus-summary-enter-digest-group)
22445         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
22446         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
22447         Use with-current-buffer.
22449 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
22451         * spam.el (spam-summary-prepare-exit): Simplify logic.
22452         (spam-fetch-article-header): Read the article header if it's not
22453         available.
22454         (spam-list-articles): Simplify logic.
22455         (spam-filelist-register-routine): Fix bug with unregister-list.
22457         * gnus-registry.el: Fix comments at beginning.
22459 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
22461         * message.el (message-cater-to-broken-inn): Remove.
22462         (message-shorten-references): Make sure the total folded length of
22463         References is shorter than 998 characters to cater to a bug in INN
22464         2.3.  Also, don't pretend that references aren't folded -- this
22465         hasn't worked for a while.
22467 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22469         * gnus-agent.el (gnus-agentize):
22470         gnus-agent-send-mail-real-function no longer set to current value
22471         of message-send-mail-function but rather a lambda that calls
22472         message-send-mail-function.  The change makes the agent real-time
22473         responsive to user changes to message-send-mail-function.
22475 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22477         * legacy-gnus-agent.el
22478         (gnus-agent-convert-to-compressed-agentview): Fix typos with
22479         help from Florian Weimer <fw@deneb.enyo.de>
22481 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22483         * nnmail.el (nnmail-cache-insert): Revert last change.
22485 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22487         * nnmail.el (nnmail-cache-insert): Always check whether
22488         nnmail-cache-ignore-groups matches a group name.
22490 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
22492         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
22493         (spam-find-spam, spam-log-processing-to-registry)
22494         (spam-log-registered-p, spam-log-unregistration-needed-p)
22495         (spam-log-undo-registration): Use gnus-message instead of
22496         gnus-error, none of these errors are fatal.
22498         * gnus-registry.el (gnus-registry-clean-empty-function)
22499         (gnus-registry-clean-empty): Remove only empty entries without
22500         extra data.
22502 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
22504         * spam-stat.el (spam-stat-buffer-change-to-spam)
22505         (spam-stat-buffer-change-to-non-spam): Change (error) to
22506         (gnus-message 8) invocation.
22508 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22510         * nntp.el (nntp-via-netcat-command): New variable.
22511         (nntp-via-netcat-switches): New variable.
22512         (nntp-open-via-rlogin-and-netcat): New function.
22513         (nntp-open-connection-function): Doc fix.
22514         (nntp-telnet-command): Doc fix.
22515         (nntp-end-of-line): Doc fix.
22516         (nntp-via-rlogin-command): Doc fix.
22517         (nntp-via-user-name): Doc fix.
22518         (nntp-via-address): Doc fix.
22520 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22522         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
22523         error in Emacs 21.1.
22525 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
22527         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
22529 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22531         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
22532         (gnus-agent-with-refreshed-group): New macro.
22533         (gnus-agent-rename-group): New function.
22534         (gnus-agent-delete-group): New function.
22535         (gnus-agent-save-group-info): Use gnus-command-method when
22536         `method' parameter is nil.  Don't write nil entries into the
22537         active file.
22538         (gnus-agent-get-group-info): New function.
22539         (gnus-agent-fetch-articles):
22540         Use gnus-agent-update-files-total-fetched-for to increment disk space
22541         used.
22542         (gnus-agent-fetch-headers, gnus-agent-save-alist):
22543         Use gnus-agent-update-view-total-fetched-for to increment disk space
22544         used.
22545         (gnus-agent-get-local): Add optional parameters to avoid calling
22546         gnus-group-real-name and gnus-find-method-for-group.
22547         (gnus-agent-set-local): Delete stored entry if either min, or max,
22548         are nil.
22549         (gnus-agent-fetch-session): Reworded error/quit messages.
22550         On quit, use gnus-agent-regenerate-group to record existence of any
22551         articles fetched to disk before the quit occurred.
22552         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
22553         gnus-agent-update-view-total-fetched-for, and
22554         gnus-agent-update-files-total-fetched-for to decrement disk space
22555         used.
22556         (gnus-agent-retrieve-headers):
22557         Use gnus-agent-update-view-total-fetched-for to increment disk space
22558         used.
22559         (gnus-agent-regenerate-group): Replace gnus-group-update-group
22560         with gnus-agent-update-files-total-fetched-for to decrement disk
22561         space and fresh group buffer.
22562         (gnus-agent-inhibit-update-total-fetched-for): New variable.
22563         (gnus-agent-need-update-total-fetched-for): New variable.
22564         (gnus-agent-update-files-total-fetched-for): New function.
22565         (gnus-agent-update-view-total-fetched-for): New function.
22566         (gnus-agent-total-fetched-for): New function.
22568         * gnus-cache.el (gnus-cache-save-buffers):
22569         Use gnus-cache-update-overview-total-fetched-for to change disk space
22570         used by this group.
22571         (gnus-cache-possibly-enter-article):
22572         Use gnus-cache-update-file-total-fetched-for to increment disk space
22573         used by this group.
22574         (gnus-cache-possibly-remove-article):
22575         Use gnus-cache-update-file-total-fetched-for to decrement disk space
22576         used by this group.
22577         (gnus-cache-generate-nov-databases): Purge total fetched cache.
22578         (gnus-cache-rename-group): New function.
22579         (gnus-cache-delete-group): New function.
22580         (gnus-cache-inhibit-update-total-fetched-for): New variable.
22581         (gnus-cache-need-update-total-fetched-for): New variable.
22582         (gnus-cache-with-refreshed-group): New macro.
22583         (gnus-cache-update-file-total-fetched-for): New function.
22584         (gnus-cache-update-overview-total-fetched-for): New function.
22585         (gnus-cache-rename-group-total-fetched-for): New function.
22586         (gnus-cache-delete-group-total-fetched-for): New function.
22587         (gnus-cache-total-fetched-for): New function.
22589         * gnus-group.el: Require gnus-sum and autoload functions to
22590         resolve warnings when gnus-group.el compiled alone.
22591         (gnus-group-line-format): Documented new %F.
22592         (size of Fetched data) group line format; identifies disk space
22593         used by agent and cache.
22594         (gnus-group-line-format-alist): Defined new F format.
22595         (gnus-total-fetched-for): New function.
22596         (gnus-group-delete-group): No longer update
22597         gnus-cache-active-altered as gnus-request-delete-group now keeps
22598         the cache in sync.
22599         (gnus-group-list-active): Let the agent store a server's active
22600         list if currently plugged.
22602         * gnus-int.el (gnus-request-delete-group):
22603         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
22604         local disk in sync with the server.
22605         (gnus-request-rename-group):
22606         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
22607         local disk in sync with the server.
22609         * gnus-start.el (gnus-get-unread-articles):
22610         Cosmetic simplification to logic.
22612         * gnus-util.el (gnus-rename-file): New function.
22614 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
22616         * mm-util.el (mm-image-load-path): Handle nil in load-path.
22618 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
22620         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
22621         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
22623 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
22625         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
22626         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
22628 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
22630         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
22632 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
22634         * spam.el (spam-set-difference): Add function to replace
22635         gnus-set-difference in spam.el.
22636         (spam-summary-prepare-exit): Use spam-set-difference.
22638 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
22640         * gnus-registry.el (gnus-registry-cache-file): Update to use
22641         gnus-dribble-directory OR gnus-home-directory OR ~.
22642         (gnus-registry-split-fancy-with-parent): Fix doc.
22644 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22646         * message.el (message-exchange-point-and-mark):
22647         Use message-mark-active-p.  Suggested by Jesper Harder
22648         <harder@ifa.au.dk>.
22650 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22652         * message.el (message-exchange-point-and-mark): Don't activate
22653         region if it was inactive.  Suggested by Hiroshi Fujishima
22654         <pooh@nature.tsukuba.ac.jp>.
22656 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22658         * gnus-art.el (article-display-face): Display Faces in the same
22659         order as X-Faces.
22661 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22663         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
22665 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22667         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
22668         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
22669         (gnus-article-mime-hierarchy): Remove.
22670         (gnus-article-mime-hierarchy-next): Remove.
22671         (gnus-article-mode): Revert 2004-03-19 change.
22672         (gnus-article-setup-buffer): Revert 2004-03-19 change.
22673         (gnus-insert-mime-button): Revert 2004-03-19 change.
22674         (gnus-mime-accumulate-hierarchy): Remove.
22675         (gnus-mime-enter-multipart): Remove.
22676         (gnus-mime-leave-multipart): Remove.
22677         (gnus-mime-display-part): Revert 2004-03-19 change.
22678         (gnus-mime-display-alternative): Revert 2004-03-19 change.
22680         * mml.el (mml-preview): Revert 2004-03-19 change.
22682 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
22684         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
22686 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22688         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
22689         t while entering a file name using the mm-with-multibyte macro.
22690         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
22692         * mm-util.el (mm-with-multibyte): New macro.
22694 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22696         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
22697         New user option.
22698         (gnus-mime-multipart-functions): Doc and customization fix.
22699         (gnus-article-mime-hierarchy): New variable.
22700         (gnus-article-mime-hierarchy-next): New variable.
22701         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
22702         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
22703         gnus-article-mime-hierarchy-next to nil.
22704         (gnus-insert-mime-button): Show hierarchy numbers.
22705         (gnus-mime-accumulate-hierarchy): New function.
22706         (gnus-mime-enter-multipart): New function.
22707         (gnus-mime-leave-multipart): New function.
22708         (gnus-mime-display-part): Recompute hierarchical MIME structure.
22709         (gnus-mime-display-alternative): Show hierarchy numbers.
22711         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
22712         gnus-article-mime-hierarchy-next to nil.
22714 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
22716         * dns.el: Don't require gnus-xmas.
22718 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
22720         * mml.el (mml-generate-mime-1): Don't use format=flowed with
22721         inline PGP.
22722         (mml-menu): Disable mml-quote-region if mark is inactive.
22724 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22726         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
22727         when the group's active is not available.
22729 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22731         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
22732         error.
22734 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
22736         * imap.el (imap-store-password): New variable.
22737         (imap-interactive-login): Use it.
22738         Suggested by Mark Plaksin <happy@mcplaksin.org>.
22740 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22742         * gnus-art.el (gnus-article-read-summary-keys): Restore new
22743         window-start and hscroll to summary window.
22745 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22747         * gnus-start.el (gnus-convert-old-newsrc): Only write the
22748         conversion message to newsrc-dribble when an actual conversion is
22749         performed.
22751 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
22753         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
22755 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22757         * mm-decode.el (mm-complicated-handles): New function reviving
22758         former definition of mm-multiple-handles.
22760         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
22761         (gnus-mime-delete-part): Use it.
22763 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22765         * gnus-agent.el (gnus-agent-read-local):
22766         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
22767         avoid the implicit assumption that they will always be equal.
22768         (gnus-agent-save-local): Bind buffer-file-coding-system, not
22769         coding-system-for-write, as the with-temp-file macro first prints
22770         to a buffer then saves the buffer.
22772 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22774         * gnus-art.el (gnus-article-edit-part): New function.
22775         (gnus-mime-save-part-and-strip): Use it; do query instead of
22776         signaling an error; don't use mm-multiple-handles.
22777         (gnus-mime-delete-part): Ditto.
22779 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22781         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
22782         old file versions.
22783         (gnus-group-prepare-hook): Remove function that converted list
22784         form of gnus-agent-expire-days to group properties.
22786         * gnus-int.el: Autoload gnus-agent-regenerate-group.
22787         (gnus-request-accept-article): Re-indented.
22789         * gnus-start.el (gnus-convert-old-newsrc): Registered new
22790         converters to handle old agent file formats.  Add logic for a
22791         "backup before upgrading warning".
22792         (gnus-convert-mark-converter-prompt): Developers can mark
22793         functions as needing (default), or not needing,
22794         gnus-convert-old-newsrc's "backup before upgrading warning".
22795         (gnus-convert-converter-needs-prompt): Tests whether the user
22796         should be protected from potentially irreversable changes by the
22797         function.
22799         * legacy-gnus-agent.el: New.  Provides converters that are only
22800         loaded when gnus-convert-old-newsrc needs to call them.
22802 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
22804         * mail-source.el (mail-source-touch-pop): Doc fix.
22806         * message.el (message-smtpmail-send-it): Doc fix.
22808 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
22810         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
22812         * nnmail.el (nnmail-split-fancy): do.
22814         * gnus-kill.el (gnus-kill, gnus-execute): do.
22816 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
22818         * gnus-sum.el (gnus-widget-reversible-match)
22819         (gnus-widget-reversible-to-internal)
22820         (gnus-widget-reversible-to-external): New functions.
22821         (gnus-widget-reversible): New widget.
22822         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
22824 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
22826         * gnus-sum.el (gnus-thread-sort-functions)
22827         (gnus-article-sort-functions): Document `(not F)' items.
22829 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
22831         * spam.el (spam-use-gmane-xref): Add new backend.
22832         (spam-gmane-xref-spam-group): Add variable to control the name of the
22833         Gmane spam group.
22834         (spam-blackhole-servers, spam-blackhole-good-server-regex)
22835         (spam-regex-headers-spam, spam-regex-headers-ham)
22836         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
22837         (spam-list-of-checks): Add spam-use-gmane-xref to list of
22838         backends and checks.
22839         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
22841         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
22842         an autodetect method.
22844 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22846         * gnus-int.el (gnus-request-accept-article): Inform the agent that
22847         articles are being added to a group.
22848         (gnus-request-replace-article): Inform the agent that articles
22849         need to be uncached as the cached contents are no longer valid.
22851 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22853         * binhex.el: Don't autoload executable-find.
22855         * canlock.el: Don't autoload mail-fetch-field.
22857         * gnus-ems.el: Don't autoload appt-select-lowest-window.
22859         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
22860         rmail-dont-reply-to and rmail-output.
22862         * gnus-score.el: Don't autoload ffap-string-at-point.
22864         * gnus-setup.el: Don't autoload sc-cite-original.
22866         * imap.el: Don't autoload base64-decode-string,
22867         base64-encode-string and md5.
22869         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
22870         and rmail-msg-restore-non-pruned-header.
22872         * mm-decode.el: Don't autoload executable-find.
22874         * mm-url.el: Don't autoload executable-find.
22876         * mm-view.el: Don't autoload diff-mode.
22878         * nndb.el: Don't autoload news-reply-mode, news-setup,
22879         cancel-timer and telnet.
22881         * password.el: Don't autoload run-at-time for Emacs.
22883         * sha1-el.el: Don't autoload executable-find.
22885         * sieve-mode.el: Don't autoload c-mode.
22887         * uudecode.el: Don't autoload executable-find.
22889 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22891         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
22892         (gnus-agent-possibly-alter-active): Avoid null in numeric
22893         comparison.
22894         (gnus-agent-set-local): Refuse to save null in local object table.
22895         (gnus-agent-regenerate-group): The REREAD parameter can now be a
22896         list of articles that will be marked as unread.
22898 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22900         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
22902 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
22904         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
22905         language tags.
22907 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
22909         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
22910         Don't bind "obarray".
22912         * gnus-sum.el (gnus-thread-sort-functions):
22913         Add `gnus-thread-sort-by-most-recent-number' and
22914         `gnus-thread-sort-by-most-recent-date'.
22915         Reported by Kai Grossjohann <kai@emptydomain.de>.
22917 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
22919         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
22921 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22923         * gnus-cus.el (gnus-agent-customize-category):
22924         Remove ignore-errors macro reference that required cl to be loaded at
22925         run-time.
22927         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
22928         single-interval range of the form (min . max).  Previously the
22929         range had to look like ((min . max)).  Likewise, return
22930         (min . max) rather than ((min . max)).
22931         (gnus-range-map): Use gnus-range-normalize to accept
22932         single-interval range.
22934         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
22935         the cache, but not the agent, now appear with their usual face.
22937 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22939         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
22940         w3m-safe-url-regexp variable buffer-local.
22942         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
22944 2004-02-27  Simon Josefsson  <jas@extundo.com>
22946         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
22947         gnus-group-real-prefix.
22948         (gnus-summary-move-article): Use it, instead of
22949         gnus-group-real-prefix.
22951 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22953         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
22954         w3m-safe-url-regexp variable buffer-local and set it as the value
22955         of mm-w3m-safe-url-regexp.
22957         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
22959         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
22960         parsing gnus-posting-styles when the message is not for replying.
22962         * nnrss.el (nnrss-opml-export):
22963         Use mm-set-buffer-file-coding-system instead of
22964         set-buffer-file-coding-system.
22966 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
22968         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
22969         of checkdoc.el).
22970         * nnrss.el: do.
22971         * gnus-mlspl.el: do.
22972         * gnus-ml.el: do.
22973         * gnus-srvr.el: do.
22975         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
22977 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
22979         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
22980         Corrections to custom-manual links.
22982         * gnus-art.el (gnus-article): Ditto.
22984         * mm-decode.el (mime-display, mime-security): Ditto.
22986 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
22988         * flow-fill.el: Typo.
22990 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
22992         * spam-wash.el: New file.
22994 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
22996         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
22998 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
23000         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
23001         to be run with new-articles as LIST1, not LIST2.
23002         (spam-registration-functions): Add spam-use-ham-copy as a nil
23003         registration backend.
23005 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
23007         * spam-stat.el (spam-stat-washing-hook): New option.
23008         (spam-stat-buffer-words): Use it.
23009         (spam-stat-process-directory, spam-stat-test-directory):
23010         Use insert-file-contents-literally.
23011         (spam-stat-coding-system): New variable.
23012         (spam-stat-load, spam-stat-save): Use it.
23014 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23016         * spam-report.el (spam-report-plug-agent):
23017         Quote spam-report-url-to-file and spam-report-url-ping-plain.
23019 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
23021         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
23022         Allow / in mailto URLs.
23024 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
23026         * spam-report.el (spam-report-process-queue): Fix interactive use.
23027         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
23028         (spam-report-unplug-agent): Doc fixes.
23029         (spam-report-url-ping-mm-url, spam-report-url-to-file)
23030         (spam-report-agentize, spam-report-deagentize):
23031         Autoload 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23033         * message.el (message-setup-fill-variables): Add mml tags to
23034         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
23035         <ajk@iu.edu>.
23036         (message-mode): Don't modify paragraph-separate there.
23038 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23040         * compface.el (uncompface-use-external): Default to undecided.
23041         (uncompface-use-external-threshold): New variable.
23042         (uncompface-float-time): New macro.
23043         (uncompface): Determine whether to use the external decoder if
23044         uncompface-use-external is undecided.
23046 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23048         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
23049         after images.
23051         * gnus-art.el (gnus-mime-display-single): Remove dead code.
23053 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
23055         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
23057         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
23059         * gnus-sum.el (gnus-summary-limit-to-age)
23060         (gnus-summary-limit-children): do.
23062         * gnus-int.el (gnus-request-scan): do.
23064         * gnus-group.el (gnus-group-suspend): do.
23066         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
23068         * gnus-cite.el (gnus-cite-parse-attributions): do.
23070         * gnus-agent.el (gnus-summary-set-agent-mark)
23071         (gnus-agent-regenerate-group): do.
23073         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
23075         * binhex.el (binhex-decode-region-internal): do.
23077 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23079         * gnus-fun.el (gnus-face-properties-alist): New user option.
23080         (gnus-display-x-face-in-from): Use it.
23082         * gnus-art.el (article-display-face): Ditto.
23084         * compface.el (uncompface-use-external): Default to nil.
23086 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
23088         * nntp.el (nntp-erase-buffer): New function.
23089         (nntp-retrieve-data, nntp-send-command)
23090         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
23091         (nntp-possibly-change-group): Use it.
23093         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
23094         Use with-current-buffer.
23096 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
23098         * compface.el: Merge the ELisp-based uncompface program.
23099         (compface): New customization group.
23100         (uncompface-use-external): New user option.
23101         (uncompface): Call uncompface-internal if uncompface-use-external
23102         is nil.
23103         (uncompface-internal): New function.  Note that there are also
23104         some other functions and variables added for this function.
23106 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
23108         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
23109         if necessary.
23111 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
23113         * spam-report.el (spam-report-unplug-agent)
23114         (spam-report-plug-agent, spam-report-deagentize)
23115         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
23116         Add support for the Agent in spam-report: when unplugged, report to a
23117         file; when plugged, submit all the requests.
23119         * spam.el (spam-register-routine): Fix message about
23120         registration.
23122 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
23124         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
23125         dependencies.
23126         (rfc2047-encode): Use it.
23128         * gnus-art.el (gnus-button-marker-list): Move before first
23129         reference.
23131         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
23132         (imap-parse-body): Fix format string mismatch.
23134         * gnus-score.el (gnus-summary-increase-score): do.
23136         * nnrss.el (nnrss-close): New function.
23138 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
23140         * nnrss.el (nnrss-make-filename): New function.
23141         (nnrss-request-delete-group, nnrss-read-server-data)
23142         (nnrss-save-server-data, nnrss-read-group-data)
23143         (nnrss-save-group-data): Use it.
23144         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
23145         (nnrss-read-server-data, nnrss-read-group-data): Use load.
23146         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
23148 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
23150         * mml.el (mml-compute-boundary-1): Don't uncompress files.
23152 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
23154         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
23155         files.
23157         * message.el (message-generate-headers-first): Don't quote nil
23158         and t in docstrings.
23160         * imap.el (imap-id): do.
23162         * gnus-agent.el (gnus-agent-consider-all-articles)
23163         (gnus-agent-queue-mail): do.
23165 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
23167         * spam-report.el (spam-report-process-queue): New function.
23168         Process requests from `spam-report-requests-file'.
23169         (spam-report-process-queue): Doc fix.
23171 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
23173         * spam.el (spam-register-routine)
23174         (spam-log-processing-to-registry, spam-log-registered-p)
23175         (spam-log-unregistration-needed-p, spam-log-undo-registration):
23176         Change "check" to "spam-check" for semi-clarity.
23178 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
23180         * pop3.el: Require nnheader.
23182         * mml-smime.el: Require cl.  Autoload message-fetch-field.
23184         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
23186         * gnus-picon.el: Require cl.
23188         * gnus-fun.el: Require gnus-ems and gnus-util.
23190         * gnus.el (gnus-method-to-server): Move defsubst before first use.
23192         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
23194         * gnus-art.el (gnus-article-edit-mode): Define before first
23195         reference.
23197 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
23199         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
23200         (gnus-uu-post-encoded): Use point-at-bol.
23202         * gnus-topic.el (gnus-group-active-topic-p): do.
23204         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
23206         * gnus-group.el (gnus-group-kill-region): do.
23208         * gnus-art.el (article-date-ut): do.
23210         * message.el (message-fetch-field): Remove redundant
23211         case-fold-search binding.
23212         (message-narrow-to-field): Simplify.
23214 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
23216         * spam.el (spam-directory): Derive from `gnus-directory'.
23218         * spam-report.el (spam-report-url-to-file)
23219         (spam-report-requests-file): New function and variable for offline
23220         reporting.
23221         (spam-report-url-ping-function): Add `spam-report-url-to-file'
23222         and user defined function.
23223         (spam-report-url-ping-mm-url): Remove doubled slash.
23225 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
23227         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
23229 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
23231         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
23232         Fix format string mismatch.
23234         * sieve.el (sieve-deactivate-all): do.
23236         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
23238         * nnlistserv.el (nnlistserv-kk-wash-article): do.
23240         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
23242         * mm-bodies.el (mm-7bit-chars): Don't include \r.
23244 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
23246         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
23247         the list of checks.
23249 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
23251         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
23252         padding.
23254 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
23256         * mm-view.el (mm-fill-flowed): New variable.
23257         (mm-inline-text): Use it.
23259 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
23261         * spam.el (spam-spamassassin-register-ham-routine)
23262         (spam-spamassassin-register-spam-routine): Fix function names.
23264 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23266         * gnus.el (gnus-tmp-grouplens): Remove.
23267         (gnus-summary-line-format): Remove grouplens.
23269         * gnus-group.el (gnus-group-line-format): Ditto.
23271         * gnus-spec.el (gnus-format-specs): Ditto.
23272         (gnus-update-format-specifications): Flush the group format spec
23273         cache if there's the grouplens stuff.
23274         (gnus-parse-simple-format): Replace %l with the empty string.
23276 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
23278         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
23279         omission.
23281 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23283         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
23284         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23286 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
23288         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
23289         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
23290         New macros and functions.
23291         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
23292         Handle > NLINK_MAX messages.
23293         * nnmaildir.el (nnmaildir-request-set-mark):
23294         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
23296 2004-01-25  Alex Schroeder  <alex@gnu.org>
23298         * spam-stat.el (spam-stat-process-directory-age): New option.
23299         (spam-stat-process-directory): Use it.
23301 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
23303         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
23304         (spam-stat-save): Accept prefix argument.
23306 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
23308         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
23309         links" error.
23311 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
23313         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
23314         compatibility with old .newsrc.eld files.
23316         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
23318         * gnus-start.el (gnus-1): do.
23320         * gnus-group.el (gnus-group-line-format-alist): do.
23322         * gnus.el (gnus-use-grouplens, gnus-visual): do.
23324         * gnus-gl.el: Remove.
23326 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23328         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
23329         marks consisting of a single range {for example, (3 . 5)} rather
23330         than a list of a single range { ((3 . 5)) }.
23332 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
23334         * spam-stat.el (spam-stat-store-gnus-article-buffer):
23335         Use with-current-buffer.
23336         (spam-stat-store-current-buffer): Use insert-buffer-substring to
23337         avoid consing a string.
23339         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
23340         Remove obsolete entries for big5 and gb2312.
23342 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23344         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
23345         uncompressed list.
23347 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
23349         * spam-stat.el (spam-stat-strip-xref): New function.
23350         (spam-stat-process-directory): Use it.
23352         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
23353         here -- it's done in message-fetch-field.
23355 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23357         * gnus-agent.el (gnus-agent-queue-mail)
23358         (gnus-agent-prompt-send-queue): New variables.
23359         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
23360         * gnus-draft.el (gnus-group-send-queue): Pass the group name
23361         "nndraft:queue" along to gnus-draft-send.
23362         Use gnus-agent-prompt-send-queue.
23363         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
23364         is "nndraft:queue".  Suggested by Gaute Strokkenes
23365         <gs234@srcf.ucam.org>
23367         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
23368         (agent-enable-undownloaded-faces): Add.
23369         (gnus-agent-cat-groups): Use eval-and-compile, not
23370         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
23371         method of gnus-agent-cat-groups even when the buffer has been
23372         evalled.
23373         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
23374         delete gnus-agent-save-active-1.
23375         (gnus-agent-save-groups): Delete.  Identical to
23376         gnus-agent-save-active.
23377         (gnus-agent-write-active): No longer adjust agent's copy of active
23378         file as agent's adjustments are now stored in their own
23379         file.  Remove optional parameter.
23380         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
23381         servers.  Add use of min/max range limits from server's local
23382         file.
23383         (gnus-agent-save-alist): Remove unused optional argument.
23384         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
23385         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
23386         (gnus-agent-set-local): A per-server file that keeps min/max range
23387         limits for articles known to the agent.  Provides a fast mechanism
23388         for altering many active ranges.
23389         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
23390         active file (local makes it unnecessary).
23391         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
23393         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
23394         (agent-enable-undownloaded-faces): Add.
23396         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
23397         disable it when sending to "nndraft:queue".
23398         (gnus-group-send-queue): Add safety check to avoid sending queue
23399         when unplugged.
23401         * gnus-group.el (gnus-group-catchup): Use new
23402         gnus-sequence-of-unread-articles, not
23403         gnus-list-of-unread-articles, to avoid exhausting memory with huge
23404         numbers of articles.  Use gnus-range-map to avoid having to
23405         uncompress the unread list.
23406         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
23407         Fix invalid ange-ftp reference.
23409         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
23410         (gnus-sorted-range-intersection): Intersection of two ranges
23411         without requiring that they first be uncompressed.
23413         * gnus-start.el (gnus-activate-group): Unless blocked by the
23414         caller, possibly expand the active range to include both cached
23415         and agentized articles.
23416         (gnus-convert-old-newsrc): Rewrote in anticipation of having
23417         multiple version-dependent converters.
23418         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
23419         gnus-agent-save-active.
23420         (gnus-save-newsrc-file): Save dirty agent range limits.
23422         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
23423         gnus-agent-possibly-alter-active.
23424         (gnus-adjust-marked-articles): Faster handling of simple lists.
23426 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
23428         * spam-stat.el (spam-stat-test-directory): New optional argument
23429         displays a list of files detected.  Suggested by Andrew Cohen
23430         <cohen@andy.bu.edu>.
23431         (spam-stat-buffer-words-with-scores): Don't narrow and change
23432         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
23434 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
23436         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
23437         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
23438         (spam-spamassassin-arguments)
23439         (spam-spamassassin-spam-flag-header)
23440         (spam-spamassassin-positive-spam-flag-header)
23441         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
23442         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
23443         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
23444         (spam-list-of-processors, spam-list-of-checks)
23445         (spam-list-of-statistical-checks, spam-registration-functions)
23446         (spam-check-spamassassin-headers, spam-check-spamassassin)
23447         (spam-spamassassin-score)
23448         (spam-spamassassin-register-with-sa-learn)
23449         (spam-spamassassin-register-spam-routine)
23450         (spam-spamassassin-register-ham-routine)
23451         (spam-assassin-register-spam-routine)
23452         (spam-assassin-register-ham-routine): Add SpamAssassin support.
23453         (spam-bogofilter-score): Fix to show article before scoring.
23455 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
23457         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
23458         default scoring function.
23459         (spam-generic-score): Call spam-spamassassin-score if
23460         spam-use-spamassassin or spam-use-spamassassin-headers is on;
23461         spam-bogofilter-score otherwise.
23463         * gnus.el (spam-process, spam-autodetect-methods):
23464         Add spamassassin and spamassassin-headers.
23466 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
23468         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
23469         Suppress unnecessary messages.
23471 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
23473         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
23474         make-hash-table.
23476 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23478         * canlock.el (base64-encode-string): Don't autoload it.
23480 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23482         * run-at-time.el: Remove useless (require 'itimer),
23483         eval-and-compile and (featurep 'xemacs).
23485 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
23487         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
23488         GROUP is a virtual group.
23490 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
23492         * gnus.el: Autoload `message-y-or-n-p'.
23494 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
23496         * pgg-parse.el: Remove unnecessary (require 'custom).
23498         * pgg-def.el: do.
23500         * nnmail.el: do.
23502         * gnus-undo.el: do.
23504         * gnus-picon.el: do.
23506         * gnus-util.el: do.
23508 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
23510         * gnus-sum.el (gnus-pick-line-number): Add autoload.
23512 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23514         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
23515         handle, as well as a list.
23517         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
23518         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
23519         (mm-w3m-cid-retrieve): Simplify.
23521 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
23523         * message.el (message-kill-to-signature): Allow prefix arg to
23524         specify number of lines to keep before signature.
23526 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
23528         * message.el (message-kill-to-signature): Change docstring.
23530 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
23532         * canlock.el: Always require sha1-el.
23533         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
23535         * message.el: Autoload sha1 only when compiling.
23537 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23539         * message.el (message-canlock-generate): Require sha1-el.
23541 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
23543         * message.el (message-expand-name): Silence the byte compiler.
23545 2004-01-13  Simon Josefsson  <jas@extundo.com>
23547         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
23548         Invoke gnus-score-mode.
23549         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
23551         * gnus-range.el (gnus-compress-sequence): Doc fix.
23552         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
23554 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
23556         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
23558 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
23560         * spam.el (spam-get-article-as-string): Update to use
23561         gnus-request-article-this-buffer, much simpler.
23562         (spam-get-article-as-buffer): Remove.
23564 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
23566         * message.el (message-expand-name): Use EUDC if the user uses that.
23568 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
23570         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
23571         character for the encoding to avoid consing a string.
23573         * rfc2047.el (rfc2047-decode-string): Don't cons a string
23574         unnecessarily.
23576         * mm-util.el (mm-replace-chars-in-string): Remove.
23578         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
23579         of mm-replace-chars-in-string.
23581 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
23583         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
23585         * mm-util.el (mm-subst-char-in-string): Support inplace.
23587         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
23588         a new string in every iteration.  Use shy groups.
23590 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
23592         * gnus-srvr.el (gnus-browse-unsubscribe-group):
23593         * gnus-soup.el (gnus-soup-group-brew):
23594         * gnus-msg.el (gnus-put-message):
23595         * gnus-move.el (gnus-group-move-group-to-server):
23596         * gnus-kill.el (gnus-batch-score):
23597         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
23598         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
23599         (gnus-group-update-group, gnus-group-read-group)
23600         (gnus-group-make-group, gnus-group-make-help-group)
23601         (gnus-group-make-archive-group, gnus-group-make-directory-group)
23602         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
23603         (gnus-group-sort-by-unread, gnus-group-catchup)
23604         (gnus-group-unsubscribe-group, gnus-group-kill-group)
23605         (gnus-group-yank-group, gnus-group-set-info)
23606         (gnus-group-list-groups):
23607         * gnus.el (gnus-generate-new-group-name):
23608         * gnus-delay.el (gnus-delay-send-queue):
23609         * nnvirtual.el (nnvirtual-catchup-group):
23610         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
23611         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
23612         (gnus-group-prepare-topics, gnus-topic-check-topology):
23613         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
23614         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
23615         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
23616         (gnus-group-make-articles-read):
23617         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
23618         (gnus-group-change-level, gnus-kill-newsgroup)
23619         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
23620         (gnus-get-unread-articles, gnus-make-articles-unread)
23621         (gnus-make-ascending-articles-unread): Use accessor
23622         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
23623         to get group information for improved readability.
23625 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
23627         * gnus-art.el (article-decode-mime-words, article-babel)
23628         (gnus-article-highlight-signature, gnus-article-add-buttons)
23629         (gnus-signature-toggle): Use gnus-with-article-buffer.
23631         * gnus-art.el (gnus-article-highlight-headers)
23632         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
23634         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
23635         (gnus-article-set-globals, gnus-request-article-this-buffer)
23636         (gnus-button-message-id, gnus-article-maybe-hide-headers)
23637         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
23638         (gnus-mime-display-alternative): Use with-current-buffer.
23640 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
23642         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
23643         also under 80 char limit, and call gnus-error if needed.
23644         (spam-fetch-article-header): Fix - it was a
23645         buffer-local variable (gnus-newsgroup-data).
23646         (spam-find-spam): Use spam-generate-fake-headers, forget about
23647         spam-insert-fake-headers.
23648         (spam-insert-fake-headers): Remove.
23650 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
23652         * deuglify.el (gnus-article-outlook-unwrap-lines)
23653         (gnus-outlook-rearrange-article)
23654         (gnus-outlook-repair-attribution-outlook)
23655         (gnus-outlook-repair-attribution-block)
23656         (gnus-outlook-repair-attribution-other): Remove redundant
23657         save-excursion.
23659 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
23661         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
23662         (spam-fetch-field-subject-fast)
23663         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
23664         (spam-fetch-article-header): Add functions to deal with Gnus
23665         internals for fast retrieval of article header data.
23666         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
23668 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
23670         * pop3.el (pop3-md5): Remove.
23671         (pop3-apop): Replace pop3-md5 with md5.
23673         * mm-bodies.el: base64 is always built-in.
23675         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
23676         Use with-current-buffer.
23678 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
23680         * canlock.el (canlock-insert-header): Remove excessive grouping in
23681         regexp.
23683         * gnus-sum.el (gnus-summary-read-document): Ditto.
23685         * gnus-uu.el (gnus-uu-part-number): Ditto.
23687         * html2text.el (html2text-remove-tags): Ditto.
23688         (html2text-format-tags): Ditto.
23689         (html2text-format-single-elements): Ditto.
23691         * mml.el (mml-parse-1): Ditto.
23693 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
23695         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
23697         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
23699         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
23701         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
23703 2003-11-15  Simon Josefsson  <jas@extundo.com>
23705         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
23706         (pgg-gpg-lookup-key): Use regexp match instead of
23707         split-string (split-string is different between emacs 21.2 and
23708         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
23710 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
23712         * gnus-art.el (gnus-mime-view-all-parts)
23713         (gnus-article-part-wrapper, gnus-article-view-part):
23714         Use with-current-buffer.
23716 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
23718         * spam.el (spam-disable-spam-split-during-ham-respool)
23719         (spam-spamoracle-database, spam-cache-lookups)
23720         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
23721         (spam-group-ham-mark-p, spam-group-spam-mark-p)
23722         (spam-group-ham-marks, spam-group-spam-marks)
23723         (spam-group-spam-contents-p, spam-group-ham-contents-p)
23724         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
23725         also add spam-use-blackholes to the statistical checks.
23726         (spam-fetch-field-fast): Add interface to fetching fields, may
23727         become a macro.
23728         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
23729         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
23730         (spam-insert-fake-headers): Fake an article when needed.
23731         (spam-find-spam): Fake article when possible.
23732         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
23733         (spam-check-bogofilter-headers): Use message-fetch-field instead
23734         of nnmail-fetch-field.
23736 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
23738         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
23740 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
23742         * spam.el (spam-split): Do not require spam-use-CHECK to be
23743         enabled if that check is passed to spam-split explicitly; also
23744         fix so 'spam doesn't get converted to spam-split-group when
23745         spam-split-symbolic-return is t.
23746         (spam-find-spam): Find registrations of the article and use those
23747         instead of re-running spam-split to find the spam/ham
23748         classification of the article.
23749         (spam-log-processing-to-registry, spam-log-registered-p)
23750         (spam-log-unregistration-needed-p, spam-log-undo-registration):
23751         Use gnus-error instead of gnus-message.
23752         (spam-log-registration-type): Add function to determine the
23753         classification of a message based on registry entries; will
23754         return nil if both 'spam and 'ham are found.
23755         (spam-check-BBDB): Expand all the BBDB macros here so we can have
23756         a reasonably fast local cache without the loading errors.
23757         (spam-cache-lookups): Set to t by default.
23758         (spam-find-spam): Don't try to guess spam-cache-lookups.
23759         (spam-enter-whitelist, spam-enter-blacklist): Clear the
23760         spam-caches entry.
23761         (spam-filelist-build-cache, spam-filelist-check-cache):
23762         Fix caching of whitelist/blacklist entries.
23763         (spam-check-whitelist, spam-check-blacklist):
23764         Invoke spam-from-listed-p with a type, not a cache variable.
23765         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
23767 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
23769         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
23771         * nnmail.el (nnmail-split-fancy): do.
23773         * mml.el (mml-parse): do.
23775         * gnus-score.el (gnus-enter-score-words-into-hashtb)
23776         (gnus-score-adaptive): do.
23778 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23780         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
23781         (gnus-mime-button-map): Don't set keymap parent.
23782         (gnus-button-ctan-directory-regexp): Use shy grouping.
23783         (gnus-prev-page-map): Don't set keymap parent.
23784         (gnus-prev-page-map): Remove duplicated one.
23785         (gnus-next-page-map): Don't set keymap parent.
23786         (gnus-mime-security-button-map): Ditto.
23788         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
23789         version number.
23791         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
23793 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23795         * canlock.el (canlock-sha1-function): Remove.
23796         (canlock-sha1-function-for-verify): Remove.
23797         (canlock-openssl-program): Remove.
23798         (canlock-openssl-args): Remove.
23799         (canlock-ignore-errors): Remove.
23800         (canlock-sha1-with-openssl): Remove.
23801         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
23802         (canlock-verify): Don't use canlock-ignore-errors.
23804         * sha1-el.el (sha1-string-external): Make it can return a string
23805         in binary form.
23806         (sha1-region-external): Ditto.
23807         (sha1-string-internal): Ditto.
23808         (sha1-region-internal): Ditto.
23809         (sha1-region): Ditto.
23810         (sha1-string): Ditto.
23811         (sha1): Ditto.
23813 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23815         * spam.el (spam-report-articles-gmane): New command.
23817 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23819         * gnus.el: Don't make unnecessary *Group* buffer when loading.
23821         * run-at-time.el (run-at-time-saved): Remove.
23822         (run-at-time): Doc fix.
23824 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
23826         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
23827         (gnus-summary-limit-map): Add it.
23828         (gnus-summary-make-menu-bar): do.
23830 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
23832         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
23833         Make attempt at some caching support (done for BBDB only now).
23834         (spam-find-spam): Set spam-cache-lookups if there are more than 2
23835         addresses to be checked.
23836         (spam-clear-cache-BBDB): Add function, to be invoked by
23837         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
23838         (spam-check-BBDB): Check and use the caches, if
23839         spam-cache-lookups is on, remove superfluous (provide).
23841 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
23843         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
23845 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
23847         * run-at-time.el (run-at-time-saved): Move to after the definition
23848         of `run-at-time'.
23850 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23852         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
23853         mm-w3m-local-map-property.
23855         * mm-view.el (mm-w3m-mode-map): Remove.
23856         (mm-w3m-local-map-property): Remove.
23857         (mm-inline-text-html-render-with-w3m): Don't use
23858         mm-w3m-local-map-property.
23860 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23862         * run-at-time.el: New file.
23864         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
23865         of gnus-set-text-properties.
23867         * gnus-uu.el (gnus-uu-save-article): Ditto.
23869         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
23871         * gnus-cite.el (gnus-cite-parse): Ditto.
23873         * gnus-art.el (gnus-button-push): Use set-text-properties instead
23874         of gnus-.
23876         * gnus.el: Change calls to nnheader-run-at-time and
23877         password-run-at-time throughout to use run-at-time directly.
23879         * password.el: Remove definition of run-at-time.
23881 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
23883         * mml.el (mml-minibuffer-read-disposition): Show attachment type
23884         in prompt.
23886 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
23888         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
23889         XEmacs version.
23891         * dns.el (dns-make-network-process): Use `open-network-stream'
23892         instead of `gnus-xmas-open-network-stream'.
23894         * .cvsignore: Add auto-autoloads.el, custom-load.el.
23896 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
23898         * gnus-art.el (gnus-mime-display-alternative)
23899         (gnus-insert-mime-button, gnus-insert-mime-security-button)
23900         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
23901         Don't use gnus-local-map-property.
23903         * gnus-util.el (gnus-local-map-property): Remove.
23905         * mm-view.el (mm-view-pkcs7-decrypt):
23906         Replace gnus-completing-read-maybe-default with completing-read.
23908         * gnus-util.el (gnus-completing-read): do.
23909         (gnus-completing-read-maybe-default): Remove.
23911 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
23913         * password.el: Only autoload `run-at-time' if not XEmacs.
23914         Only autoload the itimer functions if XEmacs.
23916 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
23918         * gnus-art.el (gnus-read-string): Remove.
23919         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
23920         read-string.
23922 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
23924         * netrc.el: Autoload password-read.
23925         (netrc): Add configuration group.
23926         (netrc-encoding-method, netrc-openssl-path):
23927         Add variables for encoding and decoding of files with symmetric
23928         ciphers.
23929         (netrc-encode): Add assistant function to encode a file with
23930         netrc-encoding-method.
23931         (netrc-parse): Add interactive parameter, added optional
23932         decoding if netrc-encoding-method is non-nil but otherwise
23933         behavior is standard.
23934         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
23935         Do s/encode/encrypt/ everywhere.
23937         * spam.el: Remove executable-find autoload.
23939 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
23941         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
23943         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
23945 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
23947         * gnus-art.el (gnus-treat-ansi-sequences)
23948         (article-treat-ansi-sequences): New variable and function.
23949         Suggested by Dan Jacobson <jidanni@jidanni.org>.
23951         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
23952         Use it.
23954 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
23956         * mm-util.el (mm-quote-arg): Remove.
23958         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
23959         shell-quote-argument.
23961         * gnus-uu.el (gnus-uu-command): do.
23963         * gnus-sum.el (gnus-summary-insert-pseudos): do.
23965         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
23966         with make-char.
23968         * mm-util.el (mm-make-char): Remove.
23970         * mml.el (mml-mode): Replace gnus-add-minor-mode with
23971         add-minor-mode.
23973         * gnus-undo.el (gnus-undo-mode): do.
23975         * gnus-topic.el (gnus-topic-mode): do.
23977         * gnus-sum.el (gnus-dead-summary-mode): do.
23979         * gnus-start.el (gnus-slave-mode): do.
23981         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
23983         * gnus-ml.el (gnus-mailing-list-mode): do.
23985         * gnus-gl.el (gnus-grouplens-mode): do.
23987         * gnus-draft.el (gnus-draft-mode): do.
23989         * gnus-dired.el (gnus-dired-mode): do.
23991         * gnus-ems.el (gnus-add-minor-mode): Remove.
23993         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
23994         Replace gnus-char-width with char-width.
23996         * gnus-ems.el (gnus-char-width): Remove.
23998         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
23999         Replace gnus-char-width with char-width.
24001         * gnus-ems.el (gnus-char-width): Remove.
24003         * spam-stat.el (with-syntax-table): Remove with-syntax-table
24004         definition.
24005         Remove Emacs 20 hash table compatibility code.
24007         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
24008         20 compatibility code.
24010         * spam.el (spam-point-at-eol): Replace with point-at-eol.
24012         * smime.el (smime-point-at-eol): Replace with point-at-eol.
24014         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
24015         Replace with point-at-{eol,bol}.
24017         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
24019         * imap.el (imap-point-at-eol): Replace with point-at-eol.
24021         * flow-fill.el (fill-flowed-point-at-bol)
24022         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
24024         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
24025         Replace with point-at-{eol,bol} throughout all files.
24027 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
24029         * ntlm.el (ntlm-string-as-unibyte): New macro.
24030         (ntlm-build-auth-response): Use it.
24032         Remove Emacs 20 stuff:
24033         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
24034         of delq and copy-sequence.
24035         * gnus-art.el (popup-menu): Remove the compiler macro.
24036         * nnmail.el (nnmail-split-fancy): Don't support customizing with
24037         Emacs 20.
24039 2004-01-05  Simon Josefsson  <jas@extundo.com>
24041         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
24042         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
24043         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
24044         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
24045         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
24046         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
24047         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
24048         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
24049         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
24050         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
24051         ntlm-string-permute, string-lshift into ntlm-string-lshift,
24052         string-xor into ntlm-string-xor.
24053         Suggested by Jesper Harder <harder@myrealbox.com>.
24055         * ntlm.el: Don't include poem.
24057         * md4.el (print-int32, print-string-hexa): Remove.
24058         Suggested by Jesper Harder <harder@myrealbox.com>.
24060         * sasl-ntlm.el, ntlm.el, md4.el: New files.
24062         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
24063         probably breaks emacs with DL patch, but do we care? Is anyone
24064         still using the DL stuff?)
24066         * sieve-manage.el: Use the password package.
24067         (sieve-manage-read-passwd): Remove.
24068         (sieve-manage-interactive-login): Use password.  Re-add
24069         condition-case around loop.
24071         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
24072         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
24073         Use the password package.
24075 2003-02-19  Simon Josefsson  <jas@extundo.com>
24077         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
24078         token.
24080 2002-08-07  Simon Josefsson  <jas@extundo.com>
24082         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
24083         (sieve-manage-authenticators):
24084         (sieve-manage-authenticator-alist): Add some SASL mechs.
24085         (sieve-sasl-auth): New function.
24086         (sieve-manage-cram-md5-auth):
24087         (sieve-manage-plain-auth): Rewrite using SASL library.
24088         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
24089         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
24090         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
24091         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
24093 2004-01-05  Simon Josefsson  <jas@extundo.com>
24095         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
24096         New files.
24098 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24100         * gnus-group.el (gnus-no-groups-message): Update.
24102         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
24104 2003-11-09  Simon Josefsson  <jas@extundo.com>
24106         * imap.el: Support for ID IMAP extension (RFC 2971).
24107         (imap-local-variables): Add imap-id.
24108         (imap-id): New variable.
24109         (imap-id): New function.
24110         (imap-parse-response): Parse untagged ID response.
24111         * nnimap.el (nnimap-id): New variable.
24112         (nnimap-open-connection): Use it.
24114 2003-12-28  Simon Josefsson  <jas@extundo.com>
24116         * gnus-score.el (gnus-score-edit-all-score): New.
24117         * gnus-group.el (gnus-group-score-map): Bind it to W e.
24119 2004-01-04  Simon Josefsson  <jas@extundo.com>
24121         * password.el: Add.
24123 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
24125         * dns.el (dns-query-types): Fix typo.
24126         (dns-query-types): New function.
24127         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
24128         PTR and SOA replies, see RFC 1035.
24130 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24132         * gnus.el (gnus-logo-color-style): Change colors to `no'.
24134         * Move to Changelog.2.
24136 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24138         * gnus.el (gnus-version-number): Bump version.
24140 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
24142         * gnus.el: No Gnus v0.1 is released.
24144 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
24146         * gnus.el: No Gnus v0.0 is released.
24148 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24150         * gnus.el (gnus-version-number): Bump.
24151         (gnus-version): No.
24153 See ChangeLog.2 for earlier changes.
24155   Copyright (C) 2004-2013 Free Software Foundation, Inc.
24157   This file is part of GNU Emacs.
24159   GNU Emacs is free software: you can redistribute it and/or modify
24160   it under the terms of the GNU General Public License as published by
24161   the Free Software Foundation, either version 3 of the License, or
24162   (at your option) any later version.
24164   GNU Emacs is distributed in the hope that it will be useful,
24165   but WITHOUT ANY WARRANTY; without even the implied warranty of
24166   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
24167   GNU General Public License for more details.
24169   You should have received a copy of the GNU General Public License
24170   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
24172 ;; Local Variables:
24173 ;; coding: utf-8
24174 ;; fill-column: 79
24175 ;; add-log-time-zone-rule: t
24176 ;; End: