Silence some gnus compilation warnings
[emacs.git] / lisp / gnus / ChangeLog
blob3cfca4525f06163f32d484e043ff76a3966e56ca
1 2013-05-29  Glenn Morris  <rgm@gnu.org>
3         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
5         * gnus-group.el (gnus-sequence-of-unread-articles)
6         (gnus-summary-add-mark, gnus-mark-article-as-read)
7         (gnus-group-make-articles-read): Declare.
9         * gnus-sum.el (gnus-parameter-list-identifier)
10         (gnus-article-stop-animations, gnus-stop-downloads)
11         (gnus-article-only-boring-p, article-goto-body)
12         (gnus-flush-original-article-buffer, article-narrow-to-head)
13         (gnus-article-hidden-text-p, gnus-delete-wash-type)
14         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
16         * gnus.el: No need to eval-and-compile autoloads.
18         * gravatar.el (help-function-arglist): Autoload.
20         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
22         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
24         * spam.el: No need to load spam-report when compiling.
25         No need to eval-and-compile autoloads.
26         (spam-report-resend-to): Declare.
27         (spam-report-resend-register-routine): Require 'spam-report.
29 2013-05-24  Julien Danjou  <julien@danjou.info>
31         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
32         setup.
34 2013-05-23  Glenn Morris  <rgm@gnu.org>
36         * gnus-util.el (rmail-swap-buffers-maybe)
37         (rmail-maybe-set-message-counters, rmail-count-new-messages)
38         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
39         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
41         * mm-decode.el: No need to load term when compiling.
42         (term-mode, term-char-mode): Declare.
44         * mm-util.el: No need to load jka-compr when compiling.
45         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
47         * nnmaildir.el: Require is automatically eval-and-compile.
48         (nnmail): Require at run-time too.
50         * registry.el (registry-size): Move definition before use.
52 2013-05-22  Daiki Ueno  <ueno@gnu.org>
54         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
55         signed data to conform the standard.  (Bug#14232)
57 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
59         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
60         double angle quotation mark.
62 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
64         * message.el (message-insert-formatted-citation-line): Handle finding
65         first/lastname when more than 2 names appear.
67 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
69         * shr.el (shr-tag-span): New function.
71 2013-05-18  Glenn Morris  <rgm@gnu.org>
73         * message.el (message-mode): Use message-mode-abbrev-table,
74         with text-mode-abbrev-table as parent.  (Bug#14413)
76 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
78         * message.el (message-expand-group): Decode group names.
80 2013-05-16  Julien Danjou  <julien@danjou.info>
82         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
83         app-icon.
85 2013-05-15  Glenn Morris  <rgm@gnu.org>
87         * shr-color.el (shr-color-visible-luminance-min)
88         (shr-color-visible-distance-min): Use shr-color group.
90 2013-05-11  Glenn Morris  <rgm@gnu.org>
92         * gnus-vm.el: Make it loadable without VM.
93         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
94         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
96 2013-05-09  Glenn Morris  <rgm@gnu.org>
98         * mml1991.el: Make it loadable.  (Bug#13456)
100         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
101         * gnus-async.el (gnus-async-post-fetch-function):
102         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
103         * gnus-html.el (gnus-html-image-cache-ttl):
104         * gnus-notifications.el (gnus-notifications-timeout):
105         * gnus-picon.el (gnus-picon-properties):
106         * gnus-util.el (gnus-completion-styles):
107         * gnus.el (gnus-other-frame-resume-function):
108         * message.el (message-user-organization-file)
109         (message-cite-reply-position):
110         * nnir.el (nnir-summary-line-format)
111         (nnir-retrieve-headers-override-function):
112         * shr-color.el (shr-color-visible-luminance-min):
113         * shr.el (shr-blocked-images):
114         * spam-report.el (spam-report-resend-to):
115         * spam.el (spam-summary-exit-behavior): Fix custom types.
117         * gnus-salt.el (gnus-selected-tree-face): Fix default.
119 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
121         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
122         because of let-binding help-xref-following.  (Bug#14356)
124 2013-05-06  Tassilo Horn  <tassilo@member.fsf.org>
126         * message.el (message-bury, message-send-and-exit):
127         Revert 2013-05-04 change.
129 2013-05-06  Glenn Morris  <rgm@gnu.org>
131         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
133 2013-05-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
135         * message.el (message-bury): Make `buffer' optional.
136         (message-send-and-exit): Don't pass `buf' so as to hide the buffer
137         (bug#14085).
139 2013-05-04  Andrew Cohen  <cohen@bu.edu>
141         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
142         entering into the registry.
144 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
146         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
147         (Bug#14304)
149 2013-04-27  Glenn Morris  <rgm@gnu.org>
151         * gnus.el (gnus-list-debbugs):
152         Use require rather than autoload.  (Bug#14262)
154 2013-04-27  Julien Danjou  <julien@danjou.info>
156         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
157         port to "sieve" now that it has an official IANA port assigned.
159 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
161         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
162         Don't set the MAILHOST environment variable permanently (Bug#14271).
164 2013-04-26  Glenn Morris  <rgm@gnu.org>
166         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
168 2013-04-25  Andrew Cohen  <cohen@bu.edu>
170         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
171         string values of 'gcc-self.  Thanks to Saroj Thirumalai.
173 2013-04-24  Andrew Cohen  <cohen@bu.edu>
175         * nnir.el (nnir-close-group): Make sure we are in the right group.
177         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
178         dependency table from all newly retrieved headers.
180 2013-04-16  David Edmondson  <dme@dme.org>
182         Support <img src="data:...">.
184         * shr.el (shr-image-from-data): New function.
185         (shr-tag-img): Use it.
187 2013-04-14  Andrew Cohen  <cohen@bu.edu>
189         * nnir.el (nnir-request-set-mark): Make sure we are in the right
190         group.
192 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
194         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
195         corresponding to any existing group (Bug#14166).
197 2013-04-10  Andrew Cohen  <cohen@bu.edu>
199         * nnir.el (number-sequence): No longer used.
200         (nnir-request-set-mark): New function.
201         (nnir-request-update-info): Improve marks updating.
202         (nnir-request-scan): Don't duplicate marks updating.
203         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
204         Use 'assq rather than 'assoc. Quote anonymous function.
205         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
206         Use 'gnus-group-prefixed-p.
207         (gnus-summary-create-nnir-group): Make sure server for method is open.
209 2013-04-04  Andrew Cohen  <cohen@bu.edu>
211         * nnir.el (gnus-nnir-group-p): New function.
212         (nnir-possibly-change-group): Use it.
214         * gnus-msg.el (gnus-setup-message): Use it.
216 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
218         * mml.el (mml-minibuffer-read-description): Use `default' insted of
219         `initial-input' for the argument name.
220         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
222 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
224         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
225         (used by MH-E).
227 2013-04-01  Andrew Cohen  <cohen@bu.edu>
229         * nnir.el (nnir-request-update-mark): Improve mark updating in original
230         group.
232         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
233         fix compilation.
235 2013-03-31  Andrew Cohen  <cohen@bu.edu>
237         * nnir.el (nnir-method-default-engines): And another typo.
239 2013-03-30  Andrew Cohen  <cohen@bu.edu>
241         * nnir.el (nnir-method-default-engines): Fix typo.
243 2013-03-29  Andrew Cohen  <cohen@bu.edu>
245         * nnir.el: Define 'number-sequence for xemacs.
246         (gnus-summary-create-nnir-group): New function to create an nnir group
247         from an nnir summary buffer based on the current query.
248         (nnir-request-create-group): Update to allow nnir group creation based
249         on the current query.
251 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
253         * nndraft.el (nndraft-request-expire-articles):
254         Make expiry target always `delete'.
256 2013-03-27  Andrew Cohen  <cohen@bu.edu>
258         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
259         buffer use the posting-style and gcc of the original article group.
260         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
262         * nnir.el: Fix byte-compile warning. nnoo-define-skeleton should come
263         after other deffoos.
265 2013-03-26  Andrew Cohen  <cohen@bu.edu>
267         * nnir.el: Major rewrite. Cleaner separation between searches and group
268         management. Marks are now shown in nnir summary buffers. Rudimentary
269         support for real (i.e. not ephemeral) nnir groups.
270         (gnus-summary-make-nnir-group): New function for initiating searches
271         from a summary buffer.
273 2013-03-18  Sam Steingold  <sds@gnu.org>
275         * message.el (message-bury): Minor cleanup.
277 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
279         * nndir.el (nndir-request-list): Remove 2nd argument passed to
280         nnml-request-list.  (Bug#13873)
281         (nndir-request-newsgroups): Remove, unused.
283         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
285 2013-03-03  Ted Phelps  <phelps@gnusto.com>
287         * shr.el: Make all the overlays set the `evaporate' property so that
288         they're removed properly.
290 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>
292         * mml2015-el (mml2015-epg-key-image): Wrap epg-gpg-program in
293         shell-quote-argument.
295 2013-02-22  David Engster  <deng@randomsample.de>
297         * gnus-registry.el (gnus-registry-save): Provide class name when
298         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
299         `condition-case' to stay compatible with older EIEIO versions which
300         only accept one argument.
302 2013-02-17  Daiki Ueno  <ueno@gnu.org>
304         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
305         (epg-user-id-validity): Autoload.
306         (mml2015-epg-check-user-id): New function.
307         (mml2015-epg-check-sub-key): New function split from
308         mml2015-epg-find-usable-key.
309         (mml2015-epg-find-usable-key): Accept context, name, usage, and
310         optional name-is-key-id, to handle the case when user-id is unusable.
311         Reported by Łukasz Stelmach <stlman@poczta.fm>.
313 2013-02-17  Glenn Morris  <rgm@gnu.org>
315         * shr.el (shr-put-image): Use image-multi-frame-p if available.
317 2013-02-16  Glenn Morris  <rgm@gnu.org>
319         * shr.el (shr-put-image): Only animate images that specify a delay.
320         This is consistent with the old image-animated-p behavior.
322 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
324         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
325         for XEmacs.
327 2013-02-13  Juri Linkov  <juri@jurta.org>
329         * gnus-art.el (gnus-article-mode-map):
330         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
331         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
333 2013-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
335         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.  (This was
336         done in 2012-07-22 by Andrew Cohen, but I reverted it mistakenly.)
338 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
340         * auth-source.el (auth-source-format-prompt): Don't get confused by
341         any "\" in replacement text.  (Bug#13637)
343 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
345         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
346         (gnus-backend-trace): Honor gnus-backend-trace.
348         * mml.el (mml-insert-part): Insert closing tag.
350         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
352 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
354         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
355         able to find the article, which can happen in debbugs groups,
356         apparently.
358 2013-01-16  Glenn Morris  <rgm@gnu.org>
360         * smiley.el (smiley-style): Make the file loadable in batch mode.
362 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
364         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
365         imap process running.
367 2013-01-14  Julien Danjou  <julien@danjou.info>
369         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
370         Compare addresses against addresses, not against the full From field.
372 2013-01-13  Richard Stallman  <rms@gnu.org>
374         * message.el (message-forward-make-body-mime): New args BEG, END
375         specify what part of FORWARD-BUFFER to use.  Do the work directly
376         instead of calling `mml-insert-buffer'.
378 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
380         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
381         cross-reference(s).
383         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
384         cross-reference(s).
386 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
388         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
389         and point-max-marker.
390         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
392 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
394         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
395         to mml2015-encrypt-to-self.
396         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
398 2013-01-09  Daiki Ueno  <ueno@gnu.org>
400         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
401         mml-smime-epg-find-usable-secret-key.
403 2013-01-08  Glenn Morris  <rgm@gnu.org>
405         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
407 2013-01-07  Daiki Ueno  <ueno@gnu.org>
409         * mml-smime.el: Support signing by sender.
410         Requested by Uwe Brauer.
411         (mml-smime-sign-with-sender): New user option analogous
412         to mml2015-sign-with-sender.
413         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
414         (mml-smime-epg-find-usable-secret-key): New helper function copied from
415         mml2015.el.
417 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
419         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
420         isn't running, because Gnus will probably not know how to handle the
421         Gcc header (bug#11941).
423         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
424         articles.
426 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
428         * nnfolder.el (nnfolder-recursive-directory-files): New function.
429         (nnfolder-generate-active-file): Make this function work with recursive
430         folder names.
432 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
434         * nntp.el (nntp-open-connection): Use HELP as the capability command
435         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
436         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
438 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
440         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
441         place holder since this gives `Invalid face reference: nil' messages.
442         Use the `default' face instead.  It has the same effect here, even
443         though it is not no-op.
445         * gnus-util.el
446         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
448 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
450         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
451         non-string posting styles (bug#13285).
453 2012-12-27  Glenn Morris  <rgm@gnu.org>
455         * plstore.el (plstore-passphrase-callback-function):
456         Use plstore-get-file.
458 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
460         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
461         stderr.
463         * nnimap.el (nnimap-find-article-by-message-id): Don't error out if
464         group is nil.
466         * shr.el (shr-tag-em): Render as italic, not bold.
468 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
470         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
472 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
474         * mml2015.el (mml2015-epg-key-image): use --attribute-fd rather than
475         temporary file to get PGP key image. Pass no-show-photos when extracting
476         image to avoid having it pop up twice.
478 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
480         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
481         eligible for treatment.
483         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
484         lines.  This makes summary commands with hidden threads work more
485         reliably.
487         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
488         button to mark the hidden citations (bug#9395).
490 2012-12-26  Daiki Ueno  <ueno@gnu.org>
492         * mml2015.el (mml2015-epg-signature-to-string): New function.
493         (mml2015-epg-verify-result-to-string): New function.
494         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
495         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
496         instead of epg-verify-result-to-string.
497         (epg-signature-key-id, epg-signature-to-string): Autoload.
498         (epg-verify-result-to-string): Remove autoload.
500 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
502         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
503         ID image from GPG public key.
504         (mml2015-epg-key-image-to-string): New function.
506 2012-12-25  Leo Liu  <sdl.web@gmail.com>
508         * plstore.el (plstore-passphrase-callback-function): Fix error when
509         error when plstore-cache-passphrase-for-symmetric-encryption is set
510         (bug#13264).
512 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
514         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
515         buffer to the article buffer here, because that clobbers multiple
516         article buffers.
518         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
519         buffer always points to the right summary buffer.
521 2012-12-25  John Wiegley  <jwiegley@gmail.com>
523         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
524         the password (bug#12097).
526 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
528         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
529         (bug#13263).
531         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
532         buffer exists before using it (bug#12475).
534         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
535         offline groups (bug#11937).
537         * message.el (message-yank-original): When using customize to set the
538         value of `message-cite-style', the variable it set to a symbol that's
539         the name of the variable, which must then be dereferenced (bug#12616).
541 2012-12-25  Wolfgang Jenkner  <wjenkner@inode.at>
543         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
544         the `face' property with a list whose car is the face specified in the
545         format string and whose cdr is (nil).
546         * lisp/gnus-util.el
547         (gnus-put-text-property-excluding-characters-with-faces):
548         Change accordingly.
549         (gnus-get-text-property-excluding-characters-with-faces): New function.
550         * lisp/gnus-sum.el (gnus-summary-highlight-line):
551         * lisp/gnus-salt.el (gnus-tree-highlight-node):
552         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
554 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
556         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
557         login methods.
558         (nnimap-login): Respect the `nnimap-authenticator' variable.
560         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
561         mark state when moving articles.  Otherwise unticked articles will get
562         their ticks back after moving.
564 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
566         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
568         * message.el (message-ignored-news-headers): Always remove
569         X-Message-SMTP-Method to avoid information leakage if the user
570         mistakenly inserts the header into news messages.
572         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
574         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
575         right than four characters, this command would move point to
576         `point-max'.  Don't do that.
578         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
579         to nil to allow re-selecting groups that gain articles.
580         (gnus-bug-group-download-format-alist): Update the URL.
582 2012-12-23  Andreas Schwab  <schwab@suse.de>
584         * shr.el (shr-tag-em): Render em as italic, not bold.
586 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
588         * gnus-int.el (gnus-backend-trace): Factor out into its own function
589         for reuse.
590         (gnus-open-server): Use it to add more tracing.
591         (gnus-finish-retrieve-group-infos): Add backend tracing.
592         (gnus-backend-trace): Also note the elapsed seconds.
594 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
596         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
597         Set epa-file-encrypt-to from variable to avoid querying.
599 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
601         * sieve-mode.el (sieve-font-lock-keywords):
602         Keywords should be word delimited.  (Bug#13173)
604 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
606         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
607         instead of <pre> to align message header.
609 2012-12-12  Sam Steingold  <sds@gnu.org>
611         * gnus.el (gnus-other-frame-resume-function): Add user option.
612         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
614 2012-12-06  Sam Steingold  <sds@gnu.org>
616         * gnus-start.el (gnus-before-resume-hook): Add.
617         (gnus-1): Run it when Gnus is alive.
619 2012-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
621         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
622         * gnus-art.el (article-unsplit-urls)
623         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
624         * gnus-registry.el (gnus-registry-get-article-marks)
625         * message.el (message-goto-body): Use it.
626         (message-called-interactively-p): Remove.
628         * spam-stat.el (spam-stat-called-interactively-p): New macro.
629         (spam-stat-score-buffer): Use it.
631         * spam.el: Silence the warnings against BBDB functions when compiling.
633         * gnus-score.el (gnus-score-decode-text-parts):
634         Use append+mapcar instead of the cl function mapcan.
636         * gmm-utils.el (gmm-flet): Remove.
638         * gnus-sync.el (gnus-sync-lesync-call):
639         Avoid overriding json-alist-p.
641         * message.el (message-read-from-minibuffer):
642         Avoid overriding mail-abbrev-in-expansion-header-p.
644 2012-12-05  Sam Steingold  <sds@gnu.org>
646         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
647         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
648         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
650 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
652         * gmm-utils.el (gmm-called-interactively-p): Revert.
653         This seems to cause Emacs to get stuck!
654         * gnus-art.el (article-unsplit-urls)
655         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
656         * gnus-registry.el (gnus-registry-get-article-marks)
657         * message.el (message-goto-body)
658         (message-called-interactively-p): Revert.
660         * gmm-utils.el (gmm-called-interactively-p): New function.
661         * gnus-art.el (article-unsplit-urls)
662         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
663         * gnus-registry.el (gnus-registry-get-article-marks)
664         * message.el (message-goto-body): Use it.
665         (message-called-interactively-p): Remove.
667         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
668         * gnus-sync.el (gnus-sync-lesync-call)
669         * message.el (message-read-from-minibuffer): Use it.
671 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
673         * gmm-utils.el (gmm-flet): Remove.
674         * gnus-sync.el (gnus-sync-lesync-call)
675         * message.el (message-read-from-minibuffer): Don't use it.
677 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
679         * gmm-utils.el (gmm-labels): Use cl-labels if available.
681 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
683         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
685         * gnus-sync.el (gnus-sync-lesync-call)
686         * message.el (message-read-from-minibuffer): Use gmm-flet.
688         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
690         * gnus-util.el (gnus-macroexpand-all): Remove.
692 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
694         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
695         to TAB, not [tab].
696         (gnus-summary-article-map): Likewise.
698         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
699         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
701 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
703         * message.el (message-get-reply-headers):
704         Make sure the reply goes to the author if it is a wide reply.
706 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
708         * gnus-score.el (gnus-score-body):
709         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
710         scoring by body.
712 2012-11-16  Glenn Morris  <rgm@gnu.org>
714         * gnus-diary.el (nndiary-request-create-group-functions)
715         (nndiary-request-update-info-functions)
716         (gnus-subscribe-newsgroup-functions)
717         (nndiary-request-accept-article-functions):
718         Use new names for hooks rather than obsolete aliases.
720 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
722         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
723         in meta tag with the one the part specifies in its header.
725 2012-11-02  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
727         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
728         by default.
730 2012-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
732         New UIDL implementation.
734         * mail-source.el (mail-sources, mail-source-keyword-map):
735         Add :leave as a pop3 keyword.
736         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
738         * pop3.el (pop3-leave-mail-on-server): Allow number.
739         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
740         (pop3-movemail): Add UIDL support.
741         (pop3-send-streaming-command): Take a list of mail numbers instead of
742         the number of mails.
743         (pop3-write-to-file): Add X-UIDL header.
744         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
745         (pop3-uidl-add-xheader): New functions.
747         * message.el (message-ignored-resent-headers):
748         Add X-Content-Length and X-UIDL headers.
750 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
752         * nndiary.el (nndiary-request-create-group-functions)
753         (nndiary-request-update-info-functions)
754         (nndiary-request-accept-article-functions):
755         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
756         "-hooks" suffix.
758 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
760         * starttls.el (starttls-extra-arguments): Doc fix.
762 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
764         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
765         it.
767 2012-10-06  Glenn Morris  <rgm@gnu.org>
769         * gnus-notifications.el (gnus-notifications):
770         Add missing group :version tag.
771         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
772         (gnus-gcc-post-body-encode-hook):
773         * gnus-sync.el (gnus-sync-lesync-name)
774         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
776 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
778         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
779         a user about whether to delete temp files if once a user answered as n.
781 2012-09-17  Richard Stallman  <rms@gnu.org>
783         * message.el (message-in-body-p): Don't set mark or modify buffer.
785         * mml.el (mml-attach-file): Doc fix.
786         (mml-attach-external, mml-attach-buffer, mml-attach-file):
787         Set mail-encode-mml when in Mail mode.
788         Simplify code to set HEAD and move back to HEAD.
789         (mml-insert-multipart, mml-insert-part):
790         Set mail-encode-mml when in Mail mode.
792 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
794         * gnus-util.el (gnus-timer--function): New function.
796         * gnus-art.el (gnus-article-stop-animations): Use it.
798 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
800         Fix glitches caused by addition of psec to timers.
801         * gnus-art.el (gnus-article-stop-animations): Use timer--function
802         rather than raw access to timer vector.
804 2012-09-11  Julien Danjou  <julien@danjou.info>
806         * gnus-notifications.el (gnus-notifications): Check for nil values in
807         ignored addresses check.
809 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
811         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
813 2012-09-07  Chong Yidong  <cyd@gnu.org>
815         * gnus-util.el
816         (gnus-put-text-property-excluding-characters-with-faces): Restore.
818         * gnus-salt.el (gnus-tree-highlight-node):
819         * gnus-sum.el (gnus-summary-highlight-line):
820         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
822 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
824         * gnus-util.el: Fix compilation error on XEmacs 21.4.
826 2012-09-06  Juri Linkov  <juri@jurta.org>
828         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
829         scheme for buffer names to be more consistent with other group and
830         article buffer names in Gnus.
832 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
834         * gnus-util.el
835         (gnus-put-text-property-excluding-characters-with-faces): Remove.
837         * gnus-compat.el: Define compat function `add-face' from Wolfgang
838         Jenkner.
840         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
842         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
844         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
846 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
848         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
849         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
851         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
852         string-prefix-p in Emacs >=23.2.
854         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
855         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
856         instead of string-match-p.
857         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
859 2012-09-06  Kenichi Handa  <handa@gnu.org>
861         * qp.el (quoted-printable-decode-region): Fix previous change; handle
862         lowercase a..f.
864 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
866         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
868 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
870         * gnus-demon.el (gnus-demon-init): Fix regression when IDLE is t and
871         TIME is set.
873 2012-09-05  Juri Linkov  <juri@jurta.org>
875         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
876         than one group at a time (bug#11961).
878 2012-09-05  Julien Danjou  <julien@danjou.info>
880         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
881         this hide the real reason with a message giving absolutely no hint.
883 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
885         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
886         to the backend (bug#11804).
888         * message.el (message-insert-newsgroups): Don't insert newsgroup
889         duplicates (bug#12275).
891 2012-09-05  John Wiegley  <johnw@newartisans.com>
893         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
894         sieve rules.
896 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
898         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
899         function.
901         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
903         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
905 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
907         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
908         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
909         This should make nnmaildir more usable with offlineimap.
911 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
913         * gnus-notifications.el (gnus-notifications-notify): Use it.
915         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
916         warnings on XEmacs.
918 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
920         Better seeds for (random).
921         * gnus-sync.el (gnus-sync-lesync-setup):
922         * message.el (message-canlock-generate, message-unique-id):
923         Change (random t) to (random), now that the latter is more random.
925 2012-08-31  Dave Abrahams  <dave@boostpro.com>
927         * auth-source.el (auth-sources): Fix macos keychain access.
929         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
930         allow the backend `request-head' function to determine the group
931         name on its own.
932         (gnus-request-expire-articles): Filter out negative article numbers
933         during expiry (Bug#11980).
935         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
936         O(N^2) to O(N).  This makes warping into huge groups tolerable.
938         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
939         you've found the article when you haven't.
941 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
943         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
945 2012-08-30  Julien Danjou  <julien@danjou.info>
947         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
948         `gnus-notifications-timeout'.
949         (gnus-notifications-timeout): Add.
950         (gnus-notifications-action): New function.
951         (gnus-notifications-notify): Add :action using
952         `gnus-notifications-action'.
953         (gnus-notifications-id-to-msg): New variable.
954         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
955         notifications id to messages.
957 2012-08-30  Kenichi Handa  <handa@gnu.org>
959         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
960         once.
962 2012-08-29  Julien Danjou  <julien@danjou.info>
964         * gnus-notifications.el: New file.
965         (gnus-notifications-notify): New function.
966         (gnus-notifications): Use `gnus-notifications-notify'.
968 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
970         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
971         transfer encoding first; bind gnus-newsgroup-charset to the charset
972         that the article specifies (Bug#12209).
974 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
976         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
977         (gnus-group-customize-done): Encode values posting-style holds.
979         * gnus-msg.el (gnus-summary-resend-message)
980         (gnus-configure-posting-styles): Decode values posting-style group
981         parameter holds.
983 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
985         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
986         `name' and `address' in Resent-From header.
988 2012-08-14  Chong Yidong  <cyd@gnu.org>
990         * gnus-art.el (article-display-face): Handle failure in
991         gnus-create-image (Bug#11802).
993 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
995         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
996         Use defsetf.
998 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
1000         * auth-source.el: (auth-source-plstore-search)
1001         (auth-source-secrets-search): Ignore :require and :type in search spec.
1003 2012-08-06  Julien Danjou  <julien@danjou.info>
1005         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
1006         Remove autoload, already handled by gnus.el.
1008 2012-08-05  Julien Danjou  <julien@danjou.info>
1010         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
1011         Add autoload.
1013 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1015         * gnus.el (gnus-valid-select-methods): Fix custom type.
1017 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
1019         * auth-source.el (auth-sources, auth-source-backend-parse)
1020         (auth-source-macos-keychain-search)
1021         (auth-source-macos-keychain-search-items)
1022         (auth-source-macos-keychain-result-append)
1023         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
1024         auth-source.el through the /usr/bin/security utility.
1025         (auth-sources): Fix syntax error.
1026         (auth-source-macos-keychain-result-append): Fix variable name.
1027         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
1029 2012-07-27  Julien Danjou  <julien@danjou.info>
1031         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
1032         Emacs < 24.1
1034 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1036         * message.el (message-kill-address): Don't kill last newline.
1037         (message-skip-to-next-address): Don't move to the next header.
1038         (message-fill-field-address): Work properly.
1040 2012-07-25  Julien Danjou  <julien@danjou.info>
1042         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
1044 2012-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1046         * nnimap.el (nnimap-get-responses): Don't remove, still used.
1048 2012-07-24  Julien Danjou  <julien@danjou.info>
1050         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
1052         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
1053         (nntp-async-timer-handler): Remove, unused.
1055         * nnimap.el (nnimap-get-responses): Remove, unused.
1057         * nnheader.el (mail-header-set-extra): Remove, unused.
1059         * mm-view.el (mm-view-sound-file): Remove, unused.
1061         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
1062         (mm-url-encode-multipart-form-data): Remove, unused.
1064         * message.el (message-remove-signature, message-make-host-name)
1065         (message-fill-address): Remove, unused.
1067         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
1068         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
1069         unused.
1071         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
1073         * gnus-util.el (gnus-extract-address-component-name)
1074         (gnus-extract-address-component-email, gnus-sortable-date)
1075         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
1076         (gnus-process-live-p): Remove, unused.
1078         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
1080         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
1081         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
1082         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
1083         function.
1085         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
1087         * gnus-score.el (gnus-summary-score-crossposting)
1088         (gnus-score-regexp-bad-p): Remove, unused.
1090         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
1092         * gnus-range.el (gnus-sublist-p): Remove, unused.
1094         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
1095         unused.
1097         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
1099         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
1100         (gnus-request-associate-buffer): Remove, unused.
1102         * gnus-group.el (gnus-group-set-method-info)
1103         (gnus-group-set-params-info): Remove, unused.
1105         * gnus-fun.el (gnus-shell-command-to-string)
1106         (gnus-shell-command-on-region): Remove, unused.
1108         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
1110         * gnus-art.el (gnus-article-text-type-exists-p)
1111         (article-translate-characters, gnus-article-hide-text-of-type)
1112         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
1113         Remove, unused.
1115 2012-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1117         * nnir.el ("nnir"): Revert last change, that's premature to merge from
1118         Gnus master.
1120 2012-07-22  Andrew Cohen  <cohen@bu.edu>
1122         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
1124 2012-07-21  Julien Danjou  <julien@danjou.info>
1126         * message.el (message-dont-reply-to-names): Replace deprecated
1127         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
1128         (message-get-reply-headers): Ditto.
1130 2012-07-18  Julien Danjou  <julien@danjou.info>
1132         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
1133         `sieve-upload-and-kill'.
1135         * sieve.el (sieve-bury-buffer): Remove function.
1136         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
1137         (sieve-upload-and-kill): New function, mapped to C-c C-c.
1139 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
1141         * shr.el (shr-expand-url): Handle URL starting with `//'.
1143 2012-07-17  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
1144 2012-07-13  Chong Yidong  <cyd@gnu.org>
1146         * smime.el (smime-certificate-info): Set buffer-read-only directly,
1147         instead of calling toggle-read-only with a (bogus) argument.
1149 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
1151         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
1152         of initial input when reading the author to restrict the summary to.
1154 2012-07-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1156         * gnus-sum.el (gnus-select-newsgroup): Don't assume that the group
1157         buffer exists, which it doesn't if we haven't started Gnus.
1159 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1161         * mm-decode.el (mm-shr):
1162         Allow overriding charset by mm-charset-override-alist.
1164 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1166         * gnus-art.el (gnus-article-view-part):
1167         Toggle subparts of multipart/alternative part.
1169 2012-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1171         * gnus-sync.el: Simply require json.
1173         * registry.el: Simply require eieio and eieio-base.
1175 2012-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1177         * tests/gnustest-nntp.el, tests/gnustest-registry.el, tests/: Remove.
1179 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1181         * shr.el (shr-render-buffer): New command.
1182         (shr-visit-file): Use it.
1184 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1186         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
1187         Set no-byte-compile and no-update-autoloads.
1189 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1191         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
1193 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1195         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
1196         being bound to a lambda form.
1198 2012-06-26  Wolfgang Jenkner  <wjenkner@inode.at>
1200         * gnus-picon.el (gnus-picon-properties): New defcustom.
1201         (gnus-picon-create-glyph): Use it.
1203 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1205         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
1206         locales.
1208         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
1209         on a handle.
1211         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
1212         address as the default.
1214         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.
1215         It makes no sense to query the user about internal files.
1217         * gnus-spec.el: Remove all the byte-compilation stuff, since
1218         benchmarking shows that it doesn't help when entering large summary
1219         buffers.
1221         * gnus-util.el (gnus-byte-code): Remove.
1223         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
1224         grouplens stuff.
1226 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1228         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
1229         (bug#11514).
1231 2012-06-26  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
1233         * message.el (message-buffers): Return all buffers derived from Message
1234         to make `gnus-dired-attach' work with mu4e.
1236 2012-06-26  Daiki Ueno  <ueno@unixuser.org>
1238         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
1239         (mm-dissect-singlepart): Don't guess the MIME type of
1240         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
1241         set.
1242         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
1243         toplevel MIME type is multipart/encrypted.
1245 2012-06-26  Wolfgang Jenkner  <wjenkner@inode.at>
1247         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups" format.
1248         In particular, add an optional argument and a docstring.
1250         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
1252         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
1253         current before calling `gnus-groups-to-gnus-format'.
1254         Note that this was already the case for `gnus-active-to-gnus-format'.
1256 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1258         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
1260 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1262         * mm-decode.el (mm-dissect-buffer): Doc fix.
1264         * gnus-sum.el (gnus-handle-ephemeral-exit):
1265         Avoid creating the group buffer if it doesn't exist.
1267         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config
1268         is given, mark the group as ephemeral with the current window conf.
1270         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
1271         buffer exists, which it doesn't if we haven't started Gnus.
1272         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
1274 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1276         * mml.el (mml-generate-mime):
1277         Allow specifying what the top-level part type is.
1279         * gnus-sum.el (gnus-auto-center-summary):
1280         `scroll-margin' isn't defined on XEmacs.
1282 2012-06-26  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
1284         * gnus-sum.el (gnus-auto-center-summary):
1285         Set default to respect `scroll-margin'.
1287 2012-06-26  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
1289         * gnus-cite.el (gnus-dissect-cited-text): A single line without
1290         citation prefix within a block of cited text should be considered
1291         part of that block *only* if it is a blank line.
1293 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1295         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
1296         before kinsoku-bol characters nor within kinsoku-eol characters.
1298 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1300         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
1301         (gnus-topic-create-topic, gnus-topic-enter-dribble):
1302         Silence compiler.
1303         (gnus-sync-read): Use mapc instead of mapcar.
1305         * mm-archive.el: Require mm-decode for some macros.
1306         (gnus-recursive-directory-files, mailcap-extension-to-mime):
1307         Silence the byte compiler.
1308         (mm-archive-decoders): New function that returns the value of
1309         the mm-archive-decoders variable.
1311         * mm-decode.el:
1312         Don't require mm-archive; autoload mm-archive functions instead.
1313         (mm-dissect-singlepart): Use the function mm-archive-decoders.
1315         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
1317 2012-06-26  Peter Munster  <pmrb@free.fr>
1319         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
1320         (gnus-demon-cancel): Ditto.
1321         (gnus-demon-run-callback): When function cannot be called due to low
1322         idleness, call it when idleness reaches the expected value, instead
1323         of waiting another timer period.
1324         (gnus-demon-init): Add `time' to arguments of call-back.
1326 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1328         * gnus.el: Register gnus-registry functions.
1330         * gnus-registry.el (gnus-try-warping-via-registry):
1331         Move here and indent.
1333         * gnus-int.el (gnus-warp-to-article):
1334         Check whether the registry is enabled before warping.
1336 2012-06-26  Dave Abrahams  <dave@boostpro.com>
1338         * gnus-sum.el (gnus-summary-insert-subject): Record information
1339         in the registry about each article retrieved.
1341         * gnus-int.el (gnus-select-group-with-message-id): New function.
1342         (gnus-try-warping-via-registry): Ditto.
1343         (gnus-warp-to-article): Fall back on the registry.
1345 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1347         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
1349 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1351         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
1352         gnus-gcc-self-resent-messages may be a group parameter.
1353         (gnus-summary-resend-message):
1354         Don't encode encoded words in header when Gcc'ing resent message.
1356 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1358         * shr.el (shr-insert): Treat non-breaking space just like normal
1359         space.  This seems to produce more pleasing results.
1360         (shr-insert):
1361         Only insert a blank line if we're starting from an image.
1362         (shr-tag-br):
1363         Allow <br> to end lines or to make a single blank line.
1364         (shr-ensure-paragraph): Consider lines with white space to be blank.
1366 2012-06-26  Christopher Schmidt  <christopher@ch.ristopher.com>
1368         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
1369         and gnus-gcc-post-body-encode-hook.
1371 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
1373         * mm-decode.el (mm-dissect-singlepart):
1374         Guess what the type of application/octet-stream parts really is.
1376         * gnus-sum.el (gnus-propagate-marks): Remove.
1378 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
1380         * nntp.el (nntp-coding-system-for-read): Remove.
1381         (nntp-coding-system-for-write): Ditto.
1382         (nntp-open-connection): Just use `binary' directly.
1384 2012-06-26  Teodor Zlatanov  <tzz@lifelogs.com>
1386         * registry.el (registry-usage-test, registry-persistence-test):
1387         Move to tests/gnustest-registry.el.
1388         (registry-make-testable-db, registry-match-test)
1389         (registry-instantiation-test): Move to tests/gnustest-registry.el.
1391         * gnus-registry.el (gnus-registry-misc-test)
1392         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
1394         * tests/gnustest-registry.el:
1395         New file with the registry and gnus-registry ERT tests.
1397 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1399         * gnus-msg.el (gnus-summary-resend-message):
1400         Make gnus-summary-resend-message-insert-gcc be last item in
1401         message-header-setup-hook.
1403 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
1405         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
1406         (nnfolder-marks, nnfolder-marks-file-suffix)
1407         (nnfolder-marks-modtime): Remove.
1408         (nnfolder-open-server): Don't use marks.
1409         (nnfolder-request-delete-group): Ditto.
1410         (nnfolder-request-rename-group): Ditto.
1411         (nnfolder-request-set-mark, nnfolder-request-marks)
1412         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
1413         (nnfolder-save-marks, nnfolder-open-marks): Remove.
1415         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
1416         (nnml-marks-modtime): Remove.
1417         (nnml-request-delete-group): Don't use marks.
1418         (nnml-request-rename-group): Ditto.
1419         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
1420         (nnml-save-marks, nnml-open-marks): Remove.
1422         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
1423         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
1424         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
1425         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
1426         (nntp-server-to-method-cache): Remove.
1428         * shr.el (shr-rescale-image): Fix wrong merge.
1430 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
1432         * shr.el (shr-remove-trailing-whitespace):
1433         Really delete the padding on too-wide lines.
1435 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
1437         * mm-archive.el (mm-archive-dissect-and-inline): New function.
1438         (mm-archive-dissect-and-inline): Fix up the undisplayer.
1440         * mm-decode.el (mm-display-external): Output the text from
1441         the command in the buffer after the command finished.
1442         This makes text-based commands behave better.
1444 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
1446         * message.el (smtpmail-smtp-user): Silence compiler warning.
1448 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
1450         * message.el (message-multi-smtp-send-mail): Also allow specifying
1451         the SMTP user name.
1453 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1455         * gnus-sum.el (gnus-summary-article-map): Fix typo.
1457 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
1459         * message.el (message-multi-smtp-send-mail): New function.
1460         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
1461         header to implement multi-SMTP functionality.
1463         * gnus-agent.el (gnus-agent-send-mail-function): Remove.
1464         (gnus-agentize): Don't set it.
1465         (gnus-agent-send-mail): Don't use it.
1467         * gnus-sum.el (gnus-summary-widget-backward):
1468         New function and keystroke.
1470         * shr.el (shr-put-image): Remove underlines from sliced images.
1471         (shr-zoom-image): Compute the region to be replaced more correctly.
1473 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1475         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
1476         (gnus-summary-resend-message-insert-gcc): New function.
1477         (gnus-summary-resend-message): Modify message-header-setup-hook and
1478         message-sent-hook to make it work for Gcc.
1479         (gnus-inews-do-gcc): Update the number of unread articles of groups
1480         that messages are Gcc'd to.
1482         * message.el (message-resend): Run message-sent-hook to do Gcc.
1484 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
1486         * gnus-registry.el (gnus-registry-fixup-registry):
1487         Move the message to a higher level to silence compilation.
1489         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
1490         parameter to allow controlling the scaling.
1492         * shr.el (shr-zoom-image): New command and keystroke.
1493         (shr-put-image): Take a `size' flag to say how to scale the image.
1495         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
1496         Use recursive deletion.
1497         (mm-dissect-archive): Add support for zip files.
1499         * gnus-util.el (gnus-recursive-directory-files): New function.
1501         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
1502         (mm-archive-decoders): Add tgz support.
1504         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
1505         Otherwise inserting text into the Gnus buffer can look odd.
1507         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
1509         * mm-archive.el (mm-archive-decoders): Add support for tar.
1511         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
1513         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
1515 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
1517         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
1519         * mm-archive.el: New file.
1521         * mm-decode.el (mm-dissect-singlepart):
1522         Use it to decode ms-tnef files.
1524         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
1526         * message.el (message-goto-*): Make all the `message-goto-*' commands
1527         push the mark before moving point.  This makes it easier to go back
1528         to where you came from after editing whatever you jumped to.
1530 2012-06-26  Teodor Zlatanov  <tzz@lifelogs.com>
1532         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
1533         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
1534         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
1536 2012-06-26  Teodor Zlatanov  <tzz@lifelogs.com>
1538         * spam.el: Move BBDB autoloads.
1539         (spam-exists-in-BBDB-p):
1540         New function to do the BBDB search directly in BBDB 2 and 3.
1541         (spam-check-BBDB): Use it.
1542         (spam-enter-ham-BBDB): Use it.
1544 2012-06-26  Peter Munster  <pmrb@free.fr>  (tiny change)
1546         * gnus-group.el (gnus-group-get-new-news):
1547         New parameter `one-level' for scanning exactly one level.
1549         * gnus-start.el (gnus-get-unread-articles): Ditto.
1551 2012-06-26  Teodor Zlatanov  <tzz@lifelogs.com>
1553         * gnus-sync.el: More commentary about setup.
1555 2012-06-26  Teodor Zlatanov  <tzz@lifelogs.com>
1557         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
1559 2012-06-26  Teodor Zlatanov  <tzz@lifelogs.com>
1561         * gnus-sync.el: Improve docs about CouchDB admins.
1563 2012-06-26  Teodor Zlatanov  <tzz@lifelogs.com>
1565         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
1566         not needed.  Provide xmlplistread list function to produce XML plist
1567         output for non-Gnus LeSync clients.
1569 2012-06-26  Teodor Zlatanov  <tzz@lifelogs.com>
1571         * gnus-sync.el: Add LeSync synchronization backend and logic to read
1572         and save against it.  Group subscriptions, read marks, other marks,
1573         subscription levels, topic names, and topic offsets (the group's
1574         position within the topic) are saved.  This is an experimental
1575         backend and may change significantly.  Load json.el from
1576         the gnus-fallback-lib if it's not available otherwise.
1577         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
1579 2012-06-26  David Engster  <dengste@eml.cc>
1581         * tests/gnustest-nntp.el: New file for simple NNTP testing.
1583 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
1585         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
1587 2012-06-17  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
1589         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
1590         is an integer to avoid later problems.
1592 2012-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1594         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
1595         locales.
1597 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
1599         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
1600         articles when fetch-old is non-nil (bug#11370).
1602 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1604         * gnus-group.el (gnus-group-get-new-news):
1605         Respect `gnus-group-use-permanent-levels', as documented (bug#11638).
1607 2012-06-10  Dave Abrahams  <dave@boostpro.com>
1609         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
1610         groups (bug#11641).
1612 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1614         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
1615         (bug#11514).
1617 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1619         * nntp.el: Stop the `letf' madness.
1620         (nntp--report-1): New var.
1621         (nntp-report): Merge nntp-report-1 into it.
1622         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
1623         the nntp-report function.
1625         * auth-source.el: Fix comment-style to follow the convention.
1627 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1629         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
1630         a string so that Gcc works (bug#11514).
1632 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1634         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
1635         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
1637 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1639         * gnus-win.el (gnus-configure-frame): Don't signal an error when
1640         jumping to *Server* from a dedicated *Group* window.
1641         (gnus-configure-frame): CSE.
1643         * gnus-registry.el: Minor style cleanup.
1644         (gnus-registry--set/remove-mark): New function, extracted from
1645         gnus-registry-install-shortcuts.
1646         (gnus-registry-install-shortcuts): Use it.
1648 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1650         * nnspool.el (news-path): Use eval-and-compile.
1652 2012-05-24  Glenn Morris  <rgm@gnu.org>
1654         * nnspool.el (news-directory, news-path, news-inews-program):
1655         Move here from paths.el.  Don't see a need for these to be autoloaded.
1657         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
1658         Merge in doc from paths.el version.  Don't see any need for this to be
1659         autoloaded, or for the warning about users not setting it.
1661 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
1663         Fix minor Y10k bug.
1664         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
1666 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1668         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
1669         message once it's actually open.
1671 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1673         * auth-source.el (auth-source--aput-1, auth-source--aput)
1674         (auth-source--aget): New functions and macros.
1675         Use them instead of aput/aget.
1677 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
1679         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
1681 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
1683         * plstore.el (plstore-called-interactively-p): New compat macro copied
1684         from message.el.
1685         (plstore-mode): Use it.
1687 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
1689         * plstore.el: Revive the editing feature.
1690         (plstore-mode): New mode to edit plstore file.
1691         (plstore-mode-toggle-display, plstore-mode-original)
1692         (plstore-mode-decoded): New command.
1693         (plstore--encode, plstore--decode, plstore--write-contents-functions)
1694         (plstore--insert-buffer, plstore--make): New function.
1695         (plstore-open, plstore-save): Simplify by using them.
1697 2012-04-16  Glenn Morris  <rgm@gnu.org>
1699         * nndraft.el (nndraft-request-list): Fix declaration.
1701 2012-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1703         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
1704         don't have a current group.
1706         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
1707         have a group name.
1709         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
1710         a multibyte buffer (bug#7410).
1711         (article-wash-html): Parse the original article buffer to get the
1712         unencoded data (bug#7410).
1714         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
1715         .newsrc.el files.
1717 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1719         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
1720         would have gotten if we posted to the group, and use that to compare
1721         against the message we want to cancel (bug#10808).
1723 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1725         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
1726         "#" to avoid having them interpreted as comments.
1728 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1730         * shr.el (shr-insert): Update the text state properly to avoid
1731         inserting spurious paragraph starts.
1733 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1735         * gnus-sum.el (gnus-update-marks): Don't propagate marks unless
1736         requested (bug#10961).
1738         * shr.el (shr-table-widths): Divide the extra width more fairly over
1739         the TDs (bug#10973).
1740         (shr-render-td): Don't delete too much padding.
1741         (shr-natural-width): Compute the natural width more correctly.
1742         (shr-insert): Allow the natural width to be computed for tables again.
1743         (shr-tag-table-1): Rework how the natural widths are computed by
1744         rendering the table a third time.
1745         (shr-natural-width): Remove.
1746         (shr-buffer-width): New function.
1747         (shr-expand-newlines): Use it.
1749         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
1750         using a `gnus-use-full-window' setup (bug#11013).
1752 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1754         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
1755         24.1 release.
1757 2012-03-10  David Edmondson  <dme@dme.org>
1759         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
1760         'Forwarded Message' header and the start of the message.
1762 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1764         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
1765         isn't running (bug#10897).
1767 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1769         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
1771 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1773         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
1775 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
1777         * mm-decode.el (mm-shr): Remove "soft hyphens".
1779         * nnimap.el (nnimap-request-list): Return the group names encoded as
1780         utf8.  Otherwise non-European group names don't work.
1781         (nnimap-request-newgroups): Ditto.
1783         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
1784         the default in `read-string' (bug#10757).
1786         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
1787         topics (bug#10843).
1789         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
1790         buffer.  Suggested by Herbert Valerio Riedel.
1791         (nnimap-request-move-article): Delete the message from the correct IMAP
1792         server.
1794 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
1796         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
1797         Reported by Peter Münster.
1799 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
1801         * shr.el (shr-image-fetched): Make sure we really kill the right
1802         buffer.
1804 2012-02-16  Leo Liu  <sdl.web@gmail.com>
1806         * gnus-start.el (gnus-1): Avoid duplicate entries.
1808 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
1810         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
1811         too-wide lines.
1813 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
1815         * shr.el (shr-rescale-image): Undo previous change; see
1816         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
1818 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
1820         * nnimap.el (nnimap-record-commands): New variable.
1821         (nnimap-log-command): Use it.
1822         (nnimap-make-process-buffer): Add a space to the process buffer.
1823         (nnimap-transform-headers): Don't bug out on header lines containing
1824         stuff that look like IMAP length encodings.
1826         * shr.el (shr-rescale-image): Allow viewing large images.
1828 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
1830         * nnml.el (nnml-request-compact-group): Delete the marks file after
1831         compaction (bug#10800).
1833         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
1834         group exit.
1836         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
1837         QRESYNC/FETCH output.
1839 2012-02-11  Glenn Morris  <rgm@gnu.org>
1841         * sieve-manage.el (sieve-manage-default-stream):
1842         * shr.el (shr):
1843         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
1844         (nnir-retrieve-headers-override-function)
1845         (nnir-imap-default-search-key, nnir-notmuch-program)
1846         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
1847         (nnir-method-default-engines):
1848         * message.el (message-cite-reply-position):
1849         * gssapi.el (gssapi-program):
1850         * gravatar.el (gravatar):
1851         * gnus-sum.el (gnus-refer-thread-use-nnir):
1852         * gnus-registry.el (gnus-registry-unfollowed-addresses)
1853         (gnus-registry-max-pruned-entries):
1854         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
1855         * gnus-int.el (gnus-after-set-mark-hook)
1856         (gnus-before-update-mark-hook):
1857         * gnus-async.el (gnus-async-post-fetch-function):
1858         * auth-source.el (auth-source-cache-expiry):
1859         Add missing :version tags to new defcustoms and defgroups.
1861 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
1863         * message.el (message-default-send-mail-function): Made into own
1864         function for reuse by emacsbug.el.
1866 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
1868         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
1869         `gnus-sloppily-equal-method-parameters' to avoid a warning.
1871 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
1873         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
1874         running.
1876         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
1878         * gnus.el (gnus-server-extend-method): Don't add an -address component
1879         if the method already has one (bug#9676).
1881 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
1883         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
1884         of an initial-input for consistency (bug#10757).
1886         * shr.el: Inhibit getting and sending cookies when fetching pictures.
1888         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
1890 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1892         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
1893         lines that are narrower than the window width.  Otherwise background
1894         "blocks" will look less readable.
1896 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1898         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
1900 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1902         * nnimap.el (nnimap-transform-headers): Remove unused variable.
1903         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
1904         have newlines within the strings, and where the UID comes after the
1905         BODYSTRUCTURE element (bug#10537).
1907         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
1908         (bug#10732).
1910         * shr.el (shr-insert-document): Add doc string.
1911         (shr-visit-file): Ditto.
1912         (shr-remove-trailing-whitespace): New function.
1913         (shr-insert-document): Use it to clean up trailing whitespace as the
1914         final step (bug#10714).
1916 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1918         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
1919         buffer if `gnus-kill-summary-on-exit' is nil.
1921 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1923         * gnus-sum.el (gnus-summary-show-thread):
1924         next-single-char-property-change may return nil in XEmacs.
1926 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1928         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
1929         when just reading a single group from "without" Gnus.
1931 2012-02-06  Chong Yidong  <cyd@gnu.org>
1933         * gnus-sum.el (gnus-summary-show-thread):
1934         next-single-char-property-change never returns nil (Bug#8657).
1936 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
1938         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
1939         without reconnecting.
1940         (nnimap-possibly-change-group): Ditto.
1941         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
1942         connection has died before being called.
1944 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
1946         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
1947         an initial sync unless we're really doing one.
1949         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
1950         address parameter if one already exists (bug#9676).
1952         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
1953         not the prefix, as documented (bug#10689).
1955 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1957         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
1958         the "server".
1960         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
1961         the real error message with the useless "previously known to be down".
1962         Which isn't even correct.
1964         * nntp.el (nntp-open-connection): Report the error message if the nntp
1965         server can't be reached.
1967         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
1968         groups we do a total scan for.
1969         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
1970         doing that.
1972 2012-01-31  Jim Meyering  <jim@meyering.net>
1974         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
1975         Correct a comment (insert "not") and hide nominally-doubled "to".
1977 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
1979         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
1980         section in the manual.
1982 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
1984         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
1985         words.
1986         (rfc2047-encode-string): Ditto.
1987         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
1988         understand folded filename="..." parameters, for instance.
1990         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
1991         the message for greater debuggability.
1993 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
1995         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
1996         instead of setting it locally, since the latter doesn't seem to have
1997         any effect (most of the time).
1999 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
2001         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
2002         function call.
2004 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
2006         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
2007         seconds, and make the repeat clause with HH:MM specs work as
2008         documented.
2010 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2012         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
2013         so that previous errors don't prohibit getting new news.
2015         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
2017         * nntp.el (nntp-retrieve-group-data-early): Ditto.
2019 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2021         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
2022         bound globally in old Emacsen and XEmacsen.
2024 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
2026         * gnus.el (gnus-group-find-parameter): Check for liveness of the
2027         buffer, not of the string which is its name.
2029 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2031         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
2032         non-server-marks groups.
2033         (gnus-group-make-articles-read): Ditto.
2035         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
2036         methods (bug#9676).
2038         * gnus.el (gnus-method-ephemeral-p): New function.
2040 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2042         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
2043         left-to-right.
2045 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2047         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
2048         warning.
2050 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
2052         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
2053         macroexpand the nnir things, since they haven't been defined yet, and
2054         nnir requires gnus-sum.
2056 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2058         * mm-decode.el (mm-interactively-view-part): Fix prompt.
2060 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
2062         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
2063         logical server name in addition to the actual machine address.
2065         * auth-source.el (auth-source-user-and-password): Add convenience
2066         wrapper to search by just host and optionally user.
2068 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2070         * shr.el (shr-visit-file): Move point to the beginning of the buffer
2071         after rendering.
2073 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2075         * gnus-sum.el (gnus-summary-read-group): Document more parameters
2076         (bug#9693).
2077         (gnus-summary-setup-buffer): Document return value (bug#9697).
2079         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
2080         since ido doesn't work on symbols (bug#9632).
2082         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
2083         when getting a single value as when getting all the values.  This means
2084         that atoms like `gcc-self' work cumulatively, like variable settings,
2085         instead of getting the value from the last matching clause.
2086         (gnus-group-find-parameter): Protect against the group buffer not
2087         existing (bug#9585).
2089 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2091         * gnus-start.el (gnus-activate-group): Document more parameters
2092         (bug#9694).
2094         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
2095         (bug#9692).
2097         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
2098         article was fetched, so that it can be expired later (bug#9958).
2099         (gnus-agent-summary-fetch-series): Add doc string.
2100         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
2101         (bug#9517).
2103         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
2104         retrieval is happening.
2106         * gnus.el (gnus-parameters): Doc fix.
2108 2012-01-06  Dave Abrahams  <dave@boostpro.com>
2110         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
2111         show the thread after expansion.
2113 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2115         * gnus-art.el (article-narrow-to-head): If the head is completely
2116         empty, narrow to the empty region (bug#9764).
2118         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
2119         read, and then mark them as unread only when the unread mark is used.
2120         This makes `C-- T k' actually work, even though it's confusing.
2122         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
2123         alive before we try to find its window.
2125 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
2127         * mm-decode.el (mm-display-external): Use a longer timeout for the
2128         deletion to allow slow programs to display the file.
2130 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2132         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
2133         prompt to be less confusing.
2135         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
2136         argument to `message-reply'.  This broke `special-display-*' frame
2137         pop-uping (bug#10238).
2139 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2141         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
2142         systems, since these allegedly don't work there.
2144 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
2146         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
2147         live buffer.
2149 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2151         * nnir.el (nnir-retrieve-headers): Protect against the article not
2152         existing on the server (bug#10335).
2154 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
2156         * gnus-agent.el (gnus-agent-load-local):
2157         Recompute gnus-agent-article-local on changing method.
2159 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2161         * gnus.el (gnus-parameters): Note precedence.
2163 2012-01-04  Leo Liu  <sdl.web@gmail.com>
2165         * nndraft.el (nndraft-update-unread-articles): Don't move point around
2166         in the group buffer.
2168 2012-01-04  Julien Danjou  <julien@danjou.info>
2170         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
2171         change.
2173 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2175         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
2176         too.
2178         * nntp.el (nntp-retrieve-group-data-early): Use it.
2180 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2182         * nntp.el (nntp-retrieval-in-progress): New variable.
2183         (nntp-make-process-buffer): Make it buffer-local.
2185         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
2186         2010.
2187         (gnus-demon-init): Use it to compute the time if time is on the form
2188         "04:23".
2190         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
2192         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
2193         status in the correct buffer.
2195 2012-01-03  Leo Liu  <sdl.web@gmail.com>
2197         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
2198         when opening topics (bug#10407).
2200 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2202         * mm-view.el (mm-display-inline-fontify): Add comment.
2204 2011-12-15  Juri Linkov  <juri@jurta.org>
2206         * mm-decode.el (mm-inline-media-tests): Add missing
2207         `mm-handle-media-subtype'.
2209 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
2211         * message.el (message-valid-fqdn-regexp): Update with newly approved
2212         top-level domain names ".tel" and ".asia".
2214 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2216         * gnus-sum.el (gnus-summary-show-article): Don't load shr
2217         unconditionally.
2219 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2221         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
2222         pop-to-buffer-same-window for old Emacsen.
2224 2011-12-04  Chong Yidong  <cyd@gnu.org>
2226         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
2227         change (Bug#10200).
2229 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2231         * compface.el (uncompface):
2232         * gnus-art.el (gnus-article-x-face-command): Update the header format
2233         of icon data for the most recent icontopbm program.
2235 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2237         * gnus-msg.el (gnus-inews-do-gcc):
2238         * message.el (message-send-mail):
2239         * mml.el (mml-generate-mime): Share the value of the buffer-local
2240         `message-options' variable between a draft buffer and temprary working
2241         buffers.
2243 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2245         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
2247 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2249         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
2250         for Cygwin.
2252 2011-11-24  Glenn Morris  <rgm@gnu.org>
2254         * starttls.el: Fix case of "GnuTLS".
2256 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
2258         * gnus-group.el (gnus-group-highlight): Fix typo.
2260 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
2262         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
2263         value of `delete-file', that returns nil for a local file but returns t
2264         for a remote file using ssh.
2266 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2268         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
2269         avoid later breakage.
2271 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2273         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
2274         article buffers' name.
2276 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2278         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
2279         by Paul Eggert's spellfixes two days ago.
2281 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2283         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
2284         buffer-local instead of binding them to avoid warnings.  Also demote
2285         errors (bug#10063).
2286         (font-lock-mode-hook): Shut up byte compiler.
2288 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
2290         * mm-util.el (mm-charset-after): Fix typo.
2292 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
2294         * gnus-sum.el (gnus-summary-make-menu-bar):
2295         * gnus-uu.el (gnus-uu-decode-postscript)
2296         (gnus-uu-decode-postscript-and-save):
2297         * mailcap.el (mailcap-print-command):
2298         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
2299         Fix typos.
2301 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
2303         * gnus-art.el (gnus-article-part-wrapper):
2304         * shr-color.el (shr-color-visible-distance-min)
2305         (shr-color-relative-to-absolute, set-minimum-interval)
2306         (shr-color-visible): Fix typos.
2308 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2310         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
2311         slightly clearer.
2313 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2315         * message.el (message-send-and-exit): Document `arg'.
2317 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2319         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
2321 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
2323         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
2324         we don't use `bound-and-true-p'.
2326 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
2328         * gnus-util.el (gnus-bound-and-true-p): Remove.
2329         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
2330         * nnir.el: Use it.
2331         * nnmairix.el: Use it.
2333 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2335         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
2336         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
2337         for reasons unknown.
2338         * nnir.el: Use it.
2339         * nnmairix.el: Use it.
2341         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
2342         * nnir.el: Ditto.
2343         * nnmairix.el: Ditto.
2345         * gnus-registry.el (gnus-registry-enabled): Default to nil.
2347 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2349         * message.el (message-completion-function): Make sure
2350         message-tab-body-function is not attempted if one of
2351         message-completion-alist fails to find a completion (bug#9158).
2353 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
2355         * mml.el (mml-quote-region): Quote <#secure> tag.
2356         (mml-generate-mime-1): Unquote <#secure> tag.
2358 2011-10-20  Chong Yidong  <cyd@gnu.org>
2360         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
2361         calling a minor mode from Lisp with nil arg enables it, so we have to
2362         make the wording a bit ambiguous here).
2364 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
2366         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
2367         * nnir.el (nnir-mode): Use it.
2368         * nnmairix.el (nnmairix-determine-original-group-from-registry):
2369         Use it.
2371         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
2372         * nnmairix.el (gnus-registry-enabled): Ditto.
2374 2011-10-17  Dave Abrahams  <dave@boostpro.com>
2376         * gnus-registry.el (gnus-registry-enabled): Add new variable (bug#9691).
2377         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
2378         only while we need to find out if it should be t or nil.
2379         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
2380         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
2381         the registry is installed.  Set it to nil when it's unloaded.
2382         (gnus-registry-install-p): Provide user guidance for the initial value
2383         of `gnus-registry-install' when it's 'ask, otherwise return its value.
2384         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
2385         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
2386         * nnmairix.el (nnmairix-determine-original-group-from-registry):
2387         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
2388         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
2389         `gnus-registry-install'.
2391 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
2393         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
2394         previous change.
2395         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
2396         primary key is marked as disabled.
2398 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
2400         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
2401         primary key is marked as disabled.
2403 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
2405         * html2text.el (html2text-clean-anchor): Check for quotes around
2406         `href' value.
2408 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
2410         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
2411         searching.  Drop `bbdb-cache'.
2413 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2415         * message.el (message-signed-or-encrypted-p): Exclude header when
2416         checking if there is signed or encrypted body in text/plain message.
2418 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
2420         * html2text.el (html2text-get-attr): Correctly handle attribute values
2421         containing "=".
2423 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
2425         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
2426         handle bindings.
2428 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2430         * gnus-win.el (gnus-configure-windows): Protect against reading
2431         ephemeral groups outside of Gnus.
2433 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2435         * shr.el (shr-tag-img): Don't get images displayed in tables.
2437 2011-10-03  Glenn Morris  <rgm@gnu.org>
2439         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
2440         the "maintainer" version of debbugs.gnu.org reports.
2442 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2444         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
2445         make asynchronous adjacent image insertion work better.
2447 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
2449         * plstore.el (plstore-select-keys, plstore-encrypt-to):
2450         Clarify documentation.
2452 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2454         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
2455         `gnus-asynchronous' isn't shadowed.
2457 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2459         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
2460         (nnimap-insert-partial-structure): The charset parameter isn't
2461         case-sensitive.
2463         * nnheader.el (nnheader-message-maybe): New function.
2465         * shr.el (shr-tag-table): Render totally broken tables better.
2467         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
2468         computing the boundary.
2470 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2472         * pop3.el (pop3-number-of-responses): Remove.
2473         (pop3-wait-for-messages): Rewrite to take linear time instead of
2474         exponential time.
2476 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2478         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
2479         re-fetch images.
2481         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
2482         re-fetch images when hitting `g' in Gnus.
2484 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2486         * mml.el (mml-inhibit-compute-boundary): New internal variable.
2487         (mml-compute-boundary): Don't check collision if it is non-nil.
2488         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
2489         before checking collision.
2491 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2493         * message.el (message-indent-citation): Really make sure there's a
2494         newline at the end.
2496         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
2497         Fix suggested by John Wiegley.
2499         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
2501         * gnus-art.el (gnus-treat-hide-citation): Add doc.
2503         * message.el (message-default-send-rename-function): Break out into its
2504         own function.
2506         * ecomplete.el (ecomplete-display-matches): Revert patch since it
2507         doesn't work under XEmacs.
2509         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
2510         of "imaps" to word around Windows problems.
2511         (nnimap-open-connection-1): Use it.
2513         * message.el (message-indent-citation): Revert last change which made
2514         `F' not work.
2516 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
2518         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
2519         terminal as well.
2521 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2523         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
2524         because it displays images using overlays that aren't easy to copy to
2525         the article buffer.
2527 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
2529         * message.el (message-indent-citation): Fix empty line removal at the
2530         end of the citation.
2532 2011-09-20  Julien Danjou  <julien@danjou.info>
2534         * auth-source.el (auth-source-netrc-create): Use default value for
2535         password if specified.  Evaluate default.
2536         (auth-source-plstore-create): Ditto.
2537         (auth-source-plstore-create, auth-source-netrc-create): Fix default
2538         value evaluation.
2539         (auth-source-netrc-create): Typo fix.
2540         (auth-source-plstore-create): Ditto.
2542         * auth-source.el (auth-source-format-cache-entry): New function.
2544 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2546         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
2548 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2550         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
2552 2011-09-19  Julien Danjou  <julien@danjou.info>
2554         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
2555         which work with things that are not ASCII.
2557 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2559         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
2561 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2563         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
2564         message level.
2566 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2568         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
2570 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2572         * gnus.el (gnus-interactive-exit): Update defcustom spec.
2574 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2576         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
2577         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
2579 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
2581         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
2582         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
2583         articles.
2585 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
2587         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
2588         (message-mail-other-window, message-mail-other-frame)
2589         (message-news-other-window, message-news-other-frame):
2590         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
2591         instead of setting buffer display variables.
2593 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2595         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
2597         * gnus-sum.el (gnus-fetch-headers): Bump message level.
2599 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2601         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
2602         duplicates" to a higher level.
2604         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
2605         most egregious messages.
2607 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2609         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
2611 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
2613         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
2614         up the file (bug#9351).
2616 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2618         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
2619         it does with all other backends, but decode the names immediately after
2620         getting them.
2622         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
2623         decoding nnimap groups.
2625         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
2626         newsrc file.  It doesn't seem like an important optimization any more.
2628 2011-09-10  Dave Abrahams  <dave@boostpro.com>
2630         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
2631         overflows.
2633 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2635         * gnus.el (gnus-article-mark-lists): Remove `recent'.
2636         (gnus-interactive-exit): Extend to `quiet'.
2638         * gnus-sum.el (gnus-offer-save-summaries): Use it.
2640         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
2641         string.
2643         * plstore.el (plstore--get-buffer): Silence compiler warnings by
2644         renaming function arguments from `this'.
2646         * gnus-sum.el (gnus-newsgroup-recent): Remove.
2648         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
2649         has been renamed.
2650         (gnus-lrm-string-p): Include RLM and PDF, too.
2652         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
2653         (bug#9225).
2655 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
2657         Add autoload cookies for functions used by sendmail.el.
2658         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
2660         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
2662 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2664         * gnus-art.el (article-date-ut): Work properly even when there are
2665         things like Date header in the body; work for forwarded parts.
2667 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
2669         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
2670         original-article-buffer.
2672 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
2674         * nnir.el (nnir-compose-result): Fix matching of server type.
2675         (nnir-run-swish++): Ditto.
2676         (nnir-run-namazu): Ditto.
2677         (nnir-run-notmuch): Ditto.
2679 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2681         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
2682         (bug#9405).
2684         * gnus-score.el (gnus-summary-increase-score): Doc clarification
2685         (bug#9421).
2687         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
2688         (bug#9425).
2690         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
2691         thing (bug#9426).
2693 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2695         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
2696         the error message.
2698 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
2700         * message.el (message-setup-1): Return t (Bug#9392).
2702 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
2704         * gnus-sum.el: When adding article headers to a summary buffer also
2705         update gnus-newsgroup-articles (bug#9386).
2707 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2709         * auth-source.el: Autoload help-mode.
2711 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2713         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
2714         names.
2716 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
2718         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
2719         mm-replace-in-string for compatibility issues.
2720         * mml2015.el (mml2015-epg-verify): Ditto.
2722 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2724         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
2726         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
2728 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2730         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
2731         continue on and do the clean-up phase (bug#9188).
2733         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
2734         just ignore groups that can't be opened instead of erroring out
2735         (bug#9225).
2737         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
2738         nil since some many people are fuddy-duddies.
2740         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
2741         images.
2743         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
2744         instead.
2746         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
2748         * gnus-util.el (gnus-process-live-p): Copy over compat function.
2750         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
2751         processing.
2753         * nntp.el (nntp-kill-buffer): Kill the process before killing the
2754         buffer to avoid warnings.
2756 2011-08-20  Simon Josefsson  <simon@josefsson.org>
2758         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
2759         specified to reduce precision.
2761 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2763         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
2764         bodystructures (bug#9314).
2766 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2768         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
2769         Make button keymap non-sticky after buttons.
2771 2011-08-18  David Engster  <dengste@eml.cc>
2773         * nnmairix.el (nnmairix-request-set-mark)
2774         (nnmairix-goto-original-article): Remove adding of article to registry,
2775         since `gnus-registry-add-group' isn't available anymore.
2776         (nnmairix-determine-original-group-from-registry):
2777         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
2778         available anymore.
2780 2011-08-12  Simon Josefsson  <simon@josefsson.org>
2782         * starttls.el (starttls-any-program-available): Define as obsolete
2783         function.
2785 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2787         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
2788         versions which Gnus use when appropriate.
2790         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
2791         a pretty destructive command.
2793         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
2795 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2797         * message.el (message-fix-before-sending): Make a different warning
2798         about NUL characters (bug#9270).
2800         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
2801         from custom (bug#9260).
2803         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
2804         things work in Emacs 22 and XEmacs, too.
2806         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
2807         default From.
2809         * gnus-spec.el (gnus-lrm-string-p): New macro.
2810         (gnus-lrm-string): New constant.
2811         (gnus-summary-line-format-spec): LRM-ify the from.
2812         (gnus-tilde-max-form): LRM-ify string chopping.
2814         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
2816         * message.el (message-is-yours-p): Allow disabling canlock checking
2817         (bug#9295).
2818         (message-shoot-gnksa-feet): Add `canlock-verify'.
2819         (message-auto-save-directory): Use ~/ as the auto-save directory if the
2820         message directory isn't writable (bug#9304).
2822         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
2823         non-world-readable.
2825 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2827         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
2828         articles.
2830 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
2832         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
2833         copy-list.
2835 2011-08-12  Sam Steingold  <sds@gnu.org>
2837         * gnus-score.el (gnus-score-find-alist): Keep the score files already
2838         in the reverse order to avoid modifying the cache with `nreverse'.
2839         (gnus-all-score-files): Do not modify the value returned by
2840         `gnus-score-find-alist' because it lives in a cache variable.
2841         (gnus-current-home-score-file): No need to `nreverse' the return value
2842         of `gnus-score-find-alist', it is already in the correct order.
2844 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
2846         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
2847         type MESSAGE and subtype RFC822 is slightly different from those of
2848         type TEXT.
2850 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
2852         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
2853         This allows article-referral to work from an nnir group.
2855 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
2857         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
2859 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
2861         * mml1991.el (mml1991-epg-find-usable-key)
2862         (mml1991-epg-find-usable-secret-key): New function.
2863         (mml1991-epg-sign): Check if signing key is usable.
2864         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
2866 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
2868         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
2869         server-variables only.  This should fix a bug introduced with commit
2870         e1889675b7f4adf057833c5513c9374134c4e053.
2871         (nnir-run-query): 'nnir-search-engine should not be set from the global
2872         environment.
2874 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
2876         * nnir.el (nnir-search-thread): Position point on referring article
2877         line.
2878         (nnir-warp-to-article): Clean up summary buffers.
2880         * nnimap.el (nnimap-request-thread): Whitespace fix.
2882 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
2884         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
2886 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2888         * starttls.el (starttls-available-p): Rename from
2889         `starttls-any-program-available' and changed return convention.
2891 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
2893         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
2894         `unix-sync' unless it's defined.
2896 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
2898         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
2899         `aref' for XEmacs compatibiltiy.
2901 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2903         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
2905 2011-07-31  Dave Abrahams  <dave@boostpro.com>
2907         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
2908         closures, quote the form properly (bug#9194).
2910 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2912         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
2913         (gnus-summary-insert-new-articles): Protect against servers that are
2914         down.
2916 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2918         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
2919         in mm handle if none is specified.
2921 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
2923         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
2925 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
2927         * nnir.el (nnir-search-thread): New function to make an nnir group
2928         based on a thread query.
2930         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
2931         of nnir in thread referral.
2932         (gnus-summary-refer-thread): Use it.
2934         * nnimap.el (nnimap-request-thread): Use it.
2936 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2938         * shr.el (shr-tag-comment): Ignore HTML comments.
2940 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
2942         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
2943         argument.
2944         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
2945         Use `nnir-address' to handle server info rather than passing an arg.
2947         * nnimap.el (nnimap-make-thread-query): New utility function to format
2948         an imap thread search query.
2949         (nnimap-request-thread): Use it.
2951         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
2952         right select-method if we are not going back to the group buffer.
2954 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2956         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
2957         enter invalid buffer configurations into the quit form (bug#9107).
2958         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
2959         unplugged/plugged.
2961         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
2962         keep track of which ones are unread (bug#9061).
2964         * gnus.el (gnus-refer-article-method): Allow entering any sexp
2965         (bug#9055).
2967         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
2968         (bug#9041).
2970         * gnus-html.el (mm-util): Require (bug#9073).
2972         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
2973         (gnus-summary-refer-thread): Use it to remove duplicates in the
2974         un-threaded view (bug#9053).
2975         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
2977 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
2979         * nnir.el (nnir-read-server-parm): Use default value from global
2980         variable.  Without this the default search engine parameters aren't
2981         used at all.
2983 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2985         * message.el (message-unique-id): Don't use the undocumented return
2986         value from (random t) (bug#9118).
2988 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2990         * message.el (message-auto-save-directory): If the ~/Mail directory
2991         doesn't exist, use ~ as the auto-save directory (bug#4432).
2993         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
2994         hasn't already been started.
2996 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2998         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
3000         * message.el (message-reply): Work around mysterious bug where
3001         `message-mode' seems to overwrite the locally bound `subject' variable.
3003 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
3005         * nnimap.el (nnimap-request-thread): Ensure search is performed in
3006         correct group.
3008         * gnus-int.el (gnus-request-thread): Add group argument.
3010         * gnus-sum.el (gnus-summary-refer-thread): Use it.
3012 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3014         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
3015         renamed to `debbugs-gnu-*'.
3017 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
3019         * plstore.el: Revert the editing feature since it is not urgent.
3020         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
3021         (plstore-mode-decoded): Remove.
3023 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3025         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
3026         isn't very interesting any more, and it leaks potentially secret data.
3027         (gnus-debug): Remove.
3029         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
3030         use of :custom-show.
3032 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
3034         * plstore.el: Add documentation.
3035         (plstore-mode): New mode to edit plstore file.
3036         (plstore-mode-toggle-display, plstore-mode-original)
3037         (plstore-mode-decoded): New command.
3038         (plstore--encode, plstore--decode, plstore--write-contents-functions)
3039         (plstore--insert-buffer, plstore--make): New function.
3040         (plstore-open, plstore-save): Simplify by using them.
3042 2011-07-06  Glenn Morris  <rgm@gnu.org>
3044         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
3046 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3048         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
3049         no longer is much used.
3050         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
3051         Articles".
3053 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
3055         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
3056         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
3057         `notmuch' backend.
3059 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3061         * mm-decode.el (mm-text-html-renderer): Doc fix.
3063         * gnus-msg.el (gnus-bug): Fix the MML tag.
3065         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
3067 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
3069         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
3070         secondary methods if started with `gnus-no-server'.
3072 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
3074         * message.el (message-return-action): Fix typo in docstring.
3076 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3078         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
3079         bug reports at once.
3081         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
3083 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3085         * nndraft.el: Require gnus-group.
3086         (nndraft-request-list): Declare.
3088         * nndraft.el (nndraft-update-unread-articles): Don't show group having
3089         no unread article unless it matches gnus-permanently-visible-groups.
3091         * nndraft.el (nndraft-update-unread-articles): New function.
3092         (nndraft-request-associate-buffer): Use it to update the number of
3093         unread articles for the nndraft groups in the group buffer when saving
3094         or killing a draft message.
3096 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3098         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
3099         systems to binary before writing and reading the mbox files.
3101         * gnus.el (gnus-summary-line-format): Link to the info node for %U
3102         instead of trying to list them all (bug#8978).
3104 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
3106         * pop3.el (pop3-open-server): Use :end-of-capability.
3108 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3110         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
3111         the id is always a number.
3113         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
3114         debbugs mode, if possible.
3116 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
3118         * auth-source.el (auth-source-token-passphrase-callback-function):
3119         Reindent.
3120         (epg-context-operation): Remove unnecessary autoload.
3122 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3124         * gnus.el (gnus-list-debbugs): New command.
3126         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
3127         mboxstat instead of the maintbox, since the stat seems to be fuller.
3129         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
3130         summary buffers.
3132         * message.el (message-get-reply-headers): Delete all duplicates,
3133         instead of the first.
3134         (message-get-reply-headers): Ensure that we have progress while
3135         deleting duplicates.
3137         * gnus-msg.el (gnus-configure-posting-styles): Get the local
3138         gnus-posting-style value from the summary buffer to make it easier to
3139         make that a per-buffer conf.
3141 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
3143         * nnir.el (nnir-run-imap): Allow halting a search when an article is
3144         found by setting `shortcut' in 'query.
3145         (nnir-request-article): Use `shortcut' setting when requesting article
3146         by Message-ID.
3148 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
3150         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
3151         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
3152         Bring the pseudo-headers back too.
3154 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3156         * auth-source.el (auth-source-token-passphrase-callback-function):
3157         Simplify and remove EPA dependency.
3159 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
3161         * nnir.el (nnir-request-article): Fix error message text.
3163 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3165         * auth-source.el (plstore-delete): Autoload.
3166         (auth-source-plstore-search): Support delete operation.
3167         * plstore.el (plstore-delete): New function.
3169 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3171         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
3172         mark actually existing articles as unread rather than the ones that
3173         active asserts.
3175 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
3177         * nntp.el (nntp-record-command):
3178         * gnus-util.el (gnus-message-with-timestamp-1):
3179         Use format-time-string rather than decoding time stamps by hand.
3180         This is simpler and insulates the code from potential changes to
3181         current-time format.
3183 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3185         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
3187 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3189         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
3190         (plstore-save): Support public key encryption.
3191         (plstore--init-from-buffer): New function.
3192         (plstore-open): Use it; fix error when opening a non-existent file.
3193         (plstore-revert): Use plstore--init-from-buffer.
3195 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3197         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
3199 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3201         * mml2015.el (mml2015-use): Replace string-match-p with string-match
3202         for old Emacsen.
3204 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
3206         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
3207         is not fully working.
3209 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3211         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
3212         quit window configuration.
3214         * auth-source.el (epg-context-set-passphrase-callback):
3215         Remove duplicate autoload.
3217 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
3219         * nnir.el (nnir-request-article): Allow requesting articles by
3220         Message-ID with nnimap.
3222         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
3223         current server.
3225 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
3227         * auth-source.el: Autoload EPA/EPG functions.
3228         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
3229         changed when EPA/EPG is not available.
3230         (auth-source-backend): Rename "arg" member to "data".
3231         (auth-source-backend-parse, auth-source-plstore-search)
3232         (auth-source-plstore-create): Use it.
3234 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
3236         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
3237         `gnus-refer-article-methods'.
3239 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
3241         * auth-source.el: Require EPA and EPG.
3242         (auth-source-passphrase-alist): New variable.
3243         (auth-source-passphrase-callback-function)
3244         (auth-source-token-passphrase-callback-function): Callbacks for the
3245         netrc field encryption (GPG tokens).
3246         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
3247         Symmetric encryption and decryption of the netrc GPG tokens.
3248         (auth-source-netrc-normalize): Use them, simplifying the closure.
3250 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3252         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
3253         non-nil, and `nnimap-split-methods' is nil, use the former.
3255 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
3257         * plstore.el (plstore-revert): New function.
3258         (plstore-open): Use it; hide the buffer from user.
3260 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
3262         * auth-source.el (auth-source-backend): New member "arg".
3263         (auth-source-backend-parse): Handle new backend 'plstore.
3264         * plstore.el: New file.
3266 2011-06-30  Glenn Morris  <rgm@gnu.org>
3268         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
3270         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
3272 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3274         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
3275         expiring articles to.
3277         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
3278         variations as ASCII (bug#5458).
3280 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3282         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
3284 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3286         * message.el (message-point-in-header-p): Tweak the function to default
3287         to saying that we're not in the headers if there is no separator at
3288         all.  This makes it possible to use the Message version of `M-q' in
3289         buffers with no headers (bug#7987).
3290         (message-point-in-header-p): Fix last checkin to work with an empty
3291         mail-header-separator, too.
3293         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
3294         again, save the choice via customize.
3296 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3298         * message.el (message-send-mail-function): Add `sendmail-query-once'.
3300         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
3301         ended the connection, bail out before waiting infinitely on a new
3302         connection.
3304 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
3306         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
3307         reports.
3309         * gnus.el (gnus-bug-package): Use "gnus."
3310         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
3312 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3314         * gnus-art.el (gnus-article-stop-animations): New function to stop any
3315         animations going on at article exit time.
3317         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
3318         since removing it breaks people upgrading.
3320         * shr.el (shr-put-image): Use the new interface for animating images.
3321         (shr-put-image): Animate for 60 seconds.
3323         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
3324         error with `find-file-hooks' on Emacs 22.
3325         (with-auth-source-epa-overrides): Ugly hack to Wrap the
3326         `find-file-hook' things in `symbol-value' to avoid compilation warnings
3327         on all architectures.
3329         * spam.el (spam-stat): Require in a normal fashion without binding
3330         `spam-stat-install-hooks' to avoid compilation warnings.
3332         * spam-stat.el (spam-stat-install-hooks): Remove.
3333         (spam-stat-install-hooks): Don't run automatically.
3335 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
3337         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
3338         and keystroke.
3340 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3342         * auth-source.el (auth-source-netrc-cache): Move forward.
3344 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3346         * auth-source.el (auth-source-netrc-create): Don't query the bits that
3347         we already know.
3348         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
3349         (auth-source-netrc-create): Don't prompt for the stuff we already know.
3351 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3353         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
3354         %S format, since that looks odd.
3355         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
3356         file, especially when saving.
3358 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
3360         * nnimap.el (nnimap-find-article-by-message-id): Return nil when no
3361         article found.
3363 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
3365         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
3366         `auth-source-save-secrets' with a more sensitive alist that can be
3367         configured per file.  Experimental, so defaults to 'never.
3368         (auth-source-netrc-create): Use it.  Still experimental code.
3369         (with-auth-source-epa-overrides): Use `find-file-hooks' if
3370         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
3372 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
3374         * auth-source.el (auth-source-save-secrets): New variable to control if
3375         secret tokens should be saved encrypted.
3376         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
3377         to `auth-source-netrc-normalize'.
3378         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
3379         on the EPA variables being defined.
3380         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
3381         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
3382         the lexical-let closure.
3383         (auth-source-netrc-create): Create "gpg:" tokens according to
3384         `auth-source-save-secrets'.
3386 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3388         * gnus-group.el (gnus-group-update-group): Add new argument
3389         `info-unchanged' that stops updating dribble buffer.
3391         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
3392         deletes lines matching to it in dribble buffer.
3394         * gnus-agent.el (gnus-agent-fetch-group-1):
3395         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
3396         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
3397         * gnus-start.el (gnus-group-change-level):
3398         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
3400         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
3401         if newsgroup info is not changed.
3403         * gnus-group.el (gnus-group-get-new-news-this-group):
3404         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
3405         Don't update dribble buffer.
3407 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
3409         * gnus-registry.el (gnus-registry-remove-ignored): New function to
3410         remove entries with groups we ignore.
3412 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3414         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
3415         the underline comes at the bottom.
3417 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
3419         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
3420         `gnus-registry-user-format-function-M' and declare the latter obsolete.
3421         (gnus-registry-article-marks-to-names): Rename from
3422         `gnus-registry-user-format-function-M2'.
3424 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3426         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
3427         ephemeral group.
3429 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3431         * shr.el (shr-browse-image): Copy the URL if called interactively.
3433 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3435         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
3436         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
3437         done, then unselected articles may be marked as read.
3439         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
3440         since not doing this seems to lead to a race condition in pop3-logon.
3442         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
3443         so that the call chain it correct when we call "upwards".
3445         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
3446         in read-only groups.
3448         * gnus-group.el (gnus-group-mark-article-read): Ditto.
3450         * message.el (message-cite-reply-position): Doc string fix.
3452         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
3453         avoid regexp overflow.
3454         (nnimap-transform-split-mail): Ditto.
3456         * pop3.el (pop3-retr): Error out if the server closes the connection.
3458 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3460         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
3461         mm-with-unibyte-current-buffer.  The buffer should not contain any
3462         multibyte chars anyway at this stage.
3464 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3466         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
3467         at the end of lines.
3469 2011-05-29  Julien Danjou  <julien@danjou.info>
3471         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
3473 2011-05-27  Glenn Morris  <rgm@gnu.org>
3475         * gnus-group.el (gnus-bug-group-download-format-alist):
3476         Use the "maintainer" version of debian reports as well.
3478 2011-05-26  Glenn Morris  <rgm@gnu.org>
3480         * gnus-group.el (gnus-bug-group-download-format-alist):
3481         Use the "maintainer" version of debbugs.gnu.org reports.
3483 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3485         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
3487 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
3489         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
3490         the thread moves us backwards and so we loop forever.
3492 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3494         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
3495         whitespace in base64 data lines.
3497 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
3499         * gnus-registry.el (gnus-registry-user-format-function-M):
3500         Use `mapconcat'.
3501         (gnus-registry-user-format-function-M2): Use to see the full text of
3502         the marks.  Make "," the mark text separator.
3504         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
3505         authentication with auth-source.
3507 2011-05-17  Glenn Morris  <rgm@gnu.org>
3509         * gnus-group.el (gnus-import-other-newsrc-file):
3510         Use insert-file-contents.
3512 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
3514         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
3515         1000 iterations.
3517 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3519         * nntp.el (nntp-open-connection): Check if process-type is available.
3521 2011-05-16  Julien Danjou  <julien@danjou.info>
3523         * shr.el (shr-tag-del): Add support for del tag.
3525 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3527         * gnus-html.el (gnus-html-put-image): Register a displayer.
3529         * shr.el (shr-image-displayer): Don't remove text props from alt text.
3531 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
3533         * registry.el (prune-factor): New initialization parameter defaulting
3534         to 0.1.
3535         (registry-prune-hard): Use it.
3537         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
3538         0.1 expicitly.
3540 2011-05-13  Glenn Morris  <rgm@gnu.org>
3542         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
3543         is bound, since this function requires sendmail.
3545 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
3547         * registry.el (registry-usage-test): Disable pruning test.
3549 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
3551         * registry.el (registry-prune-hard-candidates)
3552         (registry-prune-soft-candidates): Helper methods for registry pruning.
3553         (registry-prune): Use them.  Make the sort function optional.
3555 2011-05-10  Jim Meyering  <meyering@redhat.com>
3557         * shr.el (shr-colorize-region): Fix typo "on on -> on".
3559 2011-05-10  Julien Danjou  <julien@danjou.info>
3561         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
3562         symbol and not a list.
3564 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3566         * gnus-art.el (gnus-article-mode): Move binding of
3567         shr-put-image-function here from gnus-article-prepare-display.
3569         * shr.el (shr-put-image-function): New variable.
3570         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
3571         (shr-put-image): Return scaled image.
3573         * gnus-art.el (gnus-shr-put-image): New function.
3574         (gnus-article-prepare-display): Bind shr-put-image-function to it.
3576         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
3577         original ones, as deletable.
3579 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3581         * nntp.el (nntp-open-connection): Set TCP keepalive option.
3583 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
3585         * registry.el (registry-full): Add convenience method.  Fix logic.
3586         (registry-insert): Use it.  Fix logic here too.
3588         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
3589         `registry-prune' if `registry-full' returns t.
3590         (gnus-registry-handle-action)
3591         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
3592         (gnus-registry-usage-test): Use it.
3594 2011-05-07  Julien Danjou  <julien@danjou.info>
3596         * shr.el (shr-link): Make shr-link inherit from link by default.
3598 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
3600         * shr.el (shr-urlify, shr-link): Fix shr-link face.
3602 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
3604         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
3605         error out because the face is not a list.
3607 2011-05-05  Glenn Morris  <rgm@gnu.org>
3609         * gnus-start.el (gnus-propagate-marks): Declare.
3611 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
3613         * registry.el (registry-reindex): Fix percentage message.
3615 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
3617         * shr.el: Add shr-link face for links.
3618         (shr-urlify): Use it.
3620         * registry.el (registry-insert): Make error message more helpful.
3622 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3624         * gnus-html.el (gnus-html-schedule-image-fetching):
3625         Use url-queue-retrieve, if it exists.
3627         * shr.el (shr-tag-img): Ditto.
3629         * gnus.el: Autoload more gnus-agent functions.
3631         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
3632         agent if we haven't already (bug#8502).
3634         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
3635         into the Agent, too.
3637         * gnus-agent.el (gnus-agent-store-article): New function.
3639         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
3640         and moved from that file for reuse.
3642         * pop3.el (pop3-open-server): Error messages are "-ERR".
3644 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3646         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
3647         (open-tls-stream): Remove superfluous tls/starttls autoloads.
3649 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3651         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
3652         buffer has moved to a different frame.
3654 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3656         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
3657         to get the conversion from unibyte to multibyte buffers to work on
3658         Emacs 22.
3660         * nntp.el (nntp-request-article): Slight clean-up.
3662 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3664         * shr.el (shr-strike-through): New face.
3665         (shr-tag-s): Use it to provide <s> support.
3666         (shr-tag-s): Remove duplicate definition.
3668 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
3670         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
3671         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
3673 2011-04-23  Glenn Morris  <rgm@gnu.org>
3675         * gnus-sum.el (gnus-extra-headers): Bump :version.
3677 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3679         * shr.el (shr-tag-sup): New function.
3680         (shr-tag-sub): Ditto.
3682 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
3684         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
3685         for the case where `gnus-registry-ignored-groups' is a list of lists,
3686         and don't call `gnus-parameter-registry-ignore' otherwise.
3688 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
3690         * nnimap.el (nnimap-user): New backend variable.
3691         (nnimap-open-connection-1): Use it.
3692         (nnimap-credentials): Accept user parameter so it's explicit what user
3693         name is desired.
3695         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
3696         default.
3698         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
3699         not gnus-registry.el.
3701         * gnus-registry.el: Mention in comments how to modify
3702         `gnus-extra-headers' for proper recipient tracking and that it may
3703         already have To and Cc recently, which it does as of this commit.
3704         (gnus-registry-ignored-groups): Remove defcustom.
3705         Explain why in comments.
3706         (gnus-registry-action): Fix data-header reference to use the extra
3707         headers.  Explain in package commentary how to add To and Cc headers to
3708         the gnus-extra-headers.
3709         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
3710         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
3711         parameter list or a string list in `gnus-registry-ignored-groups'.
3712         Fix logic error.
3714 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3716         * shr.el (shr-expand-url): Protect against null urls.
3718 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3720         * shr.el (shr-base): New binding.
3721         (shr-tag-base): Keep track of <base>.
3722         (shr-expand-url): New function used throughout.
3724 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
3726         * gnus-registry.el
3727         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
3728         (gnus-registry-ignored-groups): New variable.
3729         (gnus-registry-ignore-group-p): Use it.
3730         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
3731         set the destination group to nil (same as delete) if it's ignored.
3733 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3735         * gnus-registry.el (gnus-registry-action)
3736         (gnus-registry-fetch-header-fast):
3737         Don't use mail-header that looks an internal function of mailheader.el.
3739 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3741         * gnus-registry.el: Eliminate cl functions.
3742         (gnus-registry-sort-addresses): New function that replaces mapcan.
3743         (gnus-registry-action, gnus-registry-spool-action)
3744         (gnus-registry-split-fancy-with-parent)
3745         (gnus-registry-fetch-recipients-fast): Use it.
3746         (gnus-registry-import-eld): Replace delete* with dolist + delq.
3748         * registry.el (initialize-instance, registry-lookup)
3749         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
3750         (registry-lookup-secondary-value, registry-search, registry-delete)
3751         (registry-insert, registry-reindex, registry-size, registry-prune):
3752         Use eval-and-compile.
3754 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
3756         * registry.el (registry-reindex): New method to recreate the secondary
3757         registry indices.
3759         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
3760         tracked field changes.
3761         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
3762         (gnus-registry-action, gnus-registry-spool-action)
3763         (gnus-registry-handle-action)
3764         (gnus-registry--split-fancy-with-parent-internal)
3765         (gnus-registry-split-fancy-with-parent)
3766         (gnus-registry-register-message-ids): Add recipient tracking on spool,
3767         move, and delete actions, and for fancy splitting with parent.
3768         (gnus-registry-extract-addresses)
3769         (gnus-registry-fetch-recipients-fast)
3770         (gnus-registry-fetch-header-fast): Convenience functions.
3771         (gnus-registry-misc-test): ERT test of
3772         `gnus-registry-extract-addresses'.
3774 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
3776         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
3777         Track by subject first, then sender.
3779 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3781         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
3783         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
3784         Lisp.
3786         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
3787         (gnus-draft-send): Use it to avoid popping
3788         up frames from gnus-group-send-queue.
3790 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
3792         * gnus-registry.el: Updated gnus-registry docs.
3794 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
3796         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
3797         Fix logic bug.
3798         (gnus-registry-post-process-groups): Fix logging of no results and
3799         quote sender and subject.
3801 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3803         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
3804         (gnus-read-active-for-groups): Don't try to finish getting stuff where
3805         we had no early-data returned.
3806         (gnus-get-unread-articles): Add a sanity check so that we don't issue
3807         two async commands to the same server at the same time.
3809 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
3811         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
3813 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3815         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
3816         "warning" level.
3818         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
3819         (mm-url-insert-file-contents): Don't set the package names.
3821 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
3823         * gnus-registry.el (gnus-registry-action): Remove properties and
3824         simplify subject in `gnus-registry-handle-action'.
3825         (gnus-registry-spool-action): Get subject and sender from message if
3826         they are not passed in.
3827         (gnus-registry-handle-action): Remove properties and simplify subject
3828         consistently.
3830 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3832         * registry.el: Require CL before using defmacro*.
3834 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3836         * gnus-art.el (article-treat-date): Assume that
3837         gnus-article-date-headers may be a group parameter.
3839 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
3841         * gnus-registry.el (gnus-registry-handle-action): More debugging.
3843         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
3844         interactively so the newsrc file can contain foreign groups too.
3845         Useful for debugging but not much for users.
3847 2011-04-07  David Engster  <dengste@eml.cc>
3849         * registry.el (registry-usage-test): Only do
3850         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
3851         lexical binding.
3853 2011-04-06  David Engster  <dengste@eml.cc>
3855         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
3856         argument NOERROR for `require', since XEmacs 21.4 does not support it.
3858 2011-04-06  David Engster  <dengste@eml.cc>
3860         * registry.el (initialize-instance): Change :after to :AFTER to be
3861         compatible with old EIEIO version in XEmacs.
3863 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
3865         * gnus-registry.el (gnus-registry-post-process-groups)
3866         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
3867         and provide better messaging.
3869 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
3871         * gnus-registry.el: Don't use ERT if it's not available.  Load it
3872         unconditionally anyway, discarding errors.
3873         (gnus-registry-delete-entries): New convenience function.
3874         (gnus-registry-import-eld): Import from old .eld registry.
3876         * registry.el: Don't use ERT if it's not available.  Load it
3877         unconditionally anyway, discarding errors.
3879         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
3880         version from the Claudio Bley GnuTLS patch (extra optional parameters
3881         and host name).
3883 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
3885         * gnus-registry.el (gnus-registry-fixup-registry): New function to
3886         fixup the parameters that can be customized by the user between
3887         save/read cycles.
3888         (gnus-registry-read): Use it.
3889         (gnus-registry-make-db): Use it.
3890         (gnus-registry-spool-action, gnus-registry-handle-action):
3891         Fix messaging.
3892         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
3893         Map references to actual group names with sender and subject tracking.
3894         (gnus-registry-post-process-groups): Use `cond' for better messaging.
3895         (gnus-registry-usage-test): Add subject lookup test.
3897         * registry.el (registry-db, initialize-instance): Set up constructor
3898         instead of :initform arguments for the sake of older Emacsen.
3899         (registry-lookup-breaks-before-lexbind): New method to demonstrate
3900         pre-lexbind merge bug.
3901         (registry-usage-test): Use it.
3902         (initialize-instance, registry-db): Move the non-function initforms
3903         back to the class definition.
3905 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
3907         * registry.el: New library to manage gnus-registry-style data.
3909         * gnus-registry.el: Use it (major rewrite).
3911         * nnregistry.el: Use it.
3913         * spam.el: Use it.
3915 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3917         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
3918         marks on non-selected articles.
3920 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
3922         * proto-stream.el: Move to Emacs core, at net/network-stream.el.
3924         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
3925         parameter to open-protocol-stream.
3927 2011-04-01  Julien Danjou  <julien@danjou.info>
3929         * mm-view.el (mm-display-inline-fontify): Do not fontify with
3930         fundamental-mode.
3932 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3934         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
3935         servers.
3937 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3939         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
3940         made marks not propagate, again.
3942 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
3944         * proto-stream.el (open-protocol-stream): Bring back `network' type.
3945         Make this the default type.
3946         (proto-stream-open-plain): Rename from proto-stream-open-default.
3947         (open-protocol-stream, proto-stream-open-starttls)
3948         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
3949         with `plain'.
3951         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
3952         value.
3954         * nntp.el (nntp-open-connection-function): Document the fact that some
3955         values are not functions but are instead handled specially.
3956         Recognize nntp-open-plain-stream value.
3957         (nntp-open-connection): Recognize that value.
3959 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3961         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
3962         stuff.
3964         * gnus-score.el (gnus-score-string): Fix calling convention of
3965         `gnus-simplify-buffer-fuzzy' after last patches.
3967         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
3968         server for articles we didn't get any headers for.  This is a sanity
3969         check.
3971 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
3973         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
3974         new CAPABILITY, use it.
3976 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3978         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
3979         downloading anything.
3981         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
3983 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
3985         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
3986         colors.
3987         (gnus-splash-svg-color-symbols): New function.
3989 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3991         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
3992         instead of using the global gnus-simplify-subject-fuzzy-regexp.
3993         (gnus-simplify-subject-fuzzy): Use the local
3994         gnus-simplify-subject-fuzzy-regex instead of the global one.
3995         This makes using this variable in group parameters work.
3997 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
3999         * gnus-registry.el (gnus-registry-unfollowed-groups):
4000         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
4001         archive:sent-YYYY-MM-DD groups).
4002         (gnus-registry-split-fancy-with-parent): Bail out early in sender
4003         tracking if there are more than `gnus-registry-max-track-groups'
4004         matches.
4006 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4008         * message.el (message--yank-original-internal): New function to do the
4009         insertion cleanly inside eval in `message-yank-original'.
4010         (message-yank-original): Use it.
4012 2011-03-29  Julien Danjou  <julien@danjou.info>
4014         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
4015         local variables disabled rather than `normal-mode'.
4017 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
4019         * proto-stream.el: Changes preparatory to merging open-protocol-stream
4020         with open-network-stream.
4021         (proto-stream-always-use-starttls): Option removed.
4022         (open-protocol-stream): Return a process object by default.  Provide a
4023         new parameter :return-list specifying a list-type return value, which
4024         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
4025         :type `network' to `try-starttls', and `network-only' to `default'.
4026         Make `default' the default, for compatibility with open-network-stream.
4027         Handle the no-parameter case exactly as open-network-stream, with no
4028         additional stream processing.  Search plists using plist-get.
4029         Explicitly add :end-of-commend parameter if it is missing.
4030         (proto-stream-open-default): Rename from
4031         proto-stream-open-network-only.  Return 'default as the type.
4032         (proto-stream-open-starttls): Rename from proto-stream-open-network.
4033         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
4034         failed.  Always return a list with a (possibly dead) process as the
4035         first element, for compatibility with open-network-stream.
4036         (proto-stream-open-tls): Use plist-get.  Always return a list.
4037         (proto-stream-open-shell): Return `default' as connection type.
4038         (proto-stream-capability-open): Use plist-get.
4039         (proto-stream-eoc): Function deleted.
4041         * nnimap.el (nnimap-stream, nnimap-open-connection)
4042         (nnimap-open-connection-1): Handle renaming of :type parameter for
4043         open-protocol-stream.
4044         (nnimap-open-connection-1): Pass a :return-list parameter
4045         open-protocol-stream to obtain a list return value.  Parse this list
4046         using plist-get.
4048         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
4049         for open-protocol-stream.  Accept open-protocol-stream return value
4050         that is a subprocess object instead of a list.  Handle the case of a
4051         dead returned process.
4053 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
4055         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
4057         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
4059 2011-03-21  Julien Danjou  <julien@danjou.info>
4061         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
4062         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
4063         query.
4064         (mm-inline-text): Render normal text with fontification whenever
4065         possible.
4067         * gnus-sum.el (gnus-summary-save-parts-1):
4068         * gnus-art.el (gnus-article-browse-html-save-cid-content)
4069         (gnus-article-browse-html-parts, gnus-mime-delete-part)
4070         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
4071         Use `mm-handle-filename'.
4073         * mm-util.el (mm-handle-filename): New function, return the filename of
4074         an handle.
4076 2011-03-18  Julien Danjou  <julien@danjou.info>
4078         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
4079         (gnus-buffer-live-p): Check that buffer is not nil.
4081 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4083         * gnus-art.el: Require mouse, which the build bot seems to say is
4084         needed.
4086         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
4087         XEmacs, since it doesn't have url-retrieve-synchronously.
4089 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
4091         * gnus-group.el (gnus-group-list-ticked): New function.
4092         (gnus-group-make-menu-bar): Provide a menu entry for it.
4093         (gnus-group-list-map): Provide a binding for it.
4095 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4097         * shr.el (shr-visit-file): New command.
4099         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
4101 2011-03-17  Bjørn Mork  <bjorn@mork.no>
4103         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
4104         servers.
4106 2011-03-16  Julien Danjou  <julien@danjou.info>
4108         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
4109         inline.
4111         * gnus-art.el (article-hide-list-identifiers):
4112         Use gnus-group-get-list-identifiers.
4114         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
4115         (gnus-summary-remove-list-identifiers):
4116         Use gnus-group-get-list-identifiers to get regexp.
4117         (gnus-select-newsgroup, gnus-summary-insert-subject)
4118         (gnus-summary-insert-articles):
4119         Call gnus-summary-remove-list-identifiers unconditionally.
4121 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4123         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
4124         we're selecting a group with unread articles.
4126         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
4128         * gssapi.el: New file separated out from imap.el to provide a general
4129         Kerberos 5 connection facility for Emacs.
4131         * message.el (message-elide-ellipsis): Document the format spec
4132         ellipsis.
4134 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
4136         * message.el (message-elide-region): Allow the ellipsis to say how many
4137         lines were removed.
4139 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4141         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
4142         window configurations containing buffers that are now dead.
4144         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
4145         parsing to avoid integer overflows.
4146         (nnimap-parse-flags): Simplify the last change.
4147         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
4148         too large for 32-bit Emacsen.
4150 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4152         * auth-source.el (auth-source-netrc-create):
4153         * message.el (message-yank-original): Fix use of `case'.
4155 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
4157         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
4158         XEmacs, which was one character too wide.
4160 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
4162         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
4163         default number of articles to display.
4164         (gnus-articles-to-read): Use pretty names for prompt.
4166 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4168         * gnus-int.el (gnus-open-server): Ditto.
4170         * gnus-start.el (gnus-activate-group): Give a backtrace if
4171         debug-on-quit is set and the user hits `C-g'.
4172         (gnus-read-active-file): Ditto.
4174         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
4176 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
4178         * message.el (message-yank-original): Use cond instead of CL case.
4180 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4182         * auth-source.el (auth-source-netrc-create): Use usual format for the
4183         default in prompts.
4185 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
4187         * auth-source.el (auth-source-netrc-create): Show the default in the
4188         prompt when prompting for token creation.
4190 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
4192         * auth-source.el (auth-source-format-prompt): Always convert the value
4193         to a string to avoid evaluating non-string arguments.
4194         (auth-source-netrc-create): Offer default properly, not as initial
4195         content in `read-string'.
4196         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
4197         of line to determine if we've been run before.  If so, don't run again,
4198         but print a trivial message to indicate the cache was hit instead.
4200 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
4202         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
4203         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
4204         The user will have to run `gnus-sync-read' manually and wait for Cloudy
4205         Gnus.
4207 2011-03-11  Julien Danjou  <julien@danjou.info>
4209         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
4210         modified file".
4212 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
4214         * auth-source.el (auth-source-read-char-choice): New function to read a
4215         character choice using `dropdown-list', `read-char-choice', or
4216         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
4217         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
4218         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
4219         (auth-source-netrc-saver): Use it.
4220         (auth-source-pick-first-password): New convenience function.
4222 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
4224         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
4225         parameter in the credentials.
4226         (nnimap-open-connection-1): Use it after a successful login.
4227         (nnimap-credentials): Add IMAP-specific user and password prompt.
4229         * auth-source.el (auth-source-search): Add :require parameter, taking a
4230         list.  Document it and the :save-function return token.  Pass :require
4231         down.  Change the CREATED message from a warning to a debug statement.
4232         (auth-source-search-backends): Pass :require down.
4233         (auth-source-netrc-search): Pass :require down.
4234         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
4235         Change save prompt to indicate all modifications saved here are
4236         deletions.
4237         (auth-source-netrc-create): Take user login name as default in user
4238         prompt.  Move all the save functionality to a lexically bound function
4239         under the :save-function token in the returned list.  Set up clearer
4240         default prompts for user, host, port, and secret.
4241         (auth-source-netrc-saver): New function, intended to be wrapped for
4242         :save-function.
4244 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
4246         * Version 23.3 released.
4248 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4250         * shr.el (shr-table-horizontal-line): Change the defaults for the table
4251         lines to be spaces instead.
4253 2011-03-07  Julien Danjou  <julien@danjou.info>
4255         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
4256         (sieve-sasl-auth): Check that auth-source-search did return something,
4257         or just return an empty string.
4259 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
4261         * gnus.el (gnus-interactive): Use read-directory-name.
4263         * gnus-uu.el (gnus-uu-decode-uu-and-save)
4264         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
4265         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
4266         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
4267         Likewise.
4269         * gnus-group.el (gnus-group-make-directory-group): Likewise.
4271 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4273         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
4274         onto the list of killed groups, too.  This makes killed nnimap groups,
4275         for instance, more reliably not reappear.
4277         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
4278         the parent.
4280         * gnus-sum.el (gnus-update-read-articles): Fix typo.
4282         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
4283         really have server-side marks.
4285         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
4286         since most backends do not usefully have server-side marks.
4287         (gnus-update-read-articles): Propagate marks to all backends that
4288         really have server-side marks.
4290 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
4292         * message.el (message-cite-reply-position, message-cite-style):
4293         New variables.
4294         (message-yank-original): Use the new citation styles.
4296 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
4298         * message.el (message-options): Revert the change that's a workaround
4299         for XEmacs buffer-local issue; don't mark it buffer-local when running
4300         under XEmacs.
4302 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
4304         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
4305         numbers too big to be `read'.
4307 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
4309         * message.el (message-options): Make buffer-local two ways to attempt
4310         to fix a XEmacs bug.
4312 2011-03-02  Julien Danjou  <julien@danjou.info>
4314         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
4316 2011-03-01  Julien Danjou  <julien@danjou.info>
4318         * gnus-art.el (list-identifier): Add list-identifier as a parameter
4319         group.
4320         (article-hide-list-identifiers): Use list-identifier group parameter.
4322 2011-02-28  Julien Danjou  <julien@danjou.info>
4324         * sieve.el (sieve-buffer-script-name): New local variable to store
4325         sieve script name.
4326         (sieve-edit-script): Store sieve script name.
4327         (sieve-upload): Use sieve script name when uploading.
4328         (sieve-upload): Use substitute-command-keys.
4329         (sieve-edit-script): Use substitute-command-keys.
4330         (sieve-refresh-scriptlist): Use substitute-command-keys.
4331         (sieve-manage-mode-map): Define keymap properly.
4332         (sieve-manage-mode): Do not set mode name manually, change mode-name to
4333         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
4334         Remove commented code about cvs.
4335         (sieve-manage-quit): New function.
4336         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
4338 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4340         * gnus-group.el (gnus-import-other-newsrc-file): New function.
4342 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
4344         * auth-source.el (auth-source-search): Cache empty result sets.
4346         * auth-source.el (auth-source-save-behavior): New variable to replace
4347         `auth-source-never-create'.
4348         (auth-source-netrc-create): Use it.
4349         (auth-source-never-save): Remove.
4351 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
4353         * nnimap.el (nnimap-stream): Doc fix.
4354         (nnimap-open-connection-1): Reverse the order of the ports to that the
4355         prompted-for port is first.
4357         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
4358         retrieval by the no-group selection.
4360         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
4361         numerical parameters.
4363 2011-02-25  Julien Danjou  <julien@danjou.info>
4365         * gnus-gravatar.el: Use gnus-with-article-buffer.
4367         * gnus-art.el (gnus-with-article-buffer): Check that the
4368         gnus-article-buffer is alive.
4370 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
4372         * auth-source.el (auth-source-creation-prompts): New variable to manage
4373         creation-time prompts.
4374         (auth-source-search): Document it.
4375         (auth-source-format-prompt): Add utility function.
4376         (auth-source-netrc-create): Don't default the user name to
4377         user-login-name.  Use `auth-source-creation-prompts' and some default
4378         prompts for user, host, port, and password (the default generic prompt
4379         remains ugly).
4380         (auth-source-never-save): Add customizable option to never save info.
4381         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
4382         mode excursion.
4384 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4386         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
4387         argument that XEmacs doesn't support.
4389 2011-02-23  Julien Danjou  <julien@danjou.info>
4391         * gnus-art.el (article-make-date-line): Ignore errors if time is
4392         invalid and not convertible.
4393         (article-make-date-line): Only add lapsed time if time is not nil.
4395 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
4397         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
4398         `read-char-choice' for backwards compatibility.
4399         (auth-source-netrc-element-or-first): New function to DTRT for
4400         parameter extraction.
4401         (auth-source-netrc-create): Use it and fix multiple parameter print
4402         bug.  Use the default passed from above (given-default) or the
4403         built-in (user-login-name for :user).
4405 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
4407         * gnus-start.el (gnus-dribble-read-file):
4408         Set buffer-save-without-query, since we always want to save the dribble
4409         file, probably.
4411         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
4412         nnimap.
4414         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
4415         -summary- since it's a user-visible variable.
4417         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
4418         first time you use the new Gnus.
4420 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
4422         * auth-source.el: Don't load netrc.el.
4423         (auth-sources): Search ~/.netrc as well by default.
4424         (auth-source-debug): Add 'trivia option for extra output.
4425         (auth-source-do-trivia): Use it.
4426         (auth-source-search): Simplify logic to use
4427         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
4428         appropriate.  Don't keep a running count at this level.  Layer :create
4429         and :delete options appropriately on the first and second passes.
4430         Don't track the backend with the search results.
4431         (auth-source-search-backends): New function to search a list of
4432         backends for a processed spec.
4433         (auth-source-netrc-parse): Cache all netrc files, making
4434         auth-source-netrc-cache an alist keyed by the file name and using the
4435         file mtime as the caching criterion.  Keep the obfuscated data secret
4436         with a lexical bind.
4437         (auth-source-netrc-search): Don't calculate the length of the results
4438         unnecessarily.
4439         (auth-source-search-backends): Fix bug.
4440         (auth-source-netrc-create): Rework prompts.
4442 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
4444         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
4445         Lower case names of search constraints.
4446         (nnir-run-query): Cache and reuse search constraints for all imap
4447         servers.
4449 2011-02-22  Sam Steingold  <sds@gnu.org>
4451         * gnus-msg.el (gnus-setup-message): Also bind `winconf-name'.
4453 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
4455         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
4456         after exit.
4457         (gnus-setup-message): Define missing variable from last checkin.
4459         * gnus-sum.el (gnus-summary-show-article): When called with t as the
4460         value, show the raw article.
4462 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
4464         * nnimap.el (nnimap-open-connection-1): Revert last change, since
4465         auth-source now accepts numbers.
4467         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
4468         spec, too.
4469         (auth-source-ensure-strings): New function.
4471         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
4472         (gnus-article-setup-buffer): Always restart the date timer so that user
4473         changes to the frequency is respected.
4475         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
4476         port numbers, so make sure it gets that if nnimap-server-port is
4477         explicit.
4479 2011-02-21  Simon Josefsson  <simon@josefsson.org>
4481         * nnimap.el (nnimap-inbox): Doc fix.
4483 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
4485         * shr-color.el (shr-color->hexadecimal): Use renamed function names
4486         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
4487         color-lab-to-srgb.
4489 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
4491         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
4492         given method as in the group name if we're using an extended method.
4493         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
4494         command, if we're using that, instead of waiting for the beginning.
4496         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
4497         we're sure to get unique server names, and we don't output two async
4498         commands in the same buffer.  This fixes an NNTP hang for some users.
4500 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
4502         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
4503         summary buffer before reading going to the next buffer.  This avoids
4504         putting the point in the group buffer if you `C-g' the command.
4506         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
4507         cache (for now) to make ~/.authinfo.gpg files usable.
4509         * nnfolder.el (copyright-update): Define for the compiler.
4511         * auth-source.el (auth-source-search): Fix unbound variable.
4513 2011-02-19  Glenn Morris  <rgm@gnu.org>
4515         * gnus.el (gnus-meta): Doc fix.
4517 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
4519         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
4520         in case it's not yet loaded.
4522 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
4524         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
4525         line we're waiting for.
4527 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
4529         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
4530         face with line-width greater than zero will cause RET in gnus summary
4531         buffer to scroll down article page-wise because auto vscroll happens,
4532         it should be temporally disabled when doing a scroll-up.
4534 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
4536         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
4537         outputs from the server.
4539 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
4541         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
4542         later so that bbdb can hook in easier.
4544 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
4546         * auth-source.el (auth-source-search): Don't try to create credentials
4547         if the caller doesn't want that.
4548         (auth-source-search): If we don't find a match, don't bug out on
4549         non-bound variables.
4550         (auth-source-search): Only ask a single backend to create the
4551         credentials.
4553         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
4554         logging.
4555         (nnimap-credentials): Protect against auth-source-search returning nil.
4556         (nnimap-request-list): Protect against not being able to open the
4557         server.
4559 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
4561         * auth-source.el (auth-source-search): Do a two-phase search, one with
4562         no :create to get the responses from all backends.
4564         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
4565         when getting credentials.
4567         * gnus-util.el (gnus-delete-duplicates): New function.
4569 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
4571         * nnimap.el (nnimap-credentials): Instead of picking the first port as
4572         a creation default, pass the whole port list down.  It will be
4573         completed.
4575         * auth-source.el (auth-source-search): Updated docs to talk about
4576         multiple creation choices.
4577         (auth-source-netrc-create): Accept a list as a value (from the search
4578         parameters) and do completion on that list.  Keep a separate netrc line
4579         with the password obscured for showing the user.
4581         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
4582         first choice to `auth-source-search' so it will be used for entry
4583         creation instead of the server's Gnus-specific name.
4584         (nnimap-credentials): Rely on the auth-source library to select which
4585         port is actually wanted in the new netrc entry, so don't override
4586         `auth-source-creation-defaults'.
4588         * auth-source.el (auth-source-netrc-parse): Use :port instead of
4589         :protocol and accept a missing user, host, or port as a wildcard match.
4590         (auth-source-debug): Default to off.
4592         (auth-source-netrc-search, auth-source-netrc-create)
4593         (auth-source-secrets-search, auth-source-secrets-create)
4594         (auth-source-user-or-password, auth-source-backend, auth-sources)
4595         (auth-source-backend-parse-parameters, auth-source-search): Use :port
4596         instead of :protocol.
4598         * nnimap.el (nnimap-credentials): Pass a port default to
4599         `auth-source-search' in case an entry needs to be created.
4600         (nnimap-open-connection-1): Use :port instead of :protocol.
4602 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4604         * auth-source.el (auth-source-secrets-search): Use mm-delete-duplicates
4605         instead of delete-dups that is not available in XEmacs 21.4.
4607 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
4609         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
4610         nil means that nnimap doesn't get updated.
4612 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
4614         * auth-source.el (auth-source-netrc-create): Return a synthetic search
4615         result when the user doesn't want to write to the file.
4616         (auth-source-netrc-search): Expect a synthetic result and proceed
4617         accordingly.
4618         (auth-source-cache-expiry): New variable to override
4619         `password-cache-expiry'.
4620         (auth-source-remember): Use it.
4622         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
4623         parameter.  Create entry if necessary by using :create t.
4624         (nnimap-open-connection-1): Don't pass `inhibit-create'.
4626 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
4628         * auth-source.el (auth-source-debug): Enable by default and don't
4629         mention the obsolete `auth-source-hide-passwords'.
4630         (auth-source-do-warn): New function to debug unconditionally.
4631         (auth-source-do-debug): Use it.
4632         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
4633         and for Secrets API entries when the secrets.el library is not
4634         available.
4636 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
4638         * gnus-sum.el (gnus-propagate-marks): Default to nil.
4639         (gnus-summary-exit): Kill the correct article buffer on exit from a
4640         `C-d' group.
4642         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
4643         gnus-propagate-marks.
4645         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
4646         before killing the buffers so that a non-full window conf gets handled
4647         correctly.
4648         (gnus-summary-exit): Ditto.
4649         (gnus-summary-read-group-1): Ditto.
4651         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
4652         async code again so that we can debug it properly.
4654         * message.el (message-reply): Take an optional switch-buffer parameter
4655         so that Gnus window confs are respected better.
4657 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
4659         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
4660         `plist-get' to accept non-list parameters (XEmacs issue).
4661         Fix docstring.
4662         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
4663         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
4664         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
4665         Login collection is "Login" and not "login".
4667 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
4669         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
4670         multiple headers.
4672         * nnimap.el (nnimap-inhibit-logging): New variable.
4673         (nnimap-log-command): Don't log login commands.
4675         * auth-source.el (auth-source-netrc-search): The asserts seem to want
4676         to have more parameters.
4678         * nnimap.el (nnimap-send-command): Mark the command time for each
4679         command, so that we don't get NOOPs stepping on our toes.
4681         * gnus-art.el (article-date-ut): Get the date from the Date header on
4682         `t'.
4684 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4686         * auth-source.el (auth-source-search): Use copy-sequence instead of
4687         the cl.el copy-list.
4689 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
4691         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
4692         Improve prompt.
4694 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
4696         * gnus-art.el (gnus-article-mode-line-format): Remove the article
4697         washing status from the default format.  It isn't very informative.
4699 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
4701         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
4702         Fix Gcc processing on imap.
4704 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4706         * message.el (message-bury): Don't pop up a new window when selected
4707         window is dedicated.
4709 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
4711         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
4713 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
4715         * sieve-manage.el: Autoload `auth-source-search'.
4716         (sieve-sasl-auth): Use it.
4718 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
4720         * nnimap.el: Autoload `auth-source-forget+'.
4721         (nnimap-open-connection-1): Use it if the connection fails.
4723         * auth-source.el: Require `password-cache'.
4724         (auth-source-hide-passwords, auth-source-cache): Remove and mark
4725         obsolete.
4726         (auth-source-magic): Marker for `password-cache' keys.
4727         (auth-source-do-cache): Update docstring.
4728         (auth-source-search): Use and check cache.
4729         (auth-source-forget-all-cached, auth-source-remember)
4730         (auth-source-recall, auth-source-forget, auth-source-forget+)
4731         (auth-source-specmatchp): Caching support functions.
4732         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
4733         Remove and obsolete.
4734         (auth-source-user-or-password): Remove caching to further discourage
4735         using it.  Always hide passwords.
4737 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
4739         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
4740         code for now, since it doesn't work for all users.
4742 2011-02-09  Julien Danjou  <julien@danjou.info>
4744         * message.el (message-options): Make message-options really buffer
4745         local.
4747 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
4749         * mail-source.el: Autoload `auth-source-search'.
4750         (mail-source-keyword-map): Note order matters.
4751         (mail-source-set-1): Get all the mail-source source values and
4752         defaults and search auth-source on those if needed.  This can all
4753         probably be simplified.
4755         * nnimap.el: Autoload `auth-source-search'.
4756         (nnimap-credentials): Use it.
4757         (nnimap-open-connection-1): Ask for the virtual server and physical
4758         address in one shot.
4760         * nntp.el: Autoload `auth-source-search'.
4761         (nntp-send-authinfo): Use it.  Note TODO.
4763 2011-02-08  Julien Danjou  <julien@danjou.info>
4765         * shr.el (shr-tag-body): Add support for text attribute in body
4766         markups.
4768         * message.el (message-options): Make message-options a local variable.
4770 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
4772         * auth-source.el (auth-source-secrets-search)
4773         (auth-source-user-or-password): Use `append' instead of `nconc'.
4774         (auth-source-user-or-password): Build return list better and protect
4775         against nil :secret.
4777 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4779         * nnimap.el (nnimap-update-info): Refactor slightly.
4780         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
4781         (nnimap-update-info): Clean up slightly.
4782         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
4783         characters.
4784         (nnimap-process-quirk): Rename function to avoid collision.
4785         (nnimap-update-info): Fix macrology bug-out.
4786         (nnimap-update-info): Simplify split history test.
4788 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
4790         * auth-source.el (top): Require 'eieio unconditionally.
4791         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
4792         (auth-source-secrets-search): Limit search when `max' is greater than
4793         number of results.
4795 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4797         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
4798         part not returning any data.
4800         * proto-stream.el (open-protocol-stream): Document the return value.
4802 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
4804         * auth-source.el (auth-source-secrets-search): Add examples.
4806 2011-02-06  Julien Danjou  <julien@danjou.info>
4808         * message.el (message-setup-1): Handle message-generate-headers-first
4809         set to t.
4811 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
4813         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
4814         API with a string "secrets:collection-name" and with 'default.
4815         (auth-source-backend-parse): Parse "secrets:collection-name" and
4816         'default.  Recurse on parses instead of repeating code.  Use the
4817         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
4818         message when ignoring a source.
4819         (auth-source-search): List ignored search keys at the top level.
4820         (auth-source-netrc-create): Use `case' instead of `cond'.
4821         (auth-source-secrets-search): Created with TODOs.
4822         (auth-source-secrets-create): Created with TODOs.
4823         (auth-source-retrieve, auth-source-create, auth-source-delete)
4824         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
4825         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4826         (auth-source-user-or-password-sftp)
4827         (auth-source-user-or-password-smtp): Remove.
4828         (auth-source-user-or-password): Deprecated and modified to be a wrapper
4829         around `auth-source-search'.  Not tested thoroughly.
4831 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
4833         * auth-source.el: Bring in assoc and eioeio libraries.
4834         (secrets-enabled): New variable to track the status of the Secrets API.
4835         (auth-source-backend): New EIOEIO class to represent a backend.
4836         (auth-source-creation-defaults): New variable to set prompt defaults
4837         during token creation (see the `auth-source-search' docstring for
4838         details).
4839         (auth-sources): Simplify to allow a simple string as a netrc backend
4840         spec.
4841         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
4842         (auth-source-backend-parse-parameters): Fill in the backend parameters.
4843         (auth-source-search): Main auth-source API entry point.
4844         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
4845         (auth-source-search-collection): Helper function for searching.
4846         (auth-source-netrc-parse, auth-source-netrc-normalize)
4847         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
4848         Supports search, create, and delete.
4849         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
4850         backend stubs.
4851         (auth-source-user-or-password): Call `auth-source-search' but it's not
4852         ready yet.
4854 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
4856         * message.el (message-setup-1): Remove the read-only stuff, since it
4857         doesn't work under XEmacs, for some reason.
4859         * gnus-sum.el (gnus-user-date): Rename back from
4860         gnus-summary-user-date since user code refers to it.
4862         * shr.el (shr-render-td): Store the actual background color used.
4864         * message.el (message-setup-1): Don't bind the constant
4865         -forbidden-properties.
4866         (message-setup-1): Revert previous change, since it needs to bind the
4867         props to insert them.
4868         (message-resend): Allow removing the read-only separator line.
4870 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
4872         * nnimap.el (nnimap-request-accept-article): Give an error message if
4873         the APPEND wasn't successful.
4875 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
4877         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
4878         that have no groups.
4880 2011-02-03  Julien Danjou  <julien@danjou.info>
4882         * gnus-draft.el: Remove progn around gnus-draft-setup.
4884 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
4886         * gnus-start.el (gnus-read-active-for-groups): This function is never
4887         called with a nil `infos', so clean that up.
4888         (gnus-get-unread-articles): Request active files from primary/secondary
4889         methods that have no groups (yet).
4891 2011-02-03  Julien Danjou  <julien@danjou.info>
4893         * message.el (message-setup-1): Always generate References first.
4894         (message-mail): Return the return value of message-setup, not always t.
4895         (message-setup-1): Insert mail-header-separator with read-only and
4896         intangible properties set.
4898         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
4899         user-date in docstring.
4901         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
4903         * gnus.el (gnus-summary-line-format): Mention &user-date format in
4904         docstring.
4906         * gnus.el (gnus-user-date-format-alist): Change default value.
4907         Use defcustom, with type and group.  Move from gnus-util.el.
4908         Rename to gnus-summary-user-date-format-alist.
4910 2011-02-03  Glenn Morris  <rgm@gnu.org>
4912         * nnimap.el (gnus-fetch-headers): Declare.
4914         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
4916 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
4918         * message.el (message-forward-make-body-digest-plain)
4919         (message-followup, message-reply): Clean up things noted by Stefan.
4921         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
4922         gnus-article-update-date-headers is nil.
4923         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
4924         it didn't really work with defcustom.
4925         (article-update-date-lapsed): Make sure the window start doesn't move,
4926         either.
4928 2011-02-01  Julien Danjou  <julien@danjou.info>
4930         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
4931         format.
4933         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
4934         standard in Emacs nowadays.
4936 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4938         * message.el (message-expand-name): Don't trust the return value of
4939         bbdb-complete-name.
4940         (message-check-news-header-syntax): Remove unused var `start'.
4941         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
4942         (message-inhibit-body-encoding): Move to before first use.
4943         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
4944         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
4945         (Organization, Message-ID, Date, mh-previous-window-config):
4946         Defvar the vars using dynamic scoping.
4948 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4950         * shr.el (shr-render-td): Only do colors at the final rendering.
4951         Should be slightly faster.
4952         (shr-insert-table): Fix up TD background colors when doing the
4953         vertical padding.
4955         * gnus-art.el (article-date-ut): Protect against articles with no Date
4956         header.
4957         (article-update-date-lapsed): Don't use current-column to find the
4958         horizontal position.  It's fragile in the presence of \003 characters.
4960         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
4962 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4964         * gnus-art.el (article-transform-date): Rewrite to still work when
4965         there are several rfc2822 parts.
4966         (article-transform-date): Fix infinite recursion.
4967         (article-date-ut): Replace infinitely many Date headers with a single
4968         one when called interactively.
4970         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
4971         secure manner.
4973         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
4974         move around by not using save-window-excursion.  It seems to work...
4976 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4978         * gnus-art.el (article-make-date-line): Work for user-defined format.
4980 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4982         * nntp.el (nntp-retrieve-group-data-early)
4983         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
4984         fetching functions.
4986         * gnus-start.el (gnus-read-active-for-groups): Read the active files
4987         thoroughly for all backends that have no known groups.  This should
4988         allow new nnml methods to retrieve mail.
4990         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
4991         that Gnus doesn't know exists again.
4993         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
4994         (gnus-treat-date-ut): Ditto.
4995         (gnus-article-update-date-header): Rename.
4996         (gnus-treat-date-local): Remove.
4997         (gnus-treat-date-english): Remove.
4998         (gnus-treat-date-lapsed): Remove.
4999         (gnus-treat-date-combined-lapsed): Remove.
5000         (gnus-treat-date-original): Remove.
5001         (gnus-treat-date-iso8601): Remove.
5002         (gnus-treat-date-user-defined): Remove.
5003         (gnus-article-date-headers): New variable to control all the date
5004         header options.
5005         (article-date-ut): Rewrite to allow using the new way to format date
5006         headers(s).
5008 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
5010         * nnmail.el (nnmail-article-group): Check for a direct fancy split
5011         method.
5012         (nnmail-article-group): A better test for fanciness.
5014         * nnimap.el (nnimap-request-head): Protect against not finding the
5015         article by Message-ID.
5017 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
5019         * gnus-art.el (article-update-date-lapsed): Try a better way to really
5020         keep point at the "same place".
5022 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
5024         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
5025         data if the group is inactive.
5027 2011-01-28  Julien Danjou  <julien@danjou.info>
5029         * gnus-win.el: Remove dead function gnus-window-configuration-element.
5030         (gnus-all-windows-visible-p): Remove old compatibility code.
5031         (gnus-window-top-edge): Add docstring.
5033         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
5035 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
5037         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
5038         older request-update-info.
5040         * gnus-art.el (article-make-date-line): Limit the length a bit more.
5042 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
5044         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
5045         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
5047 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
5049         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
5050         groups.  This makes the nndraft:queue group pop up if it's not already
5051         there.
5053         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
5054         messages" logic, which was reversed.
5056         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
5057         the "same place" even if point is on the line being replaced.
5058         (article-update-date-lapsed): Allow updating both the combined lapsed
5059         and the lapsed headers.
5060         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
5061         (article-make-date-line): Limit the number of segments dynamically to
5062         avoid too-long lines.
5064 2011-01-27  Julien Danjou  <julien@danjou.info>
5066         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
5067         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
5069 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5071         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
5072         Use plist-get instead of the cl function getf.
5074 2011-01-27  Glenn Morris  <rgm@gnu.org>
5076         * gnus-util.el (float-time): Get rid of compiler warning, again.
5078 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
5080         * shr.el (shr-put-color): Special-case background colors: Do put them
5081         at the blank parts at the front of the lines.
5083         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
5084         exit hook to nix out all data on readedness on group exit.
5086         * gnus-util.el (float-time): If float-time is bound, always use it on
5087         all Emacsen.  It's unclear why the subrp check was there.
5088         (time-date): Require to make some autoload issues on XEmacs go away.
5090         * shr.el (shr-put-color): Don't do the box padding in tables, since
5091         they're already padded.
5093 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
5095         * gnus-art.el (gnus-article-next-page): When the last line of the
5096         article is displayed, scroll down once more instead of going to the
5097         next article at once.
5098         (article-lapsed-string): Refactor out and allow specifying how many
5099         segments you want.
5100         (gnus-article-setup-buffer): Start updating the lapsed header directly.
5101         (gnus-article-update-lapsed-header): New variable.
5103         * shr.el: Revert change that made headings use different-sized faces.
5104         The Emacs display engine isn't advanced enough that, for instance,
5105         tables can comfortably use differently-sized faces.
5107 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
5109         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
5110         used.
5111         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
5112         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
5113         we're using an encrypted connection.
5115         * proto-stream.el: Alter the interface functions to also return the
5116         actual stream type used: network or TLS.
5118 2011-01-25  Julien Danjou  <julien@danjou.info>
5120         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
5121         (mm-display-javascript-inline): New function.
5123         * mm-decode.el (mm-inline-media-tests): Add application/javascript
5124         viewing function.
5126 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5128         * shr.el (shr-expand-newlines): Fix variable name.
5130 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
5132         * shr.el (shr-expand-newlines): Make nested boxes work.
5134 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
5136         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
5137         backgrounds.
5138         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
5139         in a more sensible manner.
5141 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
5143         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
5144         if EPG is loaded.
5146 2011-01-24  Julien Danjou  <julien@danjou.info>
5148         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
5149         tags.
5151 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
5153         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
5154         commands.
5156         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
5157         in the article buffer.
5158         (gnus-gravatar-insert): Use blank space from the current buffer to
5159         avoid breaking text properties.  This makes X-Sent updating work again.
5161         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
5163 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
5165         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
5166         fix the bug in url-http.el instead.
5168         * shr.el (shr-image-fetched): Ditto.
5170         * shr.el (shr-image-fetched): Avoid having point move in the article
5171         buffer.
5173         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
5174         buffer after being called.  It's apparently being killed by url.el, and
5175         killing it made point move to end-of-buffer in a random buffer.
5177         * shr.el (shr-image-fetched): Ditto.
5179 2011-01-23  Julien Danjou  <julien@danjou.info>
5181         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
5183         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
5184         text/x-org.
5186 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
5188         * gnus-sum.el (gnus-summary-move-article): Protect against backends
5189         (i.e., nnimap) returning nil as the article number.
5191 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
5193         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
5194         "DelSp" parameter in RFC3676.
5196 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
5198         * message.el (message-check-recipients): Display the encoded version of
5199         the bogus address if they differ.
5201         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
5202         after sending.
5204         * gnus-agent.el (gnus-agent-send-mail): Ditto.
5206         * gnus-group.el (gnus-group-refresh-group): New convenience function.
5208         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
5209         group buffer after sending the queue.
5211         * gnus-agent.el (gnus-agent-send-mail): Ditto.
5213 2011-01-22  Julien Danjou  <julien@danjou.info>
5215         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
5217 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
5219         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
5220         nested related parts.
5222         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
5223         unexpired articles.  This fixes the regression that led expiry marks to
5224         disappear from nnfolder groups.
5226 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5228         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
5229         Don't confuse the "ret" of "retrograde" with RET.
5231 2011-01-21  Julien Danjou  <julien@danjou.info>
5233         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
5234         than mm-insert-inline.
5236 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5238         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
5239         Widen article buffer.
5241 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5243         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
5244         the temp buffer.
5245         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
5247 2011-01-20  Julien Danjou  <julien@danjou.info>
5249         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
5251         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
5252         than mm-insert-inline to insert inline part: this respect
5253         mm-inline-media-tests displayers.
5255         * mm-view.el (mm-display-shell-script-inline): New function.
5257         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
5259         * mm-uu.el (mm-uu-type-alist): Add org block.
5260         (mm-uu-org-src-code-block-extract): New function.
5262         * mm-view.el (mm-display-org-inline): New function.
5264         * mm-decode.el (mm-automatic-display): Add text/org.
5266         * mailcap.el (mailcap-mime-extensions): Add .org.
5268 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5270         * gnus-art.el (gnus-article-highlight): Remove argument passed to
5271         gnus-article-add-buttons.
5273 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
5275         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
5276         From header with a date and "nobody" as the sender.
5278 2011-01-19  Julien Danjou  <julien@danjou.info>
5280         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
5281         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
5282         if you have the same regexp several times.
5283         (gnus-button-push): Fix matching when regexp is symbol.
5285 2011-01-15  Glenn Morris  <rgm@gnu.org>
5287         * message.el (message-mail): A compose-mail function should
5288         accept headers as strings.
5290 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
5292         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
5293         Add :vert-only tags.
5294         (message-mail): New arg RETURN-ACTION.
5295         (message-return-action): New var.
5296         (message-bury): Use it.
5297         (message-mode): Make it buffer-local.
5298         (message-send-and-exit): Always call message-bury.
5300         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
5301         message-mail.
5303 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5305         * nnimap.el (nnimap-convert-partial-article): Protect against
5306         zero-length body parts.
5308         * mm-decode.el (mm-preferred-alternative-precedence):
5309         Discourage showing empty parts.
5311         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
5312         and stuff if the backend didn't return the article number.  This fixes
5313         an Exchange-related nnimap bug.
5315         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
5316         group window, because it does the wrong thing when a separate frame
5317         displays the group buffer.
5319         * proto-stream.el (open-protocol-stream): Protect against the low-level
5320         transport functions returning nil.
5322 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
5324         * mml2015.el (epg-sub-key-fingerprint): Autoload.
5325         (mml2015-epg-find-usable-secret-key): New function.
5326         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
5327         mml2015-epg-find-usable-key (Bug#7797).
5328         (mml2015-epg-encrypt): Ditto.
5330 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5332         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
5334 2011-01-03  Glenn Morris  <rgm@gnu.org>
5336         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
5338         * sieve.el (sieve-open-server): Give a more explicit error if
5339         sieve-manage-open returns nil.  (Bug#7720)
5341 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
5343         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
5345 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5347         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
5348         This avoids sending passwords in plain text over non-encrypted
5349         channels.
5351         * shr.el (shr-rescale-image): Display all GIF images as animated images.
5353         * nnimap.el (nnimap-login): Refactored out into own function, and
5354         implement CRAM-MD5.
5355         (nnimap-wait-for-line): Refactored out.
5357         * mm-view.el (mml-smime): Require.
5359 2010-12-20  David Engster  <deng@eml.cc>
5361         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
5362         use EPG to decrypt S/MIME messages instead of openssl.
5364 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5366         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
5368         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
5369         status is the group clearly is unreachable.
5371         * auth-source.el (auth-source-create): Add the optional second
5372         parameter to `local-variable-p' to be compatible with XEmacs.
5374 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
5376         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
5377         work when using a compressed nnml folder.
5379 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5381         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
5382         backends after sanitising on entry, because this never makes sense:
5383         If the articles have gone missing, then the data no longer exists on
5384         the backend, and if they haven't, then Gnus is wrong, and shouldn't
5385         overwrite anything anyway.
5387         * shr.el (shr-insert-document): Bind shr-width dynamically to
5388         window-width if it's nil.
5390 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
5392         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
5393         with the meaning of using the full emacs window width for rendering.
5395 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
5397         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
5398         case when sender is not given.
5400 2010-12-23  Julien Danjou  <julien@danjou.info>
5402         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
5403         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
5404         the addresses, otherwise we might misplaced the gravatar.
5406 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
5408         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
5409         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
5410         obsolete in Emacs.
5412 2010-12-20  Julien Danjou  <julien@danjou.info>
5414         * gnus-util.el (gnus-rescale-image): Revert last change.
5416 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5418         * gnus-group.el (gnus-group-delete-articles): New command.
5420 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
5422         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
5424 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5426         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
5427         here, since it's up to the backends to do CRLF removal if their
5428         protocol has it.
5430         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
5432 2010-12-17  Julien Danjou  <julien@danjou.info>
5434         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
5435         they are from file.  Can also scale up.
5437 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
5439         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
5440         Restore gnus-use-agent.
5441         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
5443         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
5445 2010-12-17  Julien Danjou  <julien@danjou.info>
5447         * gravatar.el (gravatar-retrieve-synchronously): New function.
5448         (gravatar-get-data): Make more robust.
5450 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5452         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
5453         to really consider the last line.
5455 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
5457         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
5458         list of recipient keys, or use symmetric encryption if not a list.
5459         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
5460         EPA override, replacing the call to `netrc-store-data'.
5462 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
5464         * gnus-srvr.el: Avoid passing nil regexp argument to
5465         delete-matching-lines.
5467 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5469         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
5470         fetching stops when Gnus exits.
5472         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
5473         function.
5474         (nnfolder-request-expire-articles): Save all the buffers after doing
5475         expiry.
5477         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
5478         the last article", since that led to serious performance regressions
5479         when expiring nnml groups.
5481 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
5483         * nnir.el: Improve customizations.
5485 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5487         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
5489         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
5490         group has been killed.
5491         (gnus-group-yank-group): Ditto.
5493         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
5495         * nnimap.el (nnimap-request-update-group-status): New function.
5497         * gnus-int.el (gnus-request-update-group-status): New interface
5498         function.
5500         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
5501         copying read-ness to the backends.
5503         * nnimap.el (nnimap-quirk): New function.
5504         (nnimap-retrieve-group-data-early): Use it.
5505         (nnimap-quirks): New alist.
5507 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5509         * shr.el (shr-insert): Set shr-start after deleting trailing space;
5510         don't delete it within indentation.
5512 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5514         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
5515         previous line.
5517 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5519         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
5520         QRESYNC command by deleting a superfluous space which broke Cyrus
5521         servers.  This change will break other servers that are buggy the other
5522         way around.
5524 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
5526         * spam.el: Reindent and fix long lines.
5527         (spam-copy-or-move-routine): Exclude invalid move destinations.
5529 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
5531         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
5532         installed the registry.
5534 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
5536         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
5537         groupname doesn't contain "gmane".
5539 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5541         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
5542         (gnus-1): Don't create the nndrafts group twice.
5543         (gnus-setup-news): There's no need to read the active file here, since
5544         that's done again later on a per-backend basis.
5545         (gnus-start-draft-setup): Make sure that the new group is started out
5546         empty.
5548         * gnus-agent.el (gnus-agentize): Don't create the queue group
5549         automatically on startup.  It'll be created later, if needed.
5551         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
5552         of automatically subscribed groups.
5553         (gnus-auto-subscribed-categories): New variable.
5554         (gnus-matches-options-n): Use it.
5555         (gnus-default-subscribed-newsgroups): Remove unused variable.
5556         (gnus-start-draft-setup): Message a bit less.
5558 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
5560         * nnir.el (nnir-run-imap): Return article list in order of increasing
5561         UID.
5563 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5565         * gnus-sum.el (gnus-summary-enter-digest-group):
5566         Mention gnus-auto-select-on-ephemeral-exit.
5568         * proto-stream.el (proto-stream-open-network-only): Fix the calling
5569         convention of the network-only option.
5571 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5573         * proto-stream.el (proto-stream-open-network-only): New function to
5574         have a way to specify non-STARTTLS upgrade connections.
5576 2010-12-10  Julien Danjou  <julien@danjou.info>
5578         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
5579         email address is nil.
5581         * message.el (message-bogus-recipient-p): Set address to "" if nil.
5583 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
5585         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
5586         deletion.
5587         (nnir-run-imap): Only need to parse list once.
5589 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5591         * shr.el (shr-tag-script): Ignore <script>.
5592         (shr-tag-label): Add <label> support.
5594 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5596         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
5598         * shr.el (shr-image-displayer): Work for images lined side by side.
5600 2010-12-08  Robert Pluim  <rpluim@gmail.com>
5602         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
5603         parameter, since XEmacs doesn't accept t as a parameter.
5605 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
5607         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
5608         ids.
5609         (nnir-run-gmane): Simplify groupspec formatting.
5610         (nnir-request-expire-articles): New function.
5612 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5614         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
5615         overflow, possibly.
5617         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
5618         (shr-render-td): Handle td style="" better.
5619         (shr-tag-table): Use the color from the style sheet.
5620         (shr-render-td): Make sure we copy over all the overlays, too.
5622 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
5624         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
5625         (nnir-request-article): Improve article retrieval.
5627 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5629         * mm-util.el (mm-extra-numeric-entities): New variable.
5631         * mm-url.el (mm-url-decode-entities):
5632         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
5634 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5636         * message.el: Use completion-at-point.
5637         (message-completion-function): New fun, extracted from message-tab.
5638         (message-mode): Use it for completion-at-point-functions.
5639         (message-tab): Use it and completion-at-point.
5641 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5643         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
5644         character if a non-breakable character follows.
5646 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5648         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
5649         any stream.
5651         * shr.el (shr-tag-font): Colorize the region.
5652         (shr-tag-body): Ditto.
5653         (shr-tag-font): Actually let the styles be inherited instead of
5654         overwriting them.
5655         (shr-tag-font): Get the background color right.
5656         (shr-tag-style): Ignore all <style> tags for the moment.
5658         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
5659         a Message-ID to avoid having nnimap depend on gnus-sum.
5661         * shr.el (shr-descend): Only colorize something if we have a node that
5662         sets colors.
5664 2010-12-06  Julien Danjou  <julien@danjou.info>
5666         * shr.el (shr-render-td): Render td content with shr-descend, so style
5667         will be applied to <td> too.
5668         (shr-colorize-region): Colorize region even if we only have a background.
5669         (shr-tag-body): Fix color and background color inheritance.
5670         Do not recolorize after shr-generic.
5671         (shr-tag-font): Let shr-generic colorize via inheritance.
5673 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5675         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
5677 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
5679         * nnir.el (nnir-request-move-article): Remove obsolete code.
5681 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5683         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
5685 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5687         * gnus-sum.el (gnus-summary-respool-article): The completion function
5688         expects a list instead of an alist.
5690         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
5691         string as the parameter.
5693         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
5695         * shr.el (shr-stylesheet): New dynamic variable for cascading the
5696         styles.
5697         (shr-colorize-region): New function.
5698         (shr-insert-background-overlay): Remove.
5699         (shr-render-td): Background setting should be taken care of on a higher
5700         level.
5701         (shr-tag-body): Use post-hoc colorizations.
5702         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
5703         (shr-put-color-1): Don't overwrite old colors.
5704         (shr-colorize-region): When the background color isn't explicit, use
5705         a fixed background.
5707         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
5708         nnmail variables.
5710 2010-12-05  Bjørn Mork  <bjorn@mork.no>
5712         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
5713         unless necessary.
5715 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
5717         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
5718         server.
5720 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5722         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
5723         so that TAB works.
5725         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
5726         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
5728         * shr.el (shr-urlify): Show the URL before the title to avoid
5729         misleading URLs.
5731 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
5733         * shr.el (shr-urlify): Display the title in <a> tags.
5735 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
5737         * nnir.el (nnir-categorize): Replace mapcar with mapc.
5739 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
5741         * nnir.el: Rearrange code to allow macros to be autoloaded by
5742         gnus-sum.el.
5743         (nnir-retrieve-headers-override-function): Make this variable
5744         customizable.
5745         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
5747         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
5748         from nnir.el.
5750 2010-12-03  Julien Danjou  <julien@danjou.info>
5752         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
5754 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5756         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
5757         allow optional argument `environment'.
5759 2010-12-03  Glenn Morris  <rgm@gnu.org>
5761         * mm-extern.el (message-goto-body): Update declaration.
5763 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5765         * gnus-util.el (gnus-macroexpand-all): New function.
5767         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
5768         instead of macroexpand-all that is unavailable in XEmacs.
5770 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
5772         * nnir.el (nnir-summary-line-format): New variable.
5773         (nnir-mode): Use it.
5774         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
5775         (nnir-article-ids): Reimplement as defsubst.
5776         (nnir-retrieve-headers): Don't mangle the subject header.
5777         (nnir-run-imap): Use 100 as RSV score.
5778         (nnir-run-find-grep): Fix for full server searching.
5779         (nnir-run-gmane): Better restriction to gmane groups.
5781         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
5782         summary buffers.
5784 2010-12-02  Julien Danjou  <julien@danjou.info>
5786         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
5788         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
5790         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
5791         support.
5793 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
5795         * nnir.el: Update to handle the registry better.
5796         (autoload): Silence byte-compiler.
5797         (nnir-open-server): Add a hook for nnir groups.
5798         (nnir-request-move-article): Don't mangle the header.  Better to use
5799         formatting variables (which will be added in the future).
5800         (nnir-registry-action): Update the registry using the original article
5801         group name.
5802         (nnir-mode): Install nnir-specific hooks for updating the registry.
5804         * gnus-sum.el
5805         (gnus-article-original-subject,gnus-newsgroup-original-name):
5806         Remove obsolete variables.
5807         (gnus-summary-move-article): Remove use of obsolete variables.
5808         (gnus-summary-local-variables): Make move and delete hooks local to
5809         summary buffers.
5811 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5813         * rtree.el: New file.
5815 2010-12-01  Julien Danjou  <julien@danjou.info>
5817         * message.el (message-user-organization): Do not use
5818         gnus-local-organization.
5820         * gnus.el: Remove gnus-local-organization.
5822         * gnus-msg.el: Remove nastygram thing.
5824 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
5826         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
5827         funcall.
5829 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5831         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
5832         names.
5834         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
5835         characters.
5837         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
5838         to t of inhibit-read-only since it is inside gnus-with-article-headers.
5839         Suggested by Štěpán Němec <stepnem@gmail.com>.
5840         (gnus-gravatar-transform-address): Use mail-extract-address-components
5841         that supports non-ASCII names rather than mail-header-parse-addresses.
5843 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5845         * proto-stream.el (open-protocol-stream): All STARTTLS connections are
5846         handled by the network handler.
5848 2010-11-30  Julien Danjou  <julien@danjou.info>
5850         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
5851         (nnimap-open-connection-1): Fix PREAUTH.
5853         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
5855 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5857         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
5858         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
5859         (shr-insert): Use them.
5860         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
5862 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
5864         * nnir.el (nnir-request-move-article): Bail out if original group
5865         doesn't support article moves.
5866         (nnir-get-active): Improve active list retrieval.
5868 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5870         * shr.el (shr-find-fill-point): Don't break before apostrophes.
5872 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
5874         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
5875         seem to accept strings-with-numbers as port numbers.
5877 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
5879         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
5880         change the registry.
5882 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5884         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
5885         delete-dups that is not available in XEmacs 21.4.
5887         * mm-util.el (mm-delete-duplicates): Add comment.
5889 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
5891         * nnir.el (nnir-ignored-newsgroups): New variable.
5892         (nnir-get-active): Use it.
5894 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5896         * proto-stream.el (proto-stream-open-network): Add some comments.
5898         * nntp.el (nntp-open-connection): Provide a :success condition.
5900         * nnimap.el (nnimap-open-connection-1): Ditto.
5902         * proto-stream.el (proto-stream-open-network): See what the response to
5903         the STARTTLS command is.
5905         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
5906         backwards compatibility).
5907         (nnimap-open-connection-1): Really respect nnimap-server-port.
5909         * proto-stream.el (proto-stream-open-network): When doing opportunistic
5910         TLS upgrades we don't really care about the identity of the peer.
5911         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
5912         that what we've checked for.
5913         (proto-stream-always-use-starttls): Only default to t if
5914         open-gnutls-stream exists.
5915         (proto-stream-open-network): If STARTTLS failed, then just open a
5916         normal connection.
5917         (proto-stream-open-network): Wait until the greeting before doing
5918         STARTTLS.
5920         * nntp.el (nntp-open-connection): Report what the connection error is.
5922         * proto-stream.el (open-protocol-stream): Rename from
5923         open-proto-stream.
5925 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5927         * nnimap.el (nnimap-stream): Change default to `undecided'.
5928         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
5929         first, and then network.
5930         (nnimap-open-connection-1): Respect nnimap-server-port.
5931         (nnimap-open-connection): Be more backwards-compatible.
5933         * proto-stream.el (proto-stream-always-use-starttls): New variable.
5934         (proto-stream-open-starttls): De-duplicate the STARTTLS code.
5935         (proto-stream-open-starttls): Folded back into the main function.
5936         (proto-stream-open-network): Fix typo in the GnuTLS path.
5937         (proto-stream-command): Refactor out.
5939         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
5941         * proto-stream.el (proto-stream-open-starttls): Actually implement the
5942         starttls.el STARTTLS.
5944         * color.el (color-lab->srgb): Fix function call name.
5946         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
5947         if we're using tls.el.
5948         (proto-stream-open-network): If we don't have gnutls-cli or GnuTLS
5949         built in, then don't try to establish a STARTTLS connection.
5951         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
5952         servers.
5954         * proto-stream.el (open-proto-stream): Use network, not stream.
5955         (open-proto-stream): Add a way to specify what the end of a command is.
5957         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
5958         connections types.
5959         (nntp-open-network-stream): Remove.
5960         (nntp-open-ssl-stream): Remove.
5961         (nntp-open-tls-stream): Remove.
5962         (nntp-ssl-program): Remove.
5964         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
5966 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
5968         * nnir.el: Fix typos.
5969         (nnir-retrieve-headers-override-function): Rename variable to reflect
5970         new semantics.
5971         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
5972         macros.
5973         (nnir-request-article, nnir-request-move-article): Use them.
5974         (nnir-categorize): New function.
5975         (nnir-run-query): Use it.
5976         (nnir-retrieve-headers): Rewrite to batch header retrieval.
5977         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
5978         sorted.
5979         (nnir-group-full-name): Use gnus-group-full-name instead.
5980         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
5981         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
5983 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5985         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
5987         * proto-stream.el: New library to provide protocol-specific
5988         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
5989         protocols.
5990         (open-proto-stream): Complete the documentation.
5991         (proto-stream-open-network): Fix some typos.
5993         * nnimap.el (nnimap-open-connection): Use it.
5995 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
5997         * pop3.el (pop3-open-server): Read server greeting before starting TLS
5998         negotiation.
6000 2010-11-26  Julien Danjou  <julien@danjou.info>
6002         * color.el: Rename various rgb functions to srgb.
6004 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6006         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
6007         names.
6009 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6011         * shr.el (shr-insert): Revert last change.
6012         (shr-find-fill-point): Never leave point being at bol;
6013         relax the kinsoku limitation when rendering tables.
6015 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6017         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
6018         results from -accept-article.
6020         * shr-color.el: Require cl when compiling.
6022         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
6023         checkin.
6025         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
6027         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
6029         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
6030         'add and 'delete to set backend marks.
6032         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
6034         * nnheader.el (nnheader-update-marks-actions): Refactor out.
6036         * nntp.el (nntp-request-set-mark): Use it.
6038         * nnfolder.el (nnfolder-request-set-mark): Ditto.
6040         * nnml.el (nnml-request-set-mark): Ditto.
6042         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
6043         introduces regressions in article selection.
6044         (nnimap-find-uid-response): New function.
6045         (nnimap-request-accept-article): Use the UID returned, if any.
6046         (nnimap-request-move-article): Use the UID returned, if any.
6047         (nnimap-get-groups): Reimplement to work with folded lines.
6048         (nnimap-find-uid-response): The UID is the last element in the list.
6049         (nnimap-request-set-mark): Extend syntax with 'set.
6051         * nnml.el (nnml-request-set-mark): Ditto.
6053         * nnfolder.el (nnfolder-request-set-mark): Ditto.
6055         * nntp.el (nntp-request-set-mark): Ditto.
6057 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6059         * message.el (message-called-interactively-p): A temporary macro.
6060         (message-goto-body): Use it temporarily.
6062 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6064         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
6065         (nnimap-last-response-string): Unfold quoted lines, if they exist.
6066         (nnimap-last-response-string): Fix last unfolding fix.
6068 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6070         * shr.el (shr-insert): Fix the way to fold lines.
6072 2010-11-25  Julien Danjou  <julien@danjou.info>
6074         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
6076         * color.el: Rename from color-lab.el
6077         (color-rgb->hex): Add.
6078         (color-complement): Add.
6079         (color-complement-hex): Add.
6081         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
6083 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6085         * shr-color.el (shr-color-visible): Don't bug out if the color names
6086         don't exist.
6088 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6090         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
6091         assuming that article displaying or another mml-preview may be
6092         interrupted for an error or for the like.
6094         * shr.el (shr-get-background): Fix argument name.
6096 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6098         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
6100         * gnus-sum.el (gnus-summary-include-articles): New function.
6102         * message.el (message-goto-body): called-interactively-p needs a
6103         parameter, so use `any'.
6105         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
6106         clear marks before moving, since they're synced from the Gnus side
6107         first.
6109         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
6110         (gnus-summary-move-article): Copy over all marks before moving, so that
6111         IMAP doesn't think a new article has arrived.
6113 2010-11-24  Julien Danjou  <julien@danjou.info>
6115         * shr.el (shr-insert-background-overlay): Fix typo.
6116         (shr-render-td): Copy the background before rendering.
6118         * shr-color.el (shr-color-visible): Fix docstring.
6120         * shr.el (shr-tag-table): Add bgcolor support.
6121         (shr-render-td): Add bgcolor support.
6122         (shr-get-background): Add.
6123         (shr-insert-foreground-overlay): Use shr-get-background.
6125         * message.el (message-goto-body): Use called-interactively-p.
6126         (message-in-body-p): message-goto-body returns point.
6128 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6130         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
6131         Fixes something or other in Emacs 23, and is backwards compatible.
6133         * message.el (message-goto-body): Remove the <#secure special-casing,
6134         which is too special.
6136         * shr.el (shr-parse-style): Drop !important from styles.
6138 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
6140         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
6141         this function to return incorrect results when calling it with an
6142         explicit article argument different from
6143         (gnus-summary-article-number).
6145 2010-11-24  Julien Danjou  <julien@danjou.info>
6147         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
6148         (shr-tag-body): Add background support.
6149         (shr-descend): Add background support.
6150         (shr-tag-title): Add.
6152         * shr-color.el (shr-color-visible): Really return original background
6153         if fixed.
6155 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6157         * shr.el (shr-color-check): Protect against non-existent color names.
6159 2010-11-24  Julien Danjou  <julien@danjou.info>
6161         * color-lab.el: Require 'cl when compiling.
6163         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
6165         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
6166         matched part.
6168         * color-lab.el: Fix all expt calls to use float type.
6170 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6172         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
6173         expression to shr-color-check as is.
6175         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
6177         * color-lab.el: Add coding cookie.
6178         (float-pi): Use eval-and-compile.
6180 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6182         * shr.el (shr-insert-color-overlay): Split stuff like
6183         "#444444 !important" to find the real color.
6184         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
6185         parse <font color="red"> entries.
6187 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
6189         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
6190         point when parsing headers.
6192         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
6193         is positioned properly when parsing headers.
6195 2010-11-23  Julien Danjou  <julien@danjou.info>
6197         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
6199         * shr-color.el (shr-color->hexadecimal): Add support for color names.
6201         * shr.el (shr-parse-style): Replace \n with space in style parsing.
6203         * shr-color.el (shr-color-hsl-to-rgb-fractions):
6204         Use shr-color-hue-to-rgb.
6205         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
6207 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6209         * shr.el (shr-color->hexadecimal): Autoload.
6210         (shr-descend): Add color to all tags.
6212 2010-11-22  Julien Danjou  <julien@danjou.info>
6214         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
6215         shr-color->hexadecimal.
6217         * shr-color.el (shr-color->hexadecimal): Add converting functions for
6218         RGB() or HSL() color representation.
6220         * shr.el (shr-tag-font): Add.
6221         (shr-tag-color-check): New function to get better colors.
6222         (shr-tag-insert-color-overlay): Factorize code between tag-font and
6223         tag-span.
6225         * shr-color.el: New file.
6227         * color-lab.el: New file.
6229         * gnus-art.el (gnus-url-mailto): Do not downcase args.
6231 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
6233         * nnir.el: Fix typo in comments.
6234         (nnir-run-imap): Simplify code.  No need to reverse artlist.
6235         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
6237 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6239         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
6241         * nnimap.el (nnimap-get-capabilities): Refactor out.
6242         (nnimap-open-connection): Re-request capabilities after STARTTLS.
6244 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
6246         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
6247         appearing when `mm-uu-hide-markers' is nil.
6249 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6251         * nnimap.el (nnimap-unselect-group): Make into its own function.
6252         (nnimap-request-rename-group): Unselect group before renaming.
6253         This had gotten lost somewhere.
6254         (nnimap-request-accept-article): Keep track of examined groups, and
6255         unselect the group before APPENDing to read-only groups.
6256         (nnimap-request-move-article): Clear flags before moving so that they
6257         can be re-set later.
6259 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6261         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
6262         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
6264 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6266         * gnus-art.el (gnus-mime-display-single):
6267         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
6268         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
6269         parameter.
6271 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6273         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
6274         (shr-table-vertical-line): New variable.
6275         (shr-insert-table): Use it.
6277 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6279         * gnus-html.el (gnus-html-wash-images): Don't display images if
6280         gnus-inhibit-images is non-nil; register displayer for cid images.
6281         (gnus-html-display-image): Work for cid image.
6282         (gnus-html-insert-image): Allow arguments.
6283         (gnus-html-put-image): Inhibit read-only.
6284         (gnus-html-prefetch-images): Don't prefetch images if
6285         gnus-inhibit-images is non-nil.
6287 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6289         * shr.el (shr-put-image): Break lines when inserting big pictures.
6291 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
6293         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
6294         sender, thanks Katsumi Yamaoka.
6296 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
6298         * nnir.el (nnir-run-imap): Reverse the article list for each group
6299         rather than the whole list.
6301 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6303         * shr.el (shr-image-displayer): Protect function against non-existent
6304         image source.
6306         * gnus-art.el (gnus-inhibit-images): New user option.
6307         (gnus-mime-display-single): Don't display image if it is non-nil.
6309         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
6310         gnus-inhibit-images.
6312         * shr.el (shr-image-displayer): New function.
6313         (shr-tag-img): Use it.
6315 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
6317         * mml2015.el (mml2015-epg-sign): Use From header.
6319 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6321         * gnus-html.el (gnus-html-wash-images): Register a displayer.
6323         * gnus-util.el (gnus-find-text-property-region): Return markers.
6325         * shr.el (shr-tag-img): Put a displayer in the text property.
6327         * gnus-util.el (gnus-find-text-property-region): New utility function.
6329         * gnus-html.el (gnus-html-display-image): Make the alt optional.
6330         (gnus-html-show-images): Remove.
6332         * gnus-art.el (gnus-article-show-images): New, more general function.
6334         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
6335         image url text properties.
6337         * shr.el: Ditto.
6339         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
6340         gnus-agent-auto-agentize-methods is set.  Which it isn't.
6342 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6344         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
6345         work for two or more articles.
6347 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6349         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
6350         divide an image that's in an html article to two or more when washing
6351         non-ASCII characters in alt text of it.
6353 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6355         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
6356         smime-decrypt-region using function argument.
6357         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
6359         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
6361         * smime.el (smime-decrypt-region): Catch it.
6363 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6365         * smime.el (smime-mode-map): Move initialization into declaration.
6366         (gnus-run-mode-hooks): Don't autoload.
6367         (smime-mode): Use define-derived-mode.
6369 2010-11-11  Glenn Morris  <rgm@gnu.org>
6371         * smime.el (from): Restrict declaration to XEmacs.
6373         * nnir.el (gnus-group-topic-name): Autoload.
6375 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6377         * shr.el (shr-insert): Don't break long line if it is because of
6378         kinsoku-bol characters in the line end.
6380 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
6382         * nnir.el (nnir-request-move-article): Fix to provide original group
6383         and subject.
6384         (nnir-warp-to-article): Don't fail on articles whose headers haven't
6385         been retrieved.
6387         * gnus-sum.el (gnus-summary-move-article): Use original group and
6388         subject for virtual articles such as those in an nnir summary buffer.
6390 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6392         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
6393         least 21.5).
6395         * smime.el (from): Declare it again for XEmacs.
6397 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6399         * message.el (message-resend): Don't disable encoding unless it's
6400         already encoded.
6402         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
6403         low-numbered articles.
6405 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6407         * rfc2047.el (rfc2047-syntax-table): Simplify.
6409         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
6410         set-char-table-range for XEmacs.
6412 2010-11-10  Glenn Morris  <rgm@gnu.org>
6414         * smime.el (from): Remove unused declaration.
6416         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
6417         (gnus-float-time): On Emacs, always an alias.
6419         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
6420         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
6422 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6424         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
6426 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6428         * shr.el (browse-url-mailto): Autoload.
6430         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
6432         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
6433         regexp doesn't need quoting.
6435 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
6437         * message.el (message-subject-trailing-was-ask-regexp)
6438         (message-subject-trailing-was-regexp): Match was: in addition to was.
6440 2010-11-09  Glenn Morris  <rgm@gnu.org>
6442         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
6443         (nnbabyl-check-mbox): Use point-at-bol.
6445 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6447         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
6449         * message.el (message-mailto): New function.
6450         (message-mailto): Should accept other parameters.
6451         (message-mailto): Remove since it duplicates browse-url-mailto
6452         functionality.
6454 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6456         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
6457         methods.
6458         (gnus-read-active-file): Ditto.
6460         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
6461         ": " from the prompt.
6462         (gnus-group-make-group): Ditto.
6464 2010-11-07  Glenn Morris  <rgm@gnu.org>
6466         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
6467         (gnus-bookmark-kill-line): Use point-at-eol.
6469 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6471         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
6472         asterisks in From header.
6474 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6476         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
6477         string to avoid making the From headers syntactically invalid.
6479         * message.el (message-send-mail): Don't insert courtesy messages if the
6480         message already has List-Post and List-ID messages.
6482 2010-11-06  Glenn Morris  <rgm@gnu.org>
6484         * gnus-art.el (gnus-treat-article): Give dynamic local variables
6485         `condition', `type', `length' a prefix.
6486         (gnus-treat-predicate): Update for above name changes.
6488 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
6490         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
6491         binding.  Handled by `gnus-summary-refer-thread' instead.
6492         (nnir-warp-to-article): New backend function.
6494         * nnimap.el (nnimap-request-thread): Force dependency updating.
6496         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
6497         (gnus-summary-refer-thread): Rework to improve thread-referral.
6499         * gnus-int.el (gnus-warp-to-article): New function.
6501         * gnus-sum.el (gnus-summary-article-map): Bind it.
6503 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
6505         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
6506         gnus-summary-refer-thread.
6508         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
6509         headers.
6510         (gnus-summary-limit-include-thread): Prevent articles in thread from
6511         being cut in gnus-cut-threads.
6512         (gnus-summary-refer-thread): Limit retrieved headers to those in
6513         thread.
6515 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6517         * message.el (message-send-mail): Use the value of
6518         message-courtesy-message from the message buffer.
6520         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
6522         * shr.el (shr-browse-url): Implement mailto: URLs.
6524         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
6525         "raw".
6527         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
6528         if it's already selected.
6530         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
6532 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6534         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
6535         to measure the length and truncate alt text.
6537 2010-11-03  Glenn Morris  <rgm@gnu.org>
6539         * nndiary.el (nndiary-generate-nov-databases-1)
6540         (nndiary-generate-active-info): Rename dynamic variable `files' to
6541         something less generic.
6543 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
6545         * nnir.el (nnir-request-move-article): Call the underlying backend to
6546         move articles from nnir.
6548 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6550         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
6552 2010-11-02  Julien Danjou  <julien@danjou.info>
6554         * nnir.el: Remove wais support.
6556 2010-11-02  Glenn Morris  <rgm@gnu.org>
6558         * gnus-html.el: Reorder requirements to quieten compiler.
6560 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6562         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
6563         properly for XEmacs as well.
6564         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
6565         (gnus-article-natural-long-line-p): Use window-width rather than
6566         frame-width.
6568 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
6570         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
6571         (nnir-read-parms): Don't modify query.
6572         (nnir-run-query): Add ability to search topic on current line.
6573         (nnir-get-active): Clean up.
6575 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6577         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
6578         degenerate articles.
6580         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
6581         (gnus-print-buffer): Just print the buffer as is, without any copying
6582         to a buffer and then re-highlighting.
6584         * nnimap.el (nnimap-request-group): Store the new updated info.
6585         (nnimap-request-group): Select the group when we don't know whether it
6586         exists or not.
6588         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
6589         groups.
6591         * gnus-group.el (gnus-group-find-new-groups): Display all the new
6592         groups.
6594         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
6595         groups.
6597         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
6598         long-lines case by only filling the long lines.
6600         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
6601         (bug #7311).
6603 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6605         * shr.el: No need to declare `declare-function' since shr.el is for
6606         only Emacsen that provide `libxml-parse-html-region'.
6608 2010-11-01  Glenn Morris  <rgm@gnu.org>
6610         * mm-util.el (gnus-completing-read): Autoload.
6611         (mm-read-coding-system): Simplify Emacs definition.
6613         * nnmail.el (gnus-activate-group):
6614         * nnimap.el (gnutls-negotiate):
6615         * nntp.el (netrc-parse): Fix declarations.
6617 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6619         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
6620         string-match-p in Emacs >=23.
6622         * gnus-msg.el (gnus-configure-posting-styles):
6623         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
6625 2010-11-01  Glenn Morris  <rgm@gnu.org>
6627         * nnir.el (declare-function): Add compat stub.
6628         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
6629         (nnir-run-gmane): Require 'mm-url.
6631         * mm-util.el (mm-string-to-multibyte): Simplify.
6633         * shr.el (declare-function): Add compat stub.
6634         (url-cache-create-filename): Declare.
6635         (mm-disable-multibyte, widget-convert-button): Autoload.
6637         * smime.el (ldap-search): Declare.
6638         (smime-cert-by-ldap-1): Require ldap on Emacs.
6640         * nnimap.el: Require nnmail, and gnus-sum when compiling.
6641         (nnimap-keepalive): Use gnus-float-time.
6643         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
6644         (mail-source-delete-crash-box): Use gnus-float-time.
6646         * gnus-dired.el (gnus-completing-read): Autoload.
6648         * mm-view.el (gnus-rescale-image): Autoload.
6650         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
6652         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
6654         * sieve-manage.el: Require 'cl when compiling.
6656         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
6657         (gnus-iswitchb-completing-read): Require iswitchb.
6658         (gnus-select-frame-set-input-focus): Silence compiler.
6660 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6662         * message.el (message-subject-trailing-was-query): Change default to t,
6663         since I think that's what most people want.
6665         * nnimap.el (nnimap-request-accept-article): Erase buffer before
6666         appending for easier debugging.
6667         (nnimap-wait-for-connection): Take a regexp.
6668         (nnimap-request-accept-article): Wait for the continuation line before
6669         sending anything unless we're streaming.
6671         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
6672         leave the header washing to take place.
6674 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
6676         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
6677         regular expression match and replace in posting styles.
6679 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
6681         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
6682         an entire server.
6683         (nnir-get-active): New function.
6684         (nnir-run-imap): Use it.
6685         (nnir-run-gmane): Who knew, gmane search returns an article score!
6687         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
6688         server on the current line with nnir.
6690 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6692         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
6693         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
6694         left edge.
6695         (gnus-article-foldable-buffer): Skip past the prefix when determining
6696         raggedness.
6698         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
6699         the raw article, and change `C-u g' to show the article without doing
6700         treatments.
6702         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
6703         on to `gnus-treat-article'.
6704         (gnus-inhibit-article-treatments): New variable.
6706         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
6708         * gnus-art.el (gnus-treatment-function-alist): Have
6709         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
6710         (gnus-treat-fill-long-lines): Change default to fill all text/plain
6711         sections.
6713         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
6714         parameter.
6715         (gnus-article-fill-cited-long-lines): New function.
6716         (gnus-article-fill-cited-article): Allow filling only long sections.
6718         * shr.el (shr-find-fill-point): Don't break lines between punctuation
6719         and non-punctuation (like after the apostrophe in "'We").
6721         * gnus-sum.el (gnus-summary-select-article): Make sure
6722         gnus-original-article-buffer is alive.
6724         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
6725         reflect the order they are in the digest.
6727         * gnus.el (gnus-group-startup-message): Move point to the start of the
6728         buffer.
6730         * nnimap.el (nnimap-capability): New function.
6731         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
6732         is set.
6734 2010-10-31  David Engster  <dengste@eml.cc>
6736         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
6737         conform with changes to gnus-completing-read.
6739 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6741         * shr.el (shr-tag-img): Output "*" instead of "[img]".
6743 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
6745         * nnir.el: Move defvar, defcustom around to keep file organized
6746         and keep byte-compiler quiet.
6747         (nnir-read-parms): Accept search-engine as arg.
6748         (nnir-run-query): Pass search-engine as arg.
6749         (nnir-search-engine): Remove.
6751 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6753         * shr.el (shr-generic): The text nodes should be text, not :text.
6755         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
6756         later in the file.
6758 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
6760         * nnir.el: General clean up.  Allow searching with multiple engines.
6761         Allow separate extra-parameters for each engine.
6762         Batch queries when possible.
6763         (nnir-imap-default-search-key,nnir-method-default-engines):
6764         Add customize interface.
6765         (nnir-run-gmane): New engine.
6766         (nnir-engines): Use it.  Qualify all prompts with engine name.
6767         (nnir-search-engine): Remove global variable.
6768         (nnir-run-hyrex): Restore for now.
6769         (nnir-extra-parms,nnir-search-history): New variables.
6770         (gnus-group-make-nnir-group): Use them.
6771         (nnir-group-server): Remove in favor of gnus-group-server.
6772         (nnir-request-group): Avoid searching twice.
6773         (nnir-sort-groups-by-server): New function.
6775 2010-10-30  Julien Danjou  <julien@danjou.info>
6777         * gnus-group.el: Remove gnus-group-fetch-control.
6779         * gnus-start.el (gnus-find-new-newsgroups):
6780         Remove gnus-check-first-time-used.
6782         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
6784 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6786         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
6787         set on groups that don't have \* permanentflags.
6789 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6791         * shr.el (shr-tag-span): Drop colorization of regions since we don't
6792         control the background color.
6793         (shr-tag-img): Ignore very small web bug type images.
6794         (shr-put-image): Add help-echo alt texts to the images.
6795         (shr-tag-video): Show the video poster image.
6797 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6799         * shr.el (shr-table-depth): New variable.
6800         (shr-tag-table-1): Only insert the images after the top-level table.
6802         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
6804         * gnus-util.el (gnus-list-memq-of-list): New function.
6806         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
6807         selected.
6808         (nnimap-unsplittable-articles): New slot.
6809         (nnimap-new-articles): Use it.
6811 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
6813         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
6814         move to the previous line on `M-g'.
6816 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6818         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
6819         *-request-group, which seems unnecessary.
6821         * nnimap.el (nnimap-quote-specials): Function copied over from
6822         imap.el.
6823         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
6824         they support that.  Suggested by Tom Regner.
6826 2010-10-29  Julien Danjou  <julien@danjou.info>
6828         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
6829         defalias.
6830         (gnus-summary-delete-marked-with): Remove obsolete defalias.
6832         * gnus.el: Remove `gnus-nntp-service' variable.
6833         (gnus-secondary-servers): Make obsolete.
6834         (gnus-nntp-server): Make obsolete.
6836         * gnus-start.el (gnus-1): Remove x-splash calls.
6838         * gnus-ems.el (gnus-x-splash): Remove.
6840         * gnus.el (gnus-group-startup-message): Simplify/update code.
6842         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
6843         capability before doing anything.
6844         (gnus-group-insert-group-line): Remove useless
6845         gnus-group-remove-excess-properties.
6847 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6849         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
6851 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6853         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
6854         config after reselecting.
6856 2010-10-28  Julien Danjou  <julien@danjou.info>
6858         * shr.el (shr-put-image): Use point even if only inserting text.
6859         (shr-put-image): Save excursion when inserting alt text on non-graphic
6860         display, so the behavior is the same when we are on a graphic display.
6862         * nnir.el (nnir-run-swish-e): Remove hyrex support.
6864 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6866         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
6867         (gnus-mime-copy-part): Check coding system, not charset.
6868         (gnus-mime-view-part-externally): Never remove part.
6869         (gnus-mime-view-part-internally): Don't remove part here.
6870         (gnus-article-part-wrapper): Make sure MIME tag is visible.
6871         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
6872         multipart/alternative.
6874         * mm-decode.el (mm-display-part): Take optional arg `force'.
6876 2010-10-26  Julien Danjou  <julien@danjou.info>
6878         * gnus-group.el (gnus-group-default-list-level): Add this function to
6879         compute the default list level.
6880         (gnus-group-default-list-level): Add possibility to use a function.
6882 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6884         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
6886         * gnus-group.el (gnus-group-completing-read)
6887         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
6888         gnus-replace-in-string.
6890 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6892         * shr.el (shr-tag-div): Add.
6894 2010-10-25  Julien Danjou  <julien@danjou.info>
6896         * gnus-util.el: Remove `gnus-with-local-quit'.
6898         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
6900 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6902         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
6903         the original article buffer.
6905 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6907         * nnimap.el (nnimap-request-head): New function.
6908         (nnimap-request-move-article): Try to be slightly faster by not
6909         requesting the entire message when moving.
6910         (nnimap-transform-headers): Don't bug out on bodiless articles.
6911         (nnimap-send-command): Have no outstanding messages if the IMAP server
6912         doesn't support streaming.
6913         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
6915 2010-10-24  Julien Danjou  <julien@danjou.info>
6917         * message.el (message-default-headers): Fix type.
6919 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6921         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
6922         prefetching images.
6924         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
6925         backend for unknown groups.  This is mainly useful for nnimap groups.
6927         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
6928         group isn't covered by the agent.
6930 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
6932         * nnir.el (nnir-method-default-engines): New variable.
6933         (nnir-run-query): Use it.
6934         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
6935         (gnus-summary-nnir-goto-thread): Change group if needed.
6937         * gnus-group.el (gnus-group-group-map): Add key binding for
6938         gnus-group-make-nnir-group.
6940 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6942         * shr.el (shr-tag-object): Add.
6944         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
6945         original article buffer live.
6946         (gnus-summary-select-article-buffer):
6947         Mention gnus-widen-article-buffer.
6949 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6951         * shr.el (shr-tag-strong): Add.
6953 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6955         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
6956         group names.  They mess up the group buffer badly.
6958         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
6960         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
6961         instead of the summary one.
6963 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6965         * mml.el (mml-preview): Work properly when editing article.
6967         * gnus-start.el (gnus-read-active-file-1): Don't add method to
6968         gnus-have-read-active-file if it's already been in.
6970 2010-10-22  Tom Tromey  <tromey@redhat.com>
6972         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
6973         gnus-group-completing-read.
6975 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6977         * message.el (message-mode-map): Don't bind M-; to comment region, to
6978         allow the global comment-dwim to work.
6980 2010-10-21  Julien Danjou  <julien@danjou.info>
6982         * message.el (message-setup-1): Allow message-default-headers to be a
6983         function.
6985 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6987         * shr.el (shr-tag-table): Simplify.
6989 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6991         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
6992         to avoid trying to snarf invalid stuff.
6994         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
6996         * gnus.el (gnus-message-archive-group): Quote value.
6997         (gnus-message-archive-group): Mark as changed.
6999         * shr.el (shr-add-font): Don't put the font properties on the newline
7000         or the indentation.
7002         * message.el (message-fix-before-sending): Change options when sending
7003         non-printable characters.
7005         * gnus.el (gnus-message-archive-method): Change the default to
7006         monthly outgoing groups.
7008         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
7009         that have gotten new numbers.
7011         * nnimap.el (nnimap-request-replace-article): New function.
7013 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7015         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
7016         (nnrss-request-article): Don't use special html washing code.
7018 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7020         * shr.el (shr-tag-table): Remove useless nconc.
7022 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7024         * gnus-art.el (article-wash-html): Simplify and remove the charset
7025         stuff.  Use the normal html rendering code instead of the special html
7026         washing code.
7028         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
7029         `gnus-w3m' symbols.
7030         (mm-text-html-washer-alist): Remove.
7032         * mm-decode.el (mm-inline-text-html-renderer): Remove.
7033         (mm-inline-media-tests): Remove use.
7034         (mm-text-html-renderer): Change default to the `shr' symbol.
7036         * mm-view.el (mm-inline-text-html): Remove use.
7038         * gnus-art.el (gnus-blocked-images): New function.  Allow the
7039         `gnus-blocked-images' to be a function.
7040         (gnus-article-wash-function): Remove.
7042 2010-10-20  Julien Danjou  <julien@danjou.info>
7044         * spam.el (spam-list-of-processors): Mark as obsolete.
7046         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
7047         (nnimap-insert-partial-structure): Fix boundary detection.
7049 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
7051         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
7052         run file-truename on remote files.  This can be expensive and even
7053         prevent one from editing drafts if some unrelated buffer has a stale
7054         connection.
7056 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7058         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
7059         kinsoku-eol regardless of shr-kinsoku-shorten.
7060         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
7061         (shr-tag-table): Support caption, thead, and tfoot.
7063 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7065         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
7066         lines.
7067         (shr-save-contents): New command and keystroke.
7069         * nndoc.el (nndoc-type-alist): Add git support.
7070         (nndoc-git-type-p): New function.
7071         (nndoc-transform-git-article): Ditto.
7072         (nndoc-transform-git-headers): Ditto.
7073         (nndoc-transform-git-headers): Generate Subject headers.
7075         * shr.el (shr-parse-style): New function.
7076         (shr-tag-span): Ditto.
7078         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
7079         to `G G' to avoid collisions.
7081 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7083         * shr.el: Load kinsoku if necessary.
7084         (shr-kinsoku-shorten): New internal variable.
7085         (shr-find-fill-point): Make kinsoku shorten text line if
7086         shr-kinsoku-shorten is bound to non-nil.
7087         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
7088         shr-indentation too when testing if table is wider than frame width.
7089         (shr-insert-table): Use `string-width' instead of `length' to measure
7090         text width.
7091         (shr-insert-table-ruler): Make sure indentation is done at bol.
7093 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7095         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
7096         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
7097         undecoded network data.
7099 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7101         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
7102         name in the mode line spec so that the mode line menu works
7103         (bug #2431).
7105         * message.el (message-get-reply-headers): If we're fed `to-address',
7106         then always use that.
7108         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
7109         aren't so wide as to need to switch off the edit menu.
7111         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
7112         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
7114         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
7115         `M-g'.
7116         (nnimap-update-info): Update flags/read marks even if \* isn't part of
7117         the permanent marks.
7119 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
7121         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7122         Splitting according to references/in-reply-to obeys the ignore-groups
7123         variable, while splitting by sender and subject do not.
7125 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7127         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
7128         alist, so that we can look for non-Unicode chars.
7129         (article-translate-strings): Allow both character and string maps.
7131 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7133         * shr.el (shr-insert): Don't insert space behind a wide character
7134         categorized as kinsoku-bol, or between characters both categorized as
7135         nospace.
7137 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
7139         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
7140         headers to gnus-newsgroup-headers.
7142 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7144         * shr.el (shr-tag-img): Don't align images -- since we're not
7145         rescaling, this often leads to ugly displays.
7147 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
7149         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
7150         duplicates.
7152 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
7154         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
7155         call.
7157 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7159         * gnus.el: Autoload gnus-html-show-images.
7161         * nnimap.el: Use nnheader-message throughout.
7163         * shr.el (shr-tag-img): Ignore images with no data.
7165 2010-10-15  Julien Danjou  <julien@danjou.info>
7167         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
7168         a possibility to disable format=flow encoding when using hard newlines.
7170 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7172         * shr.el (shr-insert): Remove space inserted before or after a
7173         breakable character or at the beginning or the end of a line.
7174         (shr-find-fill-point): Do kinsoku; find the second best point or give
7175         it up if there's no breakable point.
7177 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7179         * nnimap.el (nnimap-open-connection): Message when opening connection
7180         for debugging purposes.
7182         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
7183         on every setup buffer call to allow this to change from article to
7184         article.
7186         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
7187         buffers where we have a wide table.
7189 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
7191         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
7192         uses *-request-thread.
7194 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7196         * nnimap.el (nnimap-open-connection): Remove %s from openssl
7197         incantation, which is no longer valid.
7199 2010-10-14  Julien Danjou  <julien@danjou.info>
7201         * shr.el: Fix defcustom type (char -> character).
7203 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7205         * nnimap.el (nnimap-open-connection): tls-program should be a list of
7206         programs.
7208 2010-10-14  Julien Danjou  <julien@danjou.info>
7210         * shr.el (shr-tag-a): Use url-link as widget type.
7212         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
7213         `gnus-group-get-icon'.
7215 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7217         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
7218         This should make server editing work better.
7220         * shr.el (shr-find-fill-point): Don't inloop on indented text.
7222         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
7223         (nnimap-parse-flags): Fix regexp.
7225         * shr.el (shr-find-fill-point): Use a filling algorithm that should
7226         probably work for CJVK text, too.
7228         * nnimap.el (nnimap-extend-tls-programs): Remove.
7229         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
7231 2010-10-13  Julien Danjou  <julien@danjou.info>
7233         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
7234         responses.
7236 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7238         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
7240         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
7241         anything in Emacs.
7243         * shr.el (shr-current-column): Remove buggy and unnecessary function.
7245 2010-10-13  Julien Danjou  <julien@danjou.info>
7247         * shr.el (shr-width): Make shr-width a defcustom with default to
7248         fill-column.
7249         (shr-tag-img): Use shr-width rather than fill-column.
7251 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7253         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
7255         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
7256         position when (X-)Faces exist.
7257         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
7258         avatars when called interactively.
7260 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7262         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
7263         gnus-article-x-face-too-ugly is bound.
7265 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7267         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
7269         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
7270         mailbox that doesn't exist.
7272 2010-10-12  Julien Danjou  <julien@danjou.info>
7274         * shr.el (shr-tag-img): Encode URL properly when retrieving.
7275         (shr-get-image-data): Encode URL properly when fetching from cache.
7276         (shr-tag-img): Use aligned-to spaces to align correctly images.
7278         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
7279         before inserting the Gravatar.
7281         * shr.el (shr-tag-img): Add align attribute support for <img>.
7283 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7285         * gnus-gravatar.el (gnus-art): Require.
7287         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
7288         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
7289         Remove long obsoleted functions.
7291 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7293         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
7295         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
7296         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
7297         * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
7298         * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
7299         * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
7300         * rfc1843.el, sieve-manage.el, smime.el, spam.el:
7301         Fix comment for declare-function.
7303 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7305         * nnimap.el (nnimap-request-rename-group): Select group read-only
7306         before renaming it.
7308         * shr.el (shr-insert): Fix up the white space only regexp.
7310         * nnimap.el (nnimap-transform-split-mail): Not all articles have
7311         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
7313         * shr.el (shr-current-column): New function.
7314         (shr-find-fill-point): New function.
7316 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
7318         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
7319         numbers.
7321 2010-10-11  Julien Danjou  <julien@danjou.info>
7323         * shr.el (shr-hr-line): Add.
7324         (shr-tag-hr): Use shr-hr-line to specify which character to use to
7325         display hr lines.
7326         (shr-max-columns): Do not change state to nil if we just inserting
7327         spaces.
7329 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7331         * gnus-topic.el (gnus-topic-read-group): If after the last group,
7332         select the last group.
7334 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
7336         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
7338 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7340         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
7341         for Gnus.
7342         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
7343         (nnimap-update-qresync-info): Mark \Seen articles as read.
7345         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
7346         non-variable, too.
7348         * nnimap.el (nnimap-open-connection): Use GnuTLS STARTTLS, if
7349         available.
7350         (nnimap-update-info): Rely more on the current active than the param
7351         active to avoid marking articles as read too much.
7353         * auth-source.el (auth-source-create): Use (user-login-name) for the
7354         user name default.
7356         * nnimap.el (nnimap-update-info): If the server doesn't return any
7357         useful info, just use the previous info.
7358         (nnimap-update-info): Prefer old info over start-article.
7359         (nnimap-update-qresync-info): Finish implementing QRESYNC.
7361 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
7363         * nnir.el (autoload): Clean up autoloads.
7364         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
7365         Use key rather than value.
7366         (nnir-imap-search-other): New variable.
7367         (nnir-read-parm): Use it.
7368         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
7369         (gnus-summary-nnir-goto-thread): Modify to work with imap.
7371 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7373         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
7374         the process, too.
7376 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7378         * spam.el (gnus-summary-mode-map): Bind to "$".
7379         Suggested by Russ Allbery.
7381         * shr.el: Rework the way things are indented by <li> slightly.
7383         * gnus.el (gnus-group-set-parameter): Fix typo.
7385         * nnimap.el: Start implementing QRESYNC support.
7387 2010-10-09  Julien Danjou  <julien@danjou.info>
7389         * nnir.el (nnir-engines): Fix too many arguments.
7391 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7393         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
7394         group is the "last", so that the backends like nnfolder actually save
7395         their folders.
7397         * nnimap.el (nnimap-open-connection): If we have GnuTLS loaded, then
7398         try to use that for the TLS stream.
7399         (nnimap-retrieve-group-data-early): Rework the marks code to heed
7400         UIDVALIDITY and find out which groups are read-only and not.
7401         (nnimap-get-flags): Use the same marks parsing code as the rest of
7402         nnimap.
7404 2010-10-09  Julien Danjou  <julien@danjou.info>
7406         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
7408         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
7409         retrieving gravatars.
7411         * shr.el (shr-table-corner): Add.
7412         (shr-table-line): Add.
7413         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
7415 2010-10-08  Julien Danjou  <julien@danjou.info>
7417         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
7419 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
7421         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
7423         * gnus-sum.el (gnus-mark-article-as-unread)
7424         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
7425         (gnus-summary-set-bookmark): Use it.
7427         * gnus-msg.el (gnus-setup-message): Use it.
7429         * gnus-demon.el (gnus-demon-remove-handler): Use it.
7431         * gnus.el (gnus-group-remove-parameter): Use it.
7433         * gnus-group.el (gnus-group-make-web-group): Use it.
7435         * gnus-demon.el (gnus-demon-remove-handler): Use it.
7437         * nnregistry.el: Update docs to mention manual.
7439         * gnus-registry.el: Update docs to mention nnregistry.el.
7440         (gnus-registry-initialize): Don't install nnregistry refer method
7441         automatically.
7442         (gnus-registry-install-nnregistry): Remove it.
7444 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7446         * shr.el (shr-insert): Don't insert double spaces.
7448 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7450         * gnus-gravatar.el (gnus-treat-from-gravatar)
7451         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
7452         called interactively.
7454         * gnus-art.el (gnus-mime-view-part-externally)
7455         (gnus-mime-view-part-internally): Make predicate function passed to
7456         gnus-mime-view-part-as-type assume argument is a mime type, not a list
7457         of a mime type.
7459         * shr.el (shr-table-widths): Don't use cl function `reduce'.
7461 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7463         * shr.el (require): Require cl when compiling.
7464         (shr-tag-hr): New function.
7466         * nnimap.el (nnimap-update-info): Remove double setting of high.
7467         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
7468         This makes nnimap work properly on Courier again.
7470         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
7471         the variable for backwards compatibility.
7473         * mm-decode.el (mm-save-part): If given a non-directory result, expand
7474         the file name before using to avoid setting mm-default-directory to
7475         nil.
7477         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
7478         bidning gnus-agent variables.
7480         * shr.el (shr-render-td): Use a cache for the table rendering function
7481         to avoid getting an exponential rendering behavior in nested tables.
7482         (shr-insert): Rework the line-breaking algorithm.
7483         (shr-insert): Don't leave trailing spaces.
7484         (shr-insert-table): Also insert empty TDs.
7485         (shr-tag-blockquote): Ensure paragraphs after </ul>.
7487 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7489         * gnus-sum.el (gnus-number): Rename from `number'.
7490         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
7491         (gnus-summary-limit-children): Update uses correspondingly.
7493 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7495         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
7496         (gnus-gravatar-transform-address): Don't show avatars of people of
7497         which mail addresses match gnus-gravatar-too-ugly.
7499 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7501         * shr.el (shr-table-widths): Expand TD elements to fill available
7502         space.
7504 2010-10-07  Julien Danjou  <julien@danjou.info>
7506         * nnimap.el (nnimap-request-rename-group): Add this method.
7508 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7510         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
7511         name from XEmacs' function-arglist.
7513         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
7514         gravatar under XEmacs.
7516 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
7518         * auth-source.el: Update docs with TODO items.
7520         * gnus-sync.el: Update docs to explain state and plans.
7522         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
7523         Hooks for mark updates.
7524         (gnus-request-set-mark, gnus-request-update-mark): Use them.
7526         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
7527         hooks with arguments, which is needed for mark update hooks.
7529 2010-10-06  Julien Danjou  <julien@danjou.info>
7531         * gnus.el (gnus-expand-group-parameter): Only return and act on what
7532         was matched.
7534         * sieve-manage.el: Update example in `Commentary'.
7536         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
7538         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
7539         not 2000.
7540         (sieve-manage-authenticate): Re-add function.
7542 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7544         * shr.el (shr-insert): Get 'space transition right.
7545         (shr-render-td): Only delete space at the end of the TD.
7547         * nnimap.el (nnimap-open-connection): Prepare to support
7548         open-gnutls-stream.
7550         * shr.el: Rearrange function order to be more logical.
7552 2010-10-06  Julien Danjou  <julien@danjou.info>
7554         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
7555         (nnrss-discover-feed): Remove 404 URL in docstring.
7557         * nnir.el: Fix Swish-E URL.
7558         Fix Namazu URL.
7560         * message.el (message-change-subject): Remove 404 URL in a comment.
7562 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7564         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
7565         called interactively.
7567         * gnus-util.el (gnus-remove-if): Allow hash table.
7568         (gnus-remove-if-not): New function.
7570         * gnus-art.el (gnus-mime-view-part-as-type):
7571         * gnus-score.el (gnus-summary-score-effect):
7572         * gnus-sum.el (gnus-read-move-group-name):
7573         Replace remove-if-not with gnus-remove-if-not.
7575         * gnus-group.el (gnus-group-completing-read):
7576         Regard collection as a hash table if it is not a list.
7578 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7580         * shr.el (shr-render-td): Allow blank/missing <TD>s.
7582         * shr.el: Document the table-rendering algorithm.
7584         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
7585         invalid URLs.
7587         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
7588         line-broken.
7589         (shr-tag-img): Ignore image fetching errors.
7590         (shr-overlays-in-region): Compute overlay positions correctly.
7592         * mm-decode.el (mm-shr): Require shr.
7594         * gnus-art.el (gnus-blocked-images): Move variable here.
7596         * shr.el (shr-insert-table): Bind free variable.
7598         * mm-decode.el (mm-shr): Bind shr-content-function.
7600         * shr.el (shr-content-function): New variable.
7602         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
7603         added for symmetry.
7605         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
7607         * gnus-group.el (gnus-group-make-group): Doc fix.
7609         * nnimap.el (nnimap-request-newgroups): Return success.
7611         * shr.el (shr-find-elements): New function.
7612         (shr-tag-table): Put all the images after the table.
7613         (shr-tag-table): Really inhibit images inside the table.
7614         (shr-collect-overlays): Copy over overlays from the TD elements to the
7615         main document.
7617         * mm-decode.el (mm-shr): Bind shr-blocked-images to
7618         gnus-blocked-images.
7620 2010-10-05  Julien Danjou  <julien@danjou.info>
7622         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
7624         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
7625         (gnus-html-maximum-image-size): Add this function.
7626         (gnus-html-put-image): Use gnus-html-maximum-image-size.
7628         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
7629         server-value of the capability is nil.
7631 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7633         * shr.el (shr-tag-em): Add <EM> tag.
7635 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
7637         * sieve-manage.el (sieve-manage-default-stream): Make default stream
7638         customizable.
7640         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
7641         handing broken links to browse-url.
7643 2010-10-05  Julien Danjou  <julien@danjou.info>
7645         * gnus-util.el (gnus-emacs-completing-read)
7646         (gnus-iswitchb-completing-read): Use autoload rather than require.
7648 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7650         * gnus-util.el (gnus-completing-read-function): Exclude
7651         gnus-icompleting-read and gnus-ido-completing-read from candidates for
7652         XEmacs since iswitchb.el is very old and ido.el is unavailable in
7653         XEmacs.
7655         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
7656         not to use `delete-dups' that is unavailable in XEmacs 21.4.
7658         * gnus-html.el: Don't require help-fns under XEmacs.
7659         (gnus-html-schedule-image-fetching): Work for XEmacs.
7661         * mm-decode.el (mm-shr): Decode contents by charset.
7663 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7665         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
7666         unknown.
7668         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
7669         (shr-get-image-data): Ensure against the cache file missing.
7671         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
7672         for data.
7674         * spam-report.el (spam-report-url-ping-plain): Don't query about
7675         killing the process.
7677         * shr.el (shr-render-td): Protect against too-wide text.
7679 2010-10-04  Julien Danjou  <julien@danjou.info>
7681         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
7682         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
7684         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
7685         retrieved.
7687 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7689         * shr.el (browse-url): Require.
7690         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
7691         lines.
7692         (shr-show-alt-text, shr-browse-image): New commands.
7693         (shr-browse-url, shr-copy-url): New commands.
7695         * gnus-sum.el (gnus-widen-article-window): New variable.
7696         (gnus-summary-select-article-buffer): Use it.
7698         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
7699         without @ signs.
7701 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
7703         * nnir.el (nnir-run-imap): Remove spurious space in search string.
7705 2010-10-04  Julien Danjou  <julien@danjou.info>
7707         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
7708         for XEmacs.
7710 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7712         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
7714         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
7715         (nnimap-close-server): Implement.
7717         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
7718         (shr-insert): Tweak line breaking.
7719         (shr-insert): Handle <pre> better.
7720         (shr-tag-li): Get <li> indentation right.
7721         (shr-tag-li): Get <li> indentation even righter.
7722         (shr-tag-blockquote): Ensure paragraph start.
7723         (shr-make-table): Tweak table generation.
7724         (shr-make-table): Fix typo.
7726         * shr.el: Implement table rendering.
7728 2010-10-04  Julien Danjou  <julien@danjou.info>
7730         * gnus-html.el (gnus-html-put-image): Fix resize image code.
7732 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7734         * shr.el (shr-insert): Use string anchors instead of line anchors.
7736 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7738         * shr.el: Add headings.
7739         (shr-ensure-paragraph): Actually work.
7740         (shr-tag-li): Make <ul> prettier.
7741         (shr-insert): Get white space at the beginning/end of elements right.
7742         (shr-tag-p): Collapse subsequent <p>s.
7743         (shr-ensure-paragraph): Don't insert double line feeds after blank
7744         lines.
7745         (shr-insert): \t is also space.
7746         (shr-tag-s): Fix "s" tag name function.
7747         (shr-tag-s): Fix face prop name.
7749 2010-10-03  Julien Danjou  <julien@danjou.info>
7751         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
7753         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
7754         gnus-window-inside-pixel-edges.
7756         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
7757         gnus-ems.
7759         * mm-view.el (mm-inline-image-emacs): Support image resizing.
7761         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
7762         function.
7764         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
7765         resize choice.
7767 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7769         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
7770         beginning of the buffer.
7772         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
7773         article buffer again.
7775         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
7777         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
7778         when it's at the start of the buffer.
7780         * shr.el (shr-tag-blockquote): Convert name.
7781         (shr-rescale-image): Use the right image-size variant.
7783         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
7784         buffer isn't shown, then select the current article first instead of
7785         bugging out.
7786         (gnus-summary-select-article-buffer): Show both the article and summary
7787         buffers again.
7789         * shr.el (shr-fontize-cont): Protect against regions with no text.
7790         Rename tag functions to shr-tag-* for enhanced security.
7791         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
7793 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
7795         * shr.el (shr-insert):
7796         * pop3.el (pop3-movemail):
7797         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
7798         loaded.
7800 2010-10-03  Glenn Morris  <rgm@gnu.org>
7802         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
7804         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
7806         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
7808         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
7810         * gnus-util.el (gnus-make-local-hook): Simplify.
7812 2010-10-02  Julien Danjou  <julien@danjou.info>
7814         * gnus-util.el (gnus-iswitchb-completing-read): New function.
7815         (gnus-ido-completing-read): New function.
7816         (gnus-emacs-completing-read): New function.
7817         (gnus-completing-read): Use gnus-completing-read-function.
7818         Add gnus-completing-read-function.
7820 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7822         * shr.el (shr-insert-document): Autoload.
7823         (shr-img): Be silent.
7824         (shr-insert): Add a newline after every picture before text.
7825         (shr-add-font): Use overlays for combining faces.
7826         (shr-insert): Pass upwards the text start point.
7828         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
7829         possible.
7830         (mm-shr): New function.
7832 2010-10-02  Julien Danjou  <julien@danjou.info>
7834         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
7835         should go backward.
7837 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
7839         * shr.el (shr): Fix typo in provide call.
7841 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7843         * shr.el: New file.
7845         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
7847         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
7848         completing read.
7850 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7852         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
7853         we're being queried about.  Suggested by Dan Jacobson.
7855         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
7856         Suggested by Jason Eisner.
7858         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
7859         table, too.  Suggested by Stefan Wiens.
7860         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
7861         the table unnecessary.  Suggested by Stefan Wiens.
7863         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
7864         longer needed, and probably doesn't work either, as pointed out by
7865         Stefan Wiens.
7866         (gnus-summary-exit): Remove call to the clearing function.
7867         (gnus-summary-exit-no-update): Ditto.
7869         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
7870         instead of gnus-eval-in-buffer-window to avoid popping up frames.
7871         Reported by Stefan Monnier.
7872         (gnus-summary-save-in-rmail): Ditto.
7874         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
7875         article buffer, instead of both the article buffer and the summary
7876         buffer.  Sort of suggested by Dan Jacobson.
7878         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
7880         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
7881         Suggested by Dan Jacobson.
7883         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
7884         documentation clearer.
7886         * message.el (message-shorten-references): Comment on the number "21".
7887         Suggested by Stefan Monnier.
7889         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
7890         Suggested by Dan Jacobson.
7892         * gnus.el (gnus-large-newsgroup):
7893         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
7895         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
7896         externalize attachments.  Bug reported by Steve Wen.
7898         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
7899         really message anything to the user.
7901         * nnmail.el (nnmail-article-group): Allow using the fancy split method
7902         directly.
7904         * nnimap.el (nnimap-request-group): Low higher than high to signal no
7905         messages in empty groups.
7907 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
7909         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
7910         non-UIDNEXT group.
7912 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7914         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
7915         not the value from the collection.
7917         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
7918         values.  This sometimes happens on some groups that have no info.
7919         (nnimap-request-newgroups): New function.
7921 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
7923         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
7924         check into `gnus-registry-initialize'.
7925         (gnus-registry-initialize): Ditto.
7926         Fix and extend header docs.
7928 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7930         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
7931         regexp backtrace overflows.
7933         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
7934         for starttls that tls.el implements; i.e. openssl.
7936 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7938         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
7939         (gravatar-create-image): New function that's an alias to
7940         gnus-xmas-create-image, gnus-create-image, or create-image.
7941         (gravatar-data->image): Use it.
7943 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
7945         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
7946         install the nnregistry refer method.
7947         (gnus-registry-install-hooks): Use it.
7948         (gnus-registry-unfollowed-groups): Add nnmairix to the default
7949         unfollowed groups.
7951 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
7953         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
7954         expanding threads.
7956 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7958         * nnir.el: Use the server names without suffixes (bug #7009).
7960         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
7961         unencrypted to STARTTLS, if possible.
7963 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
7965         * message.el (message-ignored-supersedes-headers): Strip Injection-*
7966         headers before superseding.
7968 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7970         * nnrss.el (nnrss-use-local): Add documentation.
7972         * nnimap.el (nnimap-extend-tls-programs): New function.
7973         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
7974         (nnimap-wait-for-connection): Accept the greeting from the stupid
7975         output from openssl s_client -starttls, too.
7977         * nnimap.el (nnimap-find-article-by-message-id): Really return the
7978         article number.
7979         (nnimap-split-fancy): New variable.
7980         (nnimap-split-incoming-mail): Use it.
7982         * nntp.el (nntp-server-list-active-group): Document.
7984         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
7985         SELECT to get the message-id.
7987         * mail-source.el (mail-sources): Remove webmail support.
7988         (defvar): Ditto.
7989         (mail-source-fetcher-alist): Ditto.
7990         (mail-source-fetch-webmail): Remove.
7992         * webmail.el: Remove -- doesn't seem relevant any more.
7994         * gnus.el: Fix up make-obsolete-variable declarations throughout.
7996         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
7997         the \r.
7999 2010-09-30  Julien Danjou  <julien@danjou.info>
8001         * gnus-agent.el (gnus-agent-add-group): Fix call to
8002         gnus-completing-read.
8004 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8006         * nndoc.el (nndoc-retrieve-groups): New function.
8008         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
8009         `default', use nnmail-split-methods.
8010         (nnimap-request-article): Downcase the NILs so that they are nil.
8012         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
8013         symbol.
8015         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
8016         code, since if the user has requested network, that's what they ought
8017         to get.
8018         (nnimap-request-set-mark): Erase the buffer before issuing commands.
8019         (nnimap-split-rule): Mark as obsolete.
8021         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
8022         New variable.
8024         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
8025         correct slot, too.
8027 2010-09-29  Julien Danjou  <julien@danjou.info>
8029         * gnus.el (gnus-local-domain): Declare variable obsolete.
8031         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
8032         Fix history computing.
8033         (gnus-ido-completing-read): Require ido.
8035 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8037         * gnus-registry.el: Don't prompt on load, which makes it impossible to
8038         build Gnus.
8040         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
8041         when interpreting the structures.
8042         (nnimap-request-accept-article): Add \r\n to the lines to make this
8043         work with Cyrus.
8045         * nndraft.el (nndraft-request-expire-articles): Use the group name
8046         instead if "nndraft".  Fix found by Nils Ackermann.
8048 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
8050         * nnregistry.el: Add.
8052 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8054         * nnmail.el (group, group-art-list, group-art):
8055         Remove unneeded directives.
8057 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8059         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
8060         (mm-mime-charset):
8061         * rfc2047.el (rfc2047-syntax-table):
8062         * utf7.el (utf7-utf-16-coding-system): Comment fix.
8064         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
8065         rather than `insert-file-contents' and `eval-region'.
8067 2010-09-29  Julien Danjou  <julien@danjou.info>
8069         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
8070         replacement of `gnus-gravatar-relief' to mimic
8071         `gnus-faces-properties-alist'.
8072         Add :version property.
8074 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8076         * mail-source.el (mail-source-report-new-mail):
8077         * message.el (message-default-mail-headers):
8078         * mm-decode.el (mm-valid-image-format-p): Comment fix.
8080         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
8082 2010-09-28  Julien Danjou  <julien@danjou.info>
8084         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
8085         mail-address contains the same string as real-name.
8087         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
8088         non-blank in header, otherwise it'll get stripped.
8090         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
8091         real-name, and then for mail address rather than doing : or , search.
8093 2010-09-27  Julien Danjou  <julien@danjou.info>
8095         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
8096         right completing-read function.
8097         (gnus-use-ido): New variable
8098         (gnus-completing-read-with-default): Remove.
8099         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
8100         (gnus-agent-add-group):
8101         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
8102         * mm-view.el (mm-view-pkcs7-decrypt):
8103         * mm-util.el (mm-codepage-setup):
8104         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
8105         * mml-smime.el (mml-smime-openssl-sign-query):
8106         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
8107         (mml-insert-multipart):
8108         * gnus-msg.el (gnus-summary-yank-message):
8109         * gnus-int.el (gnus-start-news-server):
8110         * mm-decode.el (mm-interactively-view-part):
8111         * gnus-dired.el (gnus-dired-attach):
8112         * gnus.el (gnus-read-method):
8113         * gnus-bookmark.el (gnus-bookmark-jump):
8114         * gnus-art.el (gnus-mime-view-part-as-type)
8115         (gnus-mime-action-on-part, gnus-article-encrypt-body):
8116         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
8117         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
8118         * nnmairix.el (nnmairix-create-server-and-default-group)
8119         (nnmairix-update-groups, nnmairix-get-server)
8120         (nnmairix-backend-to-server, nnmairix-goto-original-article)
8121         (nnmairix-get-group-from-file-path):
8122         * nnrss.el (nnrss-find-rss-via-syndic8):
8123         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
8124         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
8125         (gnus-group-browse-foreign-server):
8126         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
8127         (gnus-summary-execute-command, gnus-summary-respool-article)
8128         (gnus-read-move-group-name):
8129         * gnus-score.el (gnus-summary-increase-score)
8130         (gnus-summary-score-effect):
8131         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
8133 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8135         * nnimap.el (auth-source-forget-user-or-password)
8136         (auth-source-user-or-password): Autoload.
8138         * message.el (message-from-style, message-interactive)
8139         (message-signature): Remove comment.
8140         (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
8141         always.
8142         (message-sendmail-envelope-from): Comment fix.
8143         (message-yank-prefix): Default to mail-yank-prefix always.
8144         (message-indentation-spaces):
8145         Default to mail-indentation-spaces always.
8146         (message-signature-file): Default to mail-signature-file always.
8148 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8150         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
8151         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
8152         new articles.
8154         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
8155         parts.
8156         (nnimap-request-article): Work with the t setting, too.
8158         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
8159         that you don't get flashes of other buffers.
8160         (gnus-summary-show-complete-article): Intern before setting.
8162 2010-09-27  David Engster  <dengste@eml.cc>
8164         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
8165         well as HEADERS.
8166         (nnmairix-retrieve-headers): Provide new argument for the above.
8168 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8170         * gnus-sum.el (gnus-summary-move-article): Don't alter
8171         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
8172         group.
8174         * nnimap.el (nnimap-update-info): Don't destructively alter active.
8176         * message.el (message-cite-prefix-regexp): Revert my last edit.
8178         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
8179         variable instead of the Gnus variable.
8181         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
8183         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
8185         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
8186         since some servers don't like it.
8187         (nnimap-open-connection): Forget credentials if the server says the
8188         password was wrong.
8189         (nnimap-parse-line): Protect against invalid data.
8191         * gnus-sum.el (gnus-summary-move-article): Add comment.
8192         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
8193         nothing alters it while scanning for new messages.
8195         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
8196         which may or may not help.
8197         (nnimap-open-connection): If we're doing a stream connection, and then
8198         discover we're on a STARTTLS-capable server, then open a STARTTLS
8199         connection instead.
8201 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8203         * nnimap.el (utf7): Require.
8205         * message.el (message-cite-prefix-regexp): Remove "}" from citation
8206         prefix.
8208 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
8210         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
8212 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8214         * nnimap.el (nnimap-request-accept-article): Message the error on
8215         error.
8217 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8219         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
8221 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8223         * nndoc.el (nndoc-request-list): Return success always.
8225         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
8226         `fetch-old' -- we only want to fetch the articles we've requested.
8227         The rest are in the agent, probably.
8228         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
8229         disappeared server" to something low.  It's not important.
8231         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
8232         arrived before the FETCH data.
8234         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
8235         target here, because we don't know the Gnus name of the group.
8237         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
8238         for the correct group.
8240         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
8242         * gnus.el (gnus): Give a final warning after startup.
8244         * gnus-util.el (gnus-action-message-log): New variable.
8245         (gnus-message): Use it.
8246         (gnus-final-warning): New function.
8248         * nnimap.el (nnimap-open-connection): Record the greeting.
8249         (nnimap): Add greeting.
8251 2010-09-26  Julien Danjou  <julien@danjou.info>
8253         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
8254         arguments.
8255         (gnus-html-wash-images): Fix spec computing to include start/end.
8257         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
8259 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8261         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
8262         deletion.
8263         (nnimap-retrieve-headers): Don't select the group, because that's
8264         already done by nnimap-possibly-change-group.
8266         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
8267         (gnus-picon-transform-address): Use it.
8269         * mail-source.el (mail-source-value): Revert previous patch.
8271         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
8272         on failure.
8273         (nnimap-open-connection): Look up both virtual and physical server name
8274         credentials.
8276         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
8278 2009-02-08  Dave Love  <fx@gnu.org>
8280         * gnus-win.el (gnus-window-to-buffer-helper)
8281         (gnus-all-windows-visible-p): Function needn't be a symbol.
8283         * mail-source.el (mail-source-value): Function needn't be a symbol.
8285 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8287         * message.el (message-cite-prefix-regexp): Remove } from the cite
8288         prefix.
8290         * gnus-art.el (gnus-treatment-function-alist): Do picons before
8291         highlight again, so that the highlight is correct.
8293         * gnus-picon.el (gnus-picon): Remove again.
8294         (gnus-picon-create-glyph): Set the background XPM color explicitly.
8296         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
8297         doing the header highlightling, so that the background color of the
8298         picon is correct.
8300         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
8301         (gnus-picon): Ditto.
8302         (gnus-picon): Reinstate.  The background color for picons is white.
8303         (gnus-picon-insert-glyph): Make the background white.
8305         * nnml.el (nnml-open-nov): Don't return dead buffers.
8307         * auth-source.el (auth-source-create): Query the user for whether to
8308         store the credentials.
8310         * auth-source.el (auth-source-user-or-password): Use the existing auth
8311         sources, if any, for creation.
8313         * gnus.el (gnus-group-fast-parameter): Return the last matching
8314         parameter instead of the first matching parameter.
8316 2010-09-26  Julien Danjou  <julien@danjou.info>
8318         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
8320 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8322         * mml2015.el (mml2015-use): Remove gpg support.
8324         * mml1991.el (mml1991-function-alist): Remove gpg function.
8325         (mml1991-gpg-sign): Remove.
8327 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
8329         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
8330         (gnus-browse-unsubscribe-current-group): Document it.
8331         (gnus-browse-unsubscribe-group): Use it.
8333 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8335         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
8336         address to the To list for easier response.
8338         * gnus.el (gnus-play-startup-jingle): Remove.
8339         (gnus-splash): Don't play jingle.
8340         (gnus): Silence gnus-load message.
8342         * gnus-art.el (gnus-treat-play-sounds): Remove.
8344         * gnus.el (gnus-play-jingle): Remove audio support.
8346         * gnus-cus.el (gnus-score-customize): Remove audio reference.
8348         * earcon.el: Remove -- no users.
8350         * gnus-audio.el: Remove -- no users of this package.
8352         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
8354         * gnus-start.el (gnus-setup-news): Remove nocem support.
8356         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
8358         * gnus.el (gnus-use-nocem): Remove.
8360         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
8361         Remove.
8363         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
8364         uses NoCeM any more.
8366         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
8367         (gnus-button-ctan-handler): Ditto.
8368         (gnus-button-handle-ctan-bogus-regexp): Ditto.
8369         (gnus-button-ctan-directory-regexp): Ditto.
8370         (gnus-button-handle-ctan): Ditto.
8371         (gnus-button-tex-level): Ditto.
8372         (gnus-button-alist): Remove CTAN stuff.
8374 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8376         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
8377         nnimap-streaming test.
8379         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
8380         servers twice.
8382         * nnimap.el (nnimap-open-connection): Add more error reporting when
8383         nnimap fails early.
8385         * nnheader.el (nnheader-get-report-string): New function.
8386         (nnheader-get-report): Use it.
8388         * gnus-int.el (gnus-check-server): Say what the error was when opening
8389         failed.
8391         * nnimap.el (nnimap-wait-for-response): Search further when we're not
8392         using streaming.
8394 2010-09-25  Julien Danjou  <julien@danjou.info>
8396         * gnus-html.el (gnus-html-rescale-image): Use our defalias
8397         gnus-window-inside-pixel-edges.
8399 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8401         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
8403         * mm-decode.el (mm-save-part): Allow saving to other directories the
8404         normal Emacs way.
8406         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
8407         Suggested by Jay Berkenbilt.
8409         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
8410         there isn't a single byte.
8412         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
8413         just do it.  It doesn't really seem to matter what the user responds
8414         here, I think, so it's just a confusing question.
8416         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
8417         non-streaming case.
8419         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
8420         (gnus-article-encrypt-body): Use it.
8422         * gnus-sum.el (gnus-summary-show-complete-article): New command and
8423         keystroke.
8425         * nnimap.el (nnimap-find-wanted-parts-1):
8426         Use gnus-fetch-partial-articles.
8428         * gnus-art.el (gnus-fetch-partial-articles): New variable.
8430         * nnimap.el (nnimap-insert-partial-structure): New function.
8431         (nnimap-get-partial-article): New function.
8432         (nnimap-request-article): Use it.
8433         (nnimap-wait-for-response): Return whether the wait was successful.
8434         (nnimap-finish-retrieve-group-infos): Don't do anything if the
8435         retrieval wasn't successful.
8436         (nnimap-retrieve-group-data-early): Allow throttling servers.
8437         (nnimap-streaming): New variable.
8438         (nnimap-fetch-partial-articles): Remove.
8440         * mm-decode.el (mm-with-part): Protect against killed buffers.
8442         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
8443         for prettier summary display.
8445 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
8447         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
8449 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8451         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
8452         apparently third-party libraries depend on it.
8454         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
8455         before starting negotiation.
8457         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
8458         privacy reasons.
8459         (gnus-treat-mail-gravatar): Ditto.
8461         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
8462         buffer when inserting images.  Inserting text into the headers, for
8463         instance, can make them invalid.
8465 2010-09-25  Julien Danjou  <julien@danjou.info>
8467         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
8468         variables.
8470         * nnheader.el: Remove useless variables news-reply-yank-from and
8471         news-reply-yank-message-id.
8473         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
8474         variables.
8476         * mml1991.el: Remove useless mml1991-verbose.
8478         * gnus.el: Remove useless variable gnus-use-generic-from.
8479         Remove obsolete variable gnus-topic-indentation.
8481         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
8483         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
8485         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
8487         * gnus-group.el: Remove useless gnus-group-icon-cache.
8488         Remove useless gnus-ephemeral-group-server.
8490         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
8492         * mml2015.el: Remove useless mml2015-verbose.
8494         * mml-smime.el: Remove useless mml-smime-verbose.
8496         * gnus.el: Remove useless gnus-local-domain.
8498         * gnus-gravatar.el (gnus-gravatar-transform-address):
8499         Use gnus-gravatar-size.
8501         * gnus-art.el: Remove useless gnus-treat-translate.
8503 2010-09-24  Julien Danjou  <julien@danjou.info>
8505         * gnus-sum.el: Add support for Gravatars.
8507         * gnus-art.el: Add support for Gravatars.
8509         * gnus-gravatar.el: Add this file.
8511         * gravatar.el: Add this file.
8513 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8515         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
8517         * gnus-group.el (gnus-group-fetch-faq): Remove.
8519         * gnus.el (gnus-group-faq-directory): Remove.
8521         * gnus-group.el (gnus-group-fetch-charter): Remove.
8523         * gnus.el (gnus-group-charter-alist): Remove.
8525         * gnus-group.el (gnus-group-archive-directory): Remove.
8526         (gnus-group-recent-archive-directory): Ditto.
8527         (gnus-group-make-archive-group): Remove.
8529         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
8531         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
8532         use the same article number for all the cached articles.
8534         * nnimap.el (nnimap-command): Register the last command time so
8535         that we can use it for idling NOOPs.
8536         (nnimap-open-connection): Start the keeplive timer.
8537         (nnimap-make-process-buffer): Store all the process buffers.
8538         (nnimap-keepalive): New function.
8540         * starttls.el (starttls-open-stream): Add autoload cookie.
8542 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
8544         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
8545         handling.
8547 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8549         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
8550         its data structures.
8552         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
8553         instead of the cl.el copy-list.
8554         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
8555         equalp.
8557 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8559         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
8560         and tool-bar-local-item-from-menu.
8562         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
8563         mode-line-highlight face for Emacs.
8565         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
8566         loading gnus-sum.elc; fix comment for canlock-verify.
8567         (gnus-article-jump-to-part): Use read-number.
8568         (gnus-insert-mime-button, gnus-insert-mime-security-button):
8569         Remove Emacs pre-21 compatible code for help-echo.
8570         (gnus-article-next-page-1): No need to adjust the number of lines.
8571         (gnus-article-describe-bindings): Always use help-buffer.
8573         * gnus-audio.el (gnus-audio-inline-sound):
8574         * gnus-cus.el (gnus-custom-mode):
8575         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
8577         * gnus-sum.el (gnus-remove-overlays): Doc fix.
8579         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
8580         compatible code.
8582 2010-09-24  Glenn Morris  <rgm@gnu.org>
8584         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
8585         visiting the fcc file in rmail-mode.
8587 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8589         * nnir.el: Silence the byte compiler.
8591         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
8592         alias to browse-url-url-encode-chars if any.
8593         (gnus-html-encode-url): Use it.
8595 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8597         * gnus-start.el (gnus-use-backend-marks): New variable.
8598         (gnus-get-unread-articles-in-group): Use it.
8600         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
8601         makeover.
8603 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
8605         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
8607 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8609         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
8610         Remove.
8611         (gnus-setup-news-hook):
8612         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
8614         * gnus-int.el (gnus-request-update-info): Protect against backends not
8615         having the function.
8617         * nnimap.el (nnimap-stream): Mention STARTTLS.
8618         (nnimap-open-connection): Add STARTTLS support.
8620 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
8622         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
8624 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8626         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
8627         BODYSTRUCTUREs.
8628         (nnimap-transform-headers): Unfold quoted {42} headers.
8630         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
8631         the info.
8632         (gnus-get-unread-articles): Only call updatep on backends that support
8633         it.
8635         * nnweb.el (nnweb-request-update-info): NOOP.
8637         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
8639         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
8640         since it only deals with marks.
8642         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
8643         gnus-request-marks, and make a new gnus-request-update-info.
8645         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
8646         the active instead of the high number, which is usually too low.
8648 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
8650         * encrypt.el: Remove.
8652 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8654         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
8655         server in symbolic form.
8657         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
8659 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8661         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
8662         (nnimap-update-info): Fix up code slightly.
8664         * gnus-int.el (gnus-open-server): Add tracing for performance
8665         debugging.
8667         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
8668         (gnus-group-insert-group-line): Pass the real group name so that it
8669         gets the right data.
8671         * gnus-start.el (gnus-get-unread-articles): Don't have
8672         `gnus-get-unread-articles-in-group' update info, since that can be
8673         really slow and doesn't seem to be needed?
8675 2010-09-22  Julien Danjou  <julien@danjou.info>
8677         * gnus-group.el (gnus-group-insert-group-line):
8678         Call gnus-group-highlight-line.
8679         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
8680         default hook list.
8681         (gnus-group-update-eval-form): Add new function.
8682         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
8683         (gnus-group-get-icon): Use gnus-group-update-eval-form.
8685 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8687         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
8688         immediate, then expire all articles.
8689         (nnimap-update-info): Fix off-by-one errors.
8690         (nnimap-flags-to-marks): Would return no marks lists for group with no
8691         flags.  Instead return the other data.
8693 2010-09-22  Julien Danjou  <julien@danjou.info>
8695         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
8696         Only return an icon.
8697         (gnus-group-insert-group-line): Compute icon to return.
8699         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
8700         (gnus-html-image-fetched): Only cache if
8701         gnus-html-image-automatic-caching is set.
8702         (gnus-html-image-fetched): Check for errors.
8704 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8706         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
8707         once per method on `g'.  This ensures that backends like nnfolder don't
8708         open all their folders.
8710         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
8711         (nnimap-request-list): Nix out group in the correct buffer.
8712         (nnimap-parse-flags): Implement by using `read' instead of
8713         hand-parsing.
8714         (nnimap-flags-to-marks): Pass on permanent-flags.
8715         (nnimap-make-process-buffer): Record the server name.
8716         (nnimap-parse-flags): Fix typo.
8717         (nnimap-request-scan): Run split on the server in general, not just a
8718         single group.
8720         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
8721         parameter, and propagate this downwards.
8723         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
8724         since EXAMINE changes it on the server.
8726         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
8727         this command might take a while.
8729 2010-09-22  Julien Danjou  <julien@danjou.info>
8731         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
8732         harmful if you have 2 images side-by-side, they can't be properly
8733         update on text deletion.  Using text-property is safer here.
8734         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
8735         data.
8737 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8739         * nnimap.el (nnimap-expunge-inbox): Remove.
8740         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
8741         (nnimap-expunge): Flip default to t.
8743         * gnus.el (gnus-method-to-server): Don't push things to the cache
8744         unless it's unique.
8745         (gnus-server-to-method): Ditto.
8747 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
8749         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
8751 2010-09-22  Julien Danjou  <julien@danjou.info>
8753         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
8754         get the start of data.
8755         (gnus-html-encode-url): Add this function to encode special chars in
8756         URL.
8757         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
8758         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
8760         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
8761         default.
8762         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
8764         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
8765         images alt-text.
8766         (gnus-html-put-image): Put alt-text as help-echo.
8768 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8770         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
8771         * mm-util.el (mm-decompress-buffer):
8772         * nnir.el (nnir-run-find-grep):
8773         * pop3.el (pop3-list): Use 3rd arg of split-string.
8775 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8777         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
8778         outside the active range.  Suggested by Dan Christensen.
8780         * gnus-start.el (gnus-get-unread-articles): Get the extended method
8781         slightly later to avoid double-getting it.
8783         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
8784         previous patch.
8786         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
8788 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
8790         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
8792 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8794         * gnus-int.el (gnus-open-server): Give a better error message in the
8795         "go offline" case.
8797         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
8798         marks for nnimap, which is seldom the right thing to do.
8800         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
8801         (gnus-same-method-different-name): New function.
8803         * nnimap.el (parse-time): Require.
8805         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
8806         method in the presence of many similar methods.
8808         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
8810         * nnimap.el (nnimap-find-expired-articles): Don't refer to
8811         nnml-inhibit-expiry.
8813         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
8814         find out whether methods are equal.
8816         * nnimap.el (nnimap-find-expired-articles): New function.
8817         (nnimap-process-expiry-targets): New function.
8818         (nnimap-request-move-article): Request the article before looking at
8819         what the Message-ID is.  Fix found by Andrew Cohen.
8820         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
8822         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
8823         for oldness in addition to being a predicate.
8825         * nnimap.el (nnimap-request-group): When we have zero articles, return
8826         the right data to Gnus.
8827         (nnimap-request-expire-articles): Only delete articles immediately if
8828         the target is 'delete.
8830         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
8831         method, this would bug out.
8833         * gnus-group.el (gnus-group-expunge-group): Rename from
8834         gnus-group-nnimap-expunge, and implemented as a normal interface
8835         function.
8837         * gnus-int.el (gnus-request-expunge-group): New function.
8839         * nnimap.el (nnimap-request-create-group): Implement.
8840         (nnimap-request-expunge-group): New function.
8842 2010-09-21  Julien Danjou  <julien@danjou.info>
8844         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
8845         (gnus-html-cache-expired): Add new function.
8846         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
8847         wethever we should display image for fetch it.
8848         Compute alt-text earlier to pass it to the fetching function too.
8849         (gnus-html-schedule-image-fetching): Change function argument to only
8850         get one image at a time, not a list.
8851         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
8852         cache.
8853         (gnus-html-get-image-data): New function to retrieve image data from
8854         cache.
8855         (gnus-html-put-image): Change buffer argument to use image data rather
8856         than file, and place image above region rather than inserting a new
8857         one.  Do not take alt-text as argument, since it's useless now: we place
8858         the image above alt-text.
8859         (gnus-html-prune-cache): Remove.
8860         (gnus-html-show-images): Start to fetch image when we find one, do not
8861         push into a temporary list.
8862         (gnus-html-prefetch-images): Only fetch image if they have expired.
8863         (gnus-html-browse-image): Fix, use 'gnus-image-url.
8864         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
8866 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8868         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
8870 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8872         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
8873         spec inser "*" if the group isn't active instead of 0.
8875         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
8876         opening the server.
8877         (nnimap-request-delete-group): Implement group deletion.
8878         (nnimap-transform-headers): Return the size of the entire message in
8879         the Bytes header, not just the size of the first part.
8880         (nnimap-request-move-article): When moving an article from nnimap,
8881         request the article first so the accepting form has an article to
8882         accept.  Reported by Dan Christensen.
8883         (nnimap-command): Make sure that the error message doesn't error out.
8885 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
8887         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
8888         we haven't requested anything.
8890 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8892         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
8893         "".  Fix found by Andrew Cohen.
8895         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
8896         instead of -encode-string.
8898 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8900         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
8902         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
8903         by mm-subst-char-in-string.
8905 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8907         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
8908         waiting for the connection string.
8910         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
8911         arriving.
8913         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
8914         bogus characters.  This allows selecting certain Gmail groups.
8916         * nnimap.el (nnimap-find-wanted-parts-1): New function.
8917         (nnimap-fetch-partial-articles): New variable.
8918         (nnimap-open-connection): When looking for credentials, also use the
8919         nnimap-server-port.
8920         (nnimap-request-article): Return the group/article number, so that Gnus
8921         `^' works as expected.
8922         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
8924         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
8925         comments.
8926         (gnus-methods-sloppily-equal): New function.
8927         (gnus): When using the development version of Gnus, load the gnus-load
8928         file.
8930         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
8931         `gnus-open-server' on each method before trying to scan them etc.
8932         This ensures that all the backend parameters are set correctly.
8934         * nnimap.el (nnimap-authenticator): New variable.
8935         (nnimap-open-connection): Allow anonymous login.
8936         (nnimap-transform-headers): The chars header is called Chars not Bytes.
8937         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
8939         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
8940         patch, found by Knut Anders Hatlen.
8942 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
8944         * gnus-agent.el (gnus-agent-batch-confirmation)
8945         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
8946         to gnus-message.
8947         * gnus-art.el (gnus-article-describe-briefly): Likewise.
8948         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
8949         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
8950         * gnus-int.el (gnus-open-server): Likewise.
8951         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
8952         (gnus-score-check-syntax): Likewise.
8953         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
8954         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
8955         Likewise.
8956         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
8958 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8960         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
8961         calling conventions so that prefetch doesn't bug out.
8963 2010-09-19  Julien Danjou  <julien@danjou.info>
8965         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
8966         rather than `subst-char-in-region' in order to be able to replace ASCII
8967         char by UTF-8 ones.
8969         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
8970         than curl.
8971         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
8972         the right URL and ALT text on images.
8973         (gnus-html-wash-tags): Fix tag case.
8974         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
8975         (gnus-article-html): Add -o display_ins_del=2 option.
8976         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
8978 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8980         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
8981         the extra mail headers, which sometimes seem to happen for unknown
8982         reasons.
8984         * mail-parse.el (mail-header-encode-parameter): Define as
8985         rfc2045-encode-string instead of as rfc2231-encode-string, since some
8986         (or most, perhaps?) mail readers don't understand the latter, but do
8987         understand the former.
8989         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
8990         to nil, so that no methods are automatically agentized.  I think this
8991         is probably what most users want.
8993         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
8994         from url-retrieve, for instance about invalid URLs.
8996         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
8997         groups that have no articles.
8998         (nnimap-request-article): Check that we really got an article when we
8999         requested one.
9001         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
9002         doesn't exist.
9004         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
9005         nntp buffer so the agent can save it.
9006         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
9007         that CRLF doesn't get translated to \n.
9008         (nnimap-open-connection): Don't make 'shell commands only send \n.
9010 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9012         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
9013         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
9014         Update var name.
9015         (nnml-generate-nov-file): Use dolist.
9016         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
9017         Use with-current-buffer.
9019 2010-09-18  Julien Danjou  <julien@danjou.info>
9021         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
9022         parallel.
9024 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9026         * nnimap.el (nnimap-update-info): When doing partial marks update, get
9027         the range update right.
9028         (nnimap-request-group): Don't make `M-g' bug out on group with no
9029         marks.
9030         (nnoo): Require, so that other packages can require nnimap.
9031         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
9032         command we're looking for.  This helps when the server sends more
9033         responses after we've gotten everything we expected.
9034         (nnimap): Add a `newlinep' field to keep track of end-of-line
9035         conventions.
9036         Don't send CRLF to things that don't want it.
9037         (nnimap-request-accept-article): Ditto.
9039 2010-09-18  Julien Danjou  <julien@danjou.info>
9041         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
9042         than curl to retrieve images.
9044 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9046         * nnimap.el (nnimap-update-info): Extend the info so that we can set
9047         the marks.
9048         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
9049         (nnimap-wait-for-connection): New function.
9050         (nnimap-open-connection): If we have PREAUTH, don't query for login
9051         credentials.
9052         (nnimap-update-info): Fix off-by-one error when concatenating ranges
9053         when doing a partial update.
9055 2010-09-18  Julien Danjou  <julien@danjou.info>
9057         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
9058         tags.
9060 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9062         * nnimap.el (nnimap-credentials): New function.
9063         (nnimap-open-connection): Use the new function to look for credentials
9064         also on the numeric equivalents of "imap" and "imaps".
9066         * gnus-start.el (gnus-activate-group): Send the info to
9067         gnus-request-group.
9069         * nnimap.el (nnimap-request-group): Have the "check" version of the
9070         function parse flags and update the info, so that a `M-g' get a total
9071         resync of all flags from the group.
9073         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
9074         to allow backends to alter the info on group selection.  Also alter all
9075         the backend -request-group functions to take the parameter.
9077         * nnimap.el (nnimap-store-info): New function.
9078         (nnimap-update-info): Store the info for later usage.
9079         (nnimap-request-group): Use the stored info for the dont-check case, so
9080         that we don't retrieve all marks when we enter a group.
9082         * nnimap.el: Use deffoo instead of defun for interface functions.
9084         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
9085         update the group info.  This makes the nndraft groups, for instance, go
9086         back to their old behavior.
9088         * gnus-sum.el (gnus-select-newsgroup): Indent.
9090         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
9091         in.
9092         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
9093         nothing.
9095         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
9096         from methods that are denied.
9098         * gnus-int.el (gnus-method-denied-p): New function.
9100         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
9101         store the password instead of netrc.
9102         (nnimap-open-connection): Don't error out when we can't make a
9103         connections.
9105         * auth-source.el (auth-source-create): In the password prompt, say what
9106         we're querying for.  Also prompt for user name if that hasn't been
9107         given.
9109         * nnimap.el (nnimap-with-process-buffer): Remove.
9111 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9113         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
9114         method when we're reading from the agent.
9116         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
9118         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
9119         that's probably most useful for users.
9121         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
9122         "failed" all the time.
9124         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
9125         ...)) with (with-current-buffer ...).
9127         * nntp.el (nntp-open-server): Return whether the open was successful or
9128         not.
9130         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
9131         select an unread unseen article first.
9133         * nnimap.el (nnimap-open-connection): If the user doesn't have a
9134         /etc/services, supply some sensible port defaults.
9136 2010-09-17  Julien Danjou  <julien@danjou.info>
9138         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
9140 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
9142         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
9143         doesn't have any parameters.
9145 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9147         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
9148         only upcased checks.
9150         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
9152         * nnimap.el (nnimap-open-shell-stream): New function.
9153         (nnimap-open-connection): Use it.
9154         (nnimap-transform-headers): Get the number of lines in each message.
9155         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
9156         number of lines.
9157         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
9158         problem.
9160         * utf7.el (utf7-encode): Autoload.
9162         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
9163         to allow the mail splitting to not return a default group.  This is
9164         useful for nnimap, which will leave unmatched mail in the inbox.
9166         * nnimap.el: Rewritten.
9168         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
9169         nnimap usage.
9171         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
9172         if the move is internal, so that nnimap can do fast internal moves.
9174         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
9175         data.
9176         (gnus-read-active-for-groups): Support finishing the early retrieval of
9177         data.
9179         * gnus-range.el (gnus-range-nconcat): New function.
9181         * gnus-int.el (gnus-finish-retrieve-group-infos)
9182         (gnus-retrieve-group-data-early): New functions.
9184 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9186         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
9187         (nnrss-retrieve-groups):
9188         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
9189         (pop3-quit): Use with-current-buffer.
9191 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9193         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
9194         instead of nnheader-accept-process-output.
9196         * gnus-html.el (gnus-html-schedule-image-fetching)
9197         (gnus-html-prefetch-images): Replace process-kill-without-query by
9198         gnus-set-process-query-on-exit-flag.
9200 2010-09-16  Romain Francoise  <romain@orebokech.com>
9202         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
9204 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9206         * gnus-registry.el (gnus-registry-install-shortcuts): The second
9207         parameter to unintern is mandatory-ish in Emacs 24.
9209         * gnus-html.el (gnus-html-schedule-image-fetching)
9210         (gnus-html-prefetch-images): Check for curl before using it.
9212         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
9213         depend on curl, which isn't essential.
9215         * imap.el: Revert back to version
9216         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
9217         seem problematic.
9219 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
9221         * gnus-registry.el (gnus-registry-install-shortcuts):
9222         Explicitly pass `obarray' to `unintern' to avoid a warning.
9224 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9226         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
9227         change.
9229         * nnrss.el (nnrss-request-list): Remove this function and related
9230         functions, including the moreover stuff.
9232 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9234         * nnrss.el (nnrss-retrieve-groups): New function.
9236 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
9238         * .dir-locals.el: Add no-byte-compile cookie.
9240 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9242         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
9243         for back end that doesn't support request-scan.
9245 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9247         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
9248         then do request scans from the backends.
9250         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
9251         avoid running a hook per line, since this takes a lot of time,
9252         profiling shows.
9253         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
9254         directly if gnus-visual-p is true.
9256 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9258         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
9259         groups; replace mapcar with dolist which is a bit faster; pass groups
9260         info to gnus-read-active-file-1.
9261         (gnus-read-active-file-1): Scan only specified groups if the new
9262         optional arg `infos' is given.
9264 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9266         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
9268         * pop3.el (pop3-movemail): Remove.
9269         (pop3-streaming-movemail): Rename to pop3-movemail.
9271         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
9272         don't restrict end-tag searches to the end of the line.
9274 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9276         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
9277         articles of every unchecked group to t, which means unknown since the
9278         server has never been opened.
9280 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9282         * gnus-html.el (gnus-html-show-alt-text): New command.
9283         (gnus-html-browse-image): Ditto.
9284         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
9285         to browse the image directly.
9286         (gnus-html-wash-tags): Search for images first, so that <a><img> works
9287         better.
9289         * gnus-async.el (gnus-async-article-callback):
9290         Call `gnus-html-prefetch-images' unconditionally.
9292         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
9293         before feeding URLs to curl.
9295 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9297         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
9298         internal images as deletable by `W D D'.
9300         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
9301         (gnus-async-article-callback): Fix typo.
9303 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9305         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
9306         current line to work around bugs in the output from w3m.
9308         * gnus-async.el (gnus-async-article-callback): Always prefetch images
9309         for groups that want that.
9311         * nntp.el (nntp-wait-for-string): Supply a timeout for
9312         accept-process-output to ensure progress.
9314         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
9315         level to get unread articles from, then use that for foreign groups,
9316         too.
9318         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
9319         confuses the rest of the function.
9321         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
9322         for the methods that support -retrieve-groups, too.
9324         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
9326 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9328         * pop3.el: Require cl when compiling.
9329         (pop3-number-of-responses): Search for "+OK", not "+OK ".
9331 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9333         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
9334         that aren't going to be activated.
9335         (gnus-get-unread-articles): Fix up the last commit.
9337         * gnus-html.el (gnus-article-html): Allow calling without specifying
9338         the handle.  In that case, dissect the buffer first.
9340         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
9342         * nnimap.el (nnimap-open-connection): Revert the change that would look
9343         into authinfo for imaps instead of imap.
9345         * gnus-start.el (gnus-activate-group): Take an optional parameter to
9346         say that you don't want to call gnus-request-group with don-check, but
9347         do check the response.  This is for virtual groups only.
9348         (gnus-get-unread-articles): Count the archive groups as secondary, so
9349         that they're activated the same way as before.
9351         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
9352         case-insensitively.
9353         (nnimap-debug): Remove.
9355         * mail-source.el (mail-source-fetch): Don't message if we're fetching
9356         mail from a file, and the file doesn't exist.
9358         * pop3.el (pop3-streaming-movemail): Return t for success.
9360         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
9361         .authinfo if we're using ssl connection.
9363         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
9364         already have if we're in a main Gnus `g' run.
9366         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
9368 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9370         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
9372         * nnmh.el (nnmh-request-list-1): Bind `file'.
9374         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
9375         alias to set-process-query-on-exit-flag or process-kill-without-query.
9376         (pop3-open-server): Use it.
9378 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9380         * mail-source.el (mail-source-delete-crash-box): Always move the crash
9381         box to the Incoming file.  Fixes mistake in previous checkin.
9383         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
9384         request loop (for debugging purposes) removed.
9386         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
9387         culprit is more visible.
9388         (nnml-save-incremental-nov, nnml-open-incremental-nov)
9389         (nnml-add-incremental-nov): New functions to do "incremental" nov
9390         updates, where we just append to the end of the existing nov files
9391         without reading/writing them in full.
9393         * mail-source.el (mail-source-delete-crash-box): Really only check the
9394         incoming files once in a while.
9396         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
9398         * mail-source.el (mail-source-delete-crash-box): Only check the
9399         incoming files for deletion once per day to save a lot of file
9400         accesses.
9402         * pop3.el (pop3-logon): Fix up unbound variable typo.
9404         * mail-source.el (pop3-streaming-movemail): Autoload.
9406         * pop3.el (pop3-streaming-movemail):
9407         Respect pop3-leave-mail-on-server.
9409         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
9410         retrieval.
9412         * pop3.el (pop3-process-filter): Remove unused function.
9413         (pop3-streaming-movemail, pop3-send-streaming-command)
9414         (pop3-wait-for-messages, pop3-write-to-file)
9415         (pop3-number-of-responses): New functions for streaming pop3
9416         retrieval.
9418         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
9419         come from no known methods.
9420         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
9421         list.
9423         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
9424         message sizes.
9425         (pop3-movemail): Use erase-buffer instead of looping and deleting
9426         regions, which seems rather odd.
9428         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
9429         file once per `g' run.
9431         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
9432         directories.  This makes the draft queue directory work.
9434         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
9435         data from the backends, so that we only request the list of groups from
9436         each method once.  This should speed things up considerably.
9438         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
9439         detect that it's not implemented.
9441         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
9442         we actually do recurse down into the tree, but don't stat all leaf
9443         nodes.
9445         * gnus-html.el (gnus-html-show-images): If there are no images to show,
9446         then say so instead of bugging out.
9448         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
9449         files exist before trying to read them.
9451         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
9452         around <pre_int>.
9454         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
9456         * nnmh.el (nnmh-request-list-1): Optimize for speed.
9458 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9460         * mm-util.el (mm-image-load-path): Just return the image directories,
9461         not all directories in the path in addition to the image directories.
9462         (mm-image-load-path): Maintain a cache of the image directories so that
9463         the `g' command in Gnus doesn't have to stat dozens of directories each
9464         time.
9466         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
9467         (gnus-html-wash-tags): Add a new `i' command to insert images.
9468         (gnus-html-insert-image): New command and keystroke.
9469         (gnus-html-redisplay-with-images): New command and keystroke.
9470         (gnus-html-show-images): Rename command.
9471         (gnus-html-wash-tags): Remove more white space before <pre_int> image
9472         spacers.
9473         (gnus-html-wash-tags): Decode entities at the end, so that entities
9474         inside the tags don't mess up the rest of the "parsing".
9476         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
9477         so that nnimap methods aren't agentized by default.  There's apparently
9478         many problems related to agent/imap behavior.
9480         * gnus-art.el (gnus-article-copy-string): New command and key binding.
9482         * gnus-html.el: Doc fix.
9484 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9486         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
9487         glyph-width and glyph-height instead of display-graphic-p and
9488         image-size; make avoidance of displaying small images work for XEmacs.
9490         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
9491         for XEmacs.
9493         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
9494         of symbol that holds plist data.
9495         (gnus-process-plist): Remove plist of process after getting it.
9497 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9499         * message.el (message-generate-hashcash): Change default to
9500         'opportunistic if hashcash is installed.
9502         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
9503         (gnus-html-put-image): Only call image-size once, since it's somewhat
9504         time-consuming on remote X servers.
9506 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9508         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
9509         decoded contents.
9510         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
9512 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9514         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
9515         group line format, since it isn't very interesting.
9517         * gnus-agent.el (gnus-agent-short-article),
9518         (gnus-agent-long-article): Increase values for these two variables,
9519         since most people are likely to have more network connection and
9520         storage than before.
9522         * gnus.el (gnus-refer-article-method): Change default to 'current.
9523         When referring an article, the common behavior is to refer it from the
9524         current select method, not the native select method.  The chances of
9525         the native select method having the message in question is rather slim
9526         these days.
9528         * gnus-sum.el (gnus-auto-select-subject): Change default to
9529         `unseen-or-unread'.  I think it's likely that most people want to
9530         select an unseen article over a previously seen, but unread one.
9532         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
9533         means that in the article buffer none of the minor mode elements will
9534         be shown, usually, and this is not desirable in most cases.
9536         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
9537         that commands like `d' (and the like) go to the next line in the
9538         buffer, instead of the next unread article.  I think this is the
9539         behavior that is most natural for most users.
9540         (gnus-single-article-buffer): Change default to nil, so that people can
9541         have as many article buffers open as they have summary buffer.  I think
9542         this is the most natural way for the groups to behave.
9544         * message.el (message-generate-new-buffers): Change default to
9545         `unsent', so that all new message buffers start their names with the
9546         string "*unsent", and it's easier to find the buffers if you move from
9547         them.
9549 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9551         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
9552         small.  They're probably tracking images.
9553         (gnus-html-wash-tags): Remove all <pre_int> place holders.
9554         (gnus-html-rescale-image): Yet another try at getting the image sizing
9555         right.
9557         * nntp.el (nntp-request-set-mark): Refuse to do marks if
9558         nntp-marks-file-name is nil.
9560 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
9562         * gnus-html.el (gnus-html-wash-tags)
9563         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
9564         Better logging.
9566 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9568         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
9570         * gnus-html.el (gnus-html-wash-tags): Check the value of
9571         gnus-blocked-images in the summary buffer.
9573 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
9575         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
9577 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9579         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
9580         like "a", it seems like.
9581         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
9582         since it needs to be picked from the correct buffer.
9584         * nnwfm.el: Remove.
9586         * nnlistserv.el: Remove.
9588 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
9590         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
9591         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
9593 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9595         * nnkiboze.el: Remove.
9597         * nndb.el: Remove.
9599         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
9600         alt text.
9601         (gnus-html-rescale-image): Try to get the rescaling logic right for
9602         images that are just wide and not tall.
9604         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
9605         overshadow variable bindings.
9607 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
9609         * gnus-html.el (gnus-html-wash-tags)
9610         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
9611         Add extra logging.
9613 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9615         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
9616         (gnus-max-image-proportion): New variable.
9617         (gnus-html-rescale-image): New function.
9618         (gnus-html-put-image): Rescale images.
9620 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9622         Fix up some byte-compiler warnings.
9623         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
9624         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
9625         (gnus-article-fill-cited-article, gnus-article-hide-citation)
9626         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
9627         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
9628         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
9629         (gnus-group-update-group): Use save-excursion and with-current-buffer.
9631 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9633         * gnus-html.el (gnus-article-html): Decode contents by charset.
9635 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9637         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
9638         (gnus-html-frame-width, gnus-blocked-images):
9639         * message.el (message-prune-recipient-rules): Add custom version.
9640         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
9642         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
9643         functions.
9645         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
9646         gnus-process-get.
9648 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
9650         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
9651         instead of lsub directly.
9653 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9655         * nnwarchive.el: Remove.
9657         * gnus-soup.el: Remove.
9659         * nnsoup.el: Remove.
9661         * nnultimate.el: Remove.
9663         * gnus-html.el (gnus-blocked-images): New variable.
9665         * message.el (message-prune-recipients): New function.
9666         (message-prune-recipient-rules): New variable.
9668         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
9669         guess whether a long line is natural text or not.
9671         * gnus-html.el (gnus-html-schedule-image-fetching):
9672         Use gnus-process-plist and friends for compatibility.
9674 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
9676         * gnus-html.el: Require packages that define macros used in this file.
9677         (gnus-article-mouse-face): Declare to silence byte-compiler.
9678         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
9679         process-get.
9680         (gnus-html-put-image): Use plist-get to avoid getf.
9681         (gnus-html-prefetch-images): Use with-current-buffer.
9683 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9685         * gnus-ems.el: Provide compatibility functions for
9686         gnus-set-process-plist.
9688         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
9689         * gnus.el (gnus-valid-select-methods):
9690         * message.el (message-send-mail-partially-limit):
9691         * mm-decode.el (mm-text-html-renderer):
9692         * mml.el (mml-insert-mime-headers-always):
9693         * smiley.el (smiley-regexp-alist): Bump custom version.
9695 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9697         * gnus-html.el: require mm-url.
9698         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
9699         with the url to `url'.
9700         (gnus-html-wash-tags): Support cid: URLs/images.
9702 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9704         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
9705         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
9706         bindings, as they aren't useful at all.  `w' is moved to `W w'.
9708         * gnus-move.el: Remove file, since it doesn't really work.
9710         * gnus-html.el (gnus-article-html): Tell w3m that the input is
9711         UTF-8.  This seems to fix problems with some German web feeds.
9713         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
9714         at the top so that the proper colors are applied.
9716         * gnus-art.el (gnus-article-view-part): Doc fix.
9718         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
9719         XEmacs-compatible.
9720         (gnus-html-put-image): Don't do images on non-graphic displays.
9722         * nnslashdot.el: Remove this unused backend.
9724         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
9725         actions.
9726         (gnus-undo-register-1): Revert last change.
9728         * gnus-group.el (gnus-group-completing-read): Protect against not
9729         having completion-styles bound.
9731         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
9732         make broken recipients happier.
9734         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
9736         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
9737         point parameter.
9739         * gnus-group.el (gnus-group-completing-read): Add 'substring to
9740         completion-styles for group selection.
9742 2009-02-04  Andreas Schwab  <schwab@suse.de>
9744         * gnus-score.el (gnus-score-string): Fix regex for matching extra
9745         headers and regexp-quote the match if necessary.
9747 2009-03-24  Miles Bader  <miles@gnu.org>
9749         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
9750         the blinking smiley.
9752 2009-03-24  Simon Josefsson  <simon@josefsson.org>
9754         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
9755         blink smiley.
9757 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9759         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
9760         where the dribbel file lives exists.
9762         * message.el (message-send-mail-partially-limit): Change the default to
9763         nil, since most people don't want this.
9765         * mm-url.el (mm-url-decode-entities): Also decode entities like
9766         &#x3212.
9768 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
9770         * gnus-sum.el (gnus-summary-idna-message):
9771         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
9772         Hyperlink urls in docstrings with URL `...'.
9774 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
9776         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
9777         functions.
9779 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9781         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
9782         say what the mouseover text should be.
9784         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
9785         version of the mm-w3m-safe-url-regexp variable to only download images
9786         in the groups where we want that to happen.
9788         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
9790         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
9791         easier debugging.
9792         (gnus-article-beginning-of-window): Add kludge to allow spacing past
9793         big pictures in the article buffer.
9795         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
9796         gnus-article-html.
9797         (mm-text-html-renderer): gnus-article-html needs curl in addition to
9798         w3m.
9800         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
9802 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9804         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
9805         which doesn't exist.
9807         * message.el (message-inhibit-ecomplete): New variable to allow some
9808         function to inhibit ecomplete address storage.
9809         (message-resend): Disable ecomplete message storage when resending
9810         messages.
9812         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
9814 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9816         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
9817         Save excursion while copying, moving, and deleting articles in order to
9818         prevent the cursor from jumping to unforeseen place.
9820 2010-08-17  Glenn Morris  <rgm@gnu.org>
9822         * gnus-sync.el: Require gnus components whose functions are used.
9824         * gnus-art.el (bookmark-make-record-function):
9825         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
9826         Declare for compiler.
9828         * mm-url.el (mml-compute-boundary): Autoload.
9830 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9832         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
9834 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
9836         Typo fix "hoo4a" -> "hook".
9838         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
9840 2010-08-14  Glenn Morris  <rgm@gnu.org>
9842         * gnus-sync.el (gnus-sync): Fix defgroup version.
9844 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
9846         Doc fixes and keep unknown groups (ammended for nunion bug fix).
9848         * gnus-sync.el: Fix docs.
9849         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
9850         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
9852 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
9854         Optimizations for gnus-sync.el.
9856         * gnus-sync.el: Add docs about gnus-sync-backend
9857         possibilities.
9858         (gnus-sync-save): Remove unnecessary message.
9859         (gnus-sync-read): Optimize and show what groups were skipped.
9861 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
9863         Minor bug fixes for gnus-sync.el.
9865         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
9866         Don't read the sync on get-new-news.
9868         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
9869         quiet.
9871         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
9872         (fix typo).
9874 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
9876         Make saving and restoring of hidden threads work with overlays.
9877         Patch applied by Ted Zlatanov.
9879         * gnus-sum.el (gnus-hidden-threads-configuration)
9880         (gnus-restore-hidden-threads-configuration): Update to deal with text
9881         properties, rather than searching for a magic character.
9883 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
9885         New gnus-sync.el library for synchronization of marks.
9887         * gnus-sync.el: New library for synchronization of marks.
9889         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
9890         renamed from `gnus-registry-grep-in-list'.
9892         * gnus-registry.el (gnus-registry-follow-group-p):
9893         Use `gnus-grep-in-list'.
9895         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
9897 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9899         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
9900         determining charset of text fails.
9902 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9904         * nnmail.el (nnmail-get-new-mail-1): Revert.
9906         * nnml.el (nnml-active-number): Make sure names of newly created groups
9907         in nnml-group-alist are encoded.
9909 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9911         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
9912         containing non-ASCII characters in active file for nnml back end.
9914 2010-07-24  David Engster  <dengste@eml.cc>
9916         * mml-smime.el (mml-smime-epg-verify): Also accept the older
9917         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
9919 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
9921         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
9922         tag (Bug#6654).
9924 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9926         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
9927         the article buffer, not the summary buffer.
9929 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9931         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
9932         Emacs 23 as well.
9934 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9936         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
9937         Patch applied by Karl Fogel.
9939         * gnus-sum.el (gnus-summary-bookmark-make-record):
9940         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
9942 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9944         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
9945         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
9946         C-w still not working correctly from Article buffers; Thierry's
9947         patch to fix that will be applied after this.
9949         * gnus-art.el (bookmark-make-record-function): New local variable.
9951         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
9952         article buffer.
9953         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
9955 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
9957         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
9958         on changes in bookmark.el.
9960 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
9962         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
9963         the *other* type of HTML form submission.
9965 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
9967         * auth-source.el (auth-source-pick): If choice does not contain a
9968         questioned keyword, set the check to t.
9970 2010-06-12  Romain Francoise  <romain@orebokech.com>
9972         * gnus-util.el (gnus-date-get-time): Move up before first use.
9974 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9976         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
9977         (gnus-article-edit-part): Bind it to make last part that is substituted
9978         or deleted visible.
9979         (gnus-mime-display-single): Buttonize part of which id equals to
9980         gnus-mime-buttonized-part-id.
9982 2010-06-10  Dan Christensen  <jdc@uwo.ca>
9984         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
9985         (gnus-dd-mmm): Use gnus-date-get-time.
9986         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
9987         simplify logic.
9988         (gnus-summary-limit-to-age): Use gnus-date-get-time.
9989         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
9991 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
9993         * auth-source.el (top): Autoload `secrets-list-collections',
9994         `secrets-create-item', `secrets-delete-item'.
9995         (auth-sources): Fix tag string.
9996         (auth-get-source, auth-source-retrieve, auth-source-create)
9997         (auth-source-delete): New defuns.
9998         (auth-source-pick): Rewrite in order to avoid 2 passes.
9999         (auth-source-forget-user-or-password): New parameter USERNAME.
10000         (auth-source-user-or-password): New parameters CREATE-MISSING and
10001         DELETE-EXISTING.  Retrieve password interactively, if needed.
10003 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
10005         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
10006         deleting unused directories when gnus-expert-user is t.
10008 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10010         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
10011         for each temp file when gnus-article-browse-delete-temp is ask.
10013 2010-05-20  Kevin Ryde  <user42@zip.com.au>
10015         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
10017 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10019         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
10020         article unless decoding article to be saved.
10022 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10024         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
10025         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
10026         generated within the mm-with-unibyte-current-buffer macro.
10028 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10030         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
10031         to nil when we're in a mml-preview buffer and no group is selected.
10033 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
10035         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
10036         when catching the `C-g'.  Reported by "Leo".
10038 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10040         * message.el (message-forward-make-body-plain)
10041         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
10042         multibyte-string-p.
10044 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10046         * message.el (message-forward-make-body-mml): Assume original message
10047         is multibyte string; error on unibyte.
10048         (message-forward-make-body-plain): Ditto; don't add excessive newline
10049         in body end.
10051 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
10053         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
10054         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
10056 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10058         * mm-extern.el (mm-extern-url): Don't use
10059         mm-with-unibyte-current-buffer.
10060         (mm-extern-cache-contents): Use with-current-buffer instead of
10061         save-excursion + set-buffer.
10063 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10065         * mm-util.el (mm-emacs-mule): Remove.
10067 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
10069         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
10070         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
10071         change.
10073 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10075         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
10076         bind the default value of enable-multibyte-characters to nil.
10078 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10080         * message.el (message-forward-make-body-plain)
10081         (message-forward-make-body-mml):
10082         Don't use mm-with-unibyte-current-buffer.
10084 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
10086         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
10087         (Bug#5592).
10089 2010-05-07  Julien Danjou  <julien@danjou.info>
10091         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
10092         it to mm-pipe-part.
10094         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
10095         it is given.
10097 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10099         * nnweb.el (nnweb-gmane-search):
10100         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
10101         XEmacs.
10103         * gnus-art.el (gnus-article-browse-html-parts):
10104         * gnus-group.el (gnus-read-ephemeral-gmane-group)
10105         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
10106         make-temp-file.
10108         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
10109         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
10110         compiling.
10112         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
10113         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
10114         XEmacs when compiling.
10116         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
10117         gnus-pick-mode-off-hook for XEmacs when compiling.
10118         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
10119         gnus-binary-mode-off-hook for XEmacs when compiling.
10121         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
10122         Return nil if char-charset is not available.
10124         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
10125         macro.
10127         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
10128         instead of encode-coding-string.
10130         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
10131         'xemacs) instead of mm-emacs-mule to switch function definitions.
10132         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
10134 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
10136         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
10138 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10140         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
10141         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
10143 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
10145         * mm-util.el (mm-decompress-buffer): Use `delete-file';
10146         alias `jka-compr-delete-temp-file' no longer exists.
10148 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10150         Use define-minor-mode in Gnus where applicable.
10151         * mml.el (mml-mode): Use define-minor-mode.
10152         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
10153         (gnus-undo-mode): Use define-minor-mode.
10154         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
10155         (gnus-dead-summary-mode): Use define-minor-mode.
10156         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
10157         Initialize in declaration.
10158         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
10159         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
10160         (gnus-mailing-list-mode): Use define-minor-mode.
10161         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
10162         (gnus-draft-mode): Use define-minor-mode.
10163         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
10164         (gnus-dired-mode): Use define-minor-mode.
10166 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
10168         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
10169         handles on recursive mml-to-mime translation and check them for
10170         boundary delimiter collisions.  Reported by Greg Troxel.
10172 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10174         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
10176 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10178         * mm-util.el (mm-find-buffer-file-coding-system):
10179         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
10181 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
10183         * message.el (message-generate-headers): Record insertion of optional
10184         headers as well.  Otherwise the check to prevent repeated insertion of
10185         optional headers is a no-op.
10187 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
10189         * smime.el: Don't mention CVS.
10191         * nnrss.el (nnrss-fetch): Don't mention CVS.
10193         * nnir.el: Don't mention CVS.
10195 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10197         * gnus-sum.el (gnus-summary-bookmark-make-record):
10198         Add `location' field.
10200 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10202         * gnus-sum.el: Add bookmark declarations to silence the compiler.
10203         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
10204         Use with-current-buffer to silence the byte-compiler.
10205         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
10206         bother to require `gnus'.
10207         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
10209 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10211         * gnus-sum.el (gnus-summary-bookmark-make-record)
10212         (gnus-summary-bookmark-jump): New functions.
10213         (gnus-summary-mode): Setup bookmark support.
10215 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
10217         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
10218         if set.
10220 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10222         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
10223         gnus-article-browse-html-save-cid-image; make it work recursively for
10224         forwarded messages as well.
10225         (gnus-article-browse-html-parts): Work when prefix arg is given.
10226         (gnus-article-browse-html-article): Doc fix.
10228 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
10230         * message.el (message-default-mail-headers):
10231         (message-default-headers): Carry the value mail-default-headers over
10232         into message-default-mail-headers, rather than message-default-headers.
10234 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
10236         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
10237         charset.
10239         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
10240         charset into the <meta> tag when the article is encoded to utf-8.
10242 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10244         * gnus-art.el (gnus-article-browse-delete-temp-files):
10245         Delete directories as well.
10246         (gnus-article-browse-html-parts): Work for images that do not specify
10247         file names; delete temp directory when quitting; insert header at the
10248         right place; use file: scheme for image files.
10250 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
10252         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
10253         (gnus-article-browse-html-parts): Use it to make temporary cid image
10254         files in addition to html file so that browser may display them.
10256 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10258         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
10260 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
10262         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
10264 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
10266         * auth-source.el (auth-sources): Change default to be simpler.
10267         Explain about Secret Service API sources.  Improve Customize options.
10268         (auth-source-pick): Change to accept any number of search parameters.
10269         Implement fallbacks iteratively, not recursively.  Add scoring on the
10270         second pass and sort by score.  Call Secret Service API when needed.
10271         (auth-source-user-or-password): Use it.  Call Secret Service API
10272         directly when needed to get the user name and the password.
10274 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
10276         * message.el (message-interactive): Doc fix.
10277         (message-qmail-inject-args): Reflow.
10278         (message-kill-to-signature): Fix typo in docstring.
10280         * smiley.el (smiley-buffer): Fix typo in docstring.
10282 2010-03-24  Glenn Morris  <rgm@gnu.org>
10284         * mail-source.el (gnus-message): Declare.
10285         (mail-source-delete-old-incoming): Require gnus-util.
10287 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10289         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
10291         * message.el (ecomplete-setup): Autoload it for Emacs <23.
10293         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
10294         password-cache's default if it is not bound.
10295         (mml-secure-passphrase-cache-expiry): Default to 16 that is
10296         password-cache-expiry's default if it is not bound.
10298         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
10299         available in Emacs 21.
10301 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
10303         * auth-source.el (auth-sources): Fix up definition so extra parameters
10304         are always inline.
10306 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
10308         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
10309         wasn't updated after mismatch.  Clear cached mailbox info correctly
10310         when uidvalidity changes.
10311         (nnimap-group-prefixed-name): New function to avoid some code
10312         duplication.
10313         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
10314         (nnimap-request-group): Use it.
10315         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
10316         (nnimap-update-unseen): Significantly improved speed of Gnus startup
10317         with many imap folders.  This is done by caching the group status from
10318         the imap server persistently in a group parameter `imap-status'.  (This
10319         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
10320         but not persistently, so every Gnus startup was still very slow.)
10322 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
10324         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
10325         secrets.el dependency.
10326         (auth-sources): Add optional user name.  Add secrets.el configuration
10327         choice (unused right now).
10329 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
10331         * gnus-sum.el (gnus-summary-make-menu-bar):
10332         Let `gnus-registry-install-shortcuts' fill in the functions.
10334         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
10335         warnings.
10336         (gnus-registry-misc-menus): Variable to hold registry mark menus.
10337         (gnus-registry-install-shortcuts): Populate and use it in a
10338         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
10340 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
10342         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
10343         In-place substitutions for the group name encoding/decoding.
10344         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
10345         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
10346         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
10347         (nnimap-update-unseen, nnimap-request-list)
10348         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
10349         (nnimap-request-set-mark, nnimap-split-to-groups)
10350         (nnimap-split-articles, nnimap-request-newgroups)
10351         (nnimap-request-create-group, nnimap-request-accept-article)
10352         (nnimap-request-delete-group, nnimap-request-rename-group)
10353         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
10354         `encoded-mbx' for consistency.
10355         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
10356         variable `imap-current-mailbox'.
10358         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
10359         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
10361 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
10363         * pop3.el (pop3-display-message-size-flag): Display message size byte
10364         counts during POP3 download.
10365         (pop3-movemail): Use it.
10366         (pop3-list): Implement listing of available messages.
10368 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
10370         * nnir.el (nnir-get-article-nov-override-function): New function to
10371         override the normal NOV retrieval.
10372         (nnir-retrieve-headers): Use it.
10374 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
10376         * auth-source.el (netrc-machine-user-or-password): Autoload.
10378 2010-03-19  Glenn Morris  <rgm@gnu.org>
10380         Stop message.el from loading about 40 libraries it doesn't always need.
10381         The general approach is to autoload rather than require, and to
10382         require in the specific functions rather than the file.  (Bug#5642)
10384         * gmm-utils.el: Don't require wid-edit.
10385         (widget-create-child-value, widget-convert, widget-default-get):
10386         Autoload.
10388         * gnus-util.el: Don't require time-date, netrc.
10389         (message-fetch-field, gnus-group-name-decode): Declare rather than
10390         autoloading.
10391         (gnus-fetch-field): Require message.
10392         (gnus-decode-newsgroups): Require gnus-group.
10394         * ietf-drums.el: Don't require time-date.
10396         * message.el: Don't require hashcash, canlock, ecomplete.
10397         Do require mail-utils.  Require nnheader only when compiling.
10398         (smtpmail-default-smtp-server): Remove declaration.
10399         (message-send-mail-function): Check smtpmail-default-smtp-server
10400         is bound rather than requiring smtpmail.
10401         (message-auto-save-directory, message-insert-signature):
10402         Use expand-file-name rather than nnheader-concat.
10403         (nnheader-insert-file-contents): Autoload.
10404         (hashcash-wait-async): Declare.
10405         (message-send-mail): Only call gnus-setup-posting-charset if
10406         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
10407         (message-send-mail-with-sendmail): Require sendmail.
10408         (canlock-password, canlock-password-for-verify): Declare.
10409         (message-canlock-password): Require canlock.
10410         (nnheader-get-report): Autoload.
10411         (gnus-setup-posting-charset): Declare.
10412         (message-send-news): Require gnus-msg.
10413         (message-make-references, message-make-in-reply-to): Use mail-header-id
10414         rather than the alias mail-header-message-id.
10415         (ecomplete-add-item, ecomplete-save): Declare.
10416         (message-put-addresses-in-ecomplete): Require ecomplete.
10417         (ecomplete-display-matches): Autoload.
10419         * mm-decode.el: Don't require mailcap, gnus-util.
10420         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
10421         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
10422         Autoload.
10423         (mailcap-mime-extensions): Declare.
10425         * mm-encode.el: Don't require mailcap.
10426         (mailcap-extension-to-mime): Autoload.
10428         * mml-sec.el: Don't require password-cache.
10430         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
10431         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
10432         (mml-minibuffer-read-type): Require mailcap.
10433         (mml-preview): Require gnus-msg.
10435         * mml1991.el: Require password-cache.
10436         (password-cache-expiry): Remove declaration.
10438         * mml2015.el: Require password-cache.
10439         (password-cache-expiry): Remove declaration.
10441         * nneething.el (mailcap): Require mailcap.
10443         * nnheader.el (declare-function): Add compatibility stub.
10444         (message-remove-header): Declare rather than autoload.
10445         (nnheader-replace-header): Require message.
10447         * nnimap.el (declare-function): Add compatibility stub.
10448         (netrc-parse, netrc-machine-user-or-password): Declare.
10449         (nnimap-open-connection): Require netrc.
10451         * nntp.el (declare-function): Add compatibility stub.
10452         (netrc-parse, netrc-machine, netrc-get): Declare.
10453         (nntp-send-authinfo): Require netrc.
10455         * rfc2047.el: Don't require qp.
10456         (quoted-printable-encode-region, quoted-printable-decode-string):
10457         Autoload.
10459         * sieve-mode.el: Don't require easymenu.
10460         (easy-menu-add-item): Autoload it.
10462         * spam-stat.el (time-to-number-of-days): Autoload it.
10464 2010-03-17  Kevin Ryde  <user42@zip.com.au>
10466         * mml.el (mml-read-tag): Unquote values with `read' to reverse
10467         prin1 in mml-insert-tag (just stripping the quotes gave wrong
10468         value if any backslash escapes).
10470 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10472         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
10473         if it is available.  (bug#5647)
10475 2010-02-26  Glenn Morris  <rgm@gnu.org>
10477         * message.el (message-send-mail-function): Change the default, so that
10478         it inherits from a customized send-mail-function.  (Bug#5643)
10480 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10482         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
10483         shell-command-to-string signals an error (bug#5299).
10485 2010-02-24  Glenn Morris  <rgm@gnu.org>
10487         * message.el (message-smtpmail-send-it)
10488         (message-send-mail-with-mailclient): Doc fixes.
10490 2010-02-16  Glenn Morris  <rgm@gnu.org>
10492         * message.el (message-default-mail-headers): Change the default value
10493         to ease the transition from mail-mode to message-mode.  (Bug#5555)
10495 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
10497         * message.el (message-mail): Just pass yank-action on to message-setup.
10498         (message-setup): Handle (FUN . ARGS) form of yank-action.
10499         (message-with-reply-buffer, message-widen-reply)
10500         (message-yank-original): Handle non-buffer values of
10501         message-reply-buffer (Bug#4080).
10502         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
10504 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
10506         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
10507         Fix typo in docstring.
10509 2010-01-08  Jason Rumney  <jasonr@gnu.org>
10511         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
10512         response.
10514 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10516         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
10518         * message.el (message-check-news-header-syntax): Protect against a
10519         string that `rfc822-addresses' returns when parsing fails.
10521 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10523         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
10524         (gnus-previous-char-property-change): New functions.
10526         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
10528 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
10530         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
10531         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
10533 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
10535         * message.el (message-exchange-point-and-mark): Rework last change to
10536         avoid using optional arg of exchange-point-and-mark, for backward
10537         compatibility.
10539 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
10541         * message.el (message-exchange-point-and-mark):
10542         Call exchange-point-and-mark with an argument rather than setting
10543         mark-active by hand (Bug#5175).
10545 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10547         * nntp.el (nntp-service-to-port): Work for service expressed with
10548         numeric string; replace [:digit:] with [0-9] for XEmacs.
10550 2009-12-17  Glenn Morris  <rgm@gnu.org>
10552         * gnus-group.el (gnus-bug-group-download-format-alist):
10553         Change emacs entry to debbugs.gnu.org.  Bump :version.
10555 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
10557         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
10559 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
10561         * message.el (message-info): Explain why we use `Info-goto-node'.
10563 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10565         * message.el (message-completion-in-region): New compatibility function.
10566         (message-expand-group): Use it.
10568 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10570         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
10571         with no unread article should be listed if the 2nd arg `predicate' is
10572         given.
10574 2009-11-29  Juri Linkov  <juri@jurta.org>
10576         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
10577         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
10578         on `gnus-recenter'.  (Bug#4698, Bug#4981)
10580 2009-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10582         * message.el (message-from-style, message-interactive)
10583         (message-signature): Always set default values from the corresponding
10584         mail-* variables.
10585         (message-cite-prefix-regexp, message-sendmail-envelope-from)
10586         (message-yank-prefix, message-indentation-spaces)
10587         (message-signature-file, message-default-headers): Use boundp rather
10588         than (featurep 'xemacs) to check if the corresponding mail-* variables
10589         exist.
10591 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
10593         * message.el (message-send-mail-with-sendmail): Revert last change.
10595 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
10597         * message.el (message-from-style, message-interactive)
10598         (message-cite-prefix-regexp, message-sendmail-envelope-from)
10599         (message-yank-prefix, message-indentation-spaces, message-signature)
10600         (message-signature-file, message-default-headers): For GNU Emacs, set
10601         default values from the corresponding mail-* variables.
10602         (message-send-mail-with-sendmail): Use envelope-from only if
10603         mail-specify-envelope-from is non-nil.
10605 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10607         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
10608         containing tspecial characters if they have been already quoted.
10610 2009-10-24  Glenn Morris  <rgm@gnu.org>
10612         * gnus-art.el (help-xref-stack-item): Define for compiler.
10614 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10616         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
10618 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10620         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
10621         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
10623 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10625         * gnus.el (gnus-overlay-get): New alias to overlay-get.
10626         (gnus-overlays-in): New alias to overlays-in.
10628         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
10629         gnus-overlay-get, and gnus-delete-overlay.
10630         (gnus-summary-show-thread): Make it work as well for systems in which
10631         next-single-char-property-change is not available.
10632         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
10634 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
10636         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
10638 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
10640         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
10641         and XEmacs that don't have `remove-overlays'.
10643 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10645         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
10646         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
10647         selective display.  Use overlays instead.
10649 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
10651         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
10653 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
10655         * spam-stat.el (spam-stat-load): Fix typo in message.
10657 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
10659         * gnus-art.el (gnus-article-encrypt-body):
10660         * message.el (message-check-recipients):
10661         * mm-util.el (mm-codepage-setup):
10662         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
10663         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
10665 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
10667         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
10668         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
10669         keys from the menu if mm-{sign,encrypt}-option is 'guided.
10670         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
10671         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
10673 2009-09-18  Glenn Morris  <rgm@gnu.org>
10675         * gnus-diary.el (gnus-diary-check-message):
10676         * message.el (message-insert-formatted-citation-line):
10677         * nnbabyl.el (top-level):
10678         * nndiary.el (nndiary-schedule):
10679         Fix typos in condition-case handlers.
10681 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10683         * gnus-art.el (gnus-article-edit-part): Work for the buffer
10684         configuration that provides the sole article window in a frame;
10685         position point correctly after deleting a part.
10687 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
10689         * spam.el (spam-unregister-on-reregister): Add boolean variable.
10690         (spam-resolve-registrations-routine): Use it to unregister articles
10691         that change status.
10693 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10695         * nnrss.el (nnrss-request-article): Remove binding of
10696         default-enable-multibyte-characters that has gotten needless by
10697         the 2007-07-13 change in rfc2047-encode-message-header.
10699         * mml.el (mml-insert-multipart): Error on the message header.
10700         (mml-insert-part): Error on the message header; position point at
10701         the end of a MIME tag.
10703 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10705         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
10706         (gnus-float-time): Alias to float-time if it exists.
10708         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
10709         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
10710         float-time is available; suppress compile warning for time-to-seconds.
10712 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10714         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
10715         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
10716         Add the optional argument `encoding' that overrides the default.
10718         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
10719         mm-encode-buffer.
10721 2009-09-04  Glenn Morris  <rgm@gnu.org>
10723         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
10724         mm-disable-multibyte, rather than default-enable-multibyte-characters.
10725         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
10726         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
10727         * mm-util.el (mm-with-unibyte-current-buffer)
10728         (mm-find-buffer-file-coding-system):
10729         * yenc.el (yenc-decode-region): Use default-value rather than
10730         default-enable-multibyte-characters.
10732 2009-09-03  Glenn Morris  <rgm@gnu.org>
10734         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
10735         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
10736         than default-enable-multibyte-characters.
10738 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
10740         * gnus-art.el (gnus-article-read-summary-keys):
10741         Fix gnus-buffer-configuration's value temporarily used.
10743 2009-09-02  Glenn Morris  <rgm@gnu.org>
10745         * gnus-util.el (gnus-float-time): New function.
10746         * gnus-delay.el (gnus-delay-article):
10747         * gnus-sum.el (gnus-thread-latest-date):
10748         * gnus-util.el (gnus-user-date): Use gnus-float-time.
10749         * nnspool.el (nnspool-request-newgroups):
10750         Use gnus-float-time rather than time-to-seconds.
10751         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
10753         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
10754         (gnus-header-subject-face, gnus-header-newsgroups-face)
10755         (gnus-header-name-face, gnus-header-content-face):
10756         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
10757         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
10758         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
10759         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
10760         (gnus-cite-face-11):
10761         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
10762         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10763         (gnus-server-closed-face, gnus-server-denied-face)
10764         (gnus-server-offline-face):
10765         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
10766         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
10767         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
10768         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
10769         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
10770         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
10771         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
10772         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
10773         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
10774         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
10775         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
10776         (gnus-summary-selected-face, gnus-summary-cancelled-face)
10777         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
10778         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
10779         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
10780         (gnus-summary-high-undownloaded-face)
10781         (gnus-summary-low-undownloaded-face)
10782         (gnus-summary-normal-undownloaded-face)
10783         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
10784         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
10785         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
10786         (gnus-splash-face):
10787         * message.el (message-header-to-face, message-header-cc-face)
10788         (message-header-subject-face, message-header-newsgroups-face)
10789         (message-header-other-face, message-header-name-face)
10790         (message-header-xheader-face, message-separator-face)
10791         (message-cited-text-face, message-mml-face):
10792         * sieve-mode.el (sieve-control-commands-face)
10793         (sieve-action-commands-face, sieve-test-commands-face)
10794         (sieve-tagged-arguments-face):
10795         * spam.el (spam-face):
10796         Mark face aliases with "-face" in the name as obsolete.
10798 2009-09-01  Glenn Morris  <rgm@gnu.org>
10800         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
10801         than goto-line.
10803 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10805         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
10806         Don't move point if the command is invoked inside the message header.
10808 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10810         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
10811         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
10812         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
10813         * nnir.el (nnir-swish-e-index-file):
10814         * gnus-sum.el (gnus-summary-delete-marked-as-read)
10815         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
10816         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
10817         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
10818         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
10819         (gnus-treat-display-xface): Add Emacs version of obsolescence.
10821 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10823         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
10824         Don't save excursion.
10826 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10828         * nnheader.el (nnheader-find-file-noselect):
10829         * mm-util.el (mm-insert-file-contents):
10830         Use (default-value 'major-mode) instead of default-major-mode.
10832 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10834         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
10836 2009-08-25  Glenn Morris  <rgm@gnu.org>
10838         * nnir.el (top-level): Don't require cl at run-time.
10839         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
10840         Replace cl-function substitute with gnus-replace-in-string.
10841         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
10842         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
10843         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
10844         simplified expansions.
10846 2009-08-22  Glenn Morris  <rgm@gnu.org>
10848         * gnus-art.el (gnus-button-patch): Use forward-line rather than
10849         goto-line.
10851 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10853         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
10855         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
10856         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
10857         (gnus-mm-display-part, gnus-mime-display-single)
10858         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
10859         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
10861         * gnus-sum.el
10862         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
10863         (gnus-summary-move-article): Add expirable mark to articles copied or
10864         moved to group that has auto-expire turned on if the option is non-nil.
10866 2009-07-24  Glenn Morris  <rgm@gnu.org>
10868         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
10869         Fix typo.  (Bug#3903)
10871 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10873         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
10874         gnus-article-read-summary-keys rather than gnus-summary-edit-article
10875         that should not be used for draft articles.
10876         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
10877         that has no concern in minor mode keys.
10878         (gnus-article-summary-command, gnus-article-summary-command-nosave):
10879         Abolish.
10881 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10883         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
10884         article without making inquiry to a user for unknown encoding.
10886         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
10887         (nnmaildir--scan): Assume i-node and device number that file-attributes
10888         returns might be cons-cell.
10890 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
10892         * auth-source.el: Remove docs now in auth.texi.  Don't use
10893         `gnus-message' for logging.  Add new variables `auth-source-debug' and
10894         `auth-source-hide-passwords' and use them.
10896 2009-07-15  Glenn Morris  <rgm@gnu.org>
10898         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
10900 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10902         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
10903         excessive whitespace from the default values of title and description.
10905 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10907         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
10908         mail-fetch-field to fetch Content-Description header in order to
10909         exclude newlines.
10911 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10913         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
10914         to deleted part.
10916 2009-05-30  David Engster  <dengste@eml.cc>
10918         * nnmairix.el: Remove old documentation in the commentary block.
10919         (nnmairix-request-group): Do not update active file for nnml back ends.
10920         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
10921         end so that overview files are ignored.
10922         (nnmairix-update-groups): Make updating the groups more robust by using
10923         marks.
10924         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
10925         with dollar characters in message-id.
10927 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
10929         * spam.el: Use dns-query instead of query-dns.  Was renamed on
10930         2008-12-25 in dns.el.
10932 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10934         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
10935         could happen if the text is only composed of spaces and/or tabs.
10937 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
10939         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
10940         when sending a queued message to avoid extra mml tags.
10942 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10944         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
10946 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10948         * gnus-dired.el: Remove autoload for gnus-setup-message.
10949         (gnus-dired-attach): Fake this-command value to prevent Gnus from
10950         displaying Gnus logo; always use compose-mail.
10952 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10954         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
10956 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10958         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
10959         (gnus-nocem-issuers): List currently active issuers; fix custom type.
10960         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
10961         available.
10962         (gnus-nocem-epg-verify): New function.
10964 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
10966         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
10968 2009-02-15  Glenn Morris  <rgm@gnu.org>
10970         * gnus-util.el (rmail-insert-rmail-file-header)
10971         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
10972         autoloads.
10973         (rmail-default-rmail-file): Remove unnecessary declaration.
10974         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
10976 2009-02-14  Glenn Morris  <rgm@gnu.org>
10978         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
10979         variable (only used in gnus-util, which declares it anyway).
10980         (rmail-output-to-rmail-file): Remove autoload of deleted function,
10981         which was only needed by gnus-art (changed to not use it any more).
10982         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
10983         only used in gnus-util, which autoloads it itself.
10984         (rmail-update-summary): Fix autoload.
10986         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
10987         rather than rmail-output-to-rmail-file.
10989 2009-02-07  Glenn Morris  <rgm@gnu.org>
10991         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
10992         autoload of function that no longer exists.
10993         (rmail-toggle-header): Declare.
10994         (message-forward-rmail-make-body): Handle mbox Rmail.
10996 2009-01-31  Glenn Morris  <rgm@gnu.org>
10998         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
10999         2009-01-09 change.
11001 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
11003         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
11004         (auth-source-forget-all-cached): New convenience function.
11005         (auth-source-user-or-password): Accept list of modes or a single mode.
11007         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
11008         auth-source modes.
11010         * nnimap.el (nnimap-open-connection): Use list of
11011         auth-source modes.
11013         * nntp.el (nntp-send-authinfo): Use list of
11014         auth-source modes.
11016 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
11018         * auth-source.el: Update docs to reflect epa-file-enable is to be used
11019         now.
11021 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11023         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
11024         coding system in XEmacs; add a workaround for XEmacs.
11026 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11028         * mm-util.el (mm-coding-system-priorities): Protect against nil value
11029         of current-language-environment.
11031 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
11033         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
11034         available at runtime.
11036 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11038         * gnus-art.el (article-date-ut): Fix end point of narrowing.
11040 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
11042         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
11043         the greatest positive fixnum value doesn't work under an XEmacs with
11044         bignum support; use the most-positive-fixnum constant instead,
11045         available since Emacs 21.1 with cl and XEmacs 21.1.
11047 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11049         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
11050         XEmacs gets not to work.
11052 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11054         * mm-util.el (mm-coding-system-priorities): Allow the value like
11055         "Japanese (UTF-8)" of current-language-environment.
11057 2009-01-09  Glenn Morris  <rgm@gnu.org>
11059         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
11060         with last-command-event.
11062 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
11064         * message.el (message-fix-before-sending): Amend comment.
11066 2009-01-07  David Engster  <dengste@eml.cc>
11068         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
11069         simplified server definitions by converting it via
11070         gnus-server-to-method.
11072 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11074         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
11075         parameter's operands.
11077 2009-01-06  David Engster  <dengste@eml.cc>
11079         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
11080         primary select method (for gnus-group-mark-article-as-read).
11082 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
11084         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
11085         `(gnus)Face', not `(gnus)X-Face'.
11087 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11089         * mm-util.el (mm-ucs-to-char): New function.
11091         * mm-url.el (mm-url-decode-entities): Use it.
11093 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11095         * message.el (message-fix-before-sending): Add `eight-bit' to
11096         illegible-text check.
11098 2009-01-03  Michael Olson  <mwolson@gnu.org>
11100         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
11101         `headers' is nil.  This can occur if the IMAP server does not have
11102         permissions to read messages from a folder, but can write new messages
11103         to the folder.
11104         (nnimap-request-article-part): Do not insert `data' if it is nil.
11106 2009-01-01  Dave Love  <fx@gnu.org>
11108         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
11110         * nnimap.el: Fix author email.
11111         (nnimap-split-rule): Add FIXME comment.
11112         (nnimap-debug): Fix doc string.
11114 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11116         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
11117         overlay-arrow-position and overlay-arrow-string buffer-local; no need
11118         to check if those variables exist (first appeared in Emacs 18.50).
11120 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11122         * mm-util.el (mm-line-number-at-pos): New function.
11124         * spam-report.el (spam-report-process-queue): Use it.
11126 2008-12-24  David Engster  <dengste@eml.cc>
11128         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
11129         parameters that haven't existed as variables as buffer-local variables.
11131 2008-12-23  Dave Love  <fx@gnu.org>
11133         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
11134         cadar.
11136         * sieve-manage.el (sieve-manage-starttls-p): Rename from
11137         imap-starttls-p.
11138         (sieve-manage-starttls-open): Rename from imap-starttls-open.
11140 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
11142         * spam-report.el (spam-report-gmane-max-requests): New constant.
11143         (spam-report-gmane-wait): New variable.
11144         (spam-report-gmane-ham, spam-report-gmane-spam)
11145         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
11146         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
11147         the server.
11149         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
11150         Add explanations.
11152         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
11153         nnheader-accept-process-output and nnheader-read-timeout if available.
11154         (pop3-movemail): Use it.
11156         * message.el (message-check-news-body-syntax): Fix signature check if
11157         there's an attachment.
11159 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11161         * mm-util.el: Add comments to the mm- emulating functions.
11163 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
11165         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
11166         Reported by Stephen Berman <stephen.berman@gmx.net>.
11168 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11170         * mm-util.el (mm-substring-no-properties): New function.
11171         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
11172         (mm-special-display-p): Enable those lambda forms to be byte compiled.
11173         (mm-string-to-multibyte): Doc fix.
11175         * mml.el (mml-attach-file): Use mm-substring-no-properties.
11177 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11179         * mml.el (mml-attach-file): Strip text properties from file name.
11180         (Bug#1574)
11182 2008-12-16  Glenn Morris  <rgm@gnu.org>
11184         * mm-util.el (mm-charset-override-alist): Declare for compiler.
11186 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11188         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
11189         knows since the charset specified might be a bogus alias that
11190         mm-charset-synonym-alist provides.
11192 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11194         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
11195         "ISO_8859-1".
11197         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
11199 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11201         * mm-util.el (mm-charset-eval-alist):
11202         Define it before mm-charset-to-coding-system.
11203         (mm-charset-to-coding-system): Add optional argument `silent';
11204         define it before mm-charset-override-alist.
11205         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
11206         default value if it can be used in Emacs currently running;
11207         silence mm-charset-to-coding-system.
11209 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11211         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
11212         `allow-override' which says whether to use `mm-charset-override-alist'.
11213         (rfc2047-decode-encoded-words): Use it.
11215         * mm-util.el (mm-charset-override-alist): Fix custom type;
11216         add `(gb2312 . gbk)' to choices.
11218 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11220         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
11221         fast.
11223         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
11225 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
11227         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
11228         on links.
11230         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
11232 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11234         * message.el (message-idna-to-ascii-rhs-1): Protect against local
11235         users' addresses that don't have domain parts.
11236         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
11237         rather than message-narrow-to-head since there will be the message
11238         header separator.
11240 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11242         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
11243         since the result is inserted in a unibyte buffer anyway.
11244         (nnimap-demule-use-string-to-multibyte): Remove.
11245         (nnimap-demule): Alias it to mm-string-to-multibyte.
11247 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
11249         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
11250         variable for debugging bug#464 and bug#1174.
11251         (nnimap-demule): Use it.
11253 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
11255         * gnus-score.el (gnus-score-find-trace): Handle default score in total
11256         score calculation correctly.
11258 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11260         * message.el (message-send-mail): Just set the buffer to unibyte
11261         rather than use mm-with-unibyte-current-buffer which does a lot more.
11262         (message-send-mail-partially): Don't bother with
11263         mm-with-unibyte-current-buffer since it's already been made unibyte by
11264         message-send-mail.
11266 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
11268         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
11270 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
11272         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
11274 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11276         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
11277         require itself and to remove `with-no-warnings'.
11279 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
11281         * starttls.el (starttls-any-program-available): Get the name of the
11282         available TLS layer program.
11283         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
11284         well as the host name in the "opening" message.
11286         * auth-source.el (auth-source-cache, auth-source-do-cache)
11287         (auth-source-user-or-password): Cache passwords and logins by default,
11288         allow override with `auth-source-do-cache'.
11289         (auth-source-forget-user-or-password): Allow users to remove cache
11290         entries if needed.
11292 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
11294         * ietf-drums.el (ietf-drums-remove-comments): Localize second
11295         condition-case to only the forward-sexp call.
11297 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
11299         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
11300         quotes contained.  Make it more robust regardless by an extra
11301         condition-case wrapper.
11303 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11305         * nnml.el (nnml-request-expire-articles): Check if the function set to
11306         `nnmail-expiry-target' returns the symbol `delete'.
11308         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
11310         * nnmail.el (nnmail-expiry-target): Fix custom type.
11312 2008-10-02  Glenn Morris  <rgm@gnu.org>
11314         * mm-util.el (mm-codepage-setup): Tweak codepage error.
11315         Silence compiler warning.
11317 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
11319         * mml.el (mml-menu): Don't assume mml2015 is bound.
11321 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11323         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
11324         exists.
11326 2008-09-27  Glenn Morris  <rgm@gnu.org>
11328         * gnus-util.el (mail-header-remove-comments): Autoload it.
11330 2008-09-27  Andreas Schwab  <schwab@suse.de>
11332         * gnus-util.el (gnus-split-references): Strip comments.
11333         (gnus-parent-id): Likewise.
11335 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
11337         * message.el (message-confirm-send): Fix version.
11339 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11341         * message.el (message-idna-to-ascii-rhs-1): Use
11342         mail-extract-address-components rather than mail-header-parse-addresses
11343         that is an alias by default to ietf-drums-parse-addresses that does not
11344         support non-ASCII names in headers' contents.
11346 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
11348         * message.el (message-confirm-send): Fix variable documentation to
11349         avoid the "y/n" wording.
11351 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
11353         * message.el (message-set-auto-save-file-name): Save to a different
11354         filename so multiple messages (especially drafts) can be recovered.
11356 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
11358         * message.el (message-confirm-send): Add appropriate version.
11360 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
11362         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
11363         defvar.
11365 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
11367         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
11368         (mm-pkcs7-enveloped-magic): Ditto.
11370 2008-09-17  Simon Josefsson  <simon@josefsson.org>
11372         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
11373         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
11375 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
11377         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
11378         default, it's better.
11380 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
11382         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
11383         summary line gnus-number property and ignore them (with a warning
11384         message).
11386 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11388         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
11389         macro caddr in the interactive form since it won't be expanded.
11391 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11393         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
11394         `charset'; fix name of function called recursively.
11395         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
11397 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11399         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
11400         (gnus-mime-set-charset-parameters): New function.
11401         (gnus-mime-view-part-as-charset): Use it to correctly display part
11402         specifying wrong charset.
11404 2008-09-08  David Engster  <dengste@eml.cc>
11406         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
11407         in completing-read for back end server.
11409 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
11411         * message.el (message-confirm-send): New variable to confirm sending a
11412         message.
11413         (message-send): Use it.
11415 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
11417         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
11419 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11421         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
11423 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
11425         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
11426         prevent tracking too many groups.
11427         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
11428         Use it.
11430 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
11432         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
11433         moving point to the bottom of the window in order to avoid recentering.
11435 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11437         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
11438         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
11439         (gnus-article-beginning-of-window): Fix calculation.
11441 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11443         * gnus-msg.el (gnus-summary-supersede-article)
11444         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
11445         value of gnus-newsgroup-charset to decode non-MIME encoded text in
11446         message header.
11448 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
11450         * message.el:
11451         * gnus-start.el:
11452         * gnus-registry.el: Remove VMS support.
11454 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11456         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
11457         macro.
11458         (rfc2104-hash): Use it.
11460 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
11462         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
11463         (gnus-summary-sort-by-most-recent-date): New commands.
11464         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
11465         and menu entries.
11467 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11469         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
11470         don't redisplay article for raw contents; remove plural articles stuff.
11472         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
11473         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
11474         on gnus-summary-save-article; display results properly.
11476 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11478         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
11480 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11482         * gnus-art.el (gnus-summary-save-in-pipe):
11483         Consider gnus-save-all-headers.
11485 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
11487         * gnus-util.el (ns-focus-frame): Remove declaration.
11488         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
11489         like x.
11491 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
11493         * rfc2104.el (rfc2104-zero): Delete defconst.
11494         (rfc2104-hex-alist): Likewise.
11495         (rfc2104-hex-to-int): Delete func.
11496         (rfc2104-hexstring-to-bitstring): Likewise.
11497         (rfc2104-nybbles): New defconst.
11498         (rfc2104-hash): Rewrite for speed.
11500 2008-07-16  Glenn Morris  <rgm@gnu.org>
11502         * gnus-util.el (ns-focus-frame): Declare for compiler.
11504 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11506         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
11507         set as a group parameter.
11508         (gnus-summary-save-in-pipe): Work when it is called independently.
11509         (gnus-summary-pipe-to-muttprint): Don't modify
11510         gnus-summary-pipe-output-default-command.
11512 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11514         * message.el (message-send-mail-with-sendmail):
11515         Display the error message.
11517 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11519         * gnus-art.el (gnus-default-article-saver):
11520         Add gnus-summary-save-in-pipe to choices.
11521         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
11522         gnus-summary-pipe-output-default-command as the default command.
11523         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
11524         instead of gnus-last-shell-command.
11526         * gnus-sum.el (gnus-summary-pipe-output-default-command):
11527         New user option.
11528         (gnus-summary-muttprint-program): Mention the value will be changed.
11529         (gnus-summary-save-article): Force showing of all headers.
11530         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
11532 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
11534         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
11536 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
11538         * nnimap.el (nnimap-id):
11539         * sieve-manage.el (sieve-manage-open): Doc fixes.
11541 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
11543         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
11544         if available.
11546 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11548         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
11550         * nnkiboze.el (nnkiboze-generate-group):
11551         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
11553         * nnmairix.el: Require CL.
11555 2008-06-15  David Engster  <dengste@eml.cc>
11557         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
11559 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
11561         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
11562         New macros that expand to an `aset'/`aref' call under Emacs, and to a
11563         runtime choice under XEmacs.
11565         * gnus-sum.el (gnus-summary-set-display-table):
11566         Use `gnus-put-display-table', `gnus-get-display-table',
11567         `gnus-set-display-table' for the display table, instead of `aset'.
11569 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
11571         * nnmairix.el: Add autoloads.
11573 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
11575         * nnmairix.el (nnmairix-delete-recreate-group)
11576         (nnmairix-update-and-clear-marks): Fix error messages.
11578 2008-06-14  David Engster  <dengste@eml.cc>
11580         * nnmairix.el: Upgrade to version 0.6.
11581         (nnmairix-group-toggle-propmarks-this-group)
11582         (nnmairix-group-toggle-readmarks-this-group)
11583         (nnmairix-group-delete-recreate-this-group)
11584         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
11585         (nnmairix-remove-tick-mark-original-article): New commands.
11586         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
11587         (nnmairix-propagate-marks-to-nnmairix-groups)
11588         (nnmairix-only-use-registry, nnmairix-allowfast-default)
11589         (nnmairix-marks-cache, nnmairix-version-output): New variables.
11590         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
11591         functions needed for marks propagation and manipulation of read marks.
11592         (nnmairix-update-groups): New function.
11593         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
11594         (nnmairix-determine-original-group-from-registry)
11595         (nnmairix-determine-original-group-from-path)
11596         (nnmairix-get-group-from-file-path, nnmairix-map-range)
11597         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
11598         New helper functions.
11599         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
11600         keystrokes for new commands.
11601         (nnmairix-delete-and-create-on-change): Doc string cleanup.
11602         (nnmairix-request-group): Check allow-fast group parameter.
11603         (nnmairix-request-create-group): Set allow-fast group parameter if
11604         nnmairix-allowfast-default is set.
11605         (nnmairix-close-group): Propagate marks upon closing if needed.
11606         (nnmairix-group-toggle-threads-this-group): Use new.
11607         nnmairix-group-toggle-parameter helper function.
11608         (nnmairix-search): Better check for empty search result.
11609         (nnmairix-goto-original-article): Use new helper functions for
11610         determining original article.
11611         (nnmairix-show-original-article): Make sure message-id is in brackets.
11612         (nnmairix-call-mairix-binary): Change variable name.
11613         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
11614         helper function.
11615         (nnmairix-widget-toggle-activate): Fix doc string.
11617 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11619         * nnir.el: Require edmacro when compiling with XEmacs.
11620         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
11621         available in Emacs 21.
11623 2008-06-11  Glenn Morris  <rgm@gnu.org>
11625         * gnus-util.el (x-focus-frame):
11626         * gnus.el (image-size):
11627         * mm-decode.el (image-size): Declare.
11629         * gnus-picon.el (declare-function): Add compat definition.
11630         (image-size): Declare.
11632         * gnus-group.el (tool-bar-map):
11633         * gnus-sum.el (tool-bar-map): Define for compiler.
11635         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
11637         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
11639         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
11640         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
11641         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
11642         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
11643         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
11644         * sieve-manage.el, spam-report.el, spam.el:
11645         Remove unnecessary eval-and-compile of autoloads.
11647 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
11649         * auth-source.el: Precise Tramp doc.
11651 2008-06-07  Glenn Morris  <rgm@gnu.org>
11653         * nnmairix.el: Remove unnecessary eval-when-compile.
11655 2008-06-06  Kai Großjohann  <grossjohann@ls6.cs.uni-dortmund.de>
11657         * nnir.el: New file.
11659 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11661         * gnus-util.el (gnus-read-shell-command): New function.
11662         * mm-decode.el (mm-pipe-part):
11663         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
11665 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11667         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
11669 2008-06-03  Glenn Morris  <rgm@gnu.org>
11671         * pop3.el (nnheader-accept-process-output): Autoload it.
11673 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11675         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
11676         are not 2-digit hexadecimal characters that follow `%'s.
11678 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11680         * message.el (message-bogus-recipient-p): Fix type in doc string.
11681         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
11682         (message-bogus-addresses): Rename from message-bogus-address-regexp.
11683         Improve custom options.
11684         (message-bogus-recipient-p): Adjust accordingly.
11686 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11688         * nnmairix.el: Require edmacro when compiling with XEmacs.
11690 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
11692         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
11693         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
11695 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
11697         * auth-source.el: Add more docs.
11699 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11701         * nnheader.el (nnheader-read-timeout): Change the default timeout from
11702         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
11703         retrieval faster in some cases, but might make CPU usage larger.
11704         If this has any bad side effects, we might revert this change.
11706         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
11707         seems to make mail retrieval much, much faster.
11708         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
11709         unconditionally.
11711         * gnus-draft.el (gnus-group-send-queue):
11712         Bind message-send-mail-partially-limit to nil to avoid being prompted.
11714 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
11716         * mml.el (mml-attach-buffer): Prompt for `disposition'.
11718         * message.el (message-bogus-address-regexp): Fix and improve custom
11719         type.
11720         (message-setup-hook): Add message-check-recipients as custom option.
11722 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
11724         * message.el (message-cite-function): Remove bogus autoload which crept
11725         in during merge from v5-10.
11727 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
11729         * nnimap.el (nnimap-open-connection): Fix login/password bug.
11731         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
11733         * auth-source.el: Preliminary Tramp docs.
11734         (auth-sources): Change the default auth-sources to use
11735         EPA .gpg files.
11737 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
11739         * nntp.el: Autoload `auth-source-user-or-password'.
11740         (nntp-send-authinfo): Use it.
11742         * nnimap.el: Autoload `auth-source-user-or-password'.
11743         (nnimap-open-connection): Use it.
11745         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
11746         for the gnus-message function.
11747         (auth-source-user-or-password): Use it.
11749 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11751         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
11752         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
11753         (rfc2104-hash): Use it.
11755 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
11757         * gnus-art.el (gnus-article-toggle-truncate-lines):
11758         Don't use `iff' in docstring.
11760 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
11762         * gnus-registry.el: Adjusted copyright dates and added a keyword.
11764         * gnus-util.el (gnus-extract-address-component-name)
11765         (gnus-extract-address-component-email): Convenience functions around
11766         `gnus-extract-address-components'.
11768         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11769         Use `gnus-extract-address-component-email' to fix bug of comparing full
11770         sender name to `user-mail-address'.
11772 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
11774         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
11775         catch/throw to optimize.
11776         (gnus-registry-find-keywords): Just use member to find a keyword.
11778 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11780         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
11781         is current before calling gnus-server-prepare.
11782         (gnus-server-setup-buffer, gnus-server-update-server)
11783         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
11785 2008-05-04  Juri Linkov  <juri@jurta.org>
11787         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
11788         (mailcap-file-default-commands): Use mailcap-replace-in-string
11789         instead of replace-regexp-in-string, and mailcap-delete-duplicates
11790         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
11792 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
11794         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
11796 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11798         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
11799         hooks.
11800         (gnus-update-read-articles): Speed up non-marks-using users.
11801         (gnus-use-marks): Define gnus-use-marks.
11802         (gnus-propagate-marks): Rename variable to something more sensible.
11804 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
11806         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
11807         (gmm-image-load-path-for-library): Fix typos in docstrings.
11808         (gmm-message): Reflow docstring.
11810 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
11812         * mail-source.el (mail-source-set-1, mail-source-bind):
11813         Move auth-source code out of the macro to clean it up and fix bugs.
11815 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
11817         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
11818         by sender if it's equal to user-mail-address, it's likely to be
11819         useless.
11821         * mail-source.el (mail-source-bind): Don't use user or password if they
11822         are not bound.  Unintern them if they are nil.  Don't use server unless
11823         it's bound, and default it to empty string otherwise.
11825 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
11827         * mail-source.el: Load auth-source.el.
11828         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
11829         get user name or password, if auth-sources is set up.
11831         * gnus-registry.el (gnus-registry-split-strategy): New variable for
11832         strategy of splitting with parent.
11833         (gnus-registry-split-fancy-with-parent)
11834         (gnus-registry-post-process-groups): Use it and fix prior
11835         bug (returning a list as the split result).
11837         * auth-source.el (auth-sources): Remove server parameter.
11838         (auth-source-pick, auth-source-user-or-password)
11839         (auth-source-user-or-password-imap)
11840         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
11841         (auth-source-user-or-password-sftp)
11842         (auth-source-user-or-password-smtp): Remove server parameter.
11844 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
11846         * smime.el (smime-sign-region, smime-encrypt-region)
11847         (smime-decrypt-region):
11848         Remove redundant calls to `generate-new-buffer-name'.
11850 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
11852         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
11853         Don't use QP for message/rfc822.
11854         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
11856 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11858         * sieve-manage.el (sieve-string-bytes): Remove.
11859         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
11860         correct byte-length only if the process's coding-system is the same as
11861         the one used internally by Emacs to represent strings.
11863 2008-04-22  Juri Linkov  <juri@jurta.org>
11865         * mailcap.el (mailcap-file-default-commands): New function.
11867 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
11869         * message.el (message-signature-separator, message-cite-function):
11870         Change custom version.
11872 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
11874         * mm-decode.el (mm-display-external): Make temp file read-only.
11876 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
11878         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
11879         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
11880         `C-c C-f d'.
11882 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
11884         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
11886 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
11888         * auth-source.el: Add docs.
11889         (auth-sources): Modify format to support server.
11890         (auth-source-pick, auth-source-user-or-password)
11891         (auth-source-user-or-password-imap)
11892         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
11893         (auth-source-user-or-password-sftp)
11894         (auth-source-user-or-password-smtp): Add server parameter.
11896 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
11898         * gnus-registry.el: Initialize the registry when gnus-registry-install
11899         is t.
11901 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11903         * compface.el (uncompface): Make buffer unibyte.
11905 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11907         * mail-source.el (mail-source-value):
11908         Prefer fboundp to functionp so it works with macros as well.
11910 2008-04-05  Glenn Morris  <rgm@gnu.org>
11912         * gnus-ems.el (mm-disable-multibyte): Autoload it.
11914 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11916         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
11917         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
11919         * nnheader.el (nnheader-init-server-buffer): Change buffer's
11920         multibyteness after rather than before erasing it.
11922         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
11923         mm-with-multibyte.
11924         (gnus-request-article-this-buffer): Make sure the proper decoding is
11925         used if gnus-original-article-buffer happens to be unibyte.
11927         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
11928         default-enable-multibyte-characters.
11930         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
11931         default-enable-multibyte-characters.
11933         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
11935         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
11937 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11939         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
11940         Fix last change in case the element is not even a symbol.
11942 2008-04-02  Simon Josefsson  <simon@josefsson.org>
11944         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
11945         imap-enable-exchange-bug-workaround.
11946         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
11948 2008-04-01  Simon Josefsson  <simon@josefsson.org>
11950         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
11951         a 100 byte status-checks into a 2-3MB transfer for each group.
11952         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
11953         to enable bug workaround or not.
11954         (nnimap-find-minmax-uid): Only enable workaround conditionally.
11956 2008-03-31  Glenn Morris  <rgm@gnu.org>
11958         * message.el (mml2015-use): Declare for compiler.
11959         (message-info): Require mml2015 when appropriate.
11961 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11963         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
11964         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
11965         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
11966         (nntp-service-to-port): New function.
11967         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
11968         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
11969         (nntp-open-netcat-stream): New function.
11970         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
11972 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
11974         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
11976 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11978         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
11980 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
11982         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
11984 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
11986         * message.el (message-signature-separator): Change default.
11987         Improve custom type.
11988         (message-cite-function): Change default to
11989         message-cite-original-without-signature.
11991         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
11992         toggle.
11994         * message.el (message-check-news-body-syntax): Fix signature check.
11995         (message-setup-1): Mark buffer as unmodified _after_ running
11996         message-setup-hook and handling message-alternative-emails.
11997         (message-shorten-references): Be more strict when building list of
11998         valid references to comply with GNKSA.
12000         * gnus-group.el (gnus-read-ephemeral-bug-group)
12001         (gnus-read-ephemeral-debian-bug-group)
12002         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
12004         * message.el (message-info): Don't use booleanp which isn't supported
12005         in Emacs 21 and XEmacs.
12007 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
12009         * gnus-group.el (gnus-gmane-group-download-format): Rename from
12010         gnus-group-gmane-group-download-format.
12011         (gnus-group-read-ephemeral-gmane-group): Rename from
12012         gnus-group-read-ephemeral-gmane-group.
12013         (gnus-read-ephemeral-gmane-group-url): Rename from
12014         gnus-group-read-ephemeral-gmane-group-url.
12015         (gnus-bug-group-download-format-alist): New variable.
12016         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
12017         (gnus-read-ephemeral-emacs-bug-group): New commands.
12019 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12021         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
12022         (gnus-visible-headers): Improve custom type.
12024 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
12026         * mml.el (mml-menu): Add workarounds for XEmacs.
12028         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
12029         X-Boundary header.
12031         * message.el (message-simplify-recipients): Fix previous commit.
12033 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12035         * mm-util.el (mm-set-buffer-multibyte): New function.
12036         * mm-decode.el (mm-copy-to-buffer): Use it.
12038         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
12039         Prefer fboundp to functionp so it works with macros as well.
12041 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
12043         * message.el (message-alter-recipients-discard-bogus-full-name):
12044         New function.
12045         (message-alter-recipients-function): New variable.
12046         (message-get-reply-headers): Use it.
12047         (message-replace-header): New helper function.
12048         (message-recipients-without-full-name): New variable.
12049         (message-simplify-recipients): New command.
12051         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
12053         * message.el (message-info): Handle EasyPG manual.
12055         * mml.el (mml-menu): Add entry for EasyPG.
12057 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
12059         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
12060         parameter.
12062         * message.el (message-disassociate-draft): Specify drafts group name
12063         fully.
12065 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
12067         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12068         Eliminate unnecessary duplicates from the match list.
12070 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12072         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
12073         args of `how-many' of which the XEmacs version doesn't take; declare
12074         Info-index-next as function.
12076 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12078         * gnus-score.el (gnus-score-headers): Fix handling of
12079         gnus-inhibit-slow-scoring.
12081         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
12082         string.
12083         (gnus-button-url-regexp): Improve handling of parenthesis.
12084         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
12085         (gnus-button-handle-info-keystrokes): Handle index entries.
12087 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12089         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
12090         Incoming* files.
12092 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
12094         * auth-source.el (auth-sources): Rename from auth-source-choices.
12095         (auth-source-pick): Use it.
12097 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
12099         * auth-source.el (auth-source-protocols)
12100         (auth-source-protocols-customize, auth-source-choices): Add and
12101         modified variable customizations and defaults.
12102         (auth-source-pick, auth-source-user-or-password)
12103         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
12104         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
12105         (auth-source-user-or-password-sftp)
12106         (auth-source-user-or-password-smtp): Use new variables and provide an
12107         interface to netrc.el.
12109 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12111         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
12112         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
12113         Make sure the nntp port to specify is a string.
12115 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12117         * nntp.el: Use with-current-buffer.
12118         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
12119         dubious mm-with-unibyte-current-buffer.
12120         (nntp-with-open-group-function): New function extracted from
12121         nntp-with-open-group macro.
12122         (nntp-with-open-group): Use the function, so it's easier to debug.
12123         Add indentation and debugging info.
12124         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
12125         Recommend the use of the netcat alternatives.
12127         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
12128         Avoid mm-string-as-multibyte as well.
12130         * nnweb.el (nnweb-insert-html):
12131         Remove use of nnheader-string-as-multibyte.
12133         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
12134         (nnheader-string-as-multibyte): Remove.
12136         * mm-view.el: Use inhibit-read-only.
12137         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
12138         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
12139         or unibyte-string.
12141         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
12142         (mm-uu-yenc-extract): Use with-current-buffer.
12144         * gnus-soup.el (gnus-soup-send-packet): Don't use
12145         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
12147         * nnmh.el: Use with-current-buffer.
12148         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
12149         mm-string-as-multibyte on the output of mm-encode-coding-string.
12151         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
12152         (nnimap-request-move-article): Use with-current-buffer.
12154         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
12155         inserting the handle-buffer's text, so the implicit multibyte->unibyte
12156         conversion uses string-make-unibyte rather than string-as-unibyte.
12158         * gnus-msg.el: Use with-current-buffer.
12160         * message.el (message-ignored-resent-headers): Add "Delivered-To".
12162 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
12164         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
12165         string for caching if it is 'PIN.
12167 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
12169         * mail-source.el (mail-source-delete-old-incoming-confirm):
12170         Change default to nil.
12171         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
12173 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12175         * gnus-art.el (gnus-narrow-to-page): Position point properly.
12176         (gnus-article-goto-prev-page): Work for articles having ^L's.
12178         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
12180         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
12182 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
12184         * gnus-bookmark.el: Adjust for renames in bookmark.el.
12185         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
12186         (gnus-bookmark-jump): Adjust some variable names.
12188 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
12190         * auth-source.el: New package.
12191         (auth-source-choices): Add customization entry point variable.
12193         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
12194         bug.
12196 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
12198         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
12199         (gnus-registry-initialize, gnus-registry-install-p): Use it.
12200         (gnus-registry-install-shortcuts): Rename from
12201         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
12202         the `gnus-registry-mark-map' keymap dynamically from
12203         `gnus-registry-marks'.  The generated functions update the summary line
12204         when a registry mark is added or deleted, and will call
12205         `gnus-registry-install-p' (see the comments in the code).
12206         (gnus-registry-user-format-function-M): Use concat intelligently.
12208         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
12209         the registry mark functions.
12211 2008-03-05  Glenn Morris  <rgm@gnu.org>
12213         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
12214         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
12215         gnus-art.
12216         (top-level): No need to load own source when compiling.
12218 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
12220         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
12221         Suggested by <chris.anderton@zetnet.co.uk>.
12223 2008-03-04  Glenn Morris  <rgm@gnu.org>
12225         * gnus-sum.el (top-level): No need to require gnus when compiling,
12226         since unconditionally required near start of file.
12227         (gnus-summary-display-while-building): Move definition before use.
12229 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
12231         * gnus-registry.el (gnus-registry-user-format-function-M):
12232         Add formatting function.
12234 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
12236         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
12237         with plists.
12238         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
12239         Use new format.
12241 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12243         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
12244         `where-is-internal' that returns a range of key sequences.
12246 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12248         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
12250         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
12251         (gnus-summary-jump-to-group): Consider windows on other displayed
12252         frames as well.  Similar changes might be needed elsewhere, but that's
12253         the one I've bumped into during my use.
12255         * nndoc.el (nndoc-oe-dbx-type-p):
12256         * gnus-msg.el (gnus-debug):
12257         * gnus-group.el (gnus-update-group-mark-positions):
12258         Use mm-string-to-multibyte.
12260 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12262         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
12263         doesn't handle NotDashEscaped.
12265         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
12266         (mml-dnd-attach-options): Fix typo in custom choice.
12268         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
12269         Change nndoc-article-type to mbox.
12270         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
12272         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
12273         to nil, instead of html2text.
12275         * imap.el (imap-debug): Add `imap-ping-server'.
12277         * gnus-bookmark.el: Add FIXMEs.
12279         * message.el (message-form-letter-separator)
12280         (message-send-form-letter-delay): New variables.
12281         (message-send-form-letter): Use them.  New command to send form
12282         letters.  Requested by Uwe Siart.
12283         (message-send-mail-function): Doc fix.  Add "Other" custom option.
12285 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
12287         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
12288         empty author.
12290 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
12292         * gnus-registry.el (gnus-registry-marks): Add variable for
12293         customization of marks and their appearance.
12294         (gnus-registry-read-mark): Use it.
12295         (gnus-registry-do-marks): Add utility function to loop through
12296         `gnus-registry-marks'.
12297         (gnus-registry-install-shortcuts-and-menus): Add function to install
12298         shortcuts and menus.
12299         (gnus-registry-initialize): Use it.
12300         (gnus-registry-default-mark): Clarify documentation.
12302 2008-02-29  Glenn Morris  <rgm@gnu.org>
12304         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
12305         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
12306         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
12307         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
12308         Change defcustom :version from 23.0 to 23.1.
12310 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
12312         * gnus-registry.el (gnus-registry-follow-group-p)
12313         (gnus-registry-post-process-groups): Add functions to aid registry
12314         splitting and improve logging.  Clarify behavior in function
12315         documentation.
12316         (gnus-registry-split-fancy-with-parent): Use them.
12318 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12320         * gnus-art.el: Use with-current-buffer.
12322 2008-02-27  David Engster  <dengste@eml.cc>
12324         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
12325         Express real group name in the response.
12327 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12329         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
12330         (nnmairix-last-server, nnmairix-current-server): Defvar them.
12331         (nnmairix-goto-original-article): Defvar gnus-registry-install and
12332         autoload gnus-registry-fetch-group when compiling.
12333         (nnmairix-request-group-with-article-number-correction):
12334         Remove unreferenced argument passed to nnmairix-call-backend.
12336 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
12338         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
12339         (mm-uu-extract): Improve face for low color ttys.
12340         Reported by Sascha Wilde.
12342 2008-02-27  Glenn Morris  <rgm@gnu.org>
12344         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
12345         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
12346         variables to defconsts.  Convert comments to doc-strings.
12347         (nnmairix-last-server, nnmairix-current-server): Convert from free
12348         variables to defvars.  Convert comments to doc-strings.
12349         (gnus-registry-fetch-group): Autoload.
12350         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
12351         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
12352         (nnmairix-widget-build-editable-fields): Use car cddr rather than
12353         caddr.
12354         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
12355         nnmairix-request-group-with-article-number-correction call.
12356         (nnmairix-fast, nnmairix-group): New, less general names, for free
12357         variables passed from nnmairix-request-group to
12358         nnmairix-request-group-with-article-number-correction.  Declare.
12359         (nnmairix-request-group-with-article-number-correction):
12360         Use nnmairix-fast, nnmairix-group rather than fast, group.
12362 2008-02-26  David Engster  <dengste@eml.cc>
12364         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
12365         version 0.5.
12367 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
12369         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
12370         instead of making an extra function call.  Don't add the current group
12371         to articles only when they have the group.  Use
12372         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
12373         Reported by David <de_bb@arcor.de>.
12375 2008-02-24  Miles Bader  <miles@gnu.org>
12377         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
12378         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
12379         (mm-find-mime-charset-region):
12380         * mm-bodies.el (mm-encode-body):
12381         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
12383 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
12385         * mail-source.el (mail-source-delete-incoming): Change default.
12386         Supplement doc string.
12388         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
12390 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12392         * nnmail.el (nnmail-message-id-cache-file): Derive from
12393         `gnus-home-directory'.
12395 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
12397         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
12398         Document negative prefix.
12400         * gnus-group.el (gnus-group-read-group): Document negative prefix.
12402 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12404         * message.el (message-unsent-separator): Add the Exim bounce
12405         separator.
12407 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
12409         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
12410         list.
12411         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
12412         recipient/signer list.
12414 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
12416         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
12417         fbound (Emacs 23 unicode), signal an error.
12419 2008-02-08  Glenn Morris  <rgm@gnu.org>
12421         * gnus-art.el (pgg-display-output-buffer): Declare as function.
12423 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
12425         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
12426         ports to the calls to `netrc-machine-user-or-password' in addition to
12427         "imap" and "imaps".
12429 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
12431         * gnus.el (gnus-group-startup-message): Add `find-image' call before
12432         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
12433         <hanche@math.ntnu.no>.
12435 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12437         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
12439 2008-02-01  Zhang Wei  <id.brep@gmail.com>
12441         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
12443         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
12445 2008-02-01  Miles Bader  <miles@gnu.org>
12447         * mml.el (mml-parse-1): Remove apparently vestigial use of
12448         `mm-hack-charsets'.
12449         * mm-bodies.el (mm-encode-body): Likewise.
12451 2008-02-01  Kenichi Handa  <handa@m17n.org>
12453         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
12454         rfc2104-hexstring-to-bitstring and changed to return a byte list.
12455         (rfc2104-hash): Convert the result of concat to unibyte string.
12457 2008-02-01  Dave Love  <fx@gnu.org>
12459         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
12460         coding-system-for-read.
12461         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
12463         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
12464         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
12465         (mm-find-mime-charset-region): Remove hack-charsets stuff.
12467 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
12469         * mail-source.el (mail-sources): Add `group' choice.
12471         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
12472         parameter `in-group' to control into which group the articles go.
12473         Add treatment of `group' mail-source.
12475 2008-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
12477         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
12478         * message.el (message-beginning-of-line): Use featurep instead of bound
12479         tests in order to resolve conditionals at compile time.
12481 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12483         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
12485         * mm-decode.el (mm-dissect-buffer): Decode description.
12487         * mml.el (mml-to-mime): Encode message header first.
12489 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12491         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
12492         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
12494 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
12496         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
12498 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12500         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
12501         prefix keys.
12502         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
12503         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
12504         gnus-xmas.el.
12506 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
12508         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
12509         Add new variables for article mark management.
12510         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
12511         list of extra data entries which, when present, will indicate that the
12512         article ID should not be trimmed from the registry.
12513         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
12514         functions.
12515         (gnus-registry-read-mark): New function to read a mark name from the
12516         user.
12517         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
12518         (gnus-registry-set-article-mark-internal): New functions to add and
12519         remove marks.
12520         (gnus-registry-get-article-marks): New function to show the marks for
12521         an article, or retrieve them for further use.
12523 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12525         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
12526         keys when no argument is given.
12528 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12530         * gnus-sum.el (gnus-article-sort-by-random)
12531         (gnus-thread-sort-by-random): Fix doc strings.
12532         Reported by jidanni@jidanni.org.
12534 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12536         * gnus-art.el (gnus-article-describe-bindings): New function.
12537         (gnus-article-read-summary-keys): Use it.
12538         (gnus-article-mode-map): Bind `C-h b' to it.
12540 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12542         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
12543         XEmacs.
12544         (gnus-article-describe-key, gnus-article-describe-key-briefly):
12545         Protect against non-character events.
12547 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
12549         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
12550         New command.
12551         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
12552         instead of END.  Change name of the temp file.
12553         (gnus-group-gmane-group-download-format): Add doc string.  Make it
12554         customizable.
12556 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12558         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
12559         bind `S W' to gnus-article-wide-reply-with-original; set default
12560         binding to gnus-article-read-summary-send-keys.
12561         (gnus-article-read-summary-keys): Fix the order of keys; display
12562         continuation keys correctly in the echo area; describe bindings
12563         correctly when keys end with `C-h'.
12564         (gnus-article-read-summary-send-keys): New function.
12565         (gnus-article-describe-key, gnus-article-describe-key-briefly):
12566         Work for gnus-article-read-summary-send-keys; display continuation keys
12567         correctly in the echo area.
12568         (gnus-article-reply-with-original): Ignore prefix argument.
12569         (gnus-article-wide-reply-with-original): New function.
12571 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12573         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
12574         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
12576 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
12578         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
12579         (gnus-group-read-ephemeral-gmane-group): New command.
12581 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
12583         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
12585 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
12587         * message.el (message-send-mail-function): Increase custom version.
12589         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
12590         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
12592 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12594         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
12595         html parts correctly; support forwarded messages.
12596         (gnus-article-browse-html-article): Remove work buffers.
12598         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
12599         compiling.
12600         (netrc-bound-and-true-p): New macro.
12601         (netrc-parse): Use it instead of bound-and-true-p that is not available
12602         in XEmacs 21.4.
12604 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
12606         * gnus-registry.el (gnus-registry-mark-article)
12607         (gnus-registry-article-marks): Add functionality to mark articles
12608         through the Gnus registry.
12610         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
12611         (netrc-parse): Use encrypt-file-alist to determine if
12612         encrypt-find-model or encrypt-insert-file-contents should be used.
12614 2007-12-19  Glenn Morris  <rgm@gnu.org>
12616         * mml.el (message-options-set, message-narrow-to-head)
12617         (message-in-body-p, message-mail-p, message-encode-message-body):
12618         Autoload.
12619         (message-remove-header, message-narrow-to-headers-or-head)
12620         (message-subscribed-p, message-make-mail-followup-to)
12621         (message-position-on-field, message-news-p)
12622         (message-options-set-recipient, message-generate-headers)
12623         (message-sort-headers): Declare as functions.
12625 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12627         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
12628         convention in doc string.
12630 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12632         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
12633         title to html parts.
12634         (gnus-article-browse-html-article): Pass message header to it.
12636         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
12638 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
12640         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
12641         or password compatible with XEmacs.
12643 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12645         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
12646         format document.
12647         (gnus-mime-delete-part): Don't write description line if empty.
12648         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
12650 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
12652         * gnus-sum.el (gnus-summary-mark-unread-as-read)
12653         (gnus-summary-mark-read-and-unread-as-read)
12654         (gnus-summary-mark-current-read-and-unread-as-read)
12655         (gnus-summary-mark-unread-as-ticked): Doc fix.
12656         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
12658 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
12660         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
12661         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
12663 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
12665         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
12666         yes-or-no-p.
12668 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12670         * mm-decode.el (mm-add-meta-html-tag): New function.
12671         (mm-save-part-to-file, mm-pipe-part): Use it.
12673         * gnus-art.el (gnus-article-browse-delete-temp-files):
12674         Use gnus-y-or-n-p instead of y-or-n-p.
12675         (gnus-article-browse-html-parts): Work with message/external-body; use
12676         mm-add-meta-html-tag.
12678 2007-12-11  Glenn Morris  <rgm@gnu.org>
12680         * gnus-cache.el: Require gnus-sum not just when compiling.
12682         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
12684         * gnus-int.el (gnus-server-opened, gnus-status-message):
12685         Move definitions before use.
12687         * mm-decode.el: Require gnus-util.
12688         (mm-remove-part): Only call delete-annotation on XEmacs.
12690         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
12692         * nnmail.el: Require gnus-int.
12694         * spam.el: Move `require's before `eval-when-compile's.
12696         * gnus-ems.el (gnus-alive-p):
12697         * gnus-fun.el (message-goto-eoh):
12698         * gnus-util.el (gnus-group-name-decode):
12699         * mail-source.el (gnus-compress-sequence):
12700         * message.el (Info-goto-node, format-spec):
12701         * mm-bodies.el (message-options-get):
12702         * mm-decode.el (mm-view-pkcs7):
12703         * mm-util.el (gmm-write-region):
12704         * mml-smime.el (mml-compute-boundary)
12705         (gnus-completing-read-with-default):
12706         * mml.el (widget-button-press, gnus-make-hashtable):
12707         * mml1991.el (mm-decode-content-transfer-encoding)
12708         (mm-encode-content-transfer-encoding)
12709         (message-options-get, message-options-set):
12710         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
12711         * nnfolder.el (gnus-request-group):
12712         * nnheader.el (ietf-drums-unfold-fws):
12713         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
12714         * smime.el (gnus-run-mode-hooks):
12715         * spam-stat.el (gnus-message): Autoload.
12717         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
12718         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
12719         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
12720         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
12721         Add declare-function compatibility definition.
12723         * gnus-cache.el (nnvirtual-find-group-art):
12724         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
12725         (gnus-add-image, gnus-add-wash-type):
12726         * gnus-group.el (nnkiboze-score-file):
12727         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
12728         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
12729         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
12730         (message-tokenize-header, gnus-get-buffer-create)
12731         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
12732         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
12733         * gnus.el (gnus-group-decoded-name):
12734         * mail-source.el (imap-capability):
12735         * mm-bodies.el (message-options-set):
12736         * mm-decode.el (gnus-configure-windows):
12737         * mm-extern.el (message-goto-body):
12738         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
12739         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
12740         (epg-sub-key-validity, message-options-set):
12741         * mml.el (widget-event-point, gnus-configure-windows):
12742         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
12743         * mml2015.el (epg-check-configuration, epg-configuration)
12744         (message-options-set):
12745         * nndb.el (nndb-request-article):
12746         * nnfolder.el (gnus-request-create-group):
12747         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
12748         * nnmaildir.el (gnus-group-mark-article-read):
12749         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
12750         * rfc1843.el (message-fetch-field):
12751         * spam.el (gnus-extract-address-components):
12752         Declare as functions.
12754 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12756         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
12758 2007-12-09  Glenn Morris  <rgm@gnu.org>
12760         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
12762         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
12763         * message.el, mm-view.el, sieve-manage.el, smime.el:
12764         Add declare-function compatibility definition.
12766         * gnus-art.el (w3-region, w3m-region, Info-menu):
12767         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
12768         * gnus-sum.el (gnus-get-predicate):
12769         * gnus-util.el (mm-append-to-file, w32-focus-frame):
12770         * message.el (mail-abbrev-in-expansion-header-p):
12771         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
12772         (w3m-detect-meta-charset, w3m-region):
12773         * sieve-manage.el (password-read, password-cache-add)
12774         (password-cache-remove):
12775         * smime.el (password-read-and-add): Declare as functions.
12777 2007-12-08  David Kastrup  <dak@gnu.org>
12779         * gnus-sum.el (gnus-summary-simplify-subject-query):
12780         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
12781         `message'.
12783 2007-12-07  Glenn Morris  <rgm@gnu.org>
12785         * gnus-art.el (article-make-date-line): Revert previous change.
12787 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12789         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
12791 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
12793         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
12794         Call gnus-add-to-range ranges only once with a prepared article-list.
12796 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
12798         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
12799         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
12800         group names with backslashes.
12801         Reported by Tassilo Horn <tassilo@member.fsf.org>.
12803 2007-12-06  Deepak Goel  <deego3@gmail.com>
12805         * gnus-art.el (article-make-date-line):
12806         * gnus-start.el (gnus-load):
12807         * pop3.el (pop3-read-response): Fix buggy call to `error'.
12809 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12811         * gnus-art.el (gnus-use-idna):
12812         * gnus-start.el (gnus-site-init-file):
12813         * message.el (message-use-idna):
12814         * mm-uu.el (mm-uu-hide-markers):
12815         * smiley.el (smiley-style): Revert changes that suppress warnings.
12817 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12819         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
12820         specify charset to html source.
12821         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
12823 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12825         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
12826         idna-program in order to suppress byte compile warning issued by XEmacs
12827         that came to byte compile the default value section of defcustom forms
12828         recently.
12830         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
12831         value of installation-directory.
12833         * message.el (message-use-idna): Don't directly refer to the value of
12834         idna-program.
12836         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
12838         * smiley.el (smiley-style): Don't directly call face-attribute.
12840 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
12842         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
12844         * gnus-dired.el: Reduce Gnus dependencies.
12845         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
12846         Don't require.  Use autoloads instead.
12847         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
12848         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
12849         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
12850         (gnus-dired-mode): Adjust doc string.
12851         (gnus-dired-mail-mode): New variable.
12852         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
12853         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
12854         (gnus-dired-mail-buffers): New function.  Return mail or message
12855         composition buffers.
12856         (gnus-dired-attach): Use it.
12857         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
12858         NO-DECODE.
12859         (gnus-dired-print): Use `gnus-print-buffer' depending on
12860         `gnus-dired-mail-mode'.
12862 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12864         * rfc2047.el (rfc2047-encoded-word-regexp)
12865         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
12866         explaining what regexp patterns are for.
12868 2007-12-04  Glenn Morris  <rgm@gnu.org>
12870         * password.el: Move to ../password-cache.el.
12872         * mml1991.el (password-read, password-cache-add, password-cache-remove):
12873         * mml2015.el (password-read, password-cache-add, password-cache-remove):
12874         * mml-smime.el (password-read, password-cache-add)
12875         (password-cache-remove):
12876         No need to autoload, since mml-sec requires password.
12878         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
12879         * message.el (gnus-extract-address-components):
12880         * mml-smime.el (gnus-extract-address-components): Define for compiler.
12882         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
12883         password.
12885 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
12887         * mailcap.el: Reduce dependencies.
12888         (mail-header-parse-content-type): Autoload.
12889         (mailcap-delete-duplicates): New alias.
12890         (mailcap-mime-info): Add optional argument NO-DECODE.
12891         (mailcap-mime-types): Use mailcap-delete-duplicates.
12893         * message.el (message-ignored-supersedes-headers): Add "X-ID".
12895 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12897         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
12898         function.
12900         * gnus-uu.el (gnus-uu-decode-yenc): New command.
12901         (gnus-uu-yenc-article): New function.
12903         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
12905         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
12907 2007-12-02  Glenn Morris  <rgm@gnu.org>
12909         * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
12910         Move to ../net.
12912         * binhex.el, uudecode.el: Move to ../mail.
12914         * encrypt.el: Remove file.
12916 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
12918         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
12919         matches on patches.
12921         * gnus-art.el (gnus-article-browse-html-article):
12922         Mention `mm-text-html-renderer' in the doc string.
12924         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
12925         string.  Add comments.
12927         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
12928         if rhs is ASCII.
12930 2007-12-01  Glenn Morris  <rgm@gnu.org>
12932         * dig.el, dns.el: Move to ../net.
12933         * format-spec.el, hex-util.el, sha1.el: Move to ../.
12935         * mail-source.el (top-level): Require format-spec before
12936         eval-when-compile.
12938 2007-11-30  Glenn Morris  <rgm@gnu.org>
12940         * encrypt.el: Require password, rather than autoloading password-read.
12942 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
12944         * gnus.el (gnus-method-to-server): Add an optional parameter so the
12945         caller can indicate whether the cache should be disregarded for this
12946         call.  This way the result of the call is reproducible at all times and
12947         can be considered a canonical server name for the supplied method.
12948         (gnus-agent-method-p): Canonicalize server names by pushing their
12949         method through `gnus-method-to-server' using the no-cache argument.
12951         * gnus-srvr.el (gnus-server-insert-server-line):
12952         Call `gnus-method-to-server' with `no-cache' argument.
12954         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
12955         gnus-agent-possibly-synchronize-flags as this should be called when the
12956         server is actually being opened.
12957         (gnus-agent-possibly-synchronize-flags)
12958         (gnus-agent-possibly-synchronize-flags-server): Move check for the
12959         flags file of an agentized server to the latter function.
12961         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
12962         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
12963         after a connection has been established successfully.
12965 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12967         * gnus-art.el (article-display-face): Force to display face if called
12968         interactively; check if gnus-article-x-face-too-ugly matches author.
12969         (article-display-x-face): Display face even if From header is missing
12970         as article-display-face does.
12972 2007-11-28  Richard Stallman  <rms@gnu.org>
12974         * md4.el: Move to ../.
12975         * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
12977 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
12979         * mail-source.el (mail-sources): Default to fetch from file for
12980         compatibility with default of nnmail-spool-file.
12982 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12984         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
12985         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
12986         to look for encoded word that should be encoded again.
12987         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
12988         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
12989         encoding pattern.
12990         (rfc2047-decode-region): Switch strict regexp and loose one according
12991         to rfc2047-allow-irregular-q-encoded-words.
12993 2007-11-26  Simon Josefsson  <simon@josefsson.org>
12995         * imap.el: Move to ../net directory.
12997 2007-11-25  Romain Francoise  <romain@orebokech.com>
12999         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
13001 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
13003         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
13004         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
13006         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
13007         `nnmail-spool-file'.
13009         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
13010         `nnmail-spool-file'.
13012         * gnus-move.el (gnus-change-server): Ditto.
13014         * gnus-kill.el (gnus-batch-score): Ditto.
13016         * gnus-cache.el (gnus-jog-cache): Ditto.
13018         * gnus-msg.el (gnus-summary-reply):
13019         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
13021 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
13023         * gnus-cache.el (gnus-cache-generate-nov-databases):
13024         Use nnml-generate-nov-databases-directory instead of
13025         nnml-generate-nov-databases-1.
13027 2007-11-24  Glenn Morris  <rgm@gnu.org>
13029         * message.el (message-tool-bar-retro): Update for rename
13030         mail_send.xpm->mail-send.xpm.
13032 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
13034         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
13035         `smime-ldap-search' for Emacs 22 and up.
13037 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
13039         * hashcash.el: Move to ../mail directory.
13041         * smime-ldap.el: Remove.  Not used in Emacs 22 and up.
13043         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
13044         `smime-ldap-search' for Emacs 22 and up.
13046 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13048         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
13050         * message.el (message-send-mail-function): Fix error convention.
13051         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
13052         (message-widen-reply, message-send-mail, message-talkative-question)
13053         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
13054         (message-clone-locals, message-send-news): Use with-current-buffer.
13055         (message-insert-or-toggle-importance): Remove unused var `valid'.
13056         (message-make-references): Remove unused var `new-references'.
13057         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
13059 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
13061         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
13062         (spam-split-symbolic-return-positive): Reflow docstring.
13063         (spam-backends, spam-summary-exit-behavior)
13064         (spam-mark-ham-unread-before-move-from-spam-group)
13065         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
13066         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
13067         (spam-clear-cache, spam-backend-check, spam-install-backend)
13068         (spam-install-statistical-backend, spam-list-of-processors)
13069         (spam-group-processor-p, spam-split, spam-bogofilter-score)
13070         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
13071         (spam-check-crm114, spam-initialize, spam-unload-hook):
13072         Fix typos in docstrings.
13074 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13076         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
13077         been checked if they have never been read and those group levels are
13078         higher than the one that a user specified.
13080 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13082         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
13083         foreign groups unless a group level is specified by a user.
13084         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
13086 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
13088         * message.el (message-send-mail-function): Require sendmail.
13090 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
13092         * message.el (message-send-mail-function): Check for smtpmail too.
13094         * utf7.el (utf7-encode, utf7-decode): Use coding system
13095         `utf-7'/`utf-7-imap' from utf-7.el' if available.
13097         * message.el (message-send-mail-function): New function.
13098         (message-send-mail-function): Set default using
13099         message-send-mail-function.  Adjust doc string.
13100         (message-send-mail-with-mailclient): New function.
13102 2007-11-17  Richard Stallman  <rms@gnu.org>
13104         * assistant.el: Remove file.
13106 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
13108         * smime.el (from):
13109         * rfc2047.el (message-posting-charset):
13110         * qp.el (mm-use-ultra-safe-encoding):
13111         * pop3.el (parse-time-months):
13112         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
13113         * nnml.el (files):
13114         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
13115         (jka-compr-compression-info-list, ange-ftp-path-format)
13116         (efs-path-regexp):
13117         * nndiary.el (files):
13118         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
13119         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
13120         (epg-digest-algorithm-alist, inhibit-redisplay)
13121         (password-cache-expiry):
13122         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
13123         (pgg-output-buffer, password-cache-expiry):
13124         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
13125         (efs-path-regexp):
13126         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
13127         (inhibit-redisplay):
13128         * mm-uu.el (file-name, start-point, end-point, entry)
13129         (gnus-newsgroup-name, gnus-newsgroup-charset):
13130         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
13131         (latin-unity-ucs-list):
13132         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
13133         (mm-uu-binhex-decode-function):
13134         * message.el (gnus-message-group-art, gnus-list-identifiers)
13135         (rmail-enable-mime-composing, gnus-local-organization)
13136         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
13137         (gnus-read-active-file, facemenu-add-face-function)
13138         (facemenu-remove-face-function, gnus-article-decoded-p)
13139         (tool-bar-mode):
13140         * mail-source.el (display-time-mail-function):
13141         * gnus-util.el (nnmail-pathname-coding-system)
13142         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
13143         (gnus-original-article-buffer, gnus-user-agent)
13144         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
13145         (xemacs-codename, sxemacs-codename, emacs-program-version):
13146         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
13147         * gnus-start.el (gnus-agent-covered-methods)
13148         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
13149         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
13150         (gnus-newsgroup-headers, gnus-group-list-mode)
13151         (gnus-group-mark-positions, gnus-newsgroup-data)
13152         (gnus-newsgroup-unreads, nnoo-state-alist)
13153         (gnus-current-select-method, mail-sources)
13154         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
13155         (nnmail-spool-file, gnus-cache-active-hashtb):
13156         * gnus-mh.el (mh-lib-progs):
13157         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
13158         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
13159         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
13160         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
13161         (gnus-group-buffer):
13162         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
13163         (font-lock-set-defaults):
13164         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
13165         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
13166         (gnus-summary-post-menu, total-parts, type, condition, length):
13167         * gnus-agent.el (gnus-agent-read-agentview):
13168         * flow-fill.el (show-trailing-whitespace):
13169         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
13170         eval-and-compile wrappers for byte compiler pacifiers.
13172         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
13173         (mm-display-inline-fontify): Check for featurep 'xemacs not
13174         extent-list.
13176         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
13177         itimer-list.
13178         (mm-create-image-xemacs): Only do something for XEmacs.
13179         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
13181         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
13183         * gnus-registry.el (gnus-adaptive-word-syntax-table):
13184         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
13186 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
13188         * nnimap.el (nnimap-split-download-body):
13189         * gnus-demon.el (gnus-demon):
13190         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
13192 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13194         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
13195         New macros.
13196         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
13197         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
13198         copy data from unibyte buffer to multibyte current buffer.
13199         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
13200         to copy data from unibyte current buffer to multibyte buffer.
13201         (nntp-make-process-buffer): Make process buffer unibyte.
13203         * pop3.el (pop3-open-server): Fix typo in Lisp code.
13205 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
13207         * pop3.el (pop3-open-server): Accept and process data more robustly at
13208         connection start to avoid spurious "POP SSL connection failed" errors.
13210 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13212         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
13213         read group names.
13215 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
13217         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
13219 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13221         * nnmail.el (nnmail-parse-active): Make group names unibyte.
13222         (nnmail-save-active): Use a unibyte buffer when saving active file,
13223         which may contain non-ASCII group names.
13225         * nnml.el (nnml-request-group): Decode group names in messages.
13227 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
13229         * message.el (message-citation-line-function)
13230         (message-insert-formatted-citation-line): Fix spelling of
13231         `message-insert-formated-citation-line'.
13233 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
13235         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
13237 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13239         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
13240         nnmail-pathname-coding-system.
13242         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
13243         that a user enters; decode group names in messages.
13245         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
13247 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13249         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
13251         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
13253         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
13254         risky local variable.
13256         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
13258 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
13260         * encrypt.el: Improve documentation to fix function name typo.
13261         Reported by Daiki Ueno <ueno@unixuser.org>.
13263 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13265         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
13266         even if the point is not in the last page of an article.
13267         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
13268         back to the previous page.
13270 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
13272         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
13274 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13276         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
13278 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13280         * message.el (message-check-news-body-syntax):
13281         Avoid mm-string-as-multibyte.
13282         (message-hide-headers): Don't assume (point-min)==1.
13284 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13286         * message.el (message-remove-blank-cited-lines): Fix if remove is
13287         given.
13288         (message-bogus-address-regexp): New variable.
13289         (message-bogus-recipient-p): New function.
13290         (message-check-recipients): New command.
13291         (message-syntax-checks): Add `bogus-recipient'.
13292         (message-fix-before-sending): Add `bogus-recipient'.
13294         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
13295         (gnus-treat-body-boundary): Don't test window-system.
13297 2007-10-28  Leo Liu  <sdl.web@gmail.com>  (tiny change)
13299         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
13301 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13303         * gnus.el: Bump version to Gnus v5.13.
13305 2007-10-28  Miles Bader  <miles@gnu.org>
13307         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
13308         at compile-time too.
13310 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
13312         * gnus-msg.el (gnus-message-setup-hook):
13313         Add `message-remove-blank-cited-lines' to options.
13315 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13317         * message.el (message-remove-blank-cited-lines): New function.
13318         Suggested by Karl Plästerer.
13320 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13322         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
13323         mapc.
13325         * imap.el (imap-open): Replace mapcar called for effect with mapc.
13326         (top-level): Use mapc to set functions to be traced for debugging.
13328         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
13329         called for effect with while loop.
13331         * message.el (message-talkative-question): Replace mapcar called for
13332         effect with mapc.
13334         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
13335         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
13336         called for effect with dolist.
13338         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
13340         * nndiary.el: Use dolist instead of mapcar to add diary headers to
13341         gnus-extra-headers and nnmail-extra-headers.
13343         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
13344         called for effect with dolist.
13345         (top-level): Use mapc to set functions to be traced for debugging.
13347         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
13348         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
13349         dolist.
13351         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
13352         Replace mapcar called for effect with mapc.
13353         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
13354         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
13355         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
13356         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
13358         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
13359         remove-if that's a cl function.
13361         * webmail.el (webmail-debug): Replace mapcar called for effect with
13362         dolist.
13364 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13366         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
13367         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
13368         with while loop.
13370         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
13371         functions from article-* functions.
13372         (gnus-multi-decode-header): Replace mapcar called for effect with
13373         dolist.
13375         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
13376         (gnus-bookmark-show-details): Replace mapcar called for effect with
13377         while loop.
13379         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
13380         called for effect with while loop.
13382         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
13383         with dolist.
13385         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13386         Replace mapcar called for effect with dolist.
13388         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
13390         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
13391         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
13392         Replace mapcar called for effect with dolist.
13393         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
13394         mapc.
13396         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
13397         Replace mapcar called for effect with dolist.
13398         (gnus-topic-list): Replace mapcar called for effect with mapc.
13400         * gnus.el: Use mapc instead of mapcar to add autoloads.
13402 2007-10-23  Richard Stallman  <rms@gnu.org>
13404         * gnus-group.el (gnus-group-highlight): Mark as risky.
13406 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13408         * gnus.el (gnus-server-to-method): Return method found first in
13409         gnus-newsrc-alist.
13411         * gnus-art.el (gnus-article-highlight-signature)
13412         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
13413         button overlay without the front stickiness.
13415 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
13417         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
13418         overview buffer needed a catch to receive its throw.
13419         (gnus-agent-flush-cache): Declare as interactive to make this function
13420         easier to use.
13422 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
13424         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
13425         `next-line'.
13427 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13429         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
13430         exclude address matching message-dont-reply-to-names.
13432 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13434         * gnus-util.el (gnus-string<): New function.
13436         * gnus-sum.el (gnus-article-sort-by-author)
13437         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
13439 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13441         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
13442         the frame-focus tag is set in gnus-buffer-configuration.
13444 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13446         * gnus-art.el (gnus-article-add-button): Make a button overlay without
13447         the front stickiness.
13449 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13451         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
13452         url pattern; remove duplicate one.
13453         (gnus-article-extend-url-button): New function.
13454         (gnus-article-add-buttons): Use it.
13455         (gnus-button-push): Use concatenated url that it makes.
13457 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
13459         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
13460         (sieve-manage-open): Use `mapc' instead of `mapcar'.
13462 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13464         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
13465         Don't hardcode point-min==1.
13467 2007-09-30  David Kastrup  <dak@gnu.org>
13469         * gnus-art.el (gnus-article-reply-with-original)
13470         (gnus-article-followup-with-original): When `transient-mark-mode' is
13471         off, refrain from active-region behavior for followups.
13473 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
13475         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
13476         Fix comment about "iso8859-1".
13478 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
13480         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
13481         ones returned from the verify-function.
13483         * mm-uu.el (mm-uu-pgp-signed-extract-1):
13484         Call mml2015-extract-cleartext-signature if extraction failed.
13486 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
13488         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
13489         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
13490         failed.
13492 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13494         * Relicense "GPLv2 or later" files to "GPLv3 or later".
13496 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
13498         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
13499         to mark a thread as expirable.  Add variable `hide' to handle hiding of
13500         thread for both the null and zero (kill/expire thread) universal prefix
13501         cases.
13502         (gnus-summary-expire-thread): Add new function to expire a thread,
13503         using gnus-summary-kill-thread.
13504         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
13505         shortcuts for gnus-summary-expire-thread.
13506         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
13507         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
13509 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
13511         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
13512         extras value, so an extras entry can be deleted.
13513         (gnus-registry-delete-extra-entry): Use it.
13514         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
13515         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
13516         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
13517         storage through the gnus-registry, and provide an appropriate API for
13518         it.
13520 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13522         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
13523         Suggested by Leo <sdl.web@gmail.com>.
13525         * gnus.el: Do.
13527 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13529         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
13530         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
13532         * gnus-agent.el (gnus-agent-fetch-headers): Do.
13534         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
13535         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
13537 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13539         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
13540         newline.
13541         (nnmbox-request-accept-article): Don't change article in source buffer;
13542         narrow to header to use message-fetch-field rather than
13543         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
13544         (nnmbox-request-replace-article): Quote lines that'll be misidentified
13545         as delimiters; make sure article ends with newline.
13546         (nnmbox-delete-mail): Correct last position of article to be deleted;
13547         ignore X-Gnus-Newsgroup header in article body.
13548         (nnmbox-save-mail): Quote lines looking like delimiters at the right
13549         positions; make sure article ends with newline.
13551         * message.el (message-display-abbrev): Don't infloop when a user
13552         inserts SPC in the beginning of header.
13554 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
13556         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
13557         list of groups not followed by default.  Fix type to be regexp.
13558         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
13560 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
13562         * hmac-def.el (define-hmac-function): Switch from old-style to
13563         new-style backquotes.
13565         * md4.el (md4-make-step): Likewise.
13567 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13569         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
13570         raw-text coding system when saving .newsrc file, which may contain
13571         non-ASCII group names.
13573 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13575         * gnus-cus.el (gnus-score-extra): New widget.
13576         (gnus-score-extra-convert): New function.
13577         (gnus-score-customize): Use it for Extra.
13579 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
13581         * mml2015.el (mml2015-extract-cleartext-signature): New function.
13582         (mml2015-mailcrypt-clear-verify): Use it.
13583         (mml2015-gpg-clear-verify): Use it.
13584         (mml2015-pgg-clear-verify): Use it.
13585         (mml2015-epg-clear-verify): Replace the current part with the output
13586         from GnuPG; don't extract the plaintext by itself.
13588         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
13589         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
13590         mml2015-clear-verify-function; don't touch the armor headers or
13591         dash-escaped text here.
13593 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13595         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
13596         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
13597         parts, or application/octet-stream as a last resort.
13598         (gnus-mime-view-part-as-type): Don't toggle display.
13599         (gnus-mime-view-part-as-charset): Don't turn off display before
13600         querying charset.
13602         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
13603         stuff to undisplayer function in Emacs.
13604         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
13606         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
13607         text/calendar parts.
13609 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13611         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
13612         decoding text/calendar parts.
13614         * message.el (message-forward-make-body-mime): Always mark body as
13615         having no illegible text; remove signed-or-encrypted argument.
13616         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
13618         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
13619         (mml-generate-mime-1): Don't encode body if it is specified to be in
13620         raw form; don't make buffer be unibyte when inserting multibyte string.
13622 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13624         * sha1.el: Fix up comment style.
13625         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
13626         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
13628         * hex-util.el: Fix up comment style.
13629         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
13631         * gnus-salt.el: Use with-current-buffer.
13632         (gnus-pick-setup-message): Fix long-standing typo.
13634 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13636         * imap.el (imap-logout-timeout): New variable.
13637         (imap-logout, imap-logout-wait): New functions.
13638         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
13640         * nnimap.el (nnimap-logout-timeout): New server variable.
13641         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
13642         nnimap-logout-timeout.
13644         * gnus-art.el (gnus-article-summary-command-nosave)
13645         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
13647 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13649         * gnus.el (gnus-maximum-newsgroup): New variable.
13651         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
13652         according to gnus-maximum-newsgroup.
13654         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
13655         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
13656         Limit the range of articles according to gnus-maximum-newsgroup.
13658 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
13660         * gnus-art.el (gnus-sticky-article): Fix problems described in
13661         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
13662         Don't perform gnus-configure-windows here; reuse existing sticky
13663         article buffer.
13665         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
13666         it doesn't exist in gnus-article-mode.
13668 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13670         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
13671         (gnus-agent-decoded-group-name): New function.
13672         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
13673         (gnus-agent-expire-group-1): Use it; decode group name in messages.
13675 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
13677         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
13678         Add binding for gnus-sticky-article.
13679         (gnus-summary-exit): Don't kill sticky article buffers.
13681         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
13682         article buffer.
13683         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
13684         (gnus-kill-sticky-article-buffers): New commands.
13686 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13688         * nntp.el (nntp-xref-number-is-evil): New server variable.
13689         (nntp-find-group-and-number): If it is non-nil, don't trust article
13690         numbers in the Xref header.
13692 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13694         * gnus-agent.el (gnus-agent-read-group): New function.
13695         (gnus-agent-flush-group, gnus-agent-expire-group)
13696         (gnus-agent-regenerate-group): Use it.
13697         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
13698         nnmail-pathname-coding-system.
13700 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13702         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
13704         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
13705         that are unread as unread, and also as selected so that information of
13706         marks having been changed by a user may be updated when exiting group.
13708 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13710         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
13712 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13714         * gnus-art.el (gnus-mime-display-single): Pass part number that is
13715         calculated ignoring signature parts to gnus-treat-article.
13717 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13719         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
13720         a point here in order to keep the window start.
13721         (gnus-insert-mime-security-button): Make a button overlay without the
13722         front stickiness.
13723         (gnus-mime-display-security): Goto the end of a button.
13725         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
13727 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13729         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
13730         group-name-at-point.
13731         (gnus-group-completing-read): New function that offers decoded
13732         non-ASCII group names for completion.
13733         (gnus-fetch-group, gnus-group-read-ephemeral-group)
13734         (gnus-group-jump-to-group, gnus-group-make-group-simple)
13735         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
13736         (gnus-group-fetch-control): Use it.
13737         (gnus-fetch-group): Use group-name-at-point for the initial value
13738         rather than the default value; use gnus-alive-p.
13740         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
13741         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
13742         (gnus-summary-post-news): Use gnus-group-completing-read.
13744         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
13745         (gnus-read-move-group-name): Decode group name for completion.
13747 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
13749         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
13750         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
13751         Yamaoka slightly modified the code).
13753 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13755         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
13756         (nnmail-split-incoming): Bind it.
13758         * nnml.el (nnml-group-name-charset): New function.
13759         (nnml-decoded-group-name): Use it; don't decode group name if
13760         nnmail-group-names-not-encoded-p is non-nil.
13761         (nnml-encoded-group-name): New function.
13762         (nnml-group-pathname): Inline nnml-decoded-group-name.
13763         (nnml-request-expire-articles): Decode group name in message.
13764         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
13765         nnmail-pathname-coding-system.
13766         (nnml-save-mail, nnml-active-number): Work with decoded group names and
13767         not decoded ones according to nnmail-group-names-not-encoded-p.
13768         (nnml-generate-active-info): Use nnml-encoded-group-name.
13770 2007-08-08  Glenn Morris  <rgm@gnu.org>
13772         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
13773         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
13774         doc-strings and comments.
13776 2007-07-25  Glenn Morris  <rgm@gnu.org>
13778         * Relicense all FSF files to GPLv3 or later.
13780 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13782         * gnus-sum.el (gnus-summary-move-article):
13783         Make gnus-summary-respool-article work.
13785 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
13787         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
13788         string.
13790 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
13792         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
13793         that should be ignored when comparing distant RSS articles with local
13794         ones.
13795         (nnrss-make-hash-index): New function.  Create a hash index according
13796         to the ignored fields.
13797         (nnrss-check-group): Use it.
13799 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13801         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
13803         * gnus-art.el (article-decode-group-name): Decode Xref header too.
13805         * gnus-group.el (gnus-group-make-group): Encode group name here unless
13806         the new optional argument ENCODED is non-nil.
13807         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
13808         coding system for encoding group name.
13809         (gnus-group-make-rss-group): Pass un-encoded group name to
13810         gnus-group-make-group.
13811         (gnus-group-set-info): Tell gnus-group-make-group that group name is
13812         encoded.
13814         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
13815         Encode group name to which articles are moved or copied.
13816         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
13817         coding system for encoding Newsgroup, Followup-To and Xref headers.
13819         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
13820         marks; use nnheader-file-coding-system to write a file.
13821         (nnagent-retrieve-headers): Bind file-name-coding-system to
13822         nnmail-pathname-coding-system.
13824         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
13826         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
13827         (nnml-request-article, nnml-request-create-group)
13828         (nnml-request-rename-group, nnml-find-id)
13829         (nnml-possibly-change-directory, nnml-possibly-create-directory)
13830         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
13831         (nnml-save-marks): Use nnml-group-pathname instead of
13832         nnmail-group-pathname.
13834         (nnml-request-create-group, nnml-request-expire-articles)
13835         (nnml-request-move-article, nnml-request-delete-group)
13836         (nnml-deletable-article-p, nnml-possibly-create-directory)
13837         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
13838         (nnml-open-marks): Bind file-name-coding-system to
13839         nnmail-pathname-coding-system.
13841         (nnml-request-article): Pass server argument to nnml-find-group-number.
13842         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
13843         Pass server argument to nnml-possibly-create-directory.
13844         (nnml-request-accept-article): Pass server argument to
13845         nnml-active-number and nnml-save-mail.
13846         (nnml-find-group-number): Pass server argument to nnml-find-id.
13847         (nnml-request-update-info): Pass server argument to
13848         nnml-marks-changed-p.
13850         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
13851         (nnml-save-mail, nnml-active-number): Add server argument.
13853         (nnml-request-delete-group): Warn if group is missing.
13854         (nnml-get-nov-buffer): Decode group name.
13855         (nnml-generate-active-info): Encode group name.
13856         (nnml-open-marks): Decode group name in messages.
13858 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13860         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
13861         if it is not specified.
13862         (gnus-article-pipe-part, gnus-article-save-part)
13863         (gnus-article-interactively-view-part, gnus-article-copy-part)
13864         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
13865         (gnus-article-inline-part, gnus-article-save-part-and-strip)
13866         (gnus-article-replace-part, gnus-article-delete-part)
13867         (gnus-article-view-part-as-type): Pass raw prefix argument to
13868         gnus-article-part-wrapper.
13870 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13872         * gnus-agent.el (gnus-agent-save-active):
13873         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
13875         * gnus-cache.el (gnus-cache-save-buffers)
13876         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
13877         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
13878         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
13879         (gnus-cache-braid-nov, gnus-cache-braid-heads)
13880         (gnus-cache-generate-active, gnus-cache-rename-group)
13881         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
13882         (gnus-cache-update-overview-total-fetched-for):
13883         Bind file-name-coding-system to nnmail-pathname-coding-system.
13884         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
13885         New variables.
13886         (gnus-cache-decoded-group-name): New function.
13887         (gnus-cache-file-name): Use it.
13888         (gnus-cache-generate-active): Use non-decoded group name for active.
13890         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
13891         right place.
13892         (gnus-write-active-file): Don't break non-ASCII group names.
13894         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
13895         nnmail-pathname-coding-system.
13897         * gnus-uu.el (gnus-uu-decode-save): Typo.
13899 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13901         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
13903 2007-07-14  David Kastrup  <dak@gnu.org>
13905         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
13906         finishing actions if we did not edit the article.
13908 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13910         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
13911         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
13912         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
13913         (gnus-agent-flush-group, gnus-agent-flush-cache)
13914         (gnus-agent-fetch-headers, gnus-agent-load-alist)
13915         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
13916         (gnus-agent-retrieve-headers, gnus-agent-request-article)
13917         (gnus-agent-regenerate-group)
13918         (gnus-agent-update-files-total-fetched-for)
13919         (gnus-agent-update-view-total-fetched-for):
13920         Bind file-name-coding-system to nnmail-pathname-coding-system.
13921         (gnus-agent-group-pathname): Don't encode file names by
13922         nnmail-pathname-coding-system.
13923         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
13924         coding-system-for-write instead of buffer-file-coding-system to
13925         gnus-agent-file-coding-system.
13927         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
13928         Decode group name.
13930         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
13932         * gnus-start.el (gnus-update-active-hashtb-from-killed)
13933         (gnus-read-newsrc-el-file): Make group names unibyte.
13935         * nnmail.el (nnmail-group-pathname): Don't encode file names by
13936         nnmail-pathname-coding-system.
13938         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
13939         (nnrss-request-delete-group): Bind file-name-coding-system to
13940         nnmail-pathname-coding-system.
13941         (nnrss-read-server-data, nnrss-read-group-data):
13942         Bind file-name-coding-system correctly.
13943         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
13945         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
13946         (nntp-server-to-method-cache): New variable.
13947         (nntp-group-pathname): New function that decodes non-ASCII group names.
13948         (nntp-possibly-create-directory, nntp-marks-changed-p)
13949         (nntp-save-marks, nntp-open-marks): Use it.
13950         (nntp-possibly-create-directory, nntp-open-marks):
13951         Bind file-name-coding-system to nnmail-pathname-coding-system.
13952         (nntp-open-marks): Decode group names when bootstrapping marks.
13954         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
13955         Newsgroups and Followup-To headers.
13957 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13959         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13960         (gnus-server-closed-face, gnus-server-denied-face)
13961         (gnus-server-offline-face): Remove variable.
13962         (gnus-server-font-lock-keywords): Use faces that are not aliases.
13964         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
13965         of modifying message-stack directly for XEmacs.
13967         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
13968         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
13969         if the coding-system argument is nil for XEmacs.
13971         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
13972         mm-charset-override-alist.
13974         * rfc2047.el: Don't require base64; require rfc2045 for the function
13975         rfc2045-encode-string.
13976         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
13977         to quote the parameter value.
13979 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13981         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
13982         form in gnus-group-name-charset-method-alist.
13984         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
13985         overrides the default layout edit-form.
13987         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
13989         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
13991 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13993         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
13994         as unfetched articles.
13996 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
13998         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
14000 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14002         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
14003         original back end that keeps marks in the local system.
14005 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14007         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
14008         arg of pop-to-buffer for XEmacs.
14009         (gnus-article-read-summary-keys): Ditto; don't restore window
14010         configuration if summary command ends up with neither article buffer
14011         nor summary buffer; describe bindings if summary keys end with C-h.
14013 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14015         * message.el (message-fix-before-sending): Skip raw message part to be
14016         forwarded while checking illegible text.
14017         (message-forward-make-body-mime, message-forward-make-body):
14018         Mark signed or encrypted raw message as having no illegible text.
14020 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14022         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
14023         (gnus-message-with-timestamp-1): New macro.
14024         (gnus-message-with-timestamp): New function.
14025         (gnus-message): Use them.
14027         * nnheader.el (nnheader-message): Use them.
14029 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
14031         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
14032         .newsrc.eld file.
14034 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14036         * gnus-agent.el (gnus-agent-fetch-headers)
14037         (gnus-agent-retrieve-headers):
14038         Bind gnus-decode-encoded-address-function to identity.
14040         * nntp.el (nntp-send-xover-command): Recognize an xover command is
14041         available also when the server returns simply a dot.
14043         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
14045 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14047         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
14049 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14051         * gnus-ems.el (gnus-x-splash): Make it work.
14053         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
14054         from being used.
14056 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14058         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
14059         the front stickiness.
14060         (gnus-article-summary-command-nosave): Correct the order of the
14061         arguments passed to pop-to-buffer.
14062         (gnus-article-read-summary-keys): Ditto; make it work properly when the
14063         summary command ends up with the article buffer.
14065         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
14066         the same faces.
14068 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
14070         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
14072 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
14074         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
14075         * gnus-sum.el (gnus-summary-highlight):
14076         * mail-source.el (mail-source-delete-old-incoming-confirm):
14077         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
14079 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14081         * gnus-art.el (gnus-mime-view-part-externally)
14082         (gnus-mime-view-part-internally): Fix predicate function passed to
14083         completing-read.
14085         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
14087         * gnus.el (gnus-update-message-archive-method): Add :version.
14089 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14091         * gnus.el (gnus-update-message-archive-method): New variable.
14093         * gnus-start.el (gnus-setup-news): Update saved "archive" method
14094         according to gnus-message-archive-method if
14095         gnus-update-message-archive-method is non-nil.
14097 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14099         * gnus-sum.el (gnus-summary-limit-to-address): New function.
14100         Suggested by Loic Dachary <loic@dachary.org>.
14101         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14103 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14105         * message.el (message-pop-to-buffer): Add switch-function argument.
14106         (message-mail): Pass switch-function argument to it.
14108 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
14110         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
14111         Improve doc string.
14113 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14115         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
14116         (gnus-header-content):
14117         * gnus-cite.el (gnus-cite-10):
14118         * gnus-srvr.el (gnus-server-closed):
14119         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
14120         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
14121         (gnus-group-mail-3-empty, gnus-group-mail-low)
14122         (gnus-group-mail-low-empty, gnus-splash):
14123         * message.el (message-header-to, message-header-cc)
14124         (message-header-subject, message-header-other, message-header-name)
14125         (message-header-xheader, message-separator, message-cited-text)
14126         (message-mml): Lighten colors of faces used for dark background.
14128 2007-05-24  Simon Josefsson  <simon@josefsson.org>
14130         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
14131         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
14133 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14135         * message.el (message-narrow-to-headers-or-head):
14136         Ignore mail-header-separator in the body.
14138 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14140         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
14141         same as window size.
14143 2007-05-22  Kevin Ryde  <user42@zip.com.au>
14145         * message.el (message-font-lock-keywords): Use message-header-xheader
14146         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
14147         ahead of the anything pattern, to get it recognized.
14149 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
14151         * gnus-sum.el (gnus-articles-to-read)
14152         (gnus-summary-insert-old-articles): Don't truncate group name for
14153         `read-string'.
14155         * gnus-util.el (gnus-limit-string): Delete this function.
14157         * gnus-sum.el (gnus-simplify-subject-fully):
14158         Use `truncate-string-to-width' instead.
14160 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
14162         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
14163         Tell if, on summary exit, the next group has to be selected.
14164         (gnus-summary-exit): Use it.
14166 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
14168         * gnus-art.el (gnus-article-mode): Fix comment about displaying
14169         non-break space.
14171 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14173         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
14174         Check if group is not a directory.
14175         (nnfolder-request-expire-articles): Don't delete articles if the target
14176         group is not available.
14178         * nnml.el (nnml-request-create-group): Properly check if group is not a
14179         file.
14180         (nnml-request-expire-articles): Don't delete articles if the target
14181         group is not available.
14183         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
14184         Don't quote characters that are within parentheses.
14186 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14188         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
14189         (gnus-handle-ephemeral-exit): Select article according to it.
14191 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
14193         * message.el (message-insert-formated-citation-line): Remove newline.
14194         (message-citation-line-format): Add final \n here so that the user can
14195         avoid a blank line.
14197 2007-05-03  Dan Christensen  <jdc@uwo.ca>
14199         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
14200         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
14201         Update lanl/arXiv support.
14203 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
14205         * gnus.el: Bump version number.
14207 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14209         * gnus.el (gnus-version-number): Bump version.
14211 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14213         * gnus.el: No Gnus v0.6 is released.
14215 2007-04-27  Didier Verna  <didier@xemacs.org>
14217         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
14218         * gmm-utils.el (gmm-regexp-concat): ... here.
14219         * message.el: Don't require 'gnus-util.
14220         (message-dont-reply-to-names): Handle name change above.
14221         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
14223 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14225         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
14226         since the initial value varies according to the system.
14228 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14230         * mm-util.el (mm-charset-synonym-alist): Defcustom.
14232 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
14234         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
14236 2007-04-24  Didier Verna  <didier@xemacs.org>
14238         Improve the type of gnus-ignored-from-addresses.
14239         * gnus-util.el (gnus-orify-regexp): New function.
14240         * message.el (gnus-util): Require it.
14241         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
14242         * gnus-sum.el (gnus-ignored-from-addresses): New function.
14243         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
14245 2007-04-24  Didier Verna  <didier@xemacs.org>
14247         * gnus-sum.el:
14248         * gnus-utils.el: Fix some trailing whitespaces.
14250 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14252         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
14253         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
14254         article's Message-ID; refer parent article in summary buffer.
14256         * message.el (message-bounce): Call mime-to-mml.
14258 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14260         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
14262 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14264         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
14265         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
14266         displayed of multipart/alternative part if it is invoked from summary
14267         buffer.
14269         * mm-view.el (mm-inline-text-html-render-with-w3m)
14270         (mm-inline-text-html-render-with-w3m-standalone)
14271         (mm-inline-render-with-function): Use mail-parse-charset by default.
14273 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
14275         * parse-time.el (parse-time-string-chars): Check if CHAR
14276         is less than the length of parse-time-syntax.
14278 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14280         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
14281         from gnus-newsgroup-processable.
14283 2007-04-16  Didier Verna  <didier@xemacs.org>
14285         * gnus-msg.el (gnus-configure-posting-styles):
14286         Handle message-signature-directory properly with :file syntax.
14287         Reported by "Leo".
14289 2007-04-11  Didier Verna  <didier@xemacs.org>
14291         New user option: message-signature-directory.
14292         * gnus-msg.el (gnus-configure-posting-styles): Support it.
14293         * message.el (message-insert-signature): Ditto.
14294         * message.el (message-signature-file): Doc update.
14295         * message.el (message-signature-directory): New.
14297 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14299         * gnus-msg.el (gnus-inews-yank-articles):
14300         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
14302 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14304         * message.el (message-yank-original): Make sure cited text ends with
14305         newline; don't exchange point and mark.
14307 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
14309         * tls.el (open-tls-stream): Properly handle case where there
14310         is no associated buffer.
14312 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
14314         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
14315         message-yank-original, make sure (< mark TEXT point).
14317 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14319         * message.el (message-fill-column): New variable.
14320         (message-mode): Use it.  Add comment on a possible new hook.
14322         * nnmail.el (nnmail-spool-file): Mark as obsolete.
14323         (nnmail-get-new-mail): Reformat.
14325         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
14327         * gmm-utils.el: Fix Commentary.
14328         (gmm-tool-bar-from-list): Fix typo in doc string.
14330 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
14332         * message.el (message-yank-original): Don't switch point and mark
14333         unnecessarily to put point and mark as documented.
14335 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14337         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
14338         from the message heads.
14340 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
14342         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
14343         article buffer does not have a window.  This may not be the best
14344         solution but is certainly better than setting the start of the null,
14345         that is the current, window.
14347 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
14349         * gnus-draft.el (gnus-draft-setup-hook): New hook.
14350         (gnus-draft-setup): Run it.
14352         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
14353         gnus-score-fast-scoring.  Allow regexp.
14354         (gnus-score-headers): Use it.
14356         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
14357         XEmacs.
14359         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
14360         string.
14361         (gnus-button-alist): Also catch `<f1> k ...'.
14362         (gnus-treat-display-x-face): Fix doc string.
14364 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14366         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
14367         evaluation of gnus-extended-version to ensure correct generation of the
14368         User-Agent header when message-generate-headers-first is used.
14370 2007-03-24  Simon Josefsson  <simon@josefsson.org>
14372         * hashcash.el (hashcash-generate-payment-async): Don't crash if
14373         hashcash-path is nil.  Don't call callback with incorrect number of
14374         parameters if val is 0.
14376 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14378         * message.el (message-required-news-headers):
14379         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
14381 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14383         * message.el (message-generate-new-buffers): Change the meaning of the
14384         nil value; add `standard' to the choices; treat t as `unique'; improve
14385         doc string.
14386         (gnus-select-frame-set-input-focus): Autoload.
14387         (message-buffer-name): Search for the existing message buffer if
14388         message-generate-new-buffers is nil or `standard'; treat the value t of
14389         message-generate-new-buffers as `unique'.
14390         (message-pop-to-buffer): Raise the frame already displaying the message
14391         buffer; clear the echo area after querying.
14392         (message-setup): Pass the `continue' argument to compose-mail.
14393         (message-mail): Prefer `switch-function' if it is given; search for the
14394         existing message buffer if the `continue' argument is non-nil; pass
14395         continue and switch-function arguments to compose-mail by way of
14396         message-setup.
14397         (message-mail-other-window): Adjust argument of message-setup.
14398         (message-mail-other-frame): Ditto.
14400 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14402         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
14403         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
14404         to turn font-lock on when turning gnus-message-citation-mode on.
14406 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
14408         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
14409         (mml-smime-function-alist): New variable; add epg as the backend.
14410         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
14411         mml-smime- functions instead.
14412         * mm-view.el: Require smime.
14414 2007-03-05  Didier Verna  <didier@xemacs.org>
14416         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
14417         instead of just inheritance for posting styles.
14418         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
14420 2007-02-24  John Paul Wallington  <jpw@pobox.com>
14422         * tls.el (tls-certtool-program): Fix custom type.
14424 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14426         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
14427         and point-at-eol instead of line-(beginning|end)-position.
14429         * assistant.el (assistant-parse-buffer): Ditto.
14431 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
14433         * mml2015.el (mml2015-epg-find-usable-key): New function.
14434         (mml2015-epg-sign): Use it.
14435         (mml2015-epg-encrypt): Use it.
14437 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14439         * message.el (message-make-in-reply-to): Quote name containing
14440         non-ASCII characters.  It will make the RFC2047 encoder cause an error
14441         if there are special characters.  Reported by NAKAJI Hiroyuki
14442         <nakaji@jp.freebsd.org>.
14444 2007-02-27  Didier Verna  <didier@xemacs.org>
14446         Include the group parameters as well as the topic ones in the
14447         inheritance filter process.
14448         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
14449         argument GROUP-PARAMS-LIST.
14450         * gnus-topic.el (gnus-group-topic-parameters): Use it.
14452 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14454         * nntp.el (nntp-never-echoes-commands)
14455         (nntp-open-connection-functions-never-echo-commands): New variables.
14456         (nntp-send-command): Use them.
14458 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
14460         * mml2015.el (mml2015-epg-verify): Simplify.
14462 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14464         * mml.el (mml-content-disposition-alist): New user option.
14465         (mml-content-disposition): New function.
14466         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
14467         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
14469 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
14471         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
14472         verification.
14474 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14476         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
14477         articles posted in the last 24 hours.
14479 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
14481         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
14483 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
14485         * nntp.el (nntp-send-command): Don't wait for echoes when
14486         nntp-open-ssl-stream is used.
14488 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14490         * gnus-cite.el (gnus-test-font-lock-add-keywords)
14491         (gnus-message-add-citation-keywords)
14492         (gnus-message-remove-citation-keywords): Remove.
14493         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
14494         directly, make the variables in font-lock-defaults buffer-local, add
14495         gnus-message-citation-keywords to them and then update the value of
14496         font-lock-keywords.
14498 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14500         * message.el (message-cite-original-1): Don't call
14501         gnus-article-highlight-citation.
14503         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
14504         citations; fix line count.
14506 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14508         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
14509         (gnus-message-add-citation-keywords)
14510         (gnus-message-remove-citation-keywords): Use it; fix the emulating
14511         versions of font-lock-add-keywords and font-lock-remove-keywords to
14512         work with XEmacs correctly.
14514 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14516         * gnus-cite.el (gnus-cite-face-list): Set the values of
14517         gnus-message-max-citation-depth and gnus-message-citation-keywords.
14518         (gnus-message-max-citation-depth): Use defvar rather than defconst.
14519         (gnus-message-cite-prefix-regexp): New variable.
14520         (gnus-message-search-citation-line): Use it; protect against long
14521         citation prefix; fill match data with nil rather than 0 for XEmacs; set
14522         the 0th match data for Emacs.
14523         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
14524         (gnus-message-add-citation-keywords): Append keywords rather than
14525         prepending; emulate font-lock-add-keywords if it is not available.
14526         (gnus-message-remove-citation-keywords):
14527         Emulate font-lock-remove-keywords if it is not available.
14529         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
14531         * message.el (message-cite-prefix-regexp): Set the value of
14532         gnus-message-cite-prefix-regexp.
14534 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14536         * nnweb.el (nnweb-google-parse-1): Update parser.
14538 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
14540         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
14542 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14544         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
14545         regexp.
14547 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14549         * uudecode.el (uudecode-string-to-multibyte): New function emulating
14550         string-to-multibyte.
14551         (uudecode-decode-region-internal): Use it.
14553 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
14555         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
14556         Fix custom choice.
14558         * gnus-art.el (gnus-signature-limit): Fix custom choice.
14560 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
14562         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
14564         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
14565         `write-region' to respect `mm-inhibit-file-name-handlers'.
14567 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
14569         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
14570         Use gnus-home-directory instead of "~/" or "$HOME".
14572 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
14574         * encrypt.el (encrypt-insert-file-contents): Add better prompt
14575         to mention filename.
14576         Add comments at beginning regarding usage.
14577         (encrypt-write-file-contents): Change interactive so a string is
14578         acceptable.  If the file has no associated model, show an error instead
14579         of a nonsense prompt.
14581 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14583         * spam.el (spam-bsfilter-ham-switch): Fix typo.
14584         Thanks to Yoshihiko Yamada for kind notification of this typo.
14586 2007-01-12  Kenichi Handa  <handa@m17n.org>
14588         * uudecode.el (uudecode-decode-region-internal): Make it work in a
14589         multibyte buffer.
14591 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
14593         * gnus-score.el (gnus-score-fast-scoring): New variable.
14594         (gnus-score-headers): Use it.
14596         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
14598         * message.el (message-cite-original-1):
14599         Call gnus-article-highlight-citation if requested.
14600         (message-make-from): Allow name and address as optional arguments.
14602         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
14604         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
14605         bugs to doc string.
14606         (gnus-button-alist): Add mid\\|message-id.
14607         (gnus-button-fetch-group): Extend for use in
14608         `browse-url-browser-function'.
14609         (gnus-button-url-regexp): Try to catch paired parentheses like in
14610         Wikipedia URLs.
14612         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
14613         Suggested by Simon Krahnke <overlord@gmx.li>.
14615 2007-01-13  Romain Francoise  <romain@orebokech.com>
14617         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
14618         Update copyright.
14620 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
14622         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
14624 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
14626         * gnus-registry.el (gnus-registry-unfollowed-groups)
14627         (gnus-registry-split-fancy-with-parent): Fix documentation.
14629 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14631         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
14632         from nnweb groups.
14634 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14636         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
14637         Xref urls.  Erase buffer before requesting head.
14639         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
14641 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
14643         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
14644         customizable.
14646 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
14648         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
14649         no signing key is found.
14650         (mml2015-epg-encrypt): Ask user whether to skip or abort if
14651         no encrypting and/or signing key is found.
14653 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14655         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
14657 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14659         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
14660         headers read from disk with the ones newly found in the current search.
14661         This should no longer cause problems, because the article numbers in
14662         Gmane's `nov.php' output are ignored since the previous change.
14664 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14666         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
14668 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14670         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
14672 2007-01-01  Romain Francoise  <romain@orebokech.com>
14674         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
14676 2006-12-31  Steve Youngs  <steve@sxemacs.org>
14678         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
14679         `define-minor-mode' macro definition expanded properly.
14680         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
14681         exclude it there.
14683         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
14684         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
14685         `fboundp' test.
14686         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
14687         This is OK to autoload in (S)XEmacs now.
14689 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14691         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
14692         keystroke.
14693         (gnus-summary-limit-to-singletons): Fix typo.
14695         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
14696         else fails.
14698 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14700         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
14701         docstring.
14703         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
14704         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
14705         (gnus-summary-insert-dormant-articles): Fix typo in message.
14707 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
14709         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
14710         nil for XEmacs.
14711         (gnus-message-citation-mode): Don't autoload in XEmacs.
14713         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
14715 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
14717         * nnimap.el (nnimap-expunge-search-string):
14718         Mention nnimap-search-uids-not-since-is-evil in docstring.
14720 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
14722         * spam.el: Revert to make-obsolete-variable because
14723         define-obsolete-variable-alias is not supported in Emacs 21.
14725         * spam.el (spam-ifile-path, spam-ifile-database-path)
14726         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
14727         make-obsolete-variable.
14728         (spam-bsfilter-path, spam-bsfilter-program)
14729         (spam-spamassassin-path, spam-spamassassin-program)
14730         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
14731         Don't use "path" inappropriately.
14732         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
14733         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
14734         variable names.
14736 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
14738         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
14739         summary buffer.
14741         * password.el (password-cache-remove): Use clear-string to burn
14742         password, if available.
14744 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
14746         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
14748         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
14750         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
14751         (gnus-message-highlight-citation): Move defcustom here from
14752         gnus-cite.el.
14753         (gnus-message-citation-mode): Autoload.
14755         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
14756         checks to make it compile with XEmacs.
14757         (gnus-message-citation-mode): New minor mode.
14758         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
14759         (gnus-message-highlight-citation): New variables.
14760         (gnus-message-search-citation-line)
14761         (gnus-message-add-citation-keywords)
14762         (gnus-message-remove-citation-keywords)
14763         (turn-on-gnus-message-citation-mode)
14764         (turn-off-gnus-message-citation-mode): New functions.
14766 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
14768         * gnus-cite.el: Enable highlighting of different citation levels in
14769         message-mode.
14771 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
14773         * message.el (message-make-fqdn): Fix comment.
14774         (message-bogus-system-names): Add ".local".
14776         * spam.el (spam-ifile-path, spam-ifile-program)
14777         (spam-ifile-database-path, spam-ifile-database)
14778         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
14779         Don't use "path" inappropriately.
14780         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
14781         strings.
14782         (spam-check-ifile, spam-ifile-register-with-ifile)
14783         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
14784         Use new variable names.
14786         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
14787         (gnus-treat-display-smileys): Simplify using
14788         gnus-image-type-available-p.
14790         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
14791         available.
14793 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14795         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
14796         one after turning on the buffer's multibyteness instead of decoding
14797         them directly in the unibyte buffer that causes unexpected conversion
14798         in Emacs 23 (unicode).
14800 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14802         * message.el (message-generate-hashcash): Fix custom type.
14804 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
14806         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
14808 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
14810         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
14811         disconnect icons.  Add help text.
14813 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
14815         * spam.el (spam-extra-header-to-number): CRM114 spam score is
14816         negated to be consistent with the others we handle.
14818 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14820         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
14821         version of gnus-summary-buffer to something, so that we can use two
14822         article buffers at the same time.
14824 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
14826         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
14827         trigger all the extra headers.
14828         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
14829         sorting.
14831 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14833         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
14834         solid groups.
14836 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
14838         * legacy-gnus-agent.el: Add Copyright notice.
14840 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
14842         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
14844 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14846         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
14848         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
14849         to make it work reliably in CVS Emacs.
14850         (gnus-summary-limit-strange-charsets-predicate)
14851         (gnus-summary-limit-to-predicate): New functions.
14853 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
14855         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
14856         specifying array size.
14857         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
14858         array if it is too small.
14859         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
14860         (gnus-sort-threads-loop): New function.
14862 2006-12-06  Chris Moore  <dooglus@gmail.com>
14864         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
14865         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
14867 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
14869         * mm-url.el (mm-url-predefined-programs): Call curl with correct
14870         options.
14872 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14874         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
14875         DOS-ing the recipient.
14877         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
14878         the headers when creating the mapping to avoid mismappings.
14879         (nnweb-gmane-create-mapping): Always nix out old mapping.
14881 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14883         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
14884         and mm-verify-option to never.
14886 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14888         * message.el (message-signed-or-encrypted-p): New function.
14889         (message-forward-make-body): Use it.
14891         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
14892         Replace encode-coding-string with mm-encode-coding-string.
14894 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14896         * nneething.el (nneething-decode-file-name):
14897         Replace decode-coding-string with mm-decode-coding-string.
14899         * gnus-int.el (gnus-open-server): Say failed server's name.
14901 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
14903         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
14904         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
14906         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
14907         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
14908         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
14909         (gnus-group-make-directory-group, gnus-group-transpose-groups):
14910         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
14911         (gnus-subscribe-newsgroup, gnus-1):
14912         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
14913         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
14914         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
14915         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
14917 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14919         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
14920         keystroke.
14921         (gnus-summary-limit-to-bodies): Implement headersp.
14923 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14925         * dns.el (query-dns): Protect against "Process dns deleted" strings.
14927 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14929         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
14931 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14933         * message.el (message-generate-hashcash): Expand range of values to
14934         include `opportunistic'.
14935         (message-send-mail): Use it.
14937 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14939         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
14940         and comment it.
14942         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
14944 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
14946         * gnus-util.el (gnus-extract-address-components): Improve comment.
14948 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14950         * gnus-util.el (gnus-extract-address-components): Work with address in
14951         which the name portion contains @.
14953 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14955         * gnus.el (gnus-start): Move custom group up.
14956         (gnus-select-method): Don't autoload, but make it available for
14957         `customize-variable'.
14958         (gnus-getenv-nntpserver): Don't autoload.
14960 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
14962         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
14964 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14966         * message.el (message-sendmail-extra-arguments): New variable.
14967         (message-send-mail-with-sendmail): Use it.
14969 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14971         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
14972         mm-with-unibyte-current-buffer to make string unibyte.
14974         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
14975         mm-string-as-multibyte.
14977 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
14979         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
14980         Reported by Werner Koch <wk@gnupg.org>.
14982 2006-11-14  Daiki Ueno  <ueno@p360>
14984         * mml2015.el: Autoload epa-select-keys when compiling.
14986 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
14988         * mml2015.el (mml2015-epg-sign): Save the signing keys in
14989         message-options.
14990         (mml2015-epg-encrypt): Save the recipient keys in message-options.
14992 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
14994         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
14995         EasyPG (< 0.0.6).
14996         (mml2015-always-trust): New user option.
14997         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
14998         prompt.
15000 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15002         * nntp.el (nntp-authinfo-force): New variable.
15003         (nntp-send-authinfo): Use it.
15005 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
15007         * message.el (message-strip-subject-encoded-words): Allow _not_ to
15008         decode encoded words.  Improve prompt.  Add comment about forwarding.
15009         (message-replacement-char): Move up.
15011 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
15013         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
15014         instead of gnus-intersection because arguments of gnus-sorted-nunion
15015         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
15017 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
15019         * message.el (message-strip-subject-encoded-words): Reformat prompt.
15020         (message-simplify-subject-functions):
15021         Enable message-strip-subject-encoded-words by default.
15023 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
15025         * message.el (message-strip-subject-encoded-words): New function.
15026         (message-simplify-subject-functions): New variable.
15027         (message-simplify-subject): Use it.  Fix typo in doc string.
15028         Support message-strip-subject-encoded-words.
15030 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
15032         * gnus-diary.el (gnus-diary-delay-format-function):
15033         * nndiary.el (nndiary-reminders):
15034         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
15036 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15038         * gnus-art.el (article-hide-boring-headers): Fetch date from
15039         gnus-original-article-buffer to avoid problems with localized date
15040         strings.
15042 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15044         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
15046 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
15048         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
15049         New variables.
15050         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
15051         (mm-charset-synonym-alist): Move some entries to
15052         mm-codepage-iso-8859-list.
15053         (mm-charset-synonym-alist, mm-charset-override-alist):
15054         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
15056 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15058         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
15060 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
15062         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
15063         with Emacs 21 and XEmacs.
15065 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
15067         * spam.el (spam-parse-address): New function for better parsing,
15068         catching errors, etc.
15069         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
15071 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15073         * mm-view.el: Add interactive arg to html2text autoload.
15075 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15077         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
15079 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
15081         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
15082         New variables.
15083         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
15084         (mm-charset-synonym-alist): Move some entries to
15085         mm-codepage-iso-8859-list.
15087         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
15089 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
15091         * message.el (message-citation-line-format)
15092         (message-insert-formated-citation-line): Fix implementation of %E, %N
15093         and %n according to the doc string.
15095 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
15097         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
15098         Use car-safe to avoid bad parses.
15100 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15102         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
15103         names.
15105         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
15107 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15109         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
15110         header.
15112         * message.el (message-draft-headers): Add Date.
15113         (message-headers-to-generate): Fix typo in docstring.
15115         * nndraft.el (nndraft-required-headers): New variable.
15116         (nndraft-generate-headers): Use it.
15118         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
15120 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
15122         * gnus-registry.el (gnus-registry-wash-for-keywords)
15123         (gnus-registry-find-keywords): New functions to allow easy searching of
15124         articles that are in the registry.
15126 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
15128         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
15129         Use ietf-drums-parse-address instead of gnus-extract-address-components.
15130         Reported by Damien Elmes <damien@repose.cx>.
15132 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
15134         * gnus.el (gnus-mime): Remove unused custom group.
15136 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15138         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
15139         "blank line" when searching for end of armor headers.
15141 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15143         * gmm-utils.el (gmm-write-region): Fix variable name.
15145 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15147         * gmm-utils.el (gmm-write-region): New function based on compatibility
15148         code from `mm-make-temp-file'.
15150         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
15152         * nnmaildir.el (nnmaildir--update-nov)
15153         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
15154         Use `gmm-write-region'.
15156 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
15158         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
15159         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
15161         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
15163         * message.el (message-replacement-char): New variable.
15164         (message-fix-before-sending): Use it.
15165         (message-simplify-subject): New function to remove duplicate code.
15166         (message-reply, message-followup): Use it.
15168         * gnus-sum.el (gnus-summary-make-menu-bar):
15169         Clarify gnus-summary-limit-to-articles.
15171 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15173         * gnus-util.el (gnus-with-local-quit): New macro.
15175         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
15177 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
15179         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
15180         ignore non-string data.
15182 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15184         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
15185         non-string data (needs to be done in the registry too).
15187 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15189         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
15190         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
15191         (gnus-registry-split-fancy-with-parent)
15192         (gnus-registry-fetch-simplified-message-subject-fast)
15193         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
15194         Remove text properties on ingress into the registry and when it's saved.
15195         (gnus-registry-clean-empty-function): Fix bug with cleaning the
15196         registry from entries with no groups.
15198 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15200         * gnus-util.el (gnus-string-remove-all-properties): Add utility
15201         function to remove string properties.
15203 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
15205         * gmm-utils.el (gmm): Adjust custom version.
15207         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
15208         Adjust custom version.
15210         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
15212 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
15214         * gnus-art.el (gnus-insert-prev-page-button)
15215         (gnus-insert-next-page-button): Simplify.  Reformat.
15217 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
15219         * gnus-art.el (gnus-insert-prev-page-button)
15220         (gnus-insert-next-page-button): Apply gnus-article-button-face.
15222 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
15224         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
15226 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
15228         * gnus-art.el (gnus-insert-mime-button)
15229         (gnus-insert-mime-security-button):
15230         Apply gnus-article-button-face to MIME and security buttons.
15232 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
15234         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
15235         readable.
15237 2006-09-20  Steve Youngs  <steve@sxemacs.org>
15239         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
15240         `browse-url-of-file' instead of `browse-url'.
15242 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15244         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
15245         regexp.  Articles containing quotation were cut prematurely.
15247 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15249         * message.el (message-cite-original-1): Use nobody by default for the
15250         value of From header.
15251         (message-reply): Ditto.
15253 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
15255         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
15256         to the gnus-info.  This fixes a bug of inline-PGP message verification.
15257         Reported by Michael Piotrowski <mxp@dynalabs.de>.
15259 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
15261         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
15262         mails in the doc string.  Add some URLs in comment.
15263         (pop3-movemail): Warn about pop3-leave-mail-on-server.
15265 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15267         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
15268         backslashes handling and the way to find boundaries of quoted strings.
15270 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
15272         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
15273         mml1991-encrypt-to-self is set and mml1991-signers is not set.
15274         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
15275         mml2015-encrypt-to-self is set and mml2015-signers is not set.
15277 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
15279         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
15280         doc string.
15281         (gnus-button-regexp, gnus-button-last): Remove unused variables.
15283 2006-09-06  Simon Josefsson  <jas@extundo.com>
15285         * mml2015.el (mml2015-use): Doc fix, mention epg.
15287 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
15289         * mml2015.el (mml2015-use): Default to epg, if available.
15291 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
15293         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
15294         message-sender.
15295         (mml1991-epg-encrypt): Ditto.
15296         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
15297         message-sender.
15298         (mml2015-epg-encrypt): Ditto.
15300 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
15302         * message.el (message-send-mail-with-sendmail): Look for sendmail in
15303         several common directories.
15305 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
15307         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
15308         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
15310 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15312         * gnus-art.el (article-decode-encoded-words): Make it fast.
15314 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15316         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
15318         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
15319         in quoted string into `\'.
15321 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15323         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
15324         Use standard-syntax-table.
15326 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15328         * gnus-art.el (gnus-decode-address-function): New variable.
15329         (article-decode-encoded-words): Use it to decode headers which are
15330         assumed to contain addresses.
15331         (gnus-mime-delete-part): Remove useless `or'.
15333         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
15334         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
15335         (gnus-nov-parse-line): Use it to decode From header.
15336         (gnus-get-newsgroup-headers): Ditto.
15337         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
15339         * mail-parse.el (mail-decode-encoded-address-region): New alias.
15340         (mail-decode-encoded-address-string): New alias.
15342         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
15343         New function.
15344         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
15345         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
15346         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
15347         (rfc2047-decode-string): Ditto.
15348         (rfc2047-decode-address-region): New function.
15349         (rfc2047-decode-address-string): New function.
15351 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
15353         * message.el (message-caesar-buffer-body): Allow rotating headers.
15355         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
15357         * message.el (message-insert-formated-citation-line): Fix %f.
15358         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
15360 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15362         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
15363         (gnus-bookmark-mouse-available-p): New macro.
15364         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
15365         (gnus-bookmark-bmenu-show-infos): Use it.
15366         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
15367         (gnus-bookmark-bmenu-hide-infos): Ditto.
15368         (gnus-bookmark-remove-properties): New function.
15369         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
15370         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
15371         (gnus-bookmark-write-file): Bind coding-system-for-write.
15372         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
15373         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
15374         group before selecting it.
15375         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
15376         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
15377         quit-window if it is not available; use gnus-mouse-2 and bind it to
15378         gnus-bookmark-bmenu-select-by-mouse.
15379         (gnus-bookmark-show-details): Remove unused variable `details-list'.
15380         (gnus-bookmark-bmenu-select-by-mouse): New function.
15382 2006-08-13  Romain Francoise  <romain@orebokech.com>
15384         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
15385         space.
15387 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15389         * compface.el (uncompface): Use binary rather than raw-text-unix.
15391 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15393         * compface.el (uncompface): Make sure the eol conversion doesn't take
15394         place when communicating with the external programs.
15395         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15397 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15399         * nnheader.el (nnheader-insert-head): Fix typo in comment.
15401 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15403         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
15404         Make it more robust by parsing author and date independently.
15406 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15408         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
15410 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
15412         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
15413         first matching secret key.
15414         (mml2015-epg-encrypt): Ditto.
15416         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
15417         first matching secret key.
15418         (mml1991-epg-encrypt): Ditto.
15420         * mml2015.el (mml2015-encrypt-to-self): New user option.
15421         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
15422         mml2015-epg-encrypt-to-self is set.
15424         * mml1991.el (mml1991-encrypt-to-self): New variable.
15425         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
15426         mml1991-epg-encrypt-to-self is set.
15428         * mml2015.el (mml2015-signers): New user option.
15429         (mml2015-epg-sign): Reflect the value of mml2015-signers.
15430         (mml2015-epg-encrypt): Allow to select signing keys.
15432         * mml1991.el (mml1991-signers): New variable.
15433         (mml1991-epg-sign): Reflect the value of mml1991-signers.
15434         (mml1991-epg-encrypt): Allow to select signing keys.
15436 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15438         * nnheader.el (nnheader-insert-head): Make it work even if the file
15439         uses CRLF for the line-break code.
15441 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
15443         * mml2015.el: Require mml-sec instead of password.
15444         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
15445         (mml2015-cache-passphrase): Inherit the default value from
15446         mml-secure-cache-passphrase.
15447         (mml2015-passphrase-cache-expiry): Inherit the default value from
15448         mml-secure-passphrase-cache-expiry.
15450         * mml1991.el: Require mml-sec instead of password.
15451         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
15452         (mml1991-cache-passphrase): Inherit the default value from
15453         mml-secure-cache-passphrase.
15454         (mml1991-passphrase-cache-expiry): Inherit the default value from
15455         mml-secure-passphrase-cache-expiry.
15457         * mml-sec.el: Require password.
15458         (mml-secure-verbose): New user option.
15459         (mml-secure-cache-passphrase): New user option.
15460         (mml-secure-passphrase-cache-expiry): New user option.
15462 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
15463             Andreas Vögele  <andreas@altroot.de>   (tiny change)
15465         * pgg-def.el (pgg-truncate-key-identifier):
15466         Truncate the key ID to 8 letters from the end.
15468 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15470         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
15471         workaround for the url package included with Emacs.
15473         * nnweb.el (nnweb-google-create-mapping): Update regexp.
15475 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15477         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
15478         correctly.  This fixes a bug caused by the 2006-05-12 change.
15480 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
15482         * nnmail.el (nnmail-article-group): If splitting raises an error, give
15483         some information about the error when saying that the `bogus' mail
15484         group will be used.
15486 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
15488         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
15489         string.
15491 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
15493         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
15495 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15497         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
15499 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
15501         * mml1991.el (mml1991-function-alist): Add epg.
15502         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
15503         (mml1991-epg-encrypt): New functions.
15505 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
15507         * mml2015.el (mml2015-verbose): New variable.
15508         (mml2015-cache-passphrase): Ditto.
15509         (mml2015-passphrase-cache-expiry): Ditto.
15510         (mml2015-function-alist): Add epg.
15511         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
15512         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
15513         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
15514         New functions.
15516 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15518         * message.el (message-cite-original-1): Preserve region when removing
15519         quoted text due to X-No-Archive in order to avoid bogus attribution
15520         when citing multiple messages.
15522 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15524         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
15525         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
15527 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
15529         * gnus-diary.el (gnus-user-format-function-d)
15530         (gnus-user-format-function-D): Autoload.
15532         * imap.el (Commentary): Fix typo.
15534         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
15535         2006-04-22 contribution.
15537 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15539         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
15540         It didn't really fix the bogosity I'm seeing with solid web groups.
15542 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15544         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
15545         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
15546         created using server names.  If we use the feature without declaring
15547         it, Gnus does not properly manage server and group state.
15549         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
15550         bound.
15552 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15554         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
15555         looking up the method using GROUP's prefix before inventing a new one.
15556         It is used on killed/unknown groups in various places where returning
15557         an all-new method isn't expected by the caller.
15559         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
15560         and match semantics of gnus-group-real-prefix.
15562 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
15564         * nnmail.el (nnmail-broken-references-mailers): New variable.
15565         (nnmail-ignore-broken-references): New function generalizing
15566         nnmail-fix-eudora-headers.
15567         (nnmail-fix-eudora-headers): Now obsolete.
15569         * gnus-art.el (gnus-button-handle-custom):
15570         Support `customize-apropos*'.
15572 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15574         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
15576         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
15577         articles.
15579 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
15581         * message.el (message-cite-reply-above): New variable.
15582         (message-yank-original): Use it.
15584 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15586         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
15588 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
15590         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
15591         as read.
15593         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
15595 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
15597         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
15598         (gnus-bookmark-default-file): Use gnus-directory.
15599         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
15600         Remove "*" in doc string.
15601         (gnus-bookmark-write-file): Simplify.
15602         (gnus-bookmark-maybe-sort-alist): Use `when'.
15603         (gnus-bookmark-get-bookmark): Fix typo in doc string.
15604         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
15605         Add FIXME about Emacs 21 and XEmacs compatibility.
15606         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
15607         compatibility.
15608         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
15609         compatibility.
15610         (gnus-bookmark-menu-heading): Fix version.
15612 2006-06-19  Bastien Guerry  <bzg@altern.org>
15614         * gnus-bookmark.el: New file.
15616 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15618         * message.el (message-syntax-checks): Doc fix.
15620 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15622         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
15623         unsubscribed groups as if they were killed ones.  It causes duplicate
15624         entries in gnus-newsrc-alist.
15626 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15628         * message.el (message-syntax-checks): Doc fix.
15629         (message-send-mail): Add check for continuation headers.
15630         (message-check-news-header-syntax): Fix regexp used to check for
15631         continuation headers.
15633 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15635         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
15637 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
15639         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
15641 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15643         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
15644         default-truncate-lines.
15646 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15648         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
15649         to fill the utf-8 entry.
15651 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15653         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
15655 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
15657         * gnus-agent.el (directory-files-and-attributes): Move all the way
15658         forward (the third and final move).
15659         (gnus-agent-read-agentview): Trap reconstruction errors due to
15660         nonexistent directory.  Handle by returning nil.
15662 2006-05-30  Didier Verna  <didier@xemacs.org>
15664         * message.el (message-dont-reply-to-names): Update the custom type.
15665         * message.el (message-dont-reply-to-names): New defsubst: potentially
15666         convert a list of regexps into a single one.
15667         * message.el (message-get-reply-headers): Use it.
15668         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
15670 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15672         * gnus-agent.el (directory-files-and-attributes): Move forward.
15674 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
15676         * gnus-ml.el (gnus-mailing-list-subscribe)
15677         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
15678         (gnus-mailing-list-message): Fix doc strings.
15680 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15682         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
15683         of doing it manually.
15685 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
15687         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
15688         comment.
15690 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
15692         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
15693         (gnus-agent-read-agentview): Fix handling of end-of-file error.
15694         (gnus-agent-read-local): All symbols allocated in my-obarray.
15695         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
15696         (gnus-agent-regenerate-group): Check numeric names to see if they are
15697         messages or groups.
15698         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
15699         better way of do this...)
15701         * gnus-cache.el (gnus-agent-total-fetched-for):
15702         Ignore 'dummy.group' (there should be a better way of do this...)
15704 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15706         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
15707         (gnus-saved-headers): Ditto.
15708         (gnus-default-article-saver): Mention functions may have properties.
15709         (gnus-article-save): Override gnus-save-all-headers and
15710         gnus-saved-headers by :headers property which saver function may have.
15711         (gnus-summary-save-in-file): Add :headers property.
15712         (gnus-summary-write-to-file): Ditto.
15714         * gnus-sum.el (gnus-summary-save-article): Bind
15715         gnus-prompt-before-saving to t when saving many articles in a file;
15716         always show all headers.
15718 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
15720         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
15721         marks.
15723         * message.el (message-indent-citation): Add optional arguments to allow
15724         using it outside of message buffers.
15726         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
15727         (gnus-article-treat-unfold-headers): Use it.
15728         (gnus-article-truncate-lines): New variable.
15729         (gnus-article-mode): Use it.
15730         (gnus-article-toggle-truncate-lines): New function.
15732         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
15733         Add gnus-article-toggle-truncate-lines.
15735         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
15736         coding system in XEmacs, use binary.
15738 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15740         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
15741         after-load-alist.
15743         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
15744         this function should save decoded articles.
15745         (gnus-summary-write-to-file): Use property to specify this function
15746         should save decoded articles and specify gnus-summary-save-in-file
15747         should be used to save articles other than the first one when saving
15748         many articles.
15749         (gnus-summary-save-body-in-file): Use property to specify this
15750         function should save decoded articles.
15751         (gnus-summary-write-body-to-file): Use property to specify this
15752         function should save decoded articles and specify
15753         gnus-summary-save-body-in-file should be used to save articles other
15754         than the first one when saving many articles.
15756         * gnus-sum.el (gnus-summary-save-article): Simplify.
15758 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15760         * gnus-art.el (gnus-default-article-saver):
15761         Add gnus-summary-write-body-to-file.
15762         (gnus-article-save-coding-system): Don't use coding system object
15763         in XEmacs.
15764         (gnus-read-save-file-name): Add optional `dir-var' argument which
15765         specifies directory in which files are saved; work even if optional
15766         `variable' argument is not specified.
15767         (gnus-summary-write-to-file): Read file name.
15768         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
15769         (gnus-summary-write-body-to-file): New function.
15771         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
15772         (gnus-summary-local-variables): Add it.
15773         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
15774         (gnus-summary-save-article): Remove optional `decode' argument;
15775         determine whether to decode articles by the value of
15776         gnus-default-article-saver; when saving many files using
15777         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
15778         it first and use gnus-summary-save-in-file or
15779         gnus-summary-save-body-in-file thereafter unless
15780         gnus-prompt-before-saving is always; move point to article which
15781         will be saved.
15782         (gnus-summary-save-article-file): Revert.
15783         (gnus-summary-write-article-file): Revert.
15784         (gnus-summary-save-article-body-file): Revert.
15785         (gnus-summary-write-article-body-file): New function.
15787 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
15789         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
15791 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15793         * gnus-art.el (gnus-default-article-saver): Doc fix.
15794         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
15795         from gnus-summary-save-article-coding-system, and default to a
15796         certain coding system.
15797         (gnus-output-to-file): Add coding cookie and encode text according
15798         to gnus-article-save-coding-system; don't use mm-append-to-file.
15800         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
15801         gnus-art.el and rename to gnus-article-save-coding-system.
15802         (gnus-summary-save-article): Require gnus-art; don't show all
15803         headers if it decodes articles; don't add coding cookie here;
15804         don't bind mm-text-coding-system-for-write.
15805         (gnus-summary-save-article-file): Save decoded articles.
15806         (gnus-summary-write-article-file): When saving many files, use
15807         gnus-summary-write-to-file first and gnus-summary-save-in-file
15808         thereafter unless gnus-prompt-before-saving is always.
15809         (gnus-summary-save-article-body-file): Save decoded articles.
15811 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
15813         * nnrss.el (nnrss-check-group): Bind hash-index.
15815 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
15817         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
15818         its hash index.  Store this hash in `nnrss-group-data'.
15819         (nnrss-read-group-data): Update accordingly.
15821 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
15823         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
15824         entry.
15826         * gnus-sum.el (gnus-summary-make-menu-bar):
15827         Add gnus-article-browse-html-article.
15829 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
15831         * gnus-sum.el (gnus-summary-mime-map):
15832         Add gnus-article-browse-html-article.
15834 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
15836         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
15837         suitable coding systems in customize.
15839 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
15841         * mail-source.el (mail-sources): Fix custom type.
15843 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15845         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
15846         (gnus-summary-expire-articles-now): Shorten prompt.
15848         * gmm-utils.el (wid-edit): Require.
15849         (defun-gmm): Rename from `gmm-defun-compat'.
15850         (gmm-image-search-load-path): Use it.
15851         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
15853 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15855         * gnus-sum.el (gnus-summary-save-article-coding-system):
15856         New variable.
15857         (gnus-summary-save-article): Add optional `decode' argument.
15858         If it is set and gnus-summary-save-article-coding-system is non-nil,
15859         save decoded article.
15860         (gnus-summary-write-article-file): Save decoded article if
15861         gnus-summary-save-article-coding-system is non-nil.
15863         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
15864         type.
15866 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15868         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
15870 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15872         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
15873         first to test gnus-single-article-buffer which may be buffer-local.
15875         * gnus-sum.el (gnus-summary-setup-buffer):
15876         Make gnus-single-article-buffer buffer-local and nil in ephemeral
15877         group; make gnus-article-buffer, gnus-article-current, and
15878         gnus-original-article-buffer always buffer-local.
15879         (gnus-summary-exit): Kill article buffer belonging to ephemeral
15880         group.
15881         (gnus-handle-ephemeral-exit): Don't move to next summary line.
15883 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
15885         * nnml.el (nnml-request-compact-group): Compressed files might not
15886         have .gz extension.
15888 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
15890         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
15891         (mm-copy-to-buffer): Use with-current-buffer.
15892         (mm-display-part): Simplify.
15893         (mm-inlinable-p): Add optional arg `type'.
15895 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15897         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
15898         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
15899         Try harder to show the attachment internally or externally using
15900         gnus-mime-view-part-as-type.
15902 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
15904         * message.el (message-from-style, message-signature-separator)
15905         (message-user-organization-file, message-send-mail-function)
15906         (message-citation-line-function, message-yank-prefix)
15907         (message-indent-citation-function, message-signature)
15908         (message-signature-file, message-signature-insert-empty-line):
15909         Remove autoloads.
15911         * gnus-art.el (gnus-buttonized-mime-types):
15912         Remove "multipart/signed".  Revert 2006-04-26 change.
15914 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15916         * gnus.el (gnus-version-number): Bump version.
15918 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15920         * gnus.el: No Gnus v0.5 is released.
15922 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15924         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
15925         fetching articles by message-id.
15927 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15929         * message.el (hashcash): Require hashcash as normal.
15931         * ecomplete.el (ecomplete-highlight-match-line):
15932         Use point-at-eol.
15933         (ecomplete-highlight-match-line): Use `highlight', because that
15934         face exists in both Emacs and XEmacs.
15936         * message.el (message-display-abbrev): Use point-at-bol.
15938         * mail-source.el: Don't require timer/timer-funcs.
15940         * gnus-async.el: Ditto.
15942         * password.el: Ditto.
15944         * mm-url.el: Ditto.
15946         * mm-util.el: Require timer/timer-funcs.
15948 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15950         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
15951         Close.
15953 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15955         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
15956         unibyte after clear-decrypt function runs.
15958         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
15959         returns as a unibyte string.
15961 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15963         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
15964         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
15965         (mml1991-pgg-encrypt): Ditto.
15967 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
15969         * message.el (message-user-organization-file): Check several
15970         locations of the organization file.
15972         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
15973         Add gnus-article-view-part-as-type.
15975         * gnus-art.el (gnus-article-view-part-as-type): New function.
15977         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
15978         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
15980         * mml.el: Simplify autoload.
15981         (mml-mode): defvar dnd-protocol-alist instead of using
15982         symbol-value.
15983         (mml-default-directory): New variable.
15984         (mml-minibuffer-read-file): Use it.
15985         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
15987         * message.el (message-citation-line-format): New variable.
15988         (message-insert-formated-citation-line): New function.
15989         (message-citation-line-function):
15990         Add `message-insert-formated-citation-line' to custom type.
15992         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
15993         to doc string.
15995         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
15996         depending on mm-verify-option.
15998 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16000         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
16001         binding pgg-* variables; reimplement the section which prevents
16002         MIME header from being signed.
16003         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
16004         pgg-text-mode; remove a blank line at the top of body.
16006         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
16007         lines at the top of body; use gnus-newsgroup-charset if there's no
16008         Charset header.
16010 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16012         * message.el (message-self-insert-commands): Doc fix.
16014         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
16015         (mm-uu-pgp-encrypted-test): Ditto.
16016         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
16017         between header and body; return application/pgp-encrypted handle
16018         if decryption failed; decode decrypted body by charset.
16020         * mm-decode.el (mm-automatic-display): Don't make application/pgp
16021         element match to application/pgp-*.
16023 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16025         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
16026         HTML.
16028 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16030         * mail-source.el (mail-source-call-script): Message the error
16031         string.
16033 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16035         * gnus-util.el (gnus-byte-compile): Use it.
16037 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
16039         * gnus-util.el (kill-empty-logs): New function.
16041 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16043         * message.el (message-mail-alias-type): Doc fix.
16044         (message-mail-alias-type-p): New function.
16045         (message-send): Use it.
16046         (message-mode): Ditto.
16047         (message-strip-forbidden-properties): Ditto.
16049         * ecomplete.el (ecomplete-database-file-coding-system):
16050         New variable.
16051         (ecomplete-save): Use it.
16052         (ecomplete-setup): Use it.
16054 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16056         * message.el (message-self-insert-commands): New variable.
16057         (message-strip-forbidden-properties): Use it.
16059 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16061         * message.el (message-put-addresses-in-ecomplete): Use a regexp
16062         that doesn't make XEmacs choke.
16064 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
16066         * gnus-util.el (gnus-replace-in-string):
16067         Prefer replace-regexp-in-string over of replace-in-string.
16069 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16071         * gnus-util.el (gnus-select-frame-set-input-focus):
16072         Use select-frame-set-input-focus if it is available in XEmacs; use
16073         definition defined in Emacs 22 for old Emacsen.
16075 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16077         * mm-view.el (mm-inline-text): Use equal instead of equalp.
16079 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
16081         * gnus-registry.el (gnus-registry-cache-save): Remove text
16082         properties when saving via the temp buffer.
16084 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
16086         * message.el (message-generate-hashcash): Honor custom type.
16088 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16090         * message.el (message-generate-hashcash): Default to non-nil when
16091         hashcash is found.
16093         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
16094         (gnus-refer-thread-limit): Increase default to 500.
16096         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
16098         * flow-fill.el (fill-flowed): Allow delete-space.
16100 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
16102         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16103         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
16104         Remove autoloads.
16106 2006-04-18  Simon Josefsson  <jas@extundo.com>
16108         * message.el (message-generate-hashcash): Default to.
16110 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16112         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16113         concatenating segments rather than before concatenating them.
16115 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
16117         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
16119         * imap.el (imap-quote-specials): New function.
16120         (imap-login-auth): Quote specials.
16122 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16124         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
16126         * message.el (message-forward-make-body-plain):
16127         Allow message-forward-ignored-headers to be a list.
16128         (message-remove-ignored-headers): Factor out into function.
16129         (message-forward-make-body-mml): Use it.
16130         * rfc2231.el (rfc2231-parse-string): Remove dead code.
16131         (rfc2231-parse-string): Allow concatanation of parameters that
16132         aren't contiguous.  The test case is
16133           (mail-header-parse-content-type "message/external-body;
16134             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
16135             access-type=LOCAL-FILE;
16136             name*1*=plugh%2fhello-sailor%2fbing.pdf")
16138 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
16140         * nntp.el (nntp-accept-process-output): Return the value of
16141         `nnheader-accept-process-output'.
16143 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16145         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
16146         (gnus-button-alist): Recognize more diff formats.
16147         (gnus-button-patch): Strip directory.
16149 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
16151         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
16152         Emacs 22 when setting focus.
16154 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16156         * gnus-art.el (gnus-article-treat-types): Do treatment of
16157         text/x-verbatim parts.
16158         (gnus-button-patch): New command.
16160         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
16161         addresses that contain invalid characters.
16163 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16165         * message.el (message-put-addresses-in-ecomplete):
16166         Use gnus-replace-in-string.
16167         (message-is-yours-p): Use the more correct
16168         mail-header-parse-address instead of
16169         mail-extract-address-components.
16170         (message-put-addresses-in-ecomplete): Fix typo.
16172         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
16173         keystroke.
16175         * gnus-art.el (gnus-treatment-function-alist): Change order of
16176         newsgroups/generic header folding to avoid double-folding.
16178         * message.el (message-hidden-headers): Add X-Draft-From.
16180         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
16181         New command.
16182         (gnus-summary-repeat-search-article-backward): New command.
16184         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
16185         groups in the parent topic.
16187 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
16189         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
16190         (spam-extra-header-to-number): Return the CRM114 number as a
16191         number instead of a string.
16193 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16195         * gnus-art.el (gnus-face-properties-alist): Move here from
16196         gnus-fun.
16198         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
16200 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16202         * message.el (message-strip-forbidden-properties): Only display on
16203         self-insert-command.
16205         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
16206         reindent.
16207         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
16209 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
16211         * smiley.el (smiley-style): Fix typo.
16213 2006-03-23  Kenichi Handa  <handa@m17n.org>
16215         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
16216         instead of set-buffer-multibyte.
16218 2006-03-23  Kenichi Handa  <handa@m17n.org>
16220         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
16221         buffer and then decode the buffer text if necessary.
16222         (rfc2231-encode-string): Be sure to work on multibyte buffer at
16223         first, and after mm-encode-body, change the buffer to unibyte.
16225 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16227         * hashcash.el (hashcash-insert-payment-async-2):
16228         Use message-goto-eoh instead of doing it manually.
16229         (mail-add-payment): Use message-narrow-to-header instead of trying
16230         to do the same itself.
16232         * message.el (message-hidden-headers): Add Face.
16234         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
16235         reparenting code.
16236         (gnus-summary-reparent-children): Refactored out code.
16237         (gnus-summary-thread-map): New keystroke.
16238         (gnus-summary-reparent-children): Make into command.
16240         * smiley.el (smiley-style): Default to `medium' if using a large
16241         font.
16243         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
16244         does it itself.
16246         * message.el (message-point-in-header-p): Simplify definition.
16248 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16250         * nnagent.el (nnagent-request-set-mark): Silence log file
16251         writing.
16252         (nnagent-request-set-mark): Use write-region instead of
16253         append-to-file.
16255         * gnus-sum.el (gnus-read-header): Fudge article number if using a
16256         strange select method.
16258         * ecomplete.el (ecomplete-display-matches): Get highlightling
16259         right.
16260         (ecomplete-display-matches): Use literals.
16261         (ecomplete-display-matches): Disable message logging.
16263         * message.el (message-display-abbrev): Small optimization.
16265         * ecomplete.el (ecomplete-display-matches): Allow automatic
16266         display.
16268         * message.el (message-strip-forbidden-properties):
16269         Display abbrevs.
16270         (message-display-abbrev): Get automatic display right.
16272         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
16273         keystrokes.
16275 2006-04-13  Romain Francoise  <romain@orebokech.com>
16277         TODO: Backport to v5-10!
16279         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
16280         Move here (and rename) from gnus-registry.el.
16282         * gnus-registry.el: Require gnus-util.
16283         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
16285 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16287         * gnus-group.el (gnus-group-catchup-current):
16288         Change if-then-else-if-then-else into cond.
16289         (gnus-group-catchup): Indent.
16290         (group-name-at-point): New function.
16291         (gnus-fetch-group): Provide default from thing at point.
16293 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16295         * message.el (message-display-abbrev): Fix regexp.
16297         * ecomplete.el (ecomplete-highlight-match-line):
16298         Reimplement choosing.
16299         (ecomplete-highlight-match-line): Fix up code rewrite, remove
16300         dead variables.
16302         * message.el (message-newline-and-indent): Remove debugging.
16303         (message-display-abbrev): Use new implementation.
16305 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
16307         * gnus-art.el (gnus-article-mode):
16308         Set cursor-in-non-selected-windows to nil.
16310         * smiley.el: Revert previous change.
16311         (smiley-data-directory): defvar it before using it in the
16312         defcustom of `smiley-style'.
16314 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16316         * message.el (message-newline-and-indent): New function.
16318         * ecomplete.el: Implement more bits.
16320         * message.el (message-put-addresses-in-ecomplete): Clean up the
16321         string.
16323         * ecomplete.el (ecomplete-add-item): Chop off decimals.
16325         * gnus-sum.el (gnus-summary-save-parts):
16326         Bind gnus-summary-save-parts-counter and use it to make unique file
16327         names.
16329         * gnus-art.el (gnus-ignored-headers): Add some more headers.
16331         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
16332         parameter to say whether to actually parse the individual
16333         addresses.
16335         * message.el (message-put-addresses-in-ecomplete): New function.
16336         (ecomplete): Require.
16337         (message-mail-alias-type): Add ecomplete as an option.
16339 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
16341         * flow-fill.el (fill-flowed): Remove trailing space from blank
16342         quoted lines.
16344 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16346         * smiley.el (smiley-style): Move definition later to avoid a
16347         compilation warning.
16349 2006-04-12  Kenichi Handa  <handa@m17n.org>
16351         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
16352         buffer and then decode the buffer text if necessary.
16353         (rfc2231-encode-string): Be sure to work on multibyte buffer at
16354         first, and after mm-encode-body, change the buffer to unibyte.
16355         Use mm-disable-multibyte instead of set-buffer-multibyte.
16357 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16359         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
16360         Content-Type header instead of Content-Disposition header.
16361         (gnus-mime-inline-part): Ditto.
16362         (gnus-mime-view-part-as-charset): Ignore charset that the part
16363         specifies.
16365         * mm-decode.el (mm-display-part): Work with external parts and
16366         usual parts similarly.
16368         * mm-extern.el (mm-inline-external-body): Use mm-display-part
16369         instead of gnus-display-mime.
16371         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
16372         instead of with-temp-buffer.
16374         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
16375         tag to summarized topics part in order to encode non-ASCII text.
16377 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
16379         * smiley.el (smiley-style): New variable.
16380         (smiley-directory): New function.
16381         (smiley-data-directory): Derive from `smiley-style' using
16382         `smiley-directory'.
16383         (smiley-regexp-alist): Add new entries.
16385         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
16386         (gnus-article-browse-delete-temp): Add :version.
16388 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
16390         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
16391         the sieve region.
16393 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16395         * gnus.el (gnus-version-number): Bump version.
16397 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
16399         * gnus.el: No Gnus v0.4 is released.
16401 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16403         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
16404         layout.
16406         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
16407         unknown charset.
16409         * message.el (message-header-synonyms): Add Original-To to the
16410         default.
16412         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
16413         optional parameter.
16415 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
16417         * gnus-fun.el (gnus): Require it for gnus-directory.
16419 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16421         * gnus-fun.el (gnus-face-properties-alist): Add :version.
16423 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
16425         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
16427 2006-04-05  Simon Josefsson  <jas@extundo.com>
16429         * password.el (password-reset): New function.
16431 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
16433         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
16434         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
16436 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16438         * nnweb.el (nnweb-google-create-mapping): Update regexp.
16439         Some whitespace was matched into the url, which broke browsing hits
16440         > 100 when mm-url-use-external was nil.
16442 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
16444         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
16445         Check gnus-extra-headers for 'Newsgroups.
16447         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
16448         bound.
16450 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
16452         * pgg-gpg.el: Clean up process buffers every time gpg processes
16453         complete.
16455 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
16457         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
16458         doc string.
16460 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
16462         * pgg-gpg.el (pgg-gpg-process-filter)
16463         (pgg-gpg-wait-for-completion): Check if buffer is alive.
16465         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
16466         lines, temporary fix.
16468 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16470         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
16472 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
16474         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
16475         default-enable-multibyte-characters.  This reverts the change from
16476         revision 6.17 which is no longer necessary because the passphrase
16477         is sent separately now.  GnuPG messages are unreadable under
16478         multibyte locales with default-enable-multibyte-characters set to
16479         nil.
16481 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
16483         * message.el (message-tool-bar-gnome): Move "spell".
16485 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
16487         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
16488         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
16489         instead.
16491 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
16493         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
16494         Improve newsgroups handling for NNTP overviews which don't include
16495         Newsgroups.
16497 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16499         * message.el (message-resend): Bind message-generate-hashcash to nil.
16501 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16503         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
16504         when searching for already-paid recipients.
16506 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
16508         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
16509         passphrases when it is not needed.
16510         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
16511         passphrase stuff from gpg, should only be necessary when you use
16512         gpg with a smartcard.
16514 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16516         * mml.el (mml-insert-mime): Ignore cached contents of
16517         message/external-body part.
16519         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
16520         (mm-insert-part): Ditto.
16522 2006-03-23  Simon Josefsson  <jas@extundo.com>
16524         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
16525         Reiner.
16526         (pgg-gpg-use-agent-p): Use it again.
16528 2006-03-23  Simon Josefsson  <jas@extundo.com>
16530         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
16531         older emacsen.
16532         (pgg-gpg-use-agent-p): Don't use it.
16534 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
16536         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
16537         if we can.
16539 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
16541         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
16542         (pgg-gpg-update-agent): New function.
16543         (pgg-gpg-use-agent-p): New function.
16544         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
16545         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
16546         (pgg-gpg-sign-region): Use it.
16548 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16550         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
16551         Reported by Ralf Wachinger <rwachinger@gmx.de>.
16553 2006-03-21  Simon Josefsson  <jas@extundo.com>
16555         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
16556         <wilde@sha-bang.de>.
16557         (pgg-gpg-use-agent): New variable.
16558         (pgg-gpg-process-region): Use it.
16559         (pgg-gpg-encrypt-region): Likewise.
16560         (pgg-gpg-encrypt-symmetric-region): Likewise.
16561         (pgg-gpg-decrypt-region): Likewise.
16562         (pgg-gpg-sign-region): Likewise.
16563         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
16565 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
16567         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
16569         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
16570         Add comment on version.
16572 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
16574         * smiley.el: Add missing test smiley.
16576 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16578         * mm-decode.el (mm-with-part): New macro.
16579         (mm-get-part): Use it; work with message/external-body as well.
16580         (mm-save-part): Treat name and filename equally.
16582         * mm-extern.el (mm-extern-cache-contents): New function.
16583         (mm-inline-external-body): Use it; force the part to be displayed;
16584         move undisplayer added to the cached handle to the parent.
16586         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
16587         (gnus-mime-view-part-as-type): Work with message/external-body.
16589         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
16591 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
16593         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
16594         images in image-load-path.  [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
16595         Emacs.]
16597 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
16599         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
16600         path rather than symbol.  Always return list of directories.
16601         Guarantee that image directory comes first.  [Sync with image.el,
16602         , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
16604         * message.el (message-make-tool-bar): Adjust to new API of
16605         `gmm-image-load-path-for-library'.
16607         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
16609         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
16611 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16613         * gnus-art.el (gnus-article-only-boring-p):
16614         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
16615         intangible text.
16616         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
16618 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
16620         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
16621         Use `defun' instead of `gmm-defun-compat'.
16623 2006-03-14  Simon Josefsson  <jas@extundo.com>
16625         * message.el (message-unique-id): Don't use message-number-base36
16626         if (user-uid) is a float.
16627         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
16629 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16631         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
16633         * gnus-art.el (gnus-mime-display-single): Make sure there is an
16634         empty line between a part and a message part.
16636 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
16638         * smiley.el: Add more test smileys.
16639         (smiley-data-directory, smiley-regexp-alist)
16640         (gnus-smiley-file-types): Fix doc strings.
16641         (smiley-update-cache): Clear smiley-cached-regexp-alist before
16642         adding new elements.
16643         (smiley-mouse-map): Unused code.  Make it a comment.
16645 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16647         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
16648         scan latest NoCeM messages instead of old ones.
16649         (gnus-nocem-check-article): Fix regexps so as to match to PGP
16650         delimiters that are recently used.
16651         (gnus-nocem-load-cache): Add autoload cookie.
16653         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
16655         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
16656         level which is larger than gnus-use-nocem is specified.
16658         * gnus-group.el (gnus-group-get-new-news): Ditto.
16660 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
16662         * gnus-util.el (gnus-tool-bar-update): New function.
16664         * gnus-group.el (gnus-group-update-tool-bar): New variable.
16665         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
16667         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
16669         * gnus-group.el (gnus-group-redraw-when-idle)
16670         (gnus-group-redraw-check): Remove.
16671         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
16673 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16675         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
16676         if optional last element is specified in splits (FIELD VALUE...).
16678 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
16680         * message.el (message-make-tool-bar): Rename gmm-image-load-path
16681         to gmm-image-load-path-for-library.  Call with no-error argument.
16682         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
16684         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
16686         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
16688         * gmm-utils.el (gmm-image-load-path): Remove alias.
16690 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
16692         * gmm-utils.el (gmm-image-load-path): Add alias.
16694         * nnml.el (nnml-generate-nov-databases-directory): Rename from
16695         nnml-generate-nov-databases-1.
16696         (nnml-generate-nov-databases): Use it.
16697         (nnml-generate-nov-databases-directory): Document no-active
16698         argument.
16700         * gmm-utils.el (gmm-image-load-path-for-library): Return single
16701         directory if path is t.  Add no-error.
16703         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
16704         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
16706         * gnus-art.el (gnus-article-browse-delete-temp-files):
16707         Simplify resetting gnus-article-browse-html-temp-list.
16709         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
16710         mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs.  Rename `gmm-image-load-path'.
16711         Add example to docstring.  Rename local variables.  Move error
16712         checks to default case in cond and simplify.
16714 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16716         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
16717         handle is multipart when calling it recursively.
16718         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
16720 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
16722         * nnimap.el (nnimap-request-update-info-internal): Optimize.
16723         Don't `gnus-uncompress-range' to avoid excessive memory usage.
16725 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16727         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
16728         is loaded.
16730         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
16731         loaded.
16733 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
16735         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
16736         to "Emacs 23 (unicode)" in doc string.
16738         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
16739         "Emacs 23 (unicode)" in comment.
16741 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16743         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
16745         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
16746         characters 160 through 255 in Emacs 23.
16748 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
16750         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
16751         gnus-article-browse-html-temp.
16752         (gnus-article-browse-delete-temp): Make it customizable.
16753         Add `file'.  Adjust doc string.
16754         (gnus-article-browse-delete-temp-files): Add argument.
16755         Allow query for each file.  Adjust doc string.
16756         (gnus-article-browse-html-parts):
16757         Add `gnus-article-browse-delete-temp-files' to
16758         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
16760 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
16762         * gnus-art.el (gnus-article-browse-html-temp)
16763         (gnus-article-browse-delete-temp): New variables.
16764         (gnus-article-browse-delete-temp-files): New function.
16765         (gnus-article-browse-html-parts): Use it.
16767 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
16769         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
16771         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
16772         string.
16774         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
16775         gnus-summary-insert-new-articles when unplugged.
16776         Remove gnus-summary-search-article-forward.
16778         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
16779         display-visual-class instead of display-color-cells.
16781 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16783         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
16784         message/* containing non-ASCII text properly.
16786 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
16788         * message.el: Require gmm-utils, remove autoloads.
16789         (message-tool-bar): Set default based on
16790         gmm-tool-bar-style.
16791         (message-tool-bar-gnome): Add gmm-customize-mode.
16793         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
16794         gmm-tool-bar-style.
16795         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
16797         * gnus-group.el (gnus-group-tool-bar): Set default based on
16798         gmm-tool-bar-style.
16799         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
16801         * gmm-utils.el (gmm-image-directory): Rename variable from
16802         gmm-image-load-path.
16803         (gmm-image-load-path): Use gmm-image-directory.
16804         (gmm-customize-mode): New function.
16805         (gmm-tool-bar-style): New variable.
16807         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
16808         gnus-group-redraw-line-number.
16809         (gnus-group-redraw-check): Simplify.
16810         (gnus-group-tool-bar-update): Remove redraw check.
16811         (gnus-group-make-tool-bar): Add redraw check.
16813 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
16815         * gnus-art.el (gnus-button): Add missing parentheses.
16817 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16819         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
16821 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
16823         * gnus-art.el (gnus-button): New face.
16824         (gnus-article-button-face): Use it.
16826         * gnus-sum.el (gnus-summary-tool-bar-gnome):
16827         Add gnus-summary-next-page.  Re-order.
16829         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
16830         next-node are now included.
16831         (gnus-group-redraw-line-number): New internal variable.
16832         (gnus-group-redraw-check): Helper function for updating the tool
16833         bar.
16834         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
16836         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
16838         * spam.el (spam-spamassassin-score-regexp): New internal variable.
16839         (spam-extra-header-to-number, spam-check-spamassassin-headers):
16840         Use it to match format of Spamassassin 3.0 and later.
16841         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
16842         (spam-check-bogofilter)
16843         (spam-bogofilter-register-with-bogofilter): Fix args of
16844         `gnus-error' calls.
16846 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
16848         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
16849         unnecessary interaction when sending queued mails.
16850         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
16852 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
16854         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
16855         first or last are nil.
16857 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16859         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
16861 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16863         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
16865 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16867         * dns.el (query-dns): Protect more against buggy tcp output.
16869 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16871         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
16872         nov.php.
16874 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
16876         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
16877         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
16878         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
16879         output on the server side.
16880         (nnweb-google-create-mapping): Update regexps and add some
16881         progress indication.
16883 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
16885         * gnus-group.el (gnus-group-tool-bar-gnome):
16886         Fix gnus-agent-toggle-plugged.  Re-order icons.
16887         (gnus-group-tool-bar-gnome):
16888         Add gnus-group-{prev,next}-unread-group.
16889         (gnus-group-tool-bar-gnome): Re-order icons.
16891         * gnus-sum.el (gnus-summary-tool-bar-gnome):
16892         Move gnus-summary-insert-new-articles.
16894         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
16895         Fix comments.
16897         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
16898         also available in Emacs 21.3.
16900         * message.el (message-fix-before-sending): Change "Emacs 22" to
16901         "Emacs 23 (unicode)" in comment.
16903         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
16904         "Emacs 23 (unicode)" in comment.
16906         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
16907         comment.
16908         (mm-coding-system-p): Add comment about no-MULE XEmacs.
16910         * mm-view.el (mm-fill-flowed): Add :version.
16912 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16914         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
16915         and load-path.
16917 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
16919         * message.el: Autoload gmm-image-load-path.
16920         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
16921         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
16922         consitency.
16924         * gmm-utils.el (gmm-image-load-path): Also search in
16925         "../etc/images".  Don't set gmm-image-load-path if we don't find
16926         the image.
16928 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16930         * gmm-utils.el (gmm-image-load-path): Don't make
16931         `gmm-image-load-path' include subdirectories which the second arg
16932         `image' might specify.
16934         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
16935         subdirectory to icon file names.
16937         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
16939 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
16941         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
16942         gmm-image-load-path calls.
16944         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
16946         * message.el (message-make-tool-bar): Ditto.
16948         * mml.el (mml-preview): Add comment concerning tool bar icons.
16950         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
16951         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
16953         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
16954         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
16956         * message.el (message-tool-bar-gnome): Use new icon names.
16957         (message-make-tool-bar): Use `gmm-image-load-path'.
16959         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
16960         New functions from MH-E.
16961         (gmm-image-load-path): New variable from MH-E.
16962         (gmm-image-load-path): New function from MH-E.  Add arguments
16963         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
16964         *-image-load-path-called-flag.
16966 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
16968         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
16970 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
16972         * nnimap.el (nnimap-request-move-article): Change folder back to
16973         source group before deleting.
16975 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
16977         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
16979         * gnus-art.el (mm-url-insert-file-contents-external):
16980         Autoload mm-url.
16982         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
16984 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16986         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
16987         coding system which mm-charset-to-coding-system returns for a
16988         given charset is valid.
16990 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
16992         * html2text.el (html2text-remove-tag-list):
16993         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
16995 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
16997         * gnus-cus.el: Revert 2005-10-17 change.
16999 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17001         * gnus-art.el (article-strip-banner):
17002         Call article-really-strip-banner only when the regexp match is made.
17004 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17006         * gnus-art.el (article-strip-banner):
17007         Use gnus-extract-address-components instead of
17008         mail-header-parse-addresses to make it work with non-ASCII text;
17009         remove mail-encode-encoded-word-string.
17011         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
17012         values which are surrounded with \"...\"; make it never cause a
17013         Lisp error; give up parsing of parameters if it failed in
17014         extracting type.
17016 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
17018         * smime.el (smime-cert-by-ldap-1): Fix bug where
17019         `smime-ldap-search' returns results without userCertificates.
17021 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17023         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
17025 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
17027         * spam.el (spam-check-spamassassin-headers): Adapt format for
17028         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
17029         <ari@mbf.ocn.ne.jp>.
17030         (spam-list-of-processors): Add spam-use-gmane.
17032 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17034         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
17035         make-temp-file; make it work with XEmacs as well.
17037         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
17038         mm-make-temp-file.
17040         * mm-decode.el (mm-display-external): Use the 3rd arg of
17041         mm-make-temp-file.
17042         (mm-create-image-xemacs): Ditto.
17044 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17046         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
17047         with message-narrow-to-headers.
17048         (gnus-draft-setup): Narrow to header to run message-fetch-field.
17049         (gnus-draft-check-draft-articles): New function.
17050         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
17052 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
17054         * gnus-art.el (gnus-article-browse-html-parts):
17055         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
17056         Don't use suffix argument for mm-make-temp-file for Emacs 21
17057         compatibility.  Remove useless `format'.
17059 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17061         * nnweb.el (nnweb-google-wash-article): Update regexps.
17062         (nnweb-group-alist): Use defvoo instead of defvar.
17064 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17066         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
17067         re-loading nn* modules.
17069 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
17071         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
17072         for `tool-bar-mode' and don't check it's default-value.
17074         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17076         * message.el (message-make-tool-bar): Ditto.
17078         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
17079         `substring'.  Shorten tmp-file name.
17081         * gnus.el: Remove bogus comment.
17083 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
17085         * gnus-art.el (gnus-article-browse-html-parts): New function.
17086         (gnus-article-browse-html-article): New function for viewing html
17087         articles with a browser.
17089 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
17091         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
17092         (mml2015-pgg-encrypt): Ditto.
17094         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
17095         (mml1991-pgg-encrypt): Ditto.
17097 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17099         * nnfolder.el (nnfolder-insert-newsgroup-line):
17100         Use message-make-date instead of current-time-string.
17102         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
17103         to gnus-decoded which mm-uu might set.
17105 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17107         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
17108         don't decode quoted parameters; remove misimported Emacs code.
17109         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17110         (rfc2231-decode-encoded-string): Don't use split-string which
17111         behaves differently according to Emacs version; use
17112         mm-decode-coding-region to convert charset to coding-system.
17113         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17114         (rfc2231-encode-string): Remove misimported Emacs code.
17116 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17118         * gnus-art.el (article-decode-charset): Don't use ignore-errors
17119         when calling mail-header-parse-content-type.
17120         (article-de-quoted-unreadable): Ditto.
17121         (article-de-base64-unreadable): Ditto.
17122         (article-wash-html): Ditto.
17124         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
17125         calling mail-header-parse-content-type and
17126         mail-header-parse-content-disposition.
17127         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
17128         mail-header-parse-content-type.
17130         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
17131         insert charset and format parameters; encode description after
17132         inserting it to buffer.
17133         (mml-insert-parameter): Fold lines properly even if a parameter is
17134         segmented into two or more lines; change the max column to 76.
17136         * rfc1843.el (rfc1843-decode-article-body): Don't use
17137         ignore-errors when calling mail-header-parse-content-type.
17139         * rfc2231.el (rfc2231-parse-string): Return at least type if
17140         possible; don't cause an error even if it fails in parsing of
17141         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17142         (rfc2231-encode-string): Don't break lines at the beginning, leave
17143         it to mml-insert-parameter.
17145         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
17146         calling mail-header-parse-content-type.
17148 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
17150         * spam-report.el (spam-report-gmane-use-article-number):
17151         Improve doc string.
17152         (spam-report-gmane-internal): Check if a suitable header was found
17153         in the article.
17155 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17157         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
17158         (rfc2231-encode-string): Make param*=value always begin with LWSP.
17160 2006-02-05  Romain Francoise  <romain@orebokech.com>
17162         Update copyright notices of all files in the gnus directory.
17164 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17166         * nnweb.el (nnweb-request-group): Avoid growing overview files.
17168 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17170         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
17171         segmented lines of parameter value to cope with Thunderbird 1.5
17172         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
17173         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17174         (rfc2231-encode-string): Don't make lines exceeding 76 column.
17176 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
17178         * mml.el (mml-generate-mime-1): Correct the order of inline signed
17179         parts.
17181 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17183         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
17184         there's only one active file for all servers.
17185         (nnweb-request-scan): Make sure nnweb-articles is initialized on
17186         solid groups.  Gnus might have used a FAST request to select the group.
17187         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
17188         and nnweb-search redundantly in the active file.
17189         (nnweb-request-list): Don't list bogus groups.  There can only be one.
17190         (nnweb-request-create-group): Don't use ARGS.
17191         (nnweb-possibly-change-server, nnweb-request-group): Remove some
17192         initializations.  Let nnoo do the work.
17194 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17196         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
17197         Say the part has been decoded.
17199         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
17201 2006-01-31  Kevin Ryde  <user42@zip.com.au>
17203         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
17204         mailcap-viewer-test-cache when there's no 'test clause, since that
17205         will invert the meaning of a "nil" test previously determined by
17206         mailcap-mailcap-entry-passes-test.
17208 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17210         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
17211         compiling.
17213         * gnus-sum.el: Ditto.
17215         * message.el: Don't bind tool-bar-map when compiling.
17217 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
17219         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
17221 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17223         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
17224         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
17225         current Google Groups.
17227 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
17229         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
17230         and tool-bar-mode.
17232         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
17233         and tool-bar-mode.
17235         * message.el (message-tool-bar-update): Simplify.
17236         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
17238         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
17239         gnus-summary-buffer.
17240         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
17241         gnus-summary-reply.
17243         * gmm-utils.el (gmm): Add :version.
17245 2006-01-26  Steve Youngs  <steve@sxemacs.org>
17247         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
17248         Don't autoload.
17250 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17252         * gmm-utils.el (gmm-verbose): Add :group.
17254 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
17256         * message.el: Change some comments WRT tool-bars.
17258         * gnus-sum.el (gnus-summary-tool-bar)
17259         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
17260         (gnus-summary-tool-bar-zap-list): New variables.
17261         (gnus-summary-make-tool-bar): Complete rewrite using
17262         `gmm-tool-bar-from-list'.
17264         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
17265         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
17266         New variables.
17267         (gnus-group-make-tool-bar): Complete rewrite using
17268         `gmm-tool-bar-from-list'.
17269         (gnus-group-tool-bar-update): New function.
17271         * message.el (message-mode-field-menu): Add "Show hidden Headers".
17273 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17275         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
17276         is dissected into a single part of which the type is the same as
17277         the given one; decode charset.
17279 2006-01-21  Kevin Ryde  <user42@zip.com.au>
17281         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
17282         into alists as symbol not string, since that's what
17283         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
17284         look for.
17286 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
17288         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
17289         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
17291         * message.el (message-tool-bar-gnome): Use gmm-ignore.
17293 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17295         * gnus-art.el (gnus-mime-security-button-commands): New variable.
17296         (gnus-mime-security-button-menu): New definition.
17297         (gnus-mime-security-button-map): Use them.
17298         (gnus-mime-security-button-menu): New function.
17299         (gnus-insert-mime-security-button): Addition to help echo.
17300         (gnus-mime-security-run-function, gnus-mime-security-save-part)
17301         (gnus-mime-security-pipe-part): New functions.
17303         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
17304         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
17306         * mm-decode.el (mm-handle-set-disposition): Remove.
17307         (mm-handle-set-description): Remove.
17309 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17311         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
17312         (mm-w3m-standalone-supports-m17n-p): New function.
17313         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
17314         w3m usage.
17316         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
17317         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
17319 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
17321         * message.el (message-tool-bar-zap-list):
17322         Use gmm-tool-bar-zap-list as custom type.
17323         (message-tool-bar-update): New function.
17324         (message-tool-bar, message-tool-bar-gnome)
17325         (message-tool-bar-retro): Add message-tool-bar-update.
17326         (message-tool-bar-gnome): Add flyspell-buffer.
17328         * gnus-util.el (gnus-error): Describe `args'.
17330         * gmm-utils.el (gmm-error): Describe `args'.
17331         (gmm-tool-bar-zap-list): New widget.
17332         (gmm-tool-bar-from-list): Improve description of `zap-list'.
17334 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17336         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
17337         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
17338         the number of recursive calls.
17340         * mm-decode.el (mm-handle-set-disposition): New macro.
17341         (mm-handle-set-description): New macro.
17343 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17345         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
17346         encoding.
17348 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
17350         * message.el (message-tool-bar-zap-list, message-tool-bar)
17351         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
17352         (message-tool-bar-local-item-from-menu): Remove.
17353         (message-tool-bar-map): Replace by `message-make-tool-bar'.
17354         (message-make-tool-bar): New function.
17355         (message-mode): Use `message-make-tool-bar'.
17357         * gmm-utils.el: New file.
17358         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
17359         (gmm-lazy): New widget copied from `nnmail.el'.
17360         (gmm-tool-bar-from-list): New function for creating customizable
17361         tool bars.
17362         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
17363         output.
17364         (gmm): Add :prefix to defgroup.
17366 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
17368         * gmm-utils.el (gmm-widget-p): New function.
17370 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
17372         * mml.el (mml-attach-file): Describe `description' in doc string.
17373         (mml-menu): Add Emacs MIME manual and PGG manual.
17375 2006-01-20  Richard M. Stallman  <rms@gnu.org>
17377         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
17379 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
17381         * nntp.el (nntp-end-of-line): Doc fix.
17383 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
17385         * imap.el (imap-open): Handle case where buffer is a buffer
17386         object.
17388 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17390         * gnus-delay.el (gnus-delay): Don't autoload.
17391         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
17392         to be re-loaded when customizing the `gnus-delay' group.
17394 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
17396         * message.el (message-insert-citation-line): Use newlines.
17398 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17400         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
17402         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
17404 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
17406         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
17408 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17410         * mm-decode.el (mm-inlined-types): Add application/pgp.
17411         (mm-automatic-display): Ditto.
17413         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
17414         part as text.
17416 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17418         * nnrss.el: Update copyright.
17419         (nnrss-opml-import): Query whether to subscribe to each entry.
17421         * gnus-art.el:
17422         * gnus-sum.el:
17423         * mm-uu.el:
17424         * mm-view.el: Update copyright.
17426 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
17428         * message.el (message-info): New function.
17429         (message-mode-menu): Add it.
17430         Update copyright.
17432         * ChangeLog: Fix and update copyright.
17434 2006-01-13  Romain Francoise  <romain@orebokech.com>
17436         * message.el (message-forward-subject-name-subject): Prefer the
17437         address to 'nowhere' if the sender has no name.
17438         Fix typo.  Update copyright year.
17440 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17442         * gnus-art.el (article-wash-html):
17443         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
17444         (gnus-article-wash-html-with-w3m-standalone): New function.
17446         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
17447         mm-inline-text-html-render-with-w3m-standalone.
17448         (mm-text-html-washer-alist): Map w3m-standalone to
17449         gnus-article-wash-html-with-w3m-standalone.
17450         (mm-inline-text-html-render-with-w3m-standalone): New function.
17452 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
17454         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
17455         Improve LaTeX.
17457 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17459         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
17460         (nnrss-request-article): Render text/plain parts as HTML.
17462         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
17463         the buffer.
17465 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
17467         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
17468         custom definition of `gnus-posting-styles'.
17470         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
17471         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
17473 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17475         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
17476         Use nntp for bug archive.
17478 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17480         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
17481         parts.
17482         (nnrss-normalize-date): New function converts ISO 8601 date into
17483         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
17484         (nnrss-check-group): Use it.
17486 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17488         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
17490         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
17491         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
17492         (nnrss-insert-w3): Ditto.
17494 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17496         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
17497         the articles to be forwarded including the case where neither a
17498         number of articles nor a region is specified.
17500 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17502         * nnrss.el (nnrss-request-article): Fix last change; fill
17503         text/plain parts.
17505 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17507         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
17508         in text/plain part.
17509         (nnrss-check-group): Don't add excessive newline to dc:subject.
17511 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
17513         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
17514         article.
17516 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
17518         * nnml.el: Don't require gnus-bcklg.  Autoload it.
17519         (nnml-use-compressed-files, nnml-save-mail): Support other
17520         comression programs such as bzip2.
17522 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17524         * dns.el (query-dns): Make sure we check the buffer size before
17525         removing tcp headers.
17527 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17529         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
17530         remove MIME buttons associated with multipart/alternative parts.
17531         (gnus-mime-display-alternative): Tag buttons using `article-type'
17532         text property.
17534         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
17535         associated with multipart/alternative parts.
17537         * gnus-art.el (gnus-signature-separator): Fix custom type.
17539         * mm-decode.el (mm-inlined-types): Fix custom type.
17540         (mm-keep-viewer-alive-types): Ditto.
17541         (mm-automatic-display): Ditto.
17542         (mm-attachment-override-types): Ditto.
17543         (mm-inline-override-types): Ditto.
17544         (mm-automatic-external-display): Ditto.
17546 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
17548         * spam-report.el (spam-report-user-mail-address)
17549         (spam-report-user-agent): New variables.
17550         (spam-report-url-ping-plain): Use spam-report-user-agent.
17552 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
17554         * gnus-art.el (gnus-button-handle-custom): Do not just use
17555         `customize-apropos' for any "M-x customize-*" button but the
17556         function called for.  Accept both the function name and its
17557         argument in order to achieve this.
17558         (gnus-button-alist): Remove support for "custom:" URL's.
17559         Pass function name to `gnus-button-handle-custom' in case of "M-x
17560         customize-*" buttons.
17562 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17564         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
17565         multipart/alternative and add xref to mm-discouraged-alternatives
17566         in doc string.
17568         * mm-decode.el (mm-discouraged-alternatives): Add xref to
17569         gnus-buttonized-mime-types in doc string.
17571 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
17573         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
17574         Suggest image/.* in the doc string.
17576 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
17578         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
17579         message-marks (Debian bug #342521).
17581 2005-12-12  Simon Josefsson  <jas@extundo.com>
17583         * password.el (password-read-from-cache): Add.
17584         (password-read): Use it.
17586 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17588         * rfc2047.el (rfc2047-charset-to-coding-system):
17589         Recognize us-ascii as a MIME charset.
17591         * mm-bodies.el (mm-decode-content-transfer-encoding):
17592         Protect against the case where the 2nd arg TYPE is nil.
17594 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
17596         * pop3.el (pop3-stream-type): Fix custom version.
17598         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
17600 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
17602         * mm-decode.el (mm-display-external): Add missing cdr.
17604 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17606         * mm-decode.el (mm-display-external): Use nametemplate (defined in
17607         RFC1524) if it is in mailcap or add a suffix according to
17608         mailcap-mime-extensions when generating a temp filename; postpone
17609         deleting a temp file for 2 seconds for some wrappers, shell
17610         scripts, and so on, which might exit right after having started a
17611         viewer command as a background job.
17613 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
17615         * nntp.el (nntp-marks-directory): Fix custom group.
17617         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
17618         steps when < 10.
17620         * gnus-start.el (gnus-no-server-1):
17621         Mention `gnus-level-default-subscribed' in doc string.
17623 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
17625         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
17626         parens.
17628 2005-11-26  Dave Love  <fx@gnu.org>
17630         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
17631         (tls-program, tls-success): Provide openssl alternative.
17633         * starttls.el: Doc fixes.
17634         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
17635         SERVICE to PORT.
17637         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
17638         port null or service name.
17639         (starttls-negotiate): Autoload.
17641 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17643         * message.el (message-kill-to-signature): Fix interactive spec.
17645 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17647         * pop3.el (pop3-open-server): Recognize a string as a service name.
17649 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
17651         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
17653 2005-11-23  Dave Love  <fx@gnu.org>
17655         Add pop3s, pop3/starttls.
17657         * pop3.el (pop3-authentication-scheme): Clarify doc.
17658         (open-tls-stream, starttls-open-stream): Autoload.
17659         (pop3-stream-type): New.
17660         (pop3-open-server): Use it.
17662         * mail-source.el (mail-sources): Fix some :types.  Add stream type
17663         for POP.
17664         (mail-source-keyword-map): Add :stream for POP.
17665         (mail-source-fetch-pop): Use pop3-stream-type.
17667 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17669         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
17670         of current-time-string.
17672 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
17674         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
17675         date header.
17677 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
17679         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
17680         it can seriously impact performance as it bypasses the agent's
17681         local caches.
17683 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
17685         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
17686         must be explicitly online rather than "not explicitly offline" for
17687         its flags to be synchronized.
17689         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
17690         that gnus-uu-unmark-thread will function correctly.
17692         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
17693         1024K is instead displayed as 1M.
17695 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17697         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
17699 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
17701         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
17703 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
17705         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
17706         error message to display actual error condition.
17707         (gnus-agent-save-local): Avoid saving symbols that are bound to
17708         nil as they simply result in a warning message in
17709         gnus-agent-read-local.
17711 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17713         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
17714         rather than make-variable-buffer-local for file-precious-flag.
17716 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
17718         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
17719         for duplicates which are removed.  The invalid sort check then
17720         triggers a rescan after the sort as sorting may have moved
17721         duplicate entries such that they can be cheaply detected.
17723 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17725         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
17727 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
17729         * gnus-agent.el (gnus-agent-article-alist-save-format):
17730         Change internal variable to a custom variable.  Change default value
17731         from compressed(2) to uncompressed(1).
17732         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
17733         support for uncompressed agentview files.  Taken together, reading
17734         the agentview file should now be 6-7 times faster.
17736 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
17738         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
17739         as a buffer-local variable.  This avoids creating truncated
17740         dribble files as a result of a hang up, eg.
17742 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
17744         * gnus-start.el (gnus-start-draft-setup):
17745         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
17747         * gnus.el (gnus-splash): Change custom group.
17748         (gnus-group-get-parameter, gnus-group-parameter-value):
17749         Describe allow-list argument.
17751         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
17752         string.
17754 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
17756         * gnus-art.el (gnus-default-article-saver): Add user-defined
17757         `function' to custom type.
17759 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
17761         * imap.el (imap-open): Handle case where buffer is a buffer
17762         object.
17764 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
17766         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
17767         long lines.
17768         (gnus-cache-delete-group): Wrap doc strings.
17770         * gnus-agent.el (gnus-agent-rename-group)
17771         (gnus-agent-delete-group): Wrap doc strings.
17773 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17775         * gnus-start.el (gnus-1): Add "native" to
17776         gnus-predefined-server-alist.
17778         * gnus.el (gnus-method-to-server): Don't add "native" to the
17779         lists here, because that leads to problems when
17780         gnus-select-method is bound.
17782 2005-11-09  Simon Josefsson  <jas@extundo.com>
17784         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
17785         use (not sort-by-date) instead.
17787 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17789         * gnus-delay.el (gnus-delay-group): Don't autoload.
17790         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
17791         to be re-loaded when customizing the `gnus-delay' group.
17793 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
17795         * message.el: Revert last changes.
17796         (message-insert-citation-line): Use newlines.
17798 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
17800         * message.el (message-courtesy-message)
17801         (message-mark-insert-begin, message-mark-insert-end)
17802         (message-elide-ellipsis, message-cancel-message)
17803         (message-add-header, message-change-subject)
17804         (message-cross-post-followup-to-header)
17805         (message-cross-post-insert-note, message-reduce-to-to-cc)
17806         (message-widen-reply, message-delete-not-region)
17807         (message-kill-to-signature, message-insert-signature)
17808         (message-insert-importance-high, message-insert-importance-low)
17809         (message-insert-or-toggle-importance)
17810         (message-insert-disposition-notification-to)
17811         (message-indent-citation, message-yank-original)
17812         (message-cite-original-without-signature, message-cite-original)
17813         (message-insert-citation-line, message-position-on-field)
17814         (message-fix-before-sending, message-send-mail-partially)
17815         (message-send-mail, message-send-mail-with-sendmail)
17816         (message-send-mail-with-qmail, message-send-news)
17817         (message-check-news-header-syntax, message-generate-headers)
17818         (message-insert-courtesy-copy, message-fill-address)
17819         (message-fill-header, message-shorten-references)
17820         (message-setup-1, message-cancel-news)
17821         (message-forward-make-body-plain, message-forward-make-body-mime)
17822         (message-forward-make-body-mml, message-encode-message-body)
17823         (message-forward-make-body-digest-plain)
17824         (message-forward-make-body-digest-mime)
17825         (message-use-alternative-email-as-from): Insert `hard-newline'
17826         instead of ordinary newlines.
17828 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17830         * message.el (message-generate-headers): Downcase the argument
17831         given to message-check-element.
17833 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
17835         * nntp.el (nntp-authinfo-rejected): New error condition.
17836         (nntp-wait-for): Use new error condition to signal authentication
17837         error.
17838         (nntp-retrieve-data): Rethrow new error condition to break out of
17839         recursive call to nntp-send-authinfo.
17841 2005-11-08  Romain Francoise  <romain@orebokech.com>
17843         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
17844         (gnus-summary-exit-map): Bind to `Z p'.
17845         (gnus-summary-make-menu-bar): Add menu item.
17847 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
17849         * gnus-art.el (gnus-article-treat-custom): Add `first'.
17850         (gnus-treat-*): Add `first' in all doc strings.
17852         * gnus-group.el (gnus-group-compact-group): Fix typo.
17854 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17856         * gnus.el (gnus-parameters-case-fold-search): New variable.
17857         (gnus-parameters-get-parameter): Use it.
17859         * gnus-score.el (gnus-home-score-file): Doc fix.
17861 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
17863         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
17865 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17867         * mm-util.el (mm-special-display-p): New function.
17869         * mml.el (mml-preview): Use it; doc fix.
17871 2005-10-29  Romain Francoise  <romain@orebokech.com>
17873         * message.el (message-fix-before-sending): Fix comment.
17875 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
17877         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
17879 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
17881         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
17882         Used in gnus-score.el.
17884 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
17886         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
17888 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
17890         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
17891         whitespace removed in revision 7.8.  Use concatenated string to
17892         protect trailing whitespace.
17894 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
17896         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
17897         (nnimap-request-expire-articles): Use it to avoid sending 'UID
17898         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
17899         Courier IMAP ("some version from 2004").  Mostly based on similar
17900         code in the same function.
17902 2005-10-26  Didier Verna  <didier@xemacs.org>
17904         * gnus-group.el (gnus-group-compact-group): Invalidate original
17905         article buffer.
17906         * gnus-srvr.el (gnus-server-compact-server): Ditto.
17907         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
17908         NOV database and in article itself.
17909         Invalidate article backlog.
17911 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17913         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
17915 2005-10-26  Simon Josefsson  <jas@extundo.com>
17917         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
17918         part of 2004-07-25 change.
17920 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17922         * message.el (message-display-completion-list): New function.
17923         (message-expand-group): Use it; make sure the Completions buffer
17924         is modifiable.
17926 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
17928         * imap.el (imap-open): Handle case where buffer is a buffer object.
17930 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
17932         * pgg-def.el:
17933         * pgg-gpg.el:
17934         * pgg-parse.el:
17935         * pgg-pgp.el:
17936         * pgg-pgp5.el:
17937         * pgg.el: Move to the parent lisp directory.
17939 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
17941         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
17942         user-mail-name is an empty string.
17944 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
17946         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
17947         depending on gnus-score-decay-constant.
17949         * encrypt.el (encrypt-insert-file-contents)
17950         (encrypt-write-file-contents): Don't use `gnus-message'.
17952         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
17953         arguments.
17954         (mm-uu-type-alist): Add message-marks and insert-marks.
17955         Pass arguments to mm-uu-verbatim-marks-extract.
17956         (mm-uu-hide-markers): New variable.
17957         (mm-uu-extract): Use face similar to `gnus-cite-3'.
17959         * gnus-fun.el (gnus-convert-image-to-x-face-command)
17960         (gnus-convert-image-to-face-command): Use "convert" by default to
17961         allow other input image formats.
17962         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
17963         accordingly.
17965 2005-10-23  Simon Josefsson  <jas@extundo.com>
17967         * imap.el (imap-gssapi-program): Align command line parameters
17968         with latest GNU SASL.
17969         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
17971 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17973         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
17974         HTML.
17975         (nnslashdot-request-article): Ditto.
17977 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
17979         * mail-source.el (mail-source-fetch-pop): Require pop3.
17980         (mail-source-check-pop): Ditto.
17982 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17984         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
17985         errors.
17987 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
17989         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
17990         (gnus-treat-strip-leading-blank-lines): Improve doc string.
17992         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
17994         * mm-bodies.el (mm-decode-string):
17995         Call `mm-charset-to-coding-system' with allow-override argument.
17997 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17999         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
18000         (rfc2047-charset-to-coding-system): New function.
18001         (rfc2047-decode-encoded-words): New function.
18002         (rfc2047-decode-region): Use them.
18003         (rfc2047-decode-cte): Remove.
18004         (rfc2047-parse-and-decode): Remove.
18005         (rfc2047-decode): Remove.
18007 2005-10-15  Kenichi Handa  <handa@m17n.org>
18009         * rfc2047.el (rfc2047-decode-cte): New function.
18010         (rfc2047-decode-region): Change the way to decode successive
18011         encoded-words: decode B- or Q-encoding in each encoded-word,
18012         concatenate them, and decode it as charset.
18014 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
18016         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
18017         widget-move-and-invoke.
18018         (gnus-custom-mode): Use gnus-custom-map.
18020 2005-10-15  Bill Wohler  <wohler@newt.com>
18022         * message.el (message-tool-bar-map): Rename image file from
18023         mail_send to mail/send.
18025 2005-10-16  Masatake YAMATO  <jet@gyve.org>
18027         * message.el (message-expand-group): Pass the common
18028         prefix substring of completion to `display-completion-list'.
18030 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
18032         * mml-sec.el (mml-secure-method): New internal variable.
18033         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
18034         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
18035         New functions using mml-secure-method.
18037         * mml.el (mml-mode-map): Add key bindings for those functions.
18038         (mml-menu): Simplify security menu entries.  Suggested by Jesper
18039         Harder <harder@myrealbox.com>.
18040         (mml-attach-file, mml-attach-buffer, mml-attach-external):
18041         Goto end of message if point is the headers of the message.
18043         * message.el (message-in-body-p): New function.
18045         * assistant.el: Autoload gnus-util and netrc.
18047         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
18048         Use `mm-charset-override-alist' only when decoding.
18050         * mm-bodies.el (mm-decode-body):
18051         Call `mm-charset-to-coding-system' with allow-override argument.
18053         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
18054         `filename' from Content-Disposition if Content-Type doesn't
18055         provide `name'.
18056         (gnus-mime-view-part-as-type): Set default instead of
18057         initial-input.
18059 2005-10-09  Daniel Brockman  <daniel@brockman.se>
18061         * format-spec.el (format-spec): Propagate text properties of % spec.
18063 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
18065         * gnus-art.el (gnus-treat-predicate): Add `first'.
18067 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
18069         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
18070         (mm-charset-override-alist): New variable.
18071         (mm-charset-to-coding-system): Use it.
18072         (mm-codepage-setup): New helper function.
18073         (mm-charset-eval-alist): New variable.
18074         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
18075         Warn about unknown charsets.
18077 2005-10-04  David Hansen  <david.hansen@gmx.net>
18079         * nnrss.el (nnrss-request-article): Add support for the comments tag.
18080         (nnrss-check-group): Ditto.
18082 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
18084         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
18085         Rename x-gnus-verbatim to x-verbatim.
18086         (mm-uu-type-alist): Fix regexp for verbatim-marks.
18088         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
18089         x-verbatim.
18091         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
18093         * gnus-util.el (gnus-remove-duplicates): Remove.
18095         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
18096         instead of gnus-remove-duplicates.
18098         * message.el (message-remove-duplicates): Remove.
18099         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
18100         message-remove-duplicates.
18102         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
18103         available, else use implementation from `delete-dups'.
18105         * message.el (message-insert-expires): New function.
18106         (message-mode-map): Add key binding.
18107         (message-mode-field-menu): Add menu entry.
18108         (message-mode): Document it.
18109         (message-make-expires-date): Use `message-make-date'.
18111 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
18113         * message.el (message-make-expires-date): New function.
18115 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18117         * time-date.el: Autoload parse-time-string, XEmacs needs it.
18119 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18121         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
18122         function rather than the diff-mode.el package.
18123         (mm-display-external): Use with-current-buffer.
18124         (mm-viewer-completion-map, mm-viewer-completion-map):
18125         Move initialization inside declaration.
18127 2005-09-29  Simon Josefsson  <jas@extundo.com>
18129         * spam.el: Load hashcash when compiling, to avoid warnings.
18130         Don't autoload mail-check-payment.
18131         (spam-check-hashcash): Define unconditionally, since hashcash.el
18132         is part of Gnus now.  Ignore errors from payment checking.
18134 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
18136         * message.el (message-bold-region, message-unbold-region):
18137         Rename from `bold-region' and `unbold-region'.
18139         * message.el: Remove useless autoloads.
18141 2005-09-28  Simon Josefsson  <jas@extundo.com>
18143         * message.el (message-use-idna): Default to t.
18144         (message-use-idna): Test whether encoding works too.  Doc fix.
18146 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18148         * nntp.el (nntp-warn-about-losing-connection): Remove.
18150 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
18152         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
18153         customizable.  Change default value.
18154         (mm-uu-diff-groups-regexp): Change default value.
18155         (mm-uu-type-alist): Add doc string.
18156         (mm-uu-configure): Add doc string.  Make it interactive.
18157         (mm-uu-tex-groups-regexp): New variable.
18158         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
18159         (mm-uu-type-alist): Add LaTeX documents.
18160         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
18161         of "text/verbatim".
18162         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
18164         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
18165         instead of "text/verbatim".
18167         * message.el (message-mark-inserted-region)
18168         (message-mark-insert-file): Use slrn style marks when called with
18169         prefix argument.
18171 2005-09-27  Simon Josefsson  <jas@extundo.com>
18173         * message.el (message-idna-to-ascii-rhs-1): Reformat.
18175 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
18177         * message.el (message-remove-duplicates): New function.
18178         Implementation borrowed from `gnus-remove-duplicates'.
18179         (message-idna-to-ascii-rhs): Also encode idna addresses in
18180         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
18181         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
18182         only ask about the same idna domain once per header and also tell
18183         in what header to replace the idna domain.
18185         * gnus-art.el (article-decode-idna-rhs): Also decode idna
18186         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
18187         (article-decode-idna-rhs): Fix regexp so that all idna-address in
18188         a header is decoded and not just the last one.
18190 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18192         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
18193         has been decoded.
18195         * mm-decode.el (mm-automatic-display): Add text/verbatim.
18196         (mm-insert-part): Don't modify text if it has been decoded.
18198         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
18199         decoded.
18201         * mm-view.el (mm-inline-text): Don't strip text props unless
18202         decoding enriched or richtext parts.
18204 2005-09-25  Romain Francoise  <romain@orebokech.com>
18206         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
18207         * gnus-start.el (gnus-subscribe-interactively):
18208         * gnus-uu.el (gnus-uu-grab-articles):
18209         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
18210         space.
18212 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
18214         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
18215         * mm-view.el (mm-view-pkcs7-decrypt):
18216         * gnus-sum.el (gnus-summary-limit-to-extra)
18217         (gnus-summary-respool-article, gnus-read-move-group-name):
18218         * gnus-score.el (gnus-summary-increase-score):
18219         * gnus-util.el (gnus-completing-read-with-default):
18220         * gnus-art.el (gnus-read-save-file-name)
18221         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
18222         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
18223         * message.el (message-check-news-header-syntax):
18224         Follow convention for reading with the minibuffer.
18226 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
18228         * spam-report.el (spam-report-url-ping-plain):
18229         Use gnus-extended-version as User-Agent.
18231         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
18232         default value is nil.
18234         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
18235         (mm-uu-verbatim-marks-extract): New function.
18236         (mm-uu-extract): New face.
18237         (mm-uu-copy-to-buffer): Use it.
18239         * spam-report.el (spam-report-gmane-ham): Rename from
18240         `spam-report-gmane-unspam'.
18241         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
18242         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
18244         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
18245         Autoload.
18246         (spam-report-gmane-unregister-routine):
18247         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
18249 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
18251         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
18252         (spam-report-gmane-unregister-routine): Add support for gmane
18253         unregistration.
18255         * spam-report.el (spam-report-gmane-unspam)
18256         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
18257         (spam-report-gmane): Change to take a single article and do unspam
18258         registration.
18260 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
18262         * mm-url.el (mm-url-decode-entities): Fix regexp.
18264 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18266         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
18267         default to nil, to be able to use Gnus at all.  If the default
18268         switches to something else, then the function should be fixed not
18269         be exceedingly slow.
18271 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
18273         * gnus-start.el (gnus-activate-group): If the server is nil, don't
18274         fail hard.
18276         * spam-report.el: Add better Keywords line.
18278         * spam.el: Add Maintainer and better Keywords line.
18280 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
18282         * gnus-art.el (gnus-article-replace-part)
18283         (gnus-mime-replace-part): New functions.
18284         (gnus-mime-action-alist, gnus-mime-button-commands)
18285         (gnus-mime-save-part-and-strip): Add file argument.
18286         (gnus-article-part-wrapper): Add interactive argument.
18288         * gnus-sum.el (gnus-summary-mime-map):
18289         Add `gnus-article-replace-part'.
18291 2005-09-19  Didier Verna  <didier@xemacs.org>
18293         The nnml compaction feature:
18294         * nnml.el (nnml-request-compact-group): New function.
18295         * nnml.el (nnml-request-compact): New function.
18296         * gnus-int.el (gnus-request-compact-group): New function.
18297         * gnus-int.el (gnus-request-compact): New function.
18298         * gnus-group.el (gnus-group-compact-group): New function.
18299         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
18300         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
18301         * gnus-srvr.el (gnus-server-compact-server): New function.
18302         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
18303         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
18305 2005-09-18  Deepak Goel  <deego@gnufans.org>
18307         * sieve.el (sieve-help): Fix `message' call: first arg should be a
18308         format spec.
18310 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18312         * gnus.el (gnus-group-startup-message): Bind image-load-path.
18314 2005-09-15  Romain Francoise  <romain@orebokech.com>
18316         * message.el (message-fill-paragraph): Clarify docstring.
18318 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18320         * gnus-art.el (gnus-mime-display-part): Protect against broken
18321         MIME messages.
18323 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18325         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
18326         before parsing header.
18328 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
18330         * html2text.el (html2text-replace-list): Add new entities.
18332 2005-09-11  Romain Francoise  <romain@orebokech.com>
18334         * message.el (message-alternative-emails): Improve docstring.
18335         (message-setup-1): Call `message-use-alternative-email-as-from'
18336         after `message-setup-hook' to give it precedence over posting
18337         styles, etc.
18338         (message-use-alternative-email-as-from): Add docstring.
18339         Remove the original From header if present.
18341         * nnml.el (nnml-compressed-files-size-threshold): New variable.
18342         (nnml-save-mail): Use it.
18344         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
18345         articles.  Add new argument `silent'.
18346         (gnus-uu-mark-all): Report the total number of marked articles.
18348 2005-09-10  Romain Francoise  <romain@orebokech.com>
18350         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
18351         (gnus-uu-mark-series): Likewise.
18353 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
18355         * spam-report.el (spam-report-gmane): Fix generation of spam
18356         report URL.
18358 2005-09-10  Simon Josefsson  <jas@extundo.com>
18360         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
18361         t, based on discussion on the ding list with Robert Epprecht
18362         <epprecht@solnet.ch>.
18364 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
18366         * spam-report.el (spam-report-gmane): Make it work without
18367         X-Report-Spam header.  Gmane now only provides Archived-At.
18368         This is only used if `spam-report-gmane-use-article-number' is nil.
18369         (spam-report-gmane-spam-header): Remove.  Not used anymore.
18371         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
18372         make `gnus-summary-sort-by-recipient' work with threading.
18374         * nnweb.el (nnweb-google-wash-article): Print a message if article
18375         is not available.
18377 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18379         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
18380         change.  Decode text/* parts content before displaying.
18382 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
18384         * mml-smime.el: Remove defvar of gnus-extract-address-components.
18386 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18388         * mm-view.el (mm-display-inline-fontify): Disable support modes.
18390 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
18392         * message.el (message-tab-body-function): Fix mismatched custom type.
18394         * gnus.el (gnus-group-change-level-function): Ditto.
18396         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
18398         * gnus-art.el (gnus-signature-limit)
18399         (gnus-article-mime-part-function): Ditto.
18401 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18403         * mml.el (mml-mode): Silence the byte compiler.
18405         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
18406         using `(sit-for 0)' before moving the point to the specified part;
18407         skip unbuttonized parts.
18408         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
18409         return to the summary window if gnus-auto-select-part is non-nil.
18411 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
18413         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
18414         New variables.
18415         (mml-dnd-attach-file, mml-mode): Use them.
18417         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
18418         Make fetching article by MID work again for Google Groups.
18419         Add FIXME concerning gnus-group-make-web-group.
18421         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
18422         Don't depend on Gnus by using mail-extract-address-components if
18423         gnus-extract-address-components is not bound.
18425 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18427         * gnus-art.el (gnus-mime-display-security): Don't display the
18428         signature, but only the signed part.
18430 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18432         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
18434         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
18435         list, not listp.
18437 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
18439         * mm-encode.el (mm-encode-content-transfer-encoding):
18440         Likewise when encoding.
18442         * mm-bodies.el (mm-decode-content-transfer-encoding):
18443         De-canonicalize CRLF for all text content types, not just
18444         text/plain.
18446 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18448         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
18449         valid article; point arrow and cursor at the MIME button.
18451 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18453         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
18454         Suggested by Dan Christensen <jdc@uwo.ca>.
18456         * mm-decode.el (mm-save-part): Enable change of prompt.
18458 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
18460         * gnus-msg.el (gnus-inews-add-send-actions):
18461         Make `message-post-method' lambda parameter ARG `&optional'.
18463 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
18465         * gnus-sum.el (gnus-summary-mime-map):
18466         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
18467         gnus-article-jump-to-part.
18469         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
18470         (gnus-article-edit-part): Use it.
18471         (gnus-article-part-wrapper): Add no-handle argument.
18472         (gnus-article-save-part-and-strip, gnus-article-delete-part):
18473         New functions.
18475 2005-08-29  Romain Francoise  <romain@orebokech.com>
18477         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
18478         docstring.
18479         (gnus-face-from-file): Likewise.
18481 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
18483         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
18484         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
18485         non-nil.
18486         (gnus-auto-select-part): New variable.
18487         (gnus-article-jump-to-part): New function.
18488         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
18489         (gnus-mime-delete-part): Allow selecting specified part after
18490         deleting or stripping parts.
18491         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
18492         part if argument is bogus.
18494 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
18496         * gnus-art.el (w3m-minor-mode-map):
18497         * gnus-spec.el (gnus-newsrc-file-version):
18498         * gnus-util.el (nnmail-active-file-coding-system)
18499         (gnus-original-article-buffer, gnus-user-agent):
18500         * gnus.el (gnus-ham-process-destinations)
18501         (gnus-parameter-ham-marks-alist)
18502         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
18503         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
18504         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
18505         * mm-decode.el (gnus-current-window-configuration):
18506         * mm-extern.el (gnus-article-mime-handles):
18507         * mm-url.el (url-current-object, url-package-name)
18508         (url-package-version):
18509         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
18510         (smime-keys, w3m-cid-retrieve-function-alist)
18511         (w3m-current-buffer, w3m-display-inline-images)
18512         (w3m-minor-mode-map):
18513         * mml-smime.el (gnus-extract-address-components):
18514         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
18515         (gnus-newsrc-hashtb, message-default-charset)
18516         (message-deletable-headers, message-options)
18517         (message-posting-charset, message-required-mail-headers)
18518         (message-required-news-headers):
18519         * mml1991.el (mc-pgp-always-sign):
18520         * mml2015.el (mc-pgp-always-sign):
18521         * nnheader.el (nnmail-extra-headers):
18522         * rfc1843.el (gnus-decode-encoded-word-function)
18523         (gnus-decode-header-function, gnus-newsgroup-name):
18524         * spam-stat.el (gnus-original-article-buffer): Add defvars.
18526 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
18528         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
18529         the end of the date treatments.
18531 2005-08-15  Simon Josefsson  <jas@extundo.com>
18533         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
18534         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
18535         Capello and Romain Francoise.
18536         (pgg-fetch-key-function): Remove, not used?
18537         (pgg-insert-url-with-w3): Require url, to get
18538         url-insert-file-contents regardless of where it is defined.
18540 2005-08-13  Romain Francoise  <romain@orebokech.com>
18542         * message.el (message-cite-original-1): New function.
18543         (message-cite-original): Use it.
18544         (message-cite-original-without-signature): Ditto.
18546 2005-08-08  Romain Francoise  <romain@orebokech.com>
18548         * message.el (message-yank-empty-prefix): New variable.
18549         (message-indent-citation): Use it.
18550         (message-cite-original-without-signature): Respect X-No-Archive.
18552 2005-08-08  Simon Josefsson  <jas@extundo.com>
18554         * pgg.el: Autoload url-insert-file-contents instead of loading
18555         w3/url.
18556         (pgg-insert-url-with-w3): Don't load url here.
18558 2005-08-07  Jesper Harder  <harder@phys.au.dk>
18560         * message.el (message-kill-to-signature): Don't insert newline at
18561         bol.
18562         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
18564 2005-08-06  Romain Francoise  <romain@orebokech.com>
18566         * message.el (message-user-fqdn): Fix typo in docstring.
18568 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
18570         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
18572         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
18574 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18576         * mm-bodies.el (mm-encode-body): Use coding system rather than
18577         charset to encode text.
18579         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
18580         number of charsets if utf-8 is available (XEmacs).
18582 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
18584         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
18585         taken from `gnus-button-mid-or-mail-regexp'.
18586         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
18587         (gnus-button-alist): Improve regexp for domain part of the MIDs
18588         for news:localpart@domain buttons.
18589         (gnus-button-ctan-directory-regexp): Update.
18591 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18593         * sieve-manage.el (sieve-manage-interactive-login):
18594         Use make-local-variable rather than make-variable-buffer-local.
18595         (sieve-manage-open): Ditto.
18596         (sieve-manage-authenticate): Ditto.
18598         * mml.el (mml-generate-mime-1): Make the content type default to
18599         text/plain if the filename is not specified.
18601 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18603         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
18604         instead of insert-buffer.
18606         * message.el (message-yank-original): Ditto; set the mark at the
18607         end of the yanked message.
18609 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18611         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
18612         lines to scroll rather than to stop it.
18614         * mml.el (mml-generate-default-type): Add doc string.
18615         (mml-generate-mime-1): Use mm-default-file-encoding or make it
18616         default to application/octet-stream when determining the content
18617         type if it is not specified for the part or the mml contents; add
18618         a comment about mml-generate-default-type.
18620 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
18622         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
18623         make it default to application/octet-stream when determining the
18624         content type if it is not specified for the external contents.
18626 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18628         * rfc2231.el (rfc2231-parse-string): Take care that not only a
18629         segmented parameter but also other parameters might be there.
18631 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18633         * mm-decode.el (mm-display-external): Delete temp file, directory
18634         and buffer immediately if the external process is exited.
18636 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18638         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
18639         fewer lines than that of scroll-margin.
18640         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
18642 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18644         * gnus-art.el (gnus-article-next-page): Revert.
18645         (gnus-article-beginning-of-window): New macro.
18646         (gnus-article-next-page-1): Use it.
18647         (gnus-article-prev-page): Ditto.
18648         (gnus-article-edit-part): Use insert-buffer-substring instead of
18649         insert-buffer.
18650         (gnus-article-edit-exit): Ditto.
18652         * gnus-util.el (gnus-beginning-of-window): Remove.
18653         (gnus-end-of-window): Remove.
18655 2005-07-25  Simon Josefsson  <jas@extundo.com>
18657         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
18658         to have the url package without w3.  Reported by Daiki Ueno
18659         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
18661 2005-07-20  Didier Verna  <didier@xemacs.org>
18663         * gnus-diary.el: Remove the description comment (nndiary is now
18664         properly documented in the Gnus manual).
18665         Fix the spelling of "Back End".
18666         * nndiary.el: Ditto.
18667         Fix the copyright notice.
18669 2005-07-18  Romain Francoise  <romain@orebokech.com>
18671         * gnus-sum.el (gnus-summary-to-prefix)
18672         (gnus-summary-newsgroup-prefix): New variables.
18673         (gnus-summary-from-or-to-or-newsgroups): Use them.
18675 2005-07-17  Romain Francoise  <romain@orebokech.com>
18677         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
18678         space as it's generally not especially interesting to the user.
18680 2005-07-16  Romain Francoise  <romain@orebokech.com>
18682         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
18683         nil to avoid prompting and file modification if one of the
18684         messages at the top of the nnfolder file contains a copyright
18685         notice.
18686         Update copyright notice.
18688         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
18689         instead of `current-time-string' as the latter creates a time
18690         string that is not RFC 2822 compliant (it lacks the zone).
18691         Update copyright notice.
18693 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
18695         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
18696         for text/rtf.  Display default in prompt.  Pass default for M-n.
18698         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
18700 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18702         * gnus-msg.el (gnus-button-mailto):
18703         Remove save-selected-window-window hackery because it relies on
18704         save-selected-window internals.
18706 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18708         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
18709         (gnus-article-next-page-1): Use gnus-beginning-of-window.
18710         (gnus-article-prev-page): Ditto.
18712         * gnus-util.el (gnus-beginning-of-window): New function.
18713         (gnus-end-of-window): New function.
18715 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
18717         * gnus-score.el (gnus-score-edit-all-score):
18718         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
18719         gnus-message.
18721 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18723         * gnus-msg.el (gnus-button-mailto):
18724         Remove save-selected-window-window hackery because it relies on
18725         save-selected-window internals.
18727 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18729         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
18730         add-minor-mode.
18731         (gnus-binary-mode): Ditto.
18733         * gnus-topic.el (gnus-topic-mode): Ditto.
18735 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
18737         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
18738         (gnus-article-prev-page): Take scroll-margin into consideration.
18740 2005-07-04  Lute Kamstra  <lute@gnu.org>
18742         Update FSF's address in GPL notices.
18744 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
18746         * gnus.el (gnus-exit):
18747         * gnus-group.el (gnus-group-icons):
18748         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
18750         * gnus-nocem.el (gnus-nocem):
18751         * message.el (message-various, message-buffers, message-sending)
18752         (message-interface, message-forwarding, message-insertion)
18753         (message-headers, message-news, message-mail):
18754         * pgg-gpg.el (pgg-gpg):
18755         * pgg-parse.el (pgg-parse):
18756         * pgg-pgp.el (pgg-pgp):
18757         * pgg-pgp5.el (pgg-pgp5):
18758         * pop3.el (pop3): Finish `defgroup' description with period.
18760 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18762         * gnus-art.el (article-display-face): Improve the efficiency.
18763         (article-display-x-face): Ditto; remove gray x-face stuff.
18765 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18767         * gnus-art.el (article-display-face): Correct the position in
18768         which Faces are inserted.
18770 2005-06-29  Didier Verna  <didier@xemacs.org>
18772         * gnus-art.el (article-display-face): Display faces in correct
18773         order.
18775 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18777         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
18778         (gnus-fill-real-hashtb): Use hash table instead of obarray.
18779         (gnus-nocem-check-article): Fetch the Type header.
18780         (gnus-nocem-message-wanted-p): Fix the way to examine types.
18781         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
18782         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
18783         make sure gnus-nocem-hashtb is initialized.
18784         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
18785         (gnus-nocem-unwanted-article-p): Ditto.
18787         * pgg.el (pgg-verify): Return the verification result.
18789 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18791         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
18792         is ascii.
18794 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
18796         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
18797         `show-nonbreak-escape'.
18799 2005-06-23  Lute Kamstra  <lute@gnu.org>
18801         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
18803         * dig.el (dig-mode):
18804         * smime.el (smime-mode): Use gnus-run-mode-hooks.
18806 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
18808         * nnimap.el (nnimap-split-download-body): Fix spellings.
18810 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
18812         * gnus-art.el (gnus-article-encrypt-body):
18813         * gnus-cus.el (gnus-score-customize):
18814         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
18815         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
18817 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
18819         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
18820         header by looking for magic "MII" at the beginning.
18822 2005-06-16  Miles Bader  <miles@gnu.org>
18824         * assistant.el (assistant-field): Remove "-face" suffix from face name.
18825         (assistant-field-face): New backward-compatibility alias for renamed
18826         face.
18827         (assistant-render-text): Use renamed assistant-field face.
18829         * spam.el (spam): Remove "-face" suffix from face name.
18830         (spam-face): New backward-compatibility alias for renamed face.
18831         (spam-face, spam-initialize): Use renamed spam face.
18833         * message.el (message-header-to, message-header-cc)
18834         (message-header-subject, message-header-newsgroups)
18835         (message-header-other, message-header-name)
18836         (message-header-xheader, message-separator, message-cited-text)
18837         (message-mml): Remove "-face" suffix from face names.
18838         (message-header-to-face, message-header-cc-face)
18839         (message-header-subject-face, message-header-newsgroups-face)
18840         (message-header-other-face, message-header-name-face)
18841         (message-header-xheader-face, message-separator-face)
18842         (message-cited-text-face, message-mml-face):
18843         New backward-compatibility aliases for renamed faces.
18844         (message-font-lock-keywords): Use renamed message faces.
18846         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
18847         (sieve-test-commands, sieve-tagged-arguments):
18848         Remove "-face" suffix from face names.
18849         (sieve-control-commands-face, sieve-action-commands-face)
18850         (sieve-test-commands-face, sieve-tagged-arguments-face):
18851         New backward-compatibility aliases for renamed faces.
18852         (sieve-control-commands-face, sieve-action-commands-face)
18853         (sieve-test-commands-face, sieve-tagged-arguments-face):
18854         Use renamed sieve faces.
18856         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
18857         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
18858         (gnus-group-news-3-empty, gnus-group-news-4)
18859         (gnus-group-news-4-empty, gnus-group-news-5)
18860         (gnus-group-news-5-empty, gnus-group-news-6)
18861         (gnus-group-news-6-empty, gnus-group-news-low)
18862         (gnus-group-news-low-empty, gnus-group-mail-1)
18863         (gnus-group-mail-1-empty, gnus-group-mail-2)
18864         (gnus-group-mail-2-empty, gnus-group-mail-3)
18865         (gnus-group-mail-3-empty, gnus-group-mail-low)
18866         (gnus-group-mail-low-empty, gnus-summary-selected)
18867         (gnus-summary-cancelled, gnus-summary-high-ticked)
18868         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
18869         (gnus-summary-high-ancient, gnus-summary-low-ancient)
18870         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
18871         (gnus-summary-low-undownloaded)
18872         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
18873         (gnus-summary-low-unread, gnus-summary-normal-unread)
18874         (gnus-summary-high-read, gnus-summary-low-read)
18875         (gnus-summary-normal-read, gnus-splash):
18876         Remove "-face" suffix from face names.
18877         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
18878         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
18879         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
18880         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
18881         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
18882         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
18883         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
18884         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
18885         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
18886         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
18887         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
18888         (gnus-summary-selected-face, gnus-summary-cancelled-face)
18889         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
18890         (gnus-summary-normal-ticked-face)
18891         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
18892         (gnus-summary-normal-ancient-face)
18893         (gnus-summary-high-undownloaded-face)
18894         (gnus-summary-low-undownloaded-face)
18895         (gnus-summary-normal-undownloaded-face)
18896         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
18897         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
18898         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
18899         (gnus-splash-face):
18900         New backward-compatibility aliases for renamed faces.
18901         (gnus-group-startup-message): Use renamed gnus faces.
18903         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
18904         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
18905         (gnus-server-agent): Remove "-face" suffix from face names.
18906         (gnus-server-agent-face, gnus-server-opened-face)
18907         (gnus-server-closed-face, gnus-server-denied-face)
18908         (gnus-server-offline-face):
18909         New backward-compatibility aliases for renamed faces.
18910         (gnus-server-agent-face, gnus-server-opened-face)
18911         (gnus-server-closed-face, gnus-server-denied-face)
18912         (gnus-server-offline-face): Use renamed gnus faces.
18914         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
18915         Remove "-face" suffix from face names.
18916         (gnus-picon-xbm-face, gnus-picon-face):
18917         New backward-compatibility aliases for renamed faces.
18919         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
18920         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
18921         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
18922         (gnus-cite-11): Remove "-face" suffix from face names.
18923         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
18924         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
18925         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
18926         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
18927         New backward-compatibility aliases for renamed faces.
18928         (gnus-cite-attribution-face, gnus-cite-face-list)
18929         (gnus-article-boring-faces): Use renamed gnus faces.
18931         * gnus-art.el (gnus-signature, gnus-header-from)
18932         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
18933         (gnus-header-content): Remove "-face" suffix from face names.
18934         (gnus-signature-face, gnus-header-from-face)
18935         (gnus-header-subject-face, gnus-header-newsgroups-face)
18936         (gnus-header-name-face, gnus-header-content-face):
18937         New backward-compatibility aliases for renamed faces.
18938         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
18940         * gnus-sum.el (gnus-summary-selected-face)
18941         (gnus-summary-highlight): Use renamed gnus faces.
18942         * gnus-group.el (gnus-group-highlight): Likewise.
18944 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
18946         * gnus-sieve.el (gnus-sieve-article-add-rule):
18947         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
18948         * spam-stat.el (spam-stat-buffer-change-to-spam)
18949         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
18951         * message.el (message-is-yours-p):
18952         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
18954 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18956         * mm-view.el (mm-inline-text): Withdraw the last change.
18958 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18960         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
18961         executing enriched-decode.
18963 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18965         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
18966         charset of tar files.
18968 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
18970         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
18972 2005-06-04  Lute Kamstra  <lute@gnu.org>
18974         * nnfolder.el (nnfolder-read-folder): Make sure that undo
18975         information is never recorded.
18977 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18979         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
18981 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18983         * pop3.el (pop3-apop): Run md5 in the binary mode.
18985         * starttls.el (starttls-set-process-query-on-exit-flag):
18986         Use eval-and-compile.
18988 2005-05-31  Simon Josefsson  <jas@extundo.com>
18990         * smime.el (smime-replace-in-string): Define.
18991         (smime-cert-by-ldap-1): Use it.
18993 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18995         * gnus-art.el (article-display-x-face): Replace
18996         process-kill-without-query by gnus-set-process-query-on-exit-flag.
18998         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
18999         set-process-query-on-exit-flag or process-kill-without-query.
19001         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
19002         loop instead of replace-regexp.
19004         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
19005         instead of process-kill-without-query if it is available.
19007         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
19008         instead of find-file-hooks if it is available.
19010         * mml1991.el: Bind pgg-default-user-id when compiling.
19012         * mml2015.el: Bind pgg-default-user-id when compiling.
19014         * nndraft.el (nndraft-request-associate-buffer):
19015         Use write-contents-functions instead of write-contents-hooks if it is
19016         available.
19018         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
19019         instead of find-file-hooks if it is available.
19021         * nntp.el (nntp-open-connection): Replace
19022         process-kill-without-query by gnus-set-process-query-on-exit-flag.
19023         (nntp-open-ssl-stream): Ditto.
19024         (nntp-open-tls-stream): Ditto.
19026         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
19027         set-process-query-on-exit-flag or process-kill-without-query.
19028         (starttls-open-stream-gnutls): Use it instead of
19029         process-kill-without-query.
19030         (starttls-open-stream): Ditto.
19032 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
19034         * smime.el (smime-cert-by-ldap-1): Don't use
19035         replace-regexp-in-string.
19037 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
19039         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
19041         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
19042         in PEM format.  Adjust to the XEmacs compatibility.
19044 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
19046         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
19047         by `string-to-number'.
19048         * gnus-agent.el (gnus-agent-regenerate-group)
19049         (gnus-agent-fetch-articles): Ditto.
19050         * gnus-art.el (gnus-button-fetch-group): Ditto.
19051         * gnus-cache.el (gnus-cache-generate-active)
19052         (gnus-cache-articles-in-group): Ditto.
19053         * gnus-group.el (gnus-group-set-current-level)
19054         (gnus-group-insert-group-line): Ditto.
19055         * gnus-score.el (gnus-score-set-expunge-below)
19056         (gnus-score-set-mark-below, gnus-summary-score-effect)
19057         (gnus-summary-score-entry): Ditto.
19058         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
19059         (gnus-soup-pack): Ditto.
19060         * gnus-spec.el (gnus-xmas-format): Ditto.
19061         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
19062         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
19063         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
19064         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
19065         * nndb.el (nndb-get-remote-expire-response): Ditto.
19066         * nndiary.el (nndiary-parse-schedule-value)
19067         (nndiary-string-to-number, nndiary-request-replace-article)
19068         (nndiary-request-article): Ditto.
19069         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
19070         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
19071         * nneething.el (nneething-make-head): Ditto.
19072         * nnfolder.el (nnfolder-request-article)
19073         (nnfolder-retrieve-headers): Ditto.
19074         * nnheader.el (nnheader-file-to-number): Ditto.
19075         * nnkiboze.el (nnkiboze-request-article): Ditto.
19076         * nnmail.el (nnmail-process-unix-mail-format)
19077         (nnmail-process-babyl-mail-format): Ditto.
19078         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
19079         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
19080         (nnmh-request-create-group, nnmh-request-list-1)
19081         (nnmh-request-group, nnmh-request-article): Ditto.
19082         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
19083         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
19084         * nnsoup.el (nnsoup-make-active): Ditto.
19085         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
19086         * nntp.el (nntp-find-group-and-number)
19087         (nntp-retrieve-headers-with-xover): Ditto.
19088         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
19089         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
19090         (pgg-format-key-identifier): Ditto.
19091         * pop3.el (pop3-last, pop3-stat): Ditto.
19092         * qp.el (quoted-printable-decode-region): Ditto.
19094         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
19095         of concat.
19097 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19099         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
19101         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
19103         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
19105         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
19107         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
19109         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
19111         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
19112         (gnus-carpal-mode): Ditto.
19114         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
19115         (gnus-browse-mode): Ditto.
19117         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
19119         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
19121 2005-05-29  Richard M. Stallman  <rms@gnu.org>
19123         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
19125 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19127         * gnus-util.el (gnus-run-mode-hooks): New function.
19129         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
19131 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
19133         * gnus-agent.el (gnus-agent-make-mode-line-string):
19134         Use mode-line-highlight as mouse-face.
19136 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19138         * canlock.el (canlock): Change the parent group to news.
19140         * deuglify.el (gnus-outlook-deuglify): Add :group.
19142         * dig.el (dig): Add :group.
19144         * dns-mode.el (dns-mode): Add :group.
19146         * encrypt.el (encrypt): Add :group.
19148         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
19149         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
19150         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
19151         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
19152         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
19154         * gnus-diary.el (gnus-diary): Add :group.
19156         * gnus.el (gnus-group-news-1-face): Add :group.
19157         (gnus-group-news-1-empty-face): Ditto.
19158         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
19159         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
19160         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
19161         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
19162         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
19163         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
19164         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
19165         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
19166         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
19167         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
19168         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
19169         (gnus-summary-high-ticked-face): Ditto.
19170         (gnus-summary-low-ticked-face): Ditto.
19171         (gnus-summary-normal-ticked-face): Ditto.
19172         (gnus-summary-high-ancient-face): Ditto.
19173         (gnus-summary-low-ancient-face): Ditto.
19174         (gnus-summary-normal-ancient-face): Ditto.
19175         (gnus-summary-high-undownloaded-face): Ditto.
19176         (gnus-summary-low-undownloaded-face): Ditto.
19177         (gnus-summary-normal-undownloaded-face): Ditto.
19178         (gnus-summary-high-unread-face): Ditto.
19179         (gnus-summary-low-unread-face): Ditto.
19180         (gnus-summary-normal-unread-face): Ditto.
19181         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
19182         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
19184         * hashcash.el (hashcash): New custom group.
19185         (hashcash-default-payment): Add :group.
19186         (hashcash-payment-alist): Ditto.
19187         (hashcash-default-accept-payment): Ditto.
19188         (hashcash-accept-resources): Ditto.
19189         (hashcash-path): Ditto.
19190         (hashcash-extra-generate-parameters): Ditto.
19191         (hashcash-double-spend-database): Ditto.
19192         (hashcash-in-news): Ditto.
19194         * message.el (message-minibuffer-local-map): Add :group.
19196         * netrc.el (netrc): Add :group.
19198         * sieve-manage.el (sieve-manage-log): Add :group.
19199         (sieve-manage-default-user): Diito.
19200         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
19201         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
19202         (sieve-manage-authenticators): Ditto.
19203         (sieve-manage-authenticator-alist): Ditto.
19204         (sieve-manage-default-port): Ditto.
19206         * sieve-mode.el (sieve-control-commands-face): Add :group.
19207         (sieve-action-commands-face): Ditto.
19208         (sieve-test-commands-face): Ditto.
19209         (sieve-tagged-arguments-face): Ditto.
19211         * smime.el (smime): Add :group.
19213         * spam-report.el (spam-report): Add :group.
19215         * spam.el (spam, spam-face): Add :group.
19217 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19219         * nntp.el (nntp-next-result-arrived-p): Some news servers may
19220         return \n.\n.\n at the end of articles.  Protect against that.
19221         (nntp-with-open-group): Allow debugging.
19223         * nnheader.el (mail-header-set-extra): Make into a function
19224         because I just could't understand how to quote the list properly.
19226         * dns.el (query-dns-cached): New function.
19228 2005-05-26  Lute Kamstra  <lute@gnu.org>
19230         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
19232 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19234         * gnus-art.el: Don't autoload mail-extract-address-components.
19236         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
19237         eval-and-compile to evaluate it.
19239         * hashcash.el: Don't autoload executable-find.
19241         * nndb.el: Don't declare the nndb back end two or more times; don't
19242         autoload news-reply-mode, news-setup, cancel-timer and telnet.
19244         * nntp.el: Autoload format-spec instead of format; use
19245         eval-and-compile to evaluate autoload forms.
19247 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
19249         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
19251 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19253         * gnus.el (gnus-version-number): Bump version.
19255 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19257         * gnus.el: No Gnus v0.3 is released.
19259 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19261         * gnus-art.el (gnus-article-edit-part): Disable undo.
19263 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19265         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
19266         gnus-article-date-lapsed-new-header is t if date timer is active;
19267         skip headers in which the original date value is empty.
19268         (gnus-article-save-original-date): Redefine it as a macro.
19269         (gnus-display-mime): Use it.
19271 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19273         * gnus-art.el (article-date-ut): Support converting date in
19274         forwarded parts as well.
19275         (gnus-article-save-original-date): New function.
19276         (gnus-display-mime): Use it.
19278 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
19280         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
19281         enclosure element of <item>.
19283 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
19285         * message.el (message-kill-buffer-query): Rename from
19286         `message-kill-buffer-query-if-modified'.  Add :version.
19288 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19290         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
19291         window layout.
19293 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19295         * mml.el: Autoload dnd when compiling.
19297 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
19299         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
19300         x-dnd-*.
19302 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19304         * qp.el (quoted-printable-encode-region): Save excursion.
19306 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
19308         * message.el (message-kill-buffer-query-if-modified): Add new variable
19309         so the user can kill a modified message buffer quickly.
19310         (message-kill-buffer): Use it.
19312 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19314         * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
19315         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
19317 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19319         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
19320         contained in text because xml.el decodes entities) with LFs.
19322 2005-04-11  Lute Kamstra  <lute@gnu.org>
19324         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
19325         differently.
19327 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19329         * mm-util.el (mm-detect-coding-region): Typo.
19331 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19333         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
19335 2005-04-06  Deepak Goel  <deego@gnufans.org>
19337         * spam-stat.el (spam-stat-score-buffer): Add a call to a
19338         user-function allow user modifications of the scores.
19339         (spam-stat-score-buffer-user): New function, to allow
19340         user-computed modifications to the score.
19341         (spam-stat-score-buffer-user-functions): List of additional
19342         scoring functions.
19343         (spam-stat-error-holder): Global temporary error holder.
19344         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
19345         variable.
19347 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
19349         * gnus-registry.el (gnus-registry-clean-empty-function)
19350         (gnus-registry-trim, gnus-registry-fetch-groups)
19351         (gnus-registry-delete-group): Groups that match
19352         `gnus-registry-ignored-groups' are removed from the registry
19353         entries, not just ignored for splitting.  This helps clean up the
19354         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
19355         to get all the groups a message ID is in.
19357         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
19358         (spam-stat-split-fancy): Change "threshhold" to "threshold".
19359         (spam-stat-score-buffer-user-functions): Add :number custom type.
19361 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19363         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
19364         argument in XEmacs.
19366         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
19367         (nnrss-request-group): Decode group name first.
19368         (nnrss-request-article): Make a text/plain article if mml-to-mime
19369         failed.
19370         (nnrss-get-encoding): Return a compatible encoding according to
19371         nnrss-compatible-encoding-alist.
19372         (nnrss-find-el): Use consp instead of listp.
19373         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
19375 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19377         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
19378         which Emacs 20 doesn't support.
19379         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
19381 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
19383         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
19384         silence the byte compiler inside the defun.
19386         * gnus-demon.el (parse-time-string): Add autoload.
19388         * gnus-delay.el (parse-time-string): Add autoload.
19390         * gnus-art.el (parse-time-string): Add autoload.
19392         * nnultimate.el (parse-time): Require for `parse-time-string'.
19394 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
19396         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
19398         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
19400         * smime.el (smime-ldap-host-list): Add :version.
19402 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
19404         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
19405         pass it to `gnus-browse-read-group'.
19406         (gnus-browse-read-group): Add NUMBER argument and pass it to
19407         `gnus-group-read-ephemeral-group'.
19409         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
19410         argument and pass it to `gnus-group-read-group'.
19412 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
19414         * mm-util.el (mm-xemacs-find-mime-charset): Only call
19415         mm-xemacs-find-mime-charset-1 if we have the mule feature
19416         available at runtime.
19418 2005-03-25  Werner Lemberg  <wl@gnu.org>
19420         * nnmaildir.el: Replace `illegal' with `invalid'.
19422 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19424         * gnus-start.el (gnus-display-time-event-handler):
19425         Check display-time-timer at runtime rather than only at load time
19426         in case display-time-mode is turned off in the mean time.
19428 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
19430         * nnimap.el (nnimap-open-connection): Print which authinfo file is
19431         used.
19433         * nneething.el (nneething-map-file-directory): Derive from
19434         `gnus-directory'.
19436         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
19437         the To/Cc button.
19439 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
19441         * nnmaildir.el (nnmaildir-request-accept-article):
19442         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
19444 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
19446         * gnus-async.el: Require timer-funcs at compile time when in
19447         XEmacs for `run-with-idle-timer'.
19449 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
19451         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
19452         autoloaded function.
19454 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19456         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
19458 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
19460         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
19462 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19464         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
19465         Add gnus-expert-user to default.
19467 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
19469         * nnimap.el (nnimap-open-server): Ditto.
19471         * imap.el (imap-authenticate): Fix typo.
19473 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
19475         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
19476         buffer (since IMAP server might return FETCH response out of
19477         order, and the nntp buffer must be sorted).
19479 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
19481         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
19482         comparison on string.
19484         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
19485         (gnus-agent-score): Rename category keywords to match gnus-cus.
19486         (gnus-agent-summary-fetch-series): Modify to protect against
19487         gnus-agent-summary-fetch-group clearing processable flags.
19488         (gnus-agent-synchronize-group-flags): Update live group buffer as
19489         synchronization may occur due to the user toggle the plugged
19490         status.
19491         (gnus-agent-fetch-group-1): Clear downloadable flag when article
19492         successfully downloaded.
19493         (gnus-agent-expire-group-1): Avoid using markers when the overview
19494         is in ascending order; greatly improves performance.
19495         (gnus-agent-regenerate-group):
19496         Use gnus-agent-synchronize-group-flags to reset read status in both
19497         gnus and server.
19498         (gnus-agent-update-files-total-fetched-for): Fix initial size.
19500 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
19502         * message.el: Don't autoload former message-utils variables.
19503         (message-strip-subject-trailing-was): Change doc string.
19505         * nnweb.el: Fixes for `gnus-group-make-web-group'.
19506         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
19507         (nnweb-google-search): Add "hl=en" here.
19508         (nnweb-google-parse-1, nnweb-google-create-mapping):
19509         Don't hardcode URL.
19511 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
19513         * message.el (message-get-reply-headers, message-followup):
19514         Mention related variables `message-use-followup-to' and
19515         `message-use-mail-followup-to', in the information buffer.
19517         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
19518         of broken groups(-beta).google.com.
19520 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
19522         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
19523         parameter to invoked gnus-request-move-article; remove the
19524         redundant gnus-sum-hint-move-is-internal variable; apply the marks
19525         all at once instead of once per article.
19526         (gnus-summary-remove-process-mark): Accept a list of articles as
19527         well as a single article for processing.
19529         * gnus-int.el (gnus-request-move-article): Add move-is-internal
19530         parameter.
19532         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
19534         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
19536         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
19537         parameter.
19539         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
19540         parameter.
19542         * nnimap.el (nnimap-request-move-article): Add move-is-internal
19543         parameter and remove the gnus-sum-hint-move-is-internal variable.
19545         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
19546         parameter.
19548         * nndraft.el (nndraft-request-move-article): Add move-is-internal
19549         parameter.
19551         * nndiary.el (nndiary-request-move-article): Add move-is-internal
19552         parameter.
19554         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
19556         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
19557         parameter.
19559         * nnagent.el (nnagent-request-move-article): Add move-is-internal
19560         parameter.
19562 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
19564         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
19565         a more conservative way.
19567 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
19569         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
19570         buffer, so it moves the window's cursor.
19572 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
19574         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
19575         `mm-dissect-multipart' and receive the from field as an (optional)
19576         argument from `mm-dissect-multipart'.
19577         (mm-dissect-multipart): Receive the from field as an argument and
19578         pass it on when we call `mm-dissect-buffer' on MIME parts.
19579         Fixes verification/decryption of signed/encrypted MIME parts.
19581 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
19583         * gnus-sum.el (gnus-summary-move-article):
19584         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
19585         whatever it calls (right now, only nnimap-request-move article
19586         respects it).
19588         * nnimap.el (nnimap-request-move-article):
19589         When gnus-sum-hint-move-is-internal is set, don't do the extra
19590         nnimap-request-article.
19592 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19594         * nnheader.el (nnheader-find-file-noselect): Add doc string.
19596         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
19597         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
19599         * gnus-sum.el (gnus-summary-caesar-message):
19600         Apply `gnus-treat-article' after rotation.
19602         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
19603         doc string.
19605 2005-02-22  Simon Josefsson  <jas@extundo.com>
19607         * encrypt.el (encrypt-password-cache-expiry): Remove (use
19608         `password-cache-expiry' instead).  Reported by Arne Jørgensen
19609         <arne@arnested.dk>.
19610         (encrypt): Add password-cache and password-cache-expiry as group
19611         members.
19613 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
19615         * smime.el (smime-ldap-host-list): Doc fix.
19616         (smime-ask-passphrase): Use `password-read-and-add' to read (and
19617         cache) password.
19618         (smime-sign-region): Use it.
19619         (smime-decrypt-region): Use it.
19620         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
19621         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
19622         fails.
19623         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
19624         certificate from DER to PEM format rather than calling openssl.
19626         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
19628         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
19629         for signing/encryption.
19631         * mml.el (mml-parse-1): Use them.
19633 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
19635         * nnrss.el (nnrss-verbose): Remove.
19636         (nnrss-request-group): Use `nnheader-message' instead.
19638 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
19640         * nnrss.el (nnrss-verbose): New variable.
19641         (nnrss-request-group): Make it say nnrss is requesting a group.
19643 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
19645         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
19646         Handle news URL with given port correctly.
19648 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19650         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
19651         containing special characters.
19653         * gnus-sum.el (gnus-summary-edit-article): Ditto.
19655         * mml.el (mime-to-mml): Ditto.
19657         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
19658         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
19659         (rfc2047-decode-region): Quote decoded words containing special
19660         characters when rfc2047-quote-decoded-words-containing-tspecials
19661         is non-nil.
19663 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
19665         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
19667         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
19669 2005-02-15  Simon Josefsson  <jas@extundo.com>
19671         * nnimap.el (nnimap-debug): Doc fix.
19673         * imap.el (imap-debug): Doc fix.
19675 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19677         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
19679 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
19681         * gnus.el (spam-contents): Improve docs for spam-contents
19682         parameter in its variable incarnation.
19684 2005-02-14  Simon Josefsson  <jas@extundo.com>
19686         * smime-ldap.el: Use require instead of load-library for ldap.
19687         (smime-ldap-search): Indent.
19688         (smime-ldap-search-internal): Shorten line.
19690         * smime.el (smime-cert-by-dns): Add doc-string.
19691         (smime-cert-by-ldap-1): Indent.
19693         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
19694         mml-smime-get-dns-ldap.
19695         (mml-smime-encrypt-query): Use new function.  Default to ldap.
19697 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
19699         * smime.el: Require smime-ldap.
19700         (smime-ldap-host-list): New variable.
19701         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
19703         * mml-smime.el (mml-smime-encrypt-query): New function.
19704         (mml-smime-encrypt-query): Use it.
19706         * smime-ldap.el: New file.
19708 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19710         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
19712 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
19714         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
19715         argument in doc string.  Make query for type more clear.
19717 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
19719         * gnus.el (gnus-group-startup-message): Search for gnus images in
19720         etc/images/gnus.
19721         * mm-util.el (mm-image-load-path): Likewise.
19722         * smiley.el (smiley-data-directory): Search for smilies in
19723         etc/images/smilies.
19725 2005-02-09  Kim F. Storm  <storm@cua.dk>
19727         Change Emacs release version from 21.4 to 22.1 throughout.
19728         Change Emacs development version from 21.3.50 to 22.0.50.
19730 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19732         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
19734         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
19735         non-Mule XEmacs as well.
19736         (mm-decompress-buffer): Signal an error intentionally if it does
19737         not decompress compressed data because auto-compression-mode is
19738         disabled.
19740 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
19742         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
19743         an ID in the registry even if it has no groups.
19745 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19747         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
19748         merge it into mm-decompress-buffer.
19749         (gnus-mime-copy-part): Use the MIME part charset, the value which
19750         a user specified or gnus-newsgroup-charset for decoding, like
19751         gnus-mime-inline-part does; set buffer-file-coding-system to tell
19752         save-buffer what was used.  Suggested by Kevin Ryde
19753         <user42@zip.com.au>.
19754         (gnus-mime-inline-part): Allow the name parameter as well as the
19755         filename parameter; force decompressing of compressed data; always
19756         display contents being not decoded as unibyte.
19758         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
19759         as well as the filename parameter.
19761         * mm-util.el (mm-decompress-buffer):
19762         Merge gnus-mime-jka-compr-maybe-uncompress.
19763         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
19764         of compressed data.
19766 2005-02-08  Simon Josefsson  <jas@extundo.com>
19768         * imap.el (imap-log): Doc fix.
19770 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19772         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
19773         the coding cookies; decompress compressed parts.
19775         * mml.el (mml-generate-mime-1): Add the charset parameter according
19776         to the value which a user specified manually or the coding cookie.
19778         * mm-util.el (mm-string-to-multibyte): New function.
19779         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
19780         (mm-coding-system-to-mime-charset): New function.
19781         (mm-decompress-buffer): New function.
19782         (mm-find-buffer-file-coding-system): New function.
19784         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
19785         (mm-display-inline-fontify): Rewrite for decoding and decompressing
19786         parts.
19788 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19790         * mm-view.el (mm-display-inline-fontify): Decode a part according
19791         to the charset parameter.
19793 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19795         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
19796         prefix arg is neither nil nor a number, as info specifies.
19798 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19800         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
19801         timestamps.
19803 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
19805         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
19806         groups error checking and notify user.
19808 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
19810         * message.el (message-send-mail-function): Check existence of
19811         sendmail-program first before using default value
19812         `message-send-mail-with-sendmail'.  Otherwise use more generic
19813         `smtpmail-send-it'.
19815 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19817         * nntp.el (nntp-request-update-info): Always return nil.
19819 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19821         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
19823 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19825         * message.el (message-beginning-of-line): Change the behavior when
19826         invoked between BOL and : so that it first moves backward.
19828 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19830         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
19831         article buffer when editing of the article is discarded.
19832         (gnus-article-prepare): Revert.
19834 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19836         * gnus-art.el (gnus-article-prepare):
19837         Remove message-strip-forbidden-properties from the local hook.
19839 2005-01-27  Simon Josefsson  <jas@extundo.com>
19841         * password.el (password-cache-add): Only start one timer per key.
19842         Reported by Derek Atkins <warlord@MIT.EDU>.
19844 2005-01-26  Steve Youngs  <steve@sxemacs.org>
19846         * run-at-time.el: Remove.  It is no longer needed as
19847         timer-funcs.el in the xemacs-base package has a working version of
19848         `run-at-time'.
19850         * password.el: Require timer-funcs instead of run-at-time in
19851         XEmacs.
19852         Remove `password-run-at-time' macro.
19853         (password-cache-add): Use `run-at-time' instead of
19854         `password-run-at-time'.
19856         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
19857         for `run-with-idle-timer'.
19859         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
19860         for `run-at-time'.
19862         * mm-url.el: Require timer-funcs at compile time when in XEmacs
19863         for `with-timeout'.
19865 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19867         * mml.el (mml-generate-mime-1): Convert string into unibyte when
19868         inserting " *mml*" buffer's contents into a unibyte temp buffer.
19870 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
19872         * mail-source.el (mail-source-fetch-imap): Search for ^From case
19873         sensitively.
19875 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
19877         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
19879 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19881         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
19882         which will be inserted according to the multibyteness of a buffer
19883         rather than the type of contents.  Suggested by ARISAWA Akihiro
19884         <ari@mbf.ocn.ne.jp>.
19886         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
19887         of string which old xml.el may return rather than a string.
19889 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19891         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
19893 2005-01-16  Simon Josefsson  <jas@extundo.com>
19895         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
19896         idn/idna.el isn't available.
19897         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
19898         <michael@waxrat.com>.
19900         * hashcash.el: Remove non-FSF copyright header.
19902         * hashcash.el (hashcash-extra-generate-parameters): New variable.
19903         (hashcash-generate-payment): Use it.
19904         (hashcash-generate-payment-async): Use it.
19906 2005-01-15  Simon Josefsson  <jas@extundo.com>
19908         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
19909         Suggested by Raymond Scholz <ray-2005@zonix.de>.
19911         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
19912         gnus-summary-idna-message.
19913         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
19914         (gnus-summary-idna-message): New function.
19916 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
19918         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
19919         gnus-novice-user.
19921 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19923         * nnrss.el (nnrss-request-delete-group): Delete entries in
19924         nnrss-group-alist as well.
19925         (nnrss-save-server-data): Insert newline.
19927 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
19929         * gnus.el (gnus-user-agent): Use list of symbols instead of
19930         symbols.  Display full version number for (S)XEmacs.
19931         Optionally display (S)XEmacs codename.
19933         * gnus-util.el (gnus-emacs-version): Update for new
19934         `gnus-user-agent'.
19936         * gnus-msg.el (gnus-extended-version): Make it possible to omit
19937         Gnus version.
19939 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19941         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
19942         which is unreadable in some setups.
19944 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19946         * gnus-spec.el (gnus-update-format-specifications): Flush the
19947         group format spec cache if it doesn't support decoded group names.
19949 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
19951         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
19952         Allow to apply decay on score files matching a regexp.
19954 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19956         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
19957         compatibility in %g and %c.
19959 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19961         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
19962         name for only %g and %c.
19963         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
19964         of gnus-tmp-group to decoded group name.
19965         (gnus-group-make-rss-group): Exclude `/'s from group names.
19967 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19969         * nnrss.el (nnrss-get-encoding): Fix regexp.
19971 2004-12-27  Simon Josefsson  <jas@extundo.com>
19973         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
19974         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
19975         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
19977 2004-12-17  Kim F. Storm  <storm@cua.dk>
19979         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
19981         * gnus-sum.el (gnus-summary-mode-map): Likewise.
19983 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
19985         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
19987 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19989         * nnrss.el: Require rfc2047 and mml.
19990         (nnrss-file-coding-system): New variable.
19991         (nnrss-format-string): Redefine it as an inline function.
19992         (nnrss-decode-group-name): New function.
19993         (nnrss-string-as-multibyte): Remove.
19994         (nnrss-retrieve-headers): Decode group name; don't use
19995         nnrss-format-string.
19996         (nnrss-request-group): Decode group name.
19997         (nnrss-request-article): Decode group name; allow a Message-ID as
19998         well as an article number; don't use nnrss-format-string; encode a
19999         Message-ID string which may contain non-ASCII characters; use
20000         mml-to-mime to compose a MIME article.
20001         (nnrss-request-expire-articles): Decode group name.
20002         (nnrss-request-delete-group): Decode group name.
20003         (nnrss-fetch): Clarify error message.
20004         (nnrss-read-server-data): Use insert-file-contents instead of load;
20005         bind file-name-coding-system; use multibyte buffer.
20006         (nnrss-save-server-data): Bind coding-system-for-write to the
20007         value of nnrss-file-coding-system; bind file-name-coding-system;
20008         add coding cookie.
20009         (nnrss-read-group-data): Use insert-file-contents instead of load;
20010         bind file-name-coding-system; use multibyte buffer.
20011         (nnrss-save-group-data): Bind coding-system-for-write to the
20012         value of nnrss-file-coding-system; bind file-name-coding-system.
20013         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
20014         make it work with non-ASCII text.
20015         (nnrss-find-el): Make it work with old xml.el as well.
20017 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
20019         * nnrss.el (nnrss-get-encoding): New function.
20020         (nnrss-fetch): Use unibyte buffer initially; bind
20021         coding-system-for-read while performing mm-url-insert; remove ^Ms;
20022         decode contents according to the encoding attribute.
20023         (nnrss-save-group-data): Add coding cookie.
20024         (nnrss-mime-encode-string): New function.
20025         (nnrss-check-group): Use it to encode subject and author.
20027 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
20029         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
20030         imaginary variable.
20032 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20034         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
20035         correctly even if there are wide characters.
20037 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
20039         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
20040         downcased symbol names; make a new cache instead of reusing
20041         bbdb-hashtable.
20043 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20045         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
20046         concatenating segments rather than before concatenating them.
20047         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20049         * message.el (message-get-reply-headers): Bind `extra'.
20051 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20053         * message.el (message-extra-wide-headers): New variable.
20054         (message-get-reply-headers): Use it.
20056 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20058         * gnus-agent.el (gnus-agent-group-path): Decode group name.
20059         (gnus-agent-group-pathname): Ditto.
20061         * gnus-cache.el (gnus-cache-file-name): Decode group name.
20063         * gnus-group.el (gnus-group-make-group): Decode group name.
20064         (gnus-group-make-rss-group): Register the group data after opening
20065         the nnrss group.
20067 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
20069         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
20070         by expiry now get marked as read.
20072 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20074         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
20076 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
20078         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
20079         unify Latin characters in XEmacs.
20080         (mm-find-mime-charset-region): Use it.
20082 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20084         * gnus-util.el (gnus-delete-directory): New function.
20086         * gnus-agent.el (gnus-agent-delete-group): Use it.
20088         * gnus-cache.el (gnus-cache-delete-group): Use it.
20090 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20092         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
20093         names.
20095 2004-12-16  Simon Josefsson  <jas@extundo.com>
20097         * hashcash.el (hashcash-payment-alist): Fix custom :type.
20099 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20101         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
20103         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
20104         (gnus-group-set-current-level): Decode group name.
20106 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
20108         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
20109         failed.
20111 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20113         * gnus-group.el (gnus-group-delete-group): Decode group name.
20114         (gnus-group-make-rss-group): Encode group name.
20115         (gnus-group-catchup-current): Decode group name.
20116         (gnus-group-kill-group): Decode group name.
20118 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
20120         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
20122 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20124         * gnus-group.el (gnus-group-make-rss-group):
20125         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
20127         * gnus-start.el (gnus-setup-news): Honor user's setting to
20128         gnus-message-archive-method.  Suggested by Lute Kamstra
20129         <lute@gnu.org>.
20131 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
20133         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
20134         global counterparts of the buffer-local variables.
20136 2004-11-16  Romain Francoise  <romain@orebokech.com>
20138         * gnus-sum.el (gnus-summary-exit): Don't clear the global
20139         counterparts of the buffer-local variables.
20141 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
20143         * message.el (message-forbidden-properties): Fix typo in doc
20144         string.
20146 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
20148         * gnus-util.el (gnus-replace-in-string): Add doc string.
20150         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
20151         to avoid problems when splitting mails with many recipients.
20153 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20155         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
20156         pop-to-buffer, covered by the subsequent gnus-configure-windows.
20158 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
20160         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
20161         if there is no hashtable in memory or file modification time is
20162         newer than cached timestamp.
20164 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
20166         * gnus-sum.el (gnus-summary-limit-to-recipient):
20167         Implement not-matching option.
20169 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
20171         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
20172         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
20173         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
20174         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
20175         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
20176         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
20178 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20180         * message.el (message-forward-make-body-mml): Remove headers
20181         according to message-forward-ignored-headers if a message is decoded.
20183 2004-12-02  Romain Francoise  <romain@orebokech.com>
20185         * message.el (message-forward-make-body-plain): Always remove
20186         headers according to message-forward-ignored-headers.
20188 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
20190         * spam.el (spam-summary-prepare-exit): Remove the
20191         gnus-summary-limit pop for now, it has problems with ham marks for
20192         me.
20194 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
20196         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
20197         correctly.
20199 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
20201         * format-spec.el (format-spec): Message the char.
20203 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
20205         * gnus-art.el (gnus-split-methods): Reformat comments.
20207         * spam.el (spam-summary-prepare-exit): Remove article limits
20208         before exiting the summary buffer.
20210 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20212         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
20213         order to silence the byte compiler.
20215         * spam.el: Fix the way to silence the byte compiler, which
20216         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
20217         bbdb-search-simple, spam-BBDB-register-routine,
20218         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
20219         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
20220         spam-stat-buffer-is-spam, spam-stat-load,
20221         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
20222         spam-stat-save and spam-stat-split-fancy.
20224 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20226         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
20227         which may confuse users.
20228         (canlock-password-for-verify): Ditto.
20230         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
20232         * gnus-art.el (gnus-emphasis-alist): Ditto.
20234         * gnus-registry.el (gnus-registry-max-entries): Ditto.
20236         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
20238         * gnus-start.el (gnus-save-killed-list): Ditto.
20240         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
20241         (gnus-sum-thread-tree-root): Ditto.
20242         (gnus-sum-thread-tree-false-root): Ditto.
20243         (gnus-sum-thread-tree-single-indent): Ditto.
20245         * message.el (message-courtesy-message): Ditto.
20246         (message-archive-note): Ditto.
20247         (message-subscribed-address-file): Ditto.
20248         (message-user-fqdn): Ditto.
20250         * spam-report.el (spam-report-gmane-regex): Ditto.
20252         * spam.el (spam-blackhole-good-server-regex): Ditto.
20254 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20256         * mml.el (mml-preview): Widen the message buffer before copying
20257         the contents to the preview buffer; sort headers before previewing.
20259         * message.el (message-hidden-headers): Fix the way to avoid a bug
20260         in the `repeat' widget in Emacs 21.3 or earlier.
20262 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20264         * message.el (message-hidden-headers): Default to "^References:".
20265         Improve customization type.  Suggested by Reiner Steib
20266         <Reiner.Steib@gmx.de>.
20268 2004-11-25  Romain Francoise  <romain@orebokech.com>
20270         * message.el (message-strip-forbidden-properties): Remove check for
20271         obsolete `message-hidden' text property, hidden headers are not
20272         accessible in the buffer anymore.
20274 2004-11-22  Romain Francoise  <romain@orebokech.com>
20276         * message.el (message-header-format-alist): Add `From' in list
20277         so that it can be sorted.
20278         (message-fix-before-sending): Widen and sort headers before
20279         sending.
20280         (message-hide-headers): Use narrowing to hide headers by moving
20281         them to the top of the buffer and narrowing to the region
20282         underneath.
20284 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20286         * message.el (message-strip-forbidden-properties):
20287         Bind buffer-read-only (etc) to nil.
20289 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20291         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
20292         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20294 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
20296         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
20298 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20300         * dns.el (query-dns): Use sit-for to time instead of
20301         accept-process-output, since that doesn't seem to work on udp
20302         sockets.
20304 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20306         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
20308 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
20310         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
20311         doc string.  Improve doc string.
20313 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20315         * nntp.el (nntp-request-update-info): Return nil if
20316         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
20317         may not call gnus-activate-group which uselessly issues the GROUP
20318         commands for all nntp groups and wastes time.  Reported by Romain
20319         Francoise <romain@orebokech.com>.
20321         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
20323 2004-11-15  Simon Josefsson  <jas@extundo.com>
20325         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
20326         headers separately.
20327         (gnus-button-openpgp): New function, inspired by Jochen Küpper
20328         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
20330 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
20332         * gnus-start.el (gnus-convert-old-newsrc):
20333         Assign legacy-gnus-agent to 5.10.7.
20335 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20337         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
20338         start of the lines.
20340 2004-11-14  Magnus Henoch  <mange@freemail.hu>
20342         * hashcash.el (hashcash-default-payment): Change default to 20.
20343         (hashcash-default-accept-payment): Change default to 20.
20344         (hashcash-process-alist): New variable.
20345         (hashcash-generate-payment-async): Add.
20346         (hashcash-already-paid-p): Add.
20347         (hashcash-insert-payment): Don't generate payments twice.
20348         (hashcash-insert-payment-async): Add.
20349         (hashcash-insert-payment-async-2): Add.
20350         (hashcash-cancel-async): Add.
20351         (hashcash-wait-async): Add.
20352         (hashcash-processes-running-p): Add.
20353         (hashcash-wait-or-cancel): Add.
20354         (mail-add-payment): New optional argument.  Conditionally start
20355         asynchronous calculation.
20356         (mail-add-payment-async): Add.
20358         * message.el (message-send-mail): Wait for asynchronous hashcash
20359         results.  Don't clobber existing X-Hashcash headers.
20360         (message-setup-1): Call mail-add-payment-async when
20361         message-generate-hashcash is non-nil.
20363 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
20365         * message.el (message-use-alternative-email-as-from): Examine the
20366         From header as well; use message-make-from in order to include a
20367         user's full name.
20369 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20371         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
20372         default; improve customization type.
20373         (gnus-emphasis-custom-with-format): New macro.
20374         (gnus-emphasis-custom-value-to-external): New function.
20375         (gnus-emphasis-custom-value-to-internal): New function.
20377 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20379         * dns.el (query-dns): Resolve reverse addresses.
20381 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20383         * gnus-group.el (gnus-group-get-new-news): Use it.
20385         * gnus-start.el (gnus-check-reasonable-setup): New function.
20387 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20389         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
20390         "Args out of range" error.  Reported by Arnaud Giersch
20391         <arnaud.giersch@free.fr>.
20393 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
20395         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
20397 2004-11-04  Richard M. Stallman  <rms@gnu.org>
20399         * spam.el (spam group): Add :version.
20401         * pgg-def.el (pgg group): Add :version.
20403 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20405         * gnus-art.el (gnus-article-edit-article): Don't associate the
20406         article buffer with a draft file.  This is a temporary measure
20407         against the 2004-08-22 change to gnus-article-edit-mode.
20409 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20411         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
20412         (html2text-format-tags): Remove unused variable `attr'.
20414 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
20416         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
20418         * spam-stat.el (spam-stat): Add :version.
20420         * sieve.el (sieve): Add :version.
20422         * sha1.el (sha1): Add :version.
20423         (sha1-use-external): Remove redundant version.
20425         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
20426         (nnmail-cache-ignore-groups, nnmail-spool-hook)
20427         (nnmail-split-fancy-match-partial-words)
20428         (nnmail-split-lowercase-expanded): Add :version.
20430         * nndiary.el (nndiary): Add :version.
20432         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
20434         * mml-sec.el (mml-default-sign-method)
20435         (mml-default-encrypt-method, mml-signencrypt-style-alist):
20436         Add :version.
20438         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
20440         * mm-url.el (mm-url-use-external, mm-url-program)
20441         (mm-url-arguments): Add :version.
20443         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
20444         (mm-attachment-file-modes, mm-decrypt-option)
20445         (mm-w3m-safe-url-regexp): Add :version.
20447         * message.el (message-cite-prefix-regexp)
20448         (message-sendmail-envelope-from, message-minibuffer-local-map)
20449         (message-user-fqdn, message-completion-alist): Add :version.
20451         * gnus-win.el (gnus-configure-windows-hook)
20452         (gnus-use-frames-on-any-display): Add :version.
20454         * gnus-art.el (gnus-article-address-banner-alist)
20455         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
20456         (gnus-treat-from-picon, gnus-treat-mail-picon)
20457         (gnus-treat-x-pgp-sig): Add :version.
20459         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
20460         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
20461         (gnus-summary-article-delete-hook)
20462         (gnus-summary-display-while-building): Add :version.
20464         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
20465         (gnus-get-top-new-news-hook): Add :version.
20467         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
20468         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
20470         * gnus-registry.el (gnus-registry): Add :version.
20472         * gnus-spec.el (gnus-use-correct-string-widths)
20473         (gnus-make-format-preserve-properties): Add :version.
20475         * gnus.el (gnus-group-charter-alist)
20476         (gnus-group-fetch-control-use-browse-url)
20477         (gnus-install-group-spam-parameters): Add :version.
20479         * gnus-diary.el (gnus-diary): Add :version.
20481         * gnus-delay.el (gnus-delay): Add :version.
20483         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
20484         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
20485         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
20486         Add :version.
20488         * gnus-agent.el (gnus-agent-max-fetch-size)
20489         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
20490         (gnus-agent-prompt-send-queue): Add :version.
20492         * deuglify.el (gnus-outlook-deuglify): Add :version.
20494         * html2text.el: Beautify code.  Improve doc strings.
20495         Some checkdoc cleanup.
20496         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
20498 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
20500         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
20502 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
20504         * gnus-registry.el (gnus-registry-hashtb): Create the registry
20505         when package is loaded.
20507         * spam.el (spam-summary-score-preferred-header): Add global preference
20508         for people who want to override the default SpamAssassin over
20509         Bogofilter preference (when both are set).
20510         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
20511         (spam-user-format-function-S):
20512         Check spam-summary-score-preferred-header.
20513         (spam-extra-header-to-number): Add X-Bogosity header parsing.
20514         (spam-user-format-function-S): Format the score correctly.
20516 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20518         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
20519         signature file.  Suggested by Manoj Srivastava
20520         <srivasta@golden-gryphon.com>.
20522         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
20523         iso-2022-jp even in the Japanese language environment.
20524         Suggested by Jason Rumney <jasonr@gnu.org>.
20526 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20528         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
20529         use the same characters as the dummy marks; make it free from
20530         getting affected by the language environment.
20531         (gnus-summary-read-group-1): Update mark positions only when the
20532         format spec is updated.
20534         * gnus-spec.el (gnus-update-format-specifications): Return a list
20535         of updated types.
20537 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20539         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
20540         of boundp to check if display-warning is available.
20542 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
20544         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
20546 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20548         * nnspool.el (nnspool-spool-directory): Use news-path if the
20549         news-directory variable is not bound.
20551         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
20552         function instead of display-warning if it is not available.
20554 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
20556         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
20557         v5-10: Use `point-at-bol'.
20559 2004-10-26  Simon Josefsson  <jas@extundo.com>
20561         * hashcash.el: Fix URL in comment, reported by Cheng Gao
20562         <chenggao@gmail.com>.
20564 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
20566         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
20567         instead.
20569 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
20571         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
20572         to remove a server from the nnimap-server-buffer-alist.
20573         (nnimap-open-connection, nnimap-close-server): Use it.
20575         * gnus-encrypt.el: Remove file in favor of encrypt.el.
20577 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20579         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
20580         running the major-mode function.
20582 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20584         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
20585         dummy marks in the right way.
20587 2004-10-18  David Edmondson  <dme@dme.org>
20589         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
20590         excessively.
20592 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
20594         * gnus-util.el (gnus-split-references): Accept a nil references
20595         string and go on blissfully.
20597         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
20598         cases where the references string is non-nil but has no references.
20600         * encrypt.el: Add autoload tags.
20602         * spam.el (spam-resolve-registrations-routine): Remove article
20603         from unregistration list too.  Reported by David Hanak
20604         <dhanak@isis.vanderbilt.edu>
20606 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
20608         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
20609         nil.  Change custom type.
20611 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
20613         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
20615         * gnus-sum.el (gnus-summary-move-article): Use it.
20617 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
20619         * encrypt.el: Add autoload cookies.
20621         * spam.el (spam-backend-article-list-property)
20622         (spam-backend-get-article-todo-list)
20623         (spam-backend-put-article-todo-list)
20624         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
20625         Resolve registrations separately.
20626         (spam-register-routine): Format comments.
20627         (spam-unregister-routine, spam-register-routine): Always call with
20628         specific-articles, no default list.
20629         (spam-summary-prepare-exit): Use the spam-classifications function.
20631         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
20632         gnus-encrypt.el.
20634         * encrypt.el: Copied from gnus-encrypt.el.
20636         * gnus-encrypt.el: Commented that it's obsolete.
20638 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
20640         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
20641         (gnus-score-save): Use it.
20643         * message.el (message-bury): Use `window-dedicated-p'.
20645 2004-10-15  Simon Josefsson  <jas@extundo.com>
20647         * pop3.el (top-level): Don't require nnheader.
20648         (pop3-read-timeout): Add.
20649         (pop3-accept-process-output): Add.
20650         (pop3-read-response, pop3-retr): Use it.
20652 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
20654         * spam.el (spam-register-routine): Move comment.
20655         (spam-verify-bogofilter): Use 'unknown for the initial
20656         spam-bogofilter-valid state, not 'never.
20658         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
20659         for netrc-machine.
20661         * nnimap.el (nnimap-open-connection):
20662         Use netrc-machine-user-or-password.
20664 2004-10-17  Richard M. Stallman  <rms@gnu.org>
20666         * gnus-registry.el (gnus-registry-unload-hook):
20667         Set as a variable with add-hook.
20669         * nnspool.el (nnspool-spool-directory): Use news-directory instead
20670         of news-path.
20672         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
20674         * spam.el: Delete duplicate `provide'.
20675         (spam-unload-hook): Set as a variable with add-hook.
20677 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
20679         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
20680         in the doc string.
20682         * message.el (message-ignored-news-headers)
20683         (message-ignored-supersedes-headers)
20684         (message-ignored-resent-headers)
20685         (message-forward-ignored-headers): Improve custom type.
20687 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20689         * message.el (message-tokenize-header): Fix 2004-09-06 change
20690         which used point-min in the wrong place.
20692 2004-10-12  Simon Josefsson  <jas@extundo.com>
20694         * tls.el (tls-certtool-program): New variable.
20695         (tls-certificate-information): New function, based on
20696         ssl-certificate-information.
20698 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20700         * compface.el: Move the version of ELisp-based uncompface program
20701         to the contrib directory because of the copyright problem.
20703 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
20705         * message.el (message-kill-buffer): Raise the current frame.
20707 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
20709         * gnus-sum.el: Mention that multibyte characters don't work as marks.
20711         * gnus.el (message-y-or-n-p): Autoload.
20713         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
20714         (pop3-password-required, pop3-authentication-scheme)
20715         (pop3-leave-mail-on-server): Make customizable.
20716         (pop3): New custom group.
20717         (pop3-retr): Remove `sleep-for' statements.
20718         Suggested by Dave Love <fx@gnu.org>.
20720         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
20721         Windows/DOS.
20723         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
20724         (imap-parse-body): Fix incorrect use of `assert'.
20725         Suggested by Dave Love <fx@gnu.org>.
20727         * mml.el (mml-minibuffer-read-disposition): Require match.
20728         Suggested by Dave Love <fx@gnu.org>.
20730 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
20732         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
20733         doc string.
20735 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20737         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
20739 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20741         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
20742         instead of calling `mm-insert-inline', to decode text/* parts
20743         before displaying them.
20745 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20747         * mm-uu.el (mm-uu-text-plain-type): New variable.
20748         (mm-uu-pgp-signed-extract-1): Use it.
20749         (mm-uu-pgp-encrypted-extract-1): Use it.
20750         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
20751         bind mm-uu-text-plain-type with that value.
20752         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
20753         mm-uu-dissect.
20755 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20757         * gnus-group.el (gnus-update-group-mark-positions):
20758         * gnus-sum.el (gnus-update-summary-mark-positions):
20759         * message.el (message-check-news-body-syntax):
20760         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
20761         of string-as-multibyte.
20763 2004-10-05  Juri Linkov  <juri@jurta.org>
20765         * gnus-group.el (gnus-update-group-mark-positions):
20766         * gnus-sum.el (gnus-update-summary-mark-positions):
20767         * message.el (message-check-news-body-syntax):
20768         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
20769         8-bit unibyte values to a multibyte string for search functions.
20771 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20773         * mm-uu.el (mm-uu-dissect): Allow optional arg.
20774         (mm-uu-dissect-text-parts): New function.
20776         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
20777         dissect text parts.
20779         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
20780         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
20782         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
20784         * gnus-topic.el (gnus-topic-hierarchical-parameters):
20785         Use gnus-current-topics instead of gnus-current-topic.
20787 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
20789         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
20791 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
20793         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
20794         where appropriate.
20796         * nnml.el (nnml-generate-active-info): do.
20798         * nndiary.el (nndiary-generate-active-info): do.
20800         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
20801         (gnus-topic-move): do.
20803         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
20804         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
20806         * gnus-srvr.el (gnus-server-prepare)
20807         (gnus-server-open-all-servers): do.
20809         * gnus-msg.el (gnus-summary-cancel-article)
20810         (gnus-summary-resend-message)
20811         (gnus-summary-mail-crosspost-complaint): do.
20813         * gnus-move.el (gnus-change-server): do.
20815         * gnus-group.el (gnus-group-unmark-all-groups)
20816         (gnus-group-set-current-level): do.
20818 2004-10-04  Simon Josefsson  <jas@extundo.com>
20820         * message.el (message-generate-hashcash): Doc fix.
20822 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
20824         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
20825         avoid infinite recursion via gnus-get-function.
20827 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
20829         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
20831         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
20833         * nnmail.el (nnmail-split-history): do.
20835         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
20836         (nnml-request-delete-group): do.
20838         * nnslashdot.el (nnslashdot-read-groups): do.
20840         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
20841         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
20843         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
20844         (nnspool-sift-nov-with-sed): Use last.
20845         (nnspool-retrieve-headers-with-nov): Use mapc.
20846         (nnspool-request-newgroups): Use dolist.
20847         (nnspool-request-group): Use last.
20849         * nntp.el (nntp-read-server-type): Use dolist.
20851         * nnvirtual.el (nnvirtual-create-mapping)
20852         (nnvirtual-update-read-and-marked): Use dolist.
20853         (nnvirtual-convert-headers): Simplify.
20855 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
20857         * gnus-agent.el (gnus-agent-synchronize-group-flags):
20858         Add support for sync'ing tick marks.
20860 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20862         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
20863         there's no visible header.
20865 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
20867         * gnus-agent.el (gnus-agent-synchronize-group-flags):
20868         When necessary, pass full group name to gnus-request-set-marks.
20870 2004-10-01  Simon Josefsson  <jas@extundo.com>
20872         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
20873         acroread.
20875 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20877         * spam-report.el (spam-report-gmane): Fix interactive.
20879         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
20881         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
20882         when writing file.
20883         (gnus-agent-synchronize-flags): Don't default to being
20884         interactive.
20886 2004-09-30  Simon Josefsson  <jas@extundo.com>
20888         * message.el (message-generate-hashcash): Add.
20889         (message-send-mail): Use it, call mail-add-payment.
20891 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
20893         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
20895 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
20897         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
20898         gnus-request-update-info with explicit code to sync the in-memory
20899         info read flags with the marks being sync'd to the backend.
20901         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
20903 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
20905         * spam.el (spam-verify-bogofilter): Add new function.
20906         (spam-check-bogofilter)
20907         (spam-bogofilter-register-with-bogofilter): Use it.
20908         (spam-verify-bogofilter): Add small fixes.
20910 2004-09-28  Simon Josefsson  <jas@extundo.com>
20912         * hashcash.el (hashcash-generate-payment): Revert.
20914 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
20916         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20917         Use gnus-extract-references instead of gnus-split-references.
20919         * gnus-util.el (gnus-extract-references): Add new function, analogous
20920         to gnus-split-references but extracts only the message-ID without
20921         anything extra.
20923         * hashcash.el (hashcash-generate-payment)
20924         (hashcash-check-payment): Do the right thing if hashcash-path is
20925         nil (because the hashcash program could not be found).
20927         * spam.el (spam-use-hashcash): Remove comment.
20929 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
20931         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
20932         (gnus-cache-enter-article, gnus-cache-remove-article)
20933         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
20935         * gnus-async.el (gnus-async-prefetch-remove-group): do.
20937         * gnus-art.el (article-hide-boring-headers)
20938         (article-translate-strings, article-display-face)
20939         (gnus-article-mime-match-handle-first)
20940         (gnus-article-highlight-headers)
20941         (gnus-article-add-buttons-to-head): do.
20943 2004-09-27  Simon Josefsson  <jas@extundo.com>
20945         * hashcash.el: New version, from
20946         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
20947         ../contrib/.
20949 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20951         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
20953 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
20955         * gnus-dup.el (gnus-dup-open): Use mapc.
20956         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
20958         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
20959         Reported by Stefan Wiens <s.wi@gmx.net>.
20961         * gnus.el (gnus-shutdown): Use dolist.
20963         * gnus-undo.el (gnus-undo): Use mapc.
20965         * nnrss.el (nnrss-generate-active): do.
20967         * message.el (message-cite-original-without-signature)
20968         (message-cite-original): Use mapc.
20969         (message-do-actions, message-make-forward-subject): Use dolist.
20971 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
20973         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
20974         deletion to remove entire duplicate line.  Fixes merged article
20975         number bug.
20977 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
20979         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
20980         servers that are offline.  Avoids having gnus-agent-toggle-plugged
20981         first ask if you want to open a server and then, even when you
20982         responded with no, asking if you want to synchronize the server's
20983         flags.
20984         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
20985         multi-line expressions.
20986         (gnus-agent-synchronize-group-flags): New internal function.
20987         Updates marks in memory (in the info structure) AND in the
20988         backend.
20990         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
20992         * nnagent.el (nnagent-request-set-mark):
20993         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
20994         method, to ensure that synchronization updates marks in the
20995         backend and in the info (in memory) structure.
20997 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20999         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
21000         convention fully; don't miss the root article of a thread; make
21001         the X-Draft-From header with correct article numbers.
21003 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
21005         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
21006         unless plugged.  Disable the agent so that an open failure causes
21007         an error.
21009         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
21010         Revert 2004-09-21 change.  The backend must be opened while
21011         synchronizing flags even when the backend stores the flags
21012         locally.
21014 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
21016         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
21017         in `header' match.  Reported by Svend Tollak Munkejord.
21019         * message.el (message-cite-original): Fix use of
21020         `message-cite-articles-with-x-no-archive'.
21022 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21024         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
21025         (gnus-window-to-buffer): Ditto.
21027         * mml.el (mml-preview-buffer): New variable.
21028         (mml-preview): Manage window layout with gnus-buffer-configuration.
21030         * gnus-msg.el (gnus-setup-message): Put article numbers into the
21031         X-Draft-From header even if those articles aren't quoted.
21033 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
21035         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
21036         (gnus-request-set-mark, gnus-request-update-mark): Use new
21037         g-s-t-u-l-m to decide to use backend even when unplugged.
21039 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21041         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
21042         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
21044 2004-09-20  Simon Josefsson  <jas@extundo.com>
21046         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
21047         "utf-16-le".
21049 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21051         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
21053 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
21055         * uudecode.el (uudecode-use-external): Add :version.
21057         * smime.el (smime-CA-file, smime-encrypt-cipher)
21058         (smime-dns-server): Add :version.
21060         * smiley.el (gnus-smiley-file-types): Add :version.
21062         * sha1.el (sha1-use-external): Add :version.
21064         * pgg-def.el (pgg-query-keyserver): Add :version.
21066         * nnmail.el (nnmail-fancy-expiry-targets)
21067         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
21068         Add :version.
21070         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
21071         (nnimap-retrieve-groups-asynchronous): Add :version.
21072         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
21074         * mml.el (mml-content-disposition-parameters)
21075         (mml-insert-mime-headers-always): Add :version.
21077         * mm-util.el (mm-coding-system-priorities): Add :version.
21079         * mm-decode.el (mm-inline-text-html-with-images)
21080         (mm-keep-viewer-alive-types, mm-external-terminal-program)
21081         (mm-verify-option): Add :version.
21082         (mm-text-html-renderer): Change :version.
21084         * message.el (message-fcc-externalize-attachments)
21085         (message-required-headers, message-draft-headers)
21086         (message-subject-trailing-was-query)
21087         (message-subject-trailing-was-ask-regexp)
21088         (message-subject-trailing-was-regexp, message-mark-insert-begin)
21089         (message-mark-insert-end, message-archive-header)
21090         (message-archive-note, message-cross-post-default)
21091         (message-cross-post-note, message-followup-to-note)
21092         (message-cross-post-note-function, message-use-mail-followup-to)
21093         (message-subscribed-address-functions)
21094         (message-subscribed-address-file, message-subscribed-addresses)
21095         (message-subscribed-regexps, message-allow-no-recipients)
21096         (message-yank-cited-prefix, message-signature-insert-empty-line)
21097         (message-hidden-headers, message-hierarchical-addresses)
21098         (message-mail-user-agent, message-use-idna)
21099         (message-valid-fqdn-regexp)
21100         (message-strip-special-text-properties, message-header-synonyms)
21101         (message-beginning-of-line, message-tab-body-function): Add :version.
21102         (message-insert-canlock, message-wide-reply-confirm-recipients):
21103         Change :version.
21105         * mail-source.el (mail-source-ignore-errors): Add :group, :type
21106         and :version.
21107         (mail-source-delete-old-incoming-confirm)
21108         (mail-source-movemail-program): Add :version.
21110         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
21111         (gnus-agent-cache, gnus-agent): Change :version.
21113         * gnus-util.el (gnus-use-byte-compile): Change :version.
21115         * gnus-sum.el (gnus-summary-make-false-root-always)
21116         (gnus-summary-default-high-score)
21117         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
21118         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
21119         (gnus-read-all-available-headers, gnus-article-emulate-mime)
21120         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
21121         (gnus-sum-thread-tree-single-indent)
21122         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
21123         (gnus-sum-thread-tree-leaf-with-other)
21124         (gnus-sum-thread-tree-single-leaf): Add :version.
21125         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
21126         (gnus-article-loose-mime): Change :version.
21128         * gnus-start.el (gnus-backup-startup-file)
21129         (gnus-save-startup-file-via-temp-buffer): Add :version.
21131         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
21132         (gnus-server-offline-face): Add :version.
21134         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
21136         * gnus-msg.el (gnus-gcc-externalize-attachments)
21137         (gnus-debug-files, gnus-debug-exclude-variables)
21138         (gnus-discouraged-post-methods): Change :version.
21139         (gnus-confirm-mail-reply-to-news)
21140         (gnus-confirm-treat-mail-like-news): Add :version.
21142         * gnus-int.el (gnus-server-unopen-status): Add :version.
21144         * gnus-group.el (gnus-group-jump-to-group-prompt)
21145         (gnus-large-ephemeral-newsgroup)
21146         (gnus-fetch-old-ephemeral-headers): Add :version.
21148         * gnus-fun.el (gnus-x-face-directory)
21149         (gnus-convert-pbm-to-x-face-command)
21150         (gnus-convert-image-to-x-face-command)
21151         (gnus-convert-image-to-face-command): Add :version.
21153         * gnus-delay.el (gnus-delay-default-hour): Add :version.
21155         * gnus-cite.el (gnus-cite-blank-line-after-header)
21156         (gnus-article-boring-faces): Add :version.
21158         * gnus-art.el (gnus-buttonized-mime-types)
21159         (gnus-inhibit-mime-unbuttonizing)
21160         (gnus-treat-display-face)
21161         (gnus-treat-body-boundary): Change :version.
21162         (gnus-body-boundary-delimiter, gnus-picon-databases)
21163         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
21164         (gnus-treat-date-english, gnus-treat-fold-headers)
21165         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
21166         (gnus-treat-mail-picon, gnus-treat-wash-html)
21167         (gnus-article-encrypt-protocol)
21168         (gnus-use-idna, gnus-article-over-scroll)
21169         (gnus-mime-display-multipart-alternative-as-mixed)
21170         (gnus-mime-display-multipart-related-as-mixed)
21171         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
21172         (gnus-ctan-url, gnus-button-ctan-handler)
21173         (gnus-button-handle-ctan-bogus-regexp)
21174         (gnus-button-ctan-directory-regexp)
21175         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
21176         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
21177         (gnus-button-man-level, gnus-button-emacs-level)
21178         (gnus-button-message-level, gnus-button-browse-level): Add :version.
21180         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
21181         (gnus-agent-go-online): Change :version.
21182         (gnus-agent-expire-unagentized-dirs)
21183         (gnus-agent-auto-agentize-methods): Add :version.
21185         * flow-fill.el (fill-flowed-display-column)
21186         (fill-flowed-encode-column): Add :version.
21188         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
21189         (gnus-outlook-deuglify-unwrap-max)
21190         (gnus-outlook-deuglify-cite-marks)
21191         (gnus-outlook-deuglify-unwrap-stop-chars)
21192         (gnus-outlook-deuglify-no-wrap-chars)
21193         (gnus-outlook-deuglify-attrib-cut-regexp)
21194         (gnus-outlook-deuglify-attrib-verb-regexp)
21195         (gnus-outlook-deuglify-attrib-end-regexp)
21196         (gnus-outlook-display-hook): Add :version.
21198         * binhex.el (binhex-use-external): Add :version.
21200 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
21202         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
21203         and `invisible'.
21205 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
21207         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
21208         in gnus-registry-trim.
21210 2004-09-13  Simon Josefsson  <jas@extundo.com>
21212         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
21214         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
21216         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
21217         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
21218         <yamaoka@jpl.org>.
21219         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
21220         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
21221         <yamaoka@jpl.org>.
21223         * sieve.el (sieve-manage-mode): Ditto.
21225 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
21227         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
21229 2004-09-11  Simon Josefsson  <jas@extundo.com>
21231         * dns-mode.el: Add.
21233         * mm-view.el (mm-display-dns-inline): Add.
21235         * mm-decode.el (mm-inline-media-tests): Add text/dns.
21236         (mm-automatic-display): Ditto.
21238         * mailcap.el (mailcap-mime-data): Add text/dns.
21239         (mailcap-mime-extensions): Map .soa to text/dns.
21241 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
21243         * gnus-art.el (article-decode-mime-words, article-babel)
21244         (gnus-article-highlight-signature, gnus-article-add-buttons)
21245         (gnus-signature-toggle): Remove unnecessary bindings of
21246         `inhibit-read-only' inherited from v5.10 merge.
21248 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
21250         * nntp.el (nntp): New customization group.
21251         (nntp-authinfo-file): Add customization group.
21253         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
21255         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
21257         * gnus.el (to-address, to-list, subscribed)
21258         (large-newsgroup-initial): Ditto.
21260         * flow-fill.el (fill-flowed-display-column)
21261         (fill-flowed-encode-column): Ditto.
21263 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
21265         * message.el (message-tokenize-header, message-send-mail-with-qmail):
21266         Use point-min rather than 1.
21267         (message-send-mail): Use buffer-size rather than point-max.
21269         * gnus-sum.el (gnus-summary-search-article-forward):
21270         Signal a specific `search-failed' rather than a generic `error'.
21272         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
21273         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
21274         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
21276 2004-09-10  Simon Josefsson  <jas@extundo.com>
21278         * nndb.el (require): Remove tcp and duplicate cl.
21280 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21282         * gnus-agent.el (directory-files-and-attributes): Move forward.
21284 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
21286         * gnus-agent.el (directory-files-and-attributes):
21287         Optionally defined to support XEmacs.
21289 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
21291         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
21292         to avoid run-time CL dependencies.
21293         (gnus-agent-unfetch-articles): New function.
21294         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
21295         article numbers even when local .overview file is missing.
21296         (gnus-agent-read-article-number): New function.  Only accepts
21297         27-bit article numbers.
21298         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
21299         Use gnus-agent-read-article-number.
21300         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
21301         from backend while recognizing that article numbers in .overview
21302         must be valid.
21303         (gnus-agent-update-files-total-fetched-for):
21304         Use directory-files-and-attributes to improve performance.
21305         * gnus-int.el (gnus-request-move-article):
21306         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
21307         improve performance.
21309         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
21310         some users confused by references to .newsrc when they only have a
21311         .newsrc.eld file.
21312         (gnus-convert-mark-converter-prompt)
21313         (gnus-convert-converter-needs-prompt): Fix use of property list.
21314         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
21315         New function.  Used internally to only display 'gnus converting
21316         files' message when actually necessary.
21318         * gnus-sum.el (): Remove (require 'gnus-agent) as required
21319         methods now autoloaded.
21321 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21323         * gnus-sum.el (gnus-summary-insert-subject): Remove list
21324         identifiers.
21326 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
21328         * gnus-picon.el: Fix indentation and closing parenthesis.
21330 2004-09-01  Simon Josefsson  <jas@extundo.com>
21332         * message.el (message-canlock-generate): Require sha1, not
21333         sha1-el.  (Can we get rid of this require altogether?  It is ugly
21334         to require within a function.  Sadly, if sha1.el isn't loaded, the
21335         let binding in m-c-g will hide the defcustom definition, which is
21336         bad.)
21338         * canlock.el: Require sha1, not sha1-el.
21340         * message.el: Don't autoload sha1 (there is a autoload cookie in
21341         sha1.el).
21343         * sha1-el.el: Rename to sha1.el.
21345 2004-08-30  Juanma Barranquero  <lektu@terra.es>
21347         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
21349 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21351         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
21353 2004-08-30  Kim F. Storm  <storm@cua.dk>
21355         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
21357         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
21358         Add :group 'nnimap.
21360 2004-08-30  Andreas Schwab  <schwab@suse.de>
21362         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
21363         ?* and ?\;.
21365         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
21366         and ?\' to symbol instead of whitespace.
21368 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21370         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
21372         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
21373         instead of re-search-forward.
21375         * gnus-uu.el (gnus-uu-save-article): Ditto.
21376         (gnus-uu-post-encode-uuencode): Ditto.
21378         * html2text.el (html2text-clean-list-items): Ditto.
21379         (html2text-clean-dtdd): Ditto.
21380         (html2text-format-tags): Ditto.
21382         * message.el (message-send-mail-with-sendmail): Fix regexp.
21383         (message-fill-field-general): Use search-forward instead of
21384         re-search-forward.
21385         (unbold-region): Ditto.
21387         * nnrss.el (nnrss-request-article): Ditto.
21389         * nnslashdot.el (nnslashdot-request-article): Ditto.
21391         * nnweb.el (nnweb-gmane-wash-article): Ditto.
21393         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
21394         "Unrecognized menu descriptor" error in XEmacs.
21396 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
21398         * gnus-sum.el (gnus-read-header): Don't remove a header for the
21399         parent article of a sparse article in the thread hashtb.
21401 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
21403         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
21404         (nnmail-expand-newtext): Lowercase expanded entries if
21405         nnmail-split-lowercase-expanded is non-nil.
21407 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21409         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
21411         * gnus-group.el (gnus-group-line-format-alist): Convert the value
21412         of gnus-tmp-news-method into string under XEmacs.  It will be
21413         passed to gnus-correct-length which takes only a string argument.
21415 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21417         * gnus-util.el (gnus-bind-print-variables): New macro.
21418         (gnus-prin1): Use it.
21419         (gnus-prin1-to-string): Use it.
21420         (gnus-pp): New function.
21421         (gnus-pp-to-string): New function.
21423         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
21424         Replace pp-to-string with gnus-pp-to-string.
21425         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
21426         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
21427         * gnus-msg.el (gnus-debug): Ditto.
21428         * gnus-score.el (gnus-score-save): Ditto.
21429         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
21430         gnus-pp-to-string.
21431         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
21432         with gnus-pp.
21433         * score-mode.el (gnus-score-pretty-print): Ditto.
21434         * webmail.el (webmail-debug): Ditto.
21436 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21438         * gnus-art.el (article-display-face, article-display-x-face):
21439         Use buffer-read-only.
21441 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21443         * gnus-art.el (article-hide-list-identifiers):
21444         Bind inhibit-read-only as t.
21446 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
21448         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
21450 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21452         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
21453         (gnus-narrow-to-page): Don't assume point-min == 1.
21454         (gnus-article-edit-mode): Derive from message-mode.
21456         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
21457         point-min == 1.
21459         * imap.el (imap-parse-address-list, imap-parse-body-ext):
21460         Disable incorrect use of `assert'.
21462         * message.el (message-mode): Set comment-start-skip.
21464 2004-08-22  Sam Steingold  <sds@gnu.org>
21466         * pop3.el (pop3-leave-mail-on-server): New user variable.
21467         (pop3-movemail): Delete mail only when it is nil.
21469 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
21471         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
21473         * mml.el (mml-preview): Use `pop-to-buffer'.
21475         * message.el (message-goto-mail-followup-to): Insert after "To".
21476         (message-carefully-insert-headers): Add comment.
21478         * gnus.el: Remove unused variable `gnus-article-check-size'.
21480         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
21482         * gnus-art.el (gnus-button-alist):
21483         Improve `gnus-button-handle-library' entry.
21485 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
21487         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
21488         Use downcase, since XEmacs capitalizes error messages differently.
21490 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
21492         * nntp.el: Add (require 'gnus) due to reference to
21493         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
21495 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
21497         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
21498         Bind `mm-fill-flowed'.
21500         * mm-decode.el (mm-dissect-singlepart): Check it.
21502 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
21504         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
21505         'imap' for netrc parsing.
21507 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
21509         * mailcap.el (mailcap-mime-data): Mark as risky.
21511 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21513         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
21514         may be included in the encoded word.
21515         (rfc2047-encode): Don't append a space if the encoded word
21516         includes close parenthesis.
21518 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21520         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
21521         of text within parentheses.
21523 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
21525         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
21526         (gnus-encrypt-write-file-contents): Make the password key the file
21527         name PLUS the cipher, not just the cipher.  Also remove failed
21528         passwords from the cache.
21530 2004-08-06  Simon Josefsson  <jas@extundo.com>
21532         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
21533         Doc fix.
21535 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21537         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
21538         LWSP.
21540 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
21542         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
21543         Try to append in-reply-to: data to the references: header.
21545         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
21546         (netrc-parse): Use gnus-encrypt.el functions.
21548         * gnus-encrypt.el: Add new file for encryption support; currently
21549         does only a few GPG ciphers and an internal XOR cipher.
21551         * password.el: Add comments on using password-read-and-add.
21552         (password-read-and-add): Add function to read and add the
21553         password to the cache at once.
21555 2004-07-28  Simon Josefsson  <jas@extundo.com>
21557         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
21558         parameter (but don't use it, for now).
21560         * imap.el (imap-ssl-open): Use imap-process-connection-type,
21561         instead of hard coding to nil.
21563 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21565         * mm-view.el (mm-inline-image-emacs): Open lines under an image
21566         as mm-inline-image-xemacs does.
21568 2004-07-26  Simon Josefsson  <jas@extundo.com>
21570         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
21571         Revert part of 2004-07-17 change below.
21573 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21575         * rfc2047.el (rfc2047-encode-region): Don't infloop.
21576         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
21578 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21580         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
21581         quotes that actually start with ">" at the beginning of the
21582         lines.
21584 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21586         * rfc2047.el (rfc2047-encode-region): Fix last change.
21587         (rfc2047-encode-parameter): Remove useless concat.
21589 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21591         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
21592         encode special characters; fix some kind of misconfigured headers;
21593         signal a real error if debug-on-quit or debug-on-error is non-nil.
21594         (rfc2047-encode-max-chars): New variable.
21595         (rfc2047-encode-1): Use it.
21596         (rfc2047-encode-parameter): New function.
21598         * mml.el (mml-insert-parameter): Remove an excessive space.
21600 2004-07-17  Simon Josefsson  <jas@extundo.com>
21602         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
21603         Kai Grossjohann <kai@emptydomain.de>.
21604         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
21605         (gnus-group-make-menu-bar): Ditto.
21607         * gnus-util.el (gnus-group-server): Add.
21609 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
21611         * message.el (message-clone-locals): Clone sendmail and smtp
21612         variables.
21614 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21616         * rfc2047.el (rfc2047-encode-region): Fix last change.
21618 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21620         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
21621         characters as non-special.
21623 2004-07-09  Simon Josefsson  <jas@extundo.com>
21625         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
21626         Users will lose all flag changes made while unplugged with
21627         e.g. nntp unless flag synchronization happens, thus `nil' is not a
21628         good default.  See numerous reports on ding mailing list.
21630 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21632         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
21633         add generate-head-function and generate-article-function to the
21634         rfc822-forward entry.
21635         (nndoc-rfc822-forward-generate-article): New function.
21636         (nndoc-rfc822-forward-generate-head): New function.
21638         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
21640 2004-07-06  Dan Christensen  <jdc@uwo.ca>
21642         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
21643         respect display group parameter and gnus-summary-expunge-below.
21644         (gnus-articles-to-read): Remove unused reference to display group
21645         parameter.
21647 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21649         * nnheader.el (nnheader-uniquify-message-id): New experimental
21650         variable.
21651         (nnheader-nov-read-message-id): Use it.
21653         * spam-report.el (spam-report-gmane): Add interactive.
21655 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21657         * mm-encode.el (mm-content-transfer-encoding-defaults):
21658         Use qp-or-base64 for the application/* types.
21660 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
21662         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
21664 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
21666         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
21667         trim value.
21669 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
21671         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
21672         New macro and function.
21673         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
21675 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21677         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
21678         after-load-alist.
21680 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21682         * gnus-group.el (gnus-group-get-new-news-this-group):
21683         Don't update info that isn't there.
21685 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
21687         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
21688         entry.
21690 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21692         * mm-view.el (mm-inline-render-with-function): Use multibyte
21693         buffer; decode html source by charset.
21695         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
21697         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
21698         Mule-UCS is loaded under XEmacs.
21699         (mm-mime-mule-charset-alist): Avoid duplicated entries.
21701 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
21703         * nnheader.el (nnheader-max-head-length): Increase to 8192.
21705 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21707         * mm-util.el (mm-coding-system-p): Return a coding-system.
21708         (mm-mime-mule-charset-alist): Use shift_jis instead of
21709         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
21710         entries for the mime charsets iso-2022-jp-3 and shift_jis.
21711         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
21712         instead of japanese-shift-jis and iso-latin-1 respectively in
21713         order to share the default value with both Emacs and XEmacs-mule.
21714         (mm-mule-charset-to-mime-charset):
21715         Make mm-coding-system-priorities effective.
21716         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
21717         while predicating of candidates upon the priorities.
21719 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
21721         * gnus-sum.el (gnus-summary-make-menu-bar):
21722         Add gnus-uu-invert-processable.
21724         * gnus.el: Autoload gnus-uu-invert-processable.
21726 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21728         * mm-util.el (mm-with-multibyte-buffer): New macro.
21730         * rfc2047.el (rfc2047-encode-string): Use it.
21731         (rfc2047-encode-region): Move point to the end of the region after
21732         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
21734 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21736         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
21737         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
21739 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21741         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
21742         (gnus-cite-parse): Ignore quoted envelope From_.
21743         Suggested by Karl Chen <quarl@nospam.quarl.org>.
21745 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
21747         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
21748         invalid addresses.
21750 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
21752         * spam.el: Change section markers, revise TODO list.
21753         (spam-backends): Make new master list of all installed backends.
21754         (spam-summary-exit-behavior): Add new variable to determine how
21755         messages moves are done at summary exit.
21756         (spam-move-spam-nonspam-groups-only)
21757         (spam-process-ham-in-nonham-groups)
21758         (spam-process-ham-in-spam-groups): Remove variables, the
21759         spam-summary-exit-behavior variable should be used to manage this
21760         behavior.
21761         (spam-old-ham-articles, spam-old-spam-articles): Remove.
21762         (spam-old-articles): Add variable, replacing spam-old-ham-articles
21763         and spam-old-spam-articles.
21764         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
21765         Add empty variables, placeholders for the backends they represent.
21766         (spam-set-difference): Move, unchanged.
21767         (spam-list-of-processors): Declare OBSOLETE, not used anymore
21768         unless the user has a processor variable.
21769         (spam-classifications, spam-classification-valid-p)
21770         (spam-backend-properties, spam-backend-property-valid-p)
21771         (spam-backend-function-type-valid-p)
21772         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
21773         (spam-report-articles-gmane, spam-report-articles-resend):
21774         Remove functions, they are not needed.
21775         (spam-install-backend-super, spam-backend-list)
21776         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
21777         (spam-backend-function, spam-backend-ham-registration-function)
21778         (spam-backend-spam-registration-function)
21779         (spam-backend-ham-unregistration-function)
21780         (spam-backend-spam-unregistration-function)
21781         (spam-backend-statistical-p, spam-backend-mover-p)
21782         (spam-install-backend-alias, spam-install-checkonly-backend)
21783         (spam-install-mover-backend, spam-install-nocheck-backend)
21784         (spam-install-backend, spam-install-statistical-backend)
21785         (spam-install-statistical-checkonly-backend): Add backend installation
21786         support.
21787         (spam-summary-prepare-exit): Rewrite to use the new backend code.
21788         (spam-group-processor-p): Use the new backend code and respect the
21789         summary exit behavior.
21790         (spam-mark-spam-as-expired-and-move-routine): Remove.
21791         (spam-summary-prepare): Change to use the new spam-old-articles
21792         variable.
21793         (spam-copy-or-move-routine, spam-copy-spam-routine)
21794         (spam-move-spam-routine, spam-copy-ham-routine)
21795         (spam-move-ham-routine): Add code to copy/move ham or spam.
21796         (spam-fetch-field-fast): Improve doc and code, plus allow the
21797         'number request.
21798         (spam-list-of-checks, spam-list-of-statistical-checks):
21799         Remove variables.
21800         (spam-split, spam-find-spam): Use the new backend code.
21801         (spam-registration-functions): Remove variable.
21802         (spam-unregister-routine): Add convenience wrapper.
21803         (spam-log-undo-registration, spam-register-routine)
21804         (spam-log-processing-to-registry)
21805         (spam-log-unregistration-needed-p): Rename "check" to "backend"
21806         where possible.
21807         (spam-check-gmane-xref, spam-check-regex-headers)
21808         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
21809         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
21810         (spam-check-bogofilter-headers, spam-check-spamoracle)
21811         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
21812         (spam-check-crm114-headers): Use the spam-split-group that
21813         spam-split prepares, no need to determine it every time.
21815         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
21816         to the nnheader-parse-naked-head call.
21818         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
21820         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
21821         the nnheader-nov-read-message-id call.
21823 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21825         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
21826         gnus-activate-group twice.  Suggested by Markus Peter
21827         <warp@spin.de>.
21829 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
21831         * gnus-art.el (gnus-article-time-format): Exchange the order of
21832         day and month in the default value; fix customization type.
21833         (article-date-ut): Use add-text-properties.
21834         (article-make-date-line): Use message-make-date instead of
21835         current-time-string.
21837         * message.el (message-fetch-field): Don't use set-text-properties.
21838         (message-make-date): Simplify.
21840 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21842         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
21843         (rfc2047-encode-region): Treat text within parentheses as special;
21844         show the original text when error has occurred.
21846         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
21847         already-computed method to gnus-activate-group.
21849         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
21850         same select-methods identical Lisp objects.
21852         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
21853         object when modifying the info.
21855 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21857         * gnus-srvr.el (gnus-server-set-info): Remove the server from
21858         gnus-opened-servers since it has never been opened with the new
21859         configuration yet.
21861 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21863         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
21864         arg to nnheader-generate-fake-message-id.
21866 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
21868         * nnheader.el (nnheader-generate-fake-message-id): Accept a
21869         number and build a fake message ID localized to a group and
21870         article number (so it's repeatable from that point on).
21871         (nnheader-fake-message-id-p): Change regex to accommodate new fake
21872         ID format.
21874         * gnus-sum.el (gnus-get-newsgroup-headers):
21875         Call nnheader-generate-fake-message-id with the article number.
21877 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
21879         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
21880         end-of-buffer.
21882 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21884         * message.el (message-ignored-supersedes-headers): Add Approved.
21886 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
21888         * rfc2047.el (rfc2047-encode-message-header): Remove useless
21889         goto-char.
21890         (rfc2047-encode): Fold the line before encoding.
21892 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21894         * rfc2047.el (rfc2047-encode-message-header): Disabled header
21895         folding -- not all headers can be folded, and this should be done
21896         by the message composition mode.  Probably.  I think.
21898 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21900         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
21901         fast.
21903         * gnus-ems.el (gnus-remove-image): Don't use
21904         message-text-with-property; remove only the image found first.
21906 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
21908         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
21910 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21912         * message.el (message-text-with-property): Make it fast and accept
21913         optional arguments.
21914         (message-strip-forbidden-properties): Use it.
21915         (message-fix-before-sending): Follow the m-t-w-p change.
21917         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
21919 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21921         * gnus-art.el (article-hide-headers): Don't change the buffer
21922         mistakenly when performing mml-preview even if
21923         gnus-single-article-buffer is nil.
21925 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
21927         * message.el (message-expand-name-databases): New user option.
21928         (message-expand-name): Use it.
21930 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
21932         * spam.el (spam-report-articles-resend)
21933         (spam-report-resend-register-routine): Allow ham reporting.
21934         (spam-report-resend-register-ham-routine): Add wrapper.
21935         (spam-registration-functions): Add ham resending functions.
21936         (spam-list-of-processors): Add ham resend processor.
21938         * gnus.el (ham-resend-to): Add new group parameter.
21939         (spam-process): Add ham resend option.
21941         * spam-report.el (spam-report-resend): Allow reporting ham.
21942         (spam-report-resend-ham): Add wrapper.
21944 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21946         * message.el (message-cite-articles-with-x-no-archive):
21947         New variable.
21948         (message-cite-original): Use it.
21950 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21952         * message.el (message-cite-original): Respect X-No-Archive.
21954 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21956         * gnus-art.el (article-hide-headers): Refer to the values for
21957         gnus-ignored-headers and gnus-visible-headers in the summary
21958         buffer since a user may have set them as group parameters.
21960 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
21962         * assistant.el (assistant-node-name): Add convenience function.
21963         (assistant-render-text, assistant-render-node): Add error handling,
21964         plus handle multiple next nodes.
21965         (assistant-find-next-node): Comment out for now.
21966         (assistant-find-next-nodes): Add function, returns list of next
21967         nodes.
21969 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
21971         * mail-source.el (mail-source-directory): Fix doc-string.
21973 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
21975         * assistant.el (assistant-render-text, assistant-eval): Add :set
21976         widget type, which is different because it takes and returns a
21977         list.  Much hilarity ensues.
21979 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
21981         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
21983         * gnus-group.el (gnus-group-get-new-news-this-group):
21984         Add doc-string.
21986         * gnus-start.el (gnus-activate-group): Add doc-string.
21988 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21990         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
21992 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
21994         * assistant.el (assistant-render-text): Try to add a :set
21995         widget, more to come.
21997         * spam.el (spam-group-spam-contents-p): Handle empty groupname
21998         strings.
21999         (spam-report-articles-resend)
22000         (spam-register-routine): Do registration iff any articles warrant
22001         it.
22002         (spam-summary-prepare-exit): Change log message for nil group
22003         destinations.
22005 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
22007         * spam.el (spam-report-resend-register-routine):
22008         Allow spam-report-resend-to to be a group parameter or a global value.
22010 2004-05-26  Simon Josefsson  <jas@extundo.com>
22012         * starttls.el: Merge with my GnuTLS based starttls.el.
22013         (starttls-gnutls-program, starttls-use-gnutls)
22014         (starttls-extra-arguments, starttls-process-connection-type)
22015         (starttls-connect, starttls-failure, starttls-success):
22016         New variables.
22017         (starttls-program, starttls-extra-args): Doc fix.
22018         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
22019         New functions.
22020         (starttls-negotiate, starttls-open-stream):
22021         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
22022         function if it is set.
22024 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22026         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
22027         structured fields.
22029 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22031         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
22033 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
22035         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
22036         Add variable.
22037         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
22038         assigning the spam-mark to new messages.
22040 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
22042         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
22044 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22046         * rfc2047.el (rfc2047-encodable-p): Don't move point.
22047         (rfc2047-decode): Treat the ascii coding-system as raw-text by
22048         default.
22050 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
22052         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
22053         correct data.
22055 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
22057         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
22058         (spam-group-processor-p): Fix function.
22059         (spam-group-processor-multiple-p)
22060         (spam-group-spam-processor-report-gmane-p)
22061         (spam-group-spam-processor-report-resend-p)
22062         (spam-group-spam-processor-bogofilter-p)
22063         (spam-group-spam-processor-blacklist-p)
22064         (spam-group-spam-processor-ifile-p)
22065         (spam-group-ham-processor-ifile-p)
22066         (spam-group-spam-processor-spamoracle-p)
22067         (spam-group-spam-processor-crm114-p)
22068         (spam-group-ham-processor-bogofilter-p)
22069         (spam-group-spam-processor-stat-p)
22070         (spam-group-ham-processor-stat-p)
22071         (spam-group-ham-processor-whitelist-p)
22072         (spam-group-ham-processor-BBDB-p)
22073         (spam-group-ham-processor-spamoracle-p)
22074         (spam-group-ham-processor-copy-p): Remove functions with some
22075         prejudice against unneeded code.
22076         (spam-report-articles-resend)
22077         (spam-report-resend-register-routine): Allow the group/topic
22078         spam-resend-to value to override spam-report-resend-to.
22079         (spam-summary-prepare-exit): Invoke spam-group-processor-p
22080         properly now.
22082         * gnus.el (spam-resend-to): Add group/topic parameter.
22083         (spam-process): Move the OBSOLETE processors to the end of the
22084         choices.
22086 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
22088         * spam-report.el (spam-report-resend-to, spam-report-resend):
22089         Start with resend-to set to nil, and then ask the user if necessary.
22090         (spam-report-resend): spam-report-resend takes a list of articles, not
22091         separate article numbers.
22093 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22095         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
22096         addition to emacs-w3m.
22098 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22100         * assistant.el (assistant-authinfo-data): New function.
22101         (assistant-eval): Eval for entire assistant.
22103         * netrc.el (netrc-services-file): New variable.
22104         (netrc-parse-services): New function.
22105         (netrc-find-service-name): New function.
22106         (netrc-find-service-number): New function.
22107         (netrc-port-equal): New function.
22108         (netrc-machine): Use it.
22110         * nnimap.el (nnimap-open-connection): Use netrc.
22112         * gnus-util.el (gnus-netrc-get): Remove aliases.
22114         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
22116         * assistant.el (wid-edit): Fix compilation.
22118         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
22120 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
22122         * gnus-util.el (gnus-set-file-modes): New function.  (small
22123         patch).
22125 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22127         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
22129         * assistant.el (assistant-render-node): Fix up rendering and
22130         read-only text.
22131         (assistant-render-node): Reset.
22132         (assistant-make-read-only): Not sticky.
22134 2004-05-20  Danny Siu  <dsiu@adobe.com>
22136         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
22137         centered even when gnus-auto-center-summary is t.
22139 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22141         * dns.el (dns-get-txt-answer): New function.
22142         (dns-read-txt): Ditto.
22143         (query-dns): Use it.
22145 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22147         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
22148         active for foreign groups even if the group level is higher than
22149         the specified value.
22151 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22153         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
22154         non-active groups.
22156         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
22158 2004-05-20  Magnus Henoch  <mange@freemail.hu>
22160         * dns.el (dns-read-type): Add support for SVR.  (small patch)
22162 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
22164         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
22165         (spam-crm114-header, spam-crm114-spam-switch)
22166         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
22167         (spam-crm114-positive-spam-header)
22168         (spam-crm114-database-directory, spam-list-of-processors)
22169         (spam-group-spam-processor-crm114-p)
22170         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
22171         (spam-generic-score, spam-list-of-checks)
22172         (spam-list-of-statistical-checks, spam-registration-functions)
22173         (spam-check-crm114-headers, spam-crm114-score)
22174         (spam-check-crm114, spam-crm114-register-with-crm114)
22175         (spam-crm114-register-spam-routine)
22176         (spam-crm114-unregister-spam-routine)
22177         (spam-crm114-register-ham-routine)
22178         (spam-crm114-unregister-ham-routine): Add CRM114 support.
22180 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
22182         * gnus.el: Add spam-use-crm114.
22184         * spam.el (spam-list-of-processors, spam-registration-functions):
22185         Add spam-use-resend.
22186         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
22187         (spam-report-articles-gmane): Add doc fix.
22188         (spam-report-articles-resend, spam-report-resend-register-routine):
22189         Add wrappers around spam-report-resend-to.
22191         * spam-report.el (spam-report-resend-to, spam-report-resend):
22192         Add support for resending spam.
22193         (spam-report-gmane): Fix line length >80.
22195         * gnus.el (spam-process): Add spam-use-resend.
22197 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22199         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
22200         number of processed spam messages.
22201         (spam-ham-copy-or-move-routine): Return the number of processed
22202         ham messages.
22203         (spam-summary-prepare-exit): Use the above values to decide
22204         whether status messages shouled be displayed.
22206 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22208         * rfc2047.el (rfc2047-encode-function-alist): Rename from
22209         `rfc2047-encoding-function-alist' in order to avoid conflicting
22210         with the old version.
22211         (rfc2047-encode-region): Concatenate words containing non-ASCII
22212         characters in structured fields; don't encode space-delimited
22213         ASCII words even in unstructured fields; don't break words at
22214         char-category boundaries.
22215         (rfc2047-encode-1): New function.
22216         (rfc2047-encode): Use it; encode text so that it occupies the
22217         maximum width within 76-column; work correctly on Q encoding for
22218         iso-2022-* charsets.
22219         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
22220         sure not to break a line just after the header name.
22221         (rfc2047-b-encode-region): Remove.
22222         (rfc2047-b-encode-string): New function.
22223         (rfc2047-q-encode-region): Remove.
22224         (rfc2047-q-encode-string): New function.
22226         * mm-util.el (mm-replace-in-string): New function.
22228 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22230         * gnus-msg.el (gnus-inews-make-draft-meta-information):
22231         Really get it right.
22232         (gnus-inews-make-draft): Really.
22234 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
22236         * nnmh.el (nnmh-request-list-1): Don't check the link count
22237         before descending.  (small patch)
22239 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22241         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
22242         stuff.
22244         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
22245         Match on real group name.
22247         * gnus-art.el (gnus-signature-limit): Doc fix.
22249         * gnus-msg.el (gnus-inews-make-draft): Quote list.
22251 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22253         * gnus-draft.el (gnus-draft-send):
22254         Bind rfc2047-encode-encoded-words.
22256         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
22257         (rfc2047-encodable-p): Say that =? needs encoding.
22258         (rfc2047-encode-encoded-words): New variable.
22260         * gnus-group.el (gnus-group-select-group): Doc fix.
22262         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
22264         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
22265         to nil.
22267         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
22269         * nnheader.el (nnheader-get-lines-and-char): New function.
22271 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
22273         * gnus-msg.el (gnus-summary-followup-with-original):
22274         Document yanking of region when active.
22276 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22278         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
22279         groups if the group level is higher than the specified value.
22281 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
22283         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
22284         (gnus-group-jump-to-group): Add prefix argument using
22285         `gnus-group-jump-to-group-prompt'.  Query before jumping to
22286         non-active group.
22288         * compface.el (uncompface): Be verbose when changing
22289         `uncompface-use-external'.
22291         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
22292         handle manual section.
22294 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22296         * gnus-art.el (gnus-button-alist): Revert previous change.
22298 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
22300         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
22302 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22304         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
22305         whether backend can accept message.
22307         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
22309 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
22311         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
22312         Avoid creating directory when nntp-marks-is-evil is true.
22313         Reported by Reiner Steib.
22315 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
22317         * gnus-picon.el (gnus-picon-insert-glyph):
22318         Add optional `nostring' argument.
22320 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
22322         * gnus-picon.el (gnus-picon-style): New variable.
22323         (gnus-picon-transform-address): Support `gnus-picon-style'.
22325 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22327         * message.el (message-fill-field): Return point.
22328         (message-generate-headers): Go to end of field.
22330         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
22331         stuff for non-living groups.
22333 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
22335         * gnus-art.el (gnus-article-followup-with-original)
22336         (gnus-article-reply-with-original): gnus-mark-active-p ->
22337         gnus-region-active-p.
22339 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
22341         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
22342         only when there is spam or ham to be processed.
22344 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22346         * mail-source.el (mail-source-delete-crash-box): Refactor.
22347         (mail-source-fetch): Use it.
22348         (mail-source-fetch-file): Ditto.
22349         (mail-source-fetch-directory): Run PostScript in loop.
22350         (mail-source-fetch-pop): Delete.
22351         (mail-source-fetch-maildir): Ditto.
22352         (mail-source-fetch-imap): Ditto.
22354         * imap.el (imap-authenticators): Comment out sasl.
22356         * message.el (message-skip-to-next-address): New function.
22357         (message-fill-header-address): Refactor.
22358         (message-fill-address): Use it.
22359         (message-delete-address): Use it.
22360         (message-fill-header-general): Refactor.
22361         (message-fill-field-address): Rename.
22362         (message-narrow-to-field): Find the start of the header.
22363         (message-header-format-alist): Don't pre-fill.
22364         (message-fill-header): Remove.
22365         (message-insert-header): New function.
22366         (message-shorten-references): Use it.
22368         * rfc2047.el (rfc2047-field-value): Strip props.
22370         * mail-parse.el (mail-header-make-address): New alias.
22372         * ietf-drums.el (ietf-drums-make-address): New function.
22374         * imap.el: Add compiler directives.
22376         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
22378         * gnus-art.el (article-decode-idna-rhs): Don't use
22379         message-idna-inside-rhs-p.
22381 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22383         * message.el (message-idna-inside-rhs-p): Remove.
22384         (message-idna-to-ascii-rhs-1): Use proper address parsing.
22386         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
22387         false positives.
22389 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
22391         * imap.el (imap-sasl-make-mechanisms): Use sasl.
22393 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22395         * nneething.el (nneething-file-name): Don't create spurious
22396         files.
22398         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
22399         (gnus-inews-do-gcc): Remove sleep.
22401         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
22402         part under point.
22404         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
22405         (gnus-agent-regenerate-group): Using nil messages aren't valid.
22407 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
22409         * spam.el (spam-summary-prepare-exit): Fix (length).
22411 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
22413         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
22414         as expired without moving it" message when there are spam
22415         messages left.
22417 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
22419         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
22420         header is not nil.
22422 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
22424         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
22425         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
22426         (nntp-marks-changed-p): New arg SERVER.
22427         (nntp-request-update-info): Adjust caller.
22429 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
22431         * nntp.el (nntp-save-marks): Pass missing arg.
22433 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
22435         * nntp.el: Support marks.
22436         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
22437         (nntp-marks-modtime, nntp-marks-directory): New variables.
22438         (nntp-request-set-mark, nntp-request-update-info)
22439         (nntp-possibly-create-directory, nntp-marks-changed-p)
22440         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
22441         New functions.
22443 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
22445         * gnus-score.el (gnus-score-insert-help):
22446         Use gnus-select-lowest-window.
22448         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
22449         appt-select-lowest-window and rename to gnus-select-lowest-window.
22451         * gnus.el: do.
22453 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22455         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
22456         encodings of MIME-encoded words, in order to improve
22457         interoperability with several broken MUAs.
22459 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22461         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
22462         tags, only when charsets are not specified in headers.
22463         (mm-inline-text-html-render-with-w3m): Ditto.
22465 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22467         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
22468         instead of MIME-decoded from fields when checking
22469         `gnus-article-address-banner-alist'.
22471 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
22473         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
22474         description rather than subject.
22476 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22478         * gnus.el (gnus-version-number): Bump.
22480 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
22482         * gnus.el: No Gnus v0.2 is released.
22484 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22486         * gnus-agent.el (gnus-agent-read-agentview):
22487         Inline gnus-uncompress-range.
22489 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22491         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
22492         `exec-installed-p'.
22494 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22496         * gnus.el (spam-process, spam-autodetect-methods):
22497         Add bsfilter and bsfilter-headers.
22499         * spam.el (spam-bsfilter): New customize group.
22500         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
22501         (spam-bsfilter-header, spam-bsfilter-probability-header)
22502         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
22503         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
22504         (spam-bsfilter-database-directory): New options.
22505         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
22506         (spam-list-of-statistical-checks, spam-registration-functions):
22507         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
22508         (spam-bsfilter-score): New command.
22509         (spam-check-bsfilter-headers, spam-check-bsfilter)
22510         (spam-bsfilter-register-with-bsfilter)
22511         (spam-bsfilter-register-spam-routine)
22512         (spam-bsfilter-unregister-spam-routine)
22513         (spam-bsfilter-register-ham-routine)
22514         (spam-bsfilter-unregister-ham-routine): New functions.
22515         (spam-generic-score): Support bsfilter; Accept an optional argument
22516         to recalcurate spam score even if scoring header has already been
22517         added.
22518         (spam-bogofilter-score, spam-spamassassin-score): Accept an
22519         optional argument to recalcurate spam score even if scoring header
22520         has already been added.
22522 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
22524         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
22525         strings!  Reported by David D. Smith <davidsmith@acm.org>.
22526         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
22527         link is missing.
22529 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
22531         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
22532         (html2text-get-attr): Rewrite.
22534         * message.el (message-setup-1): Remove redundant put-text-property
22535         on mail-header-separator.
22537 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
22539         * gnus-registry.el (gnus-registry-cache-whitespace)
22540         (gnus-registry-action, gnus-registry-spool-action)
22541         (gnus-registry-split-fancy-with-parent): Change message levels
22542         from 5 to 3 or 7, as needed.
22544         * spam.el (spam-summary-prepare-exit)
22545         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
22546         (spam-split, spam-find-spam, spam-log-undo-registration)
22547         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
22548         level from 5 to 6.
22550 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22552         * gnus-ems.el: Autoload appt-select-lowest-window (revert
22553         2004-03-04 change).
22555 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
22557         * sieve-manage.el (sieve-manage-open):
22558         * nnweb.el (nnweb-insert-html):
22559         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
22560         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
22561         * nnspool.el (nnspool-request-group):
22562         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
22563         * nnml.el (nnml-request-update-info):
22564         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
22565         (nnmh-request-create-group, nnmh-update-gnus-unreads):
22566         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
22567         (nnimap-request-set-mark):
22568         * nnfolder.el (nnfolder-request-update-info):
22569         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
22570         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
22571         * gnus-uu.el (gnus-uu-find-articles-matching):
22572         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
22573         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
22574         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
22575         * gnus-nocem.el (gnus-nocem-scan-groups):
22576         * gnus-int.el (gnus-start-news-server):
22577         * gnus-group.el (gnus-group-make-kiboze-group)
22578         (gnus-group-browse-foreign-server):
22579         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
22580         Use mapc when appropriate.
22582 2004-04-22  Dan Christensen  <jdc@uwo.ca>
22583             Adam Sjøgren  <asjo@koldfront.dk>
22584             Wes Hardaker  <wes@hardakers.net>
22585             Michael Shields  <shields@msrl.com>
22587         * spam.el (spam-necessary-extra-headers): Get the extra headers we
22588         may need for spam sorting and scoring.
22589         (spam-user-format-function-S): Add user format function suitable for
22590         general use.
22591         (spam-article-sort-by-spam-status): Add sorting function for summary
22592         sorting.
22593         (spam-extra-header-to-number): Add function to get a score from a
22594         header.
22595         (spam-summary-score): Add function to get a numeric score from the
22596         headers.
22597         (spam-generic-score): Fix function doc, was in wrong place.
22598         (spam-initialize): Take symbols when it's run, and install the
22599         extra headers that spam-necessary-extra-headers thinks we need.
22601 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
22603         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
22604         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
22606 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
22608         * gnus-sum.el (gnus-set-global-variables)
22609         (gnus-build-all-threads, gnus-get-newsgroup-headers)
22610         (gnus-article-get-xrefs, gnus-summary-best-group)
22611         (gnus-summary-next-article, gnus-summary-enter-digest-group)
22612         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
22613         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
22614         Use with-current-buffer.
22616 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
22618         * spam.el (spam-summary-prepare-exit): Simplify logic.
22619         (spam-fetch-article-header): Read the article header if it's not
22620         available.
22621         (spam-list-articles): Simplify logic.
22622         (spam-filelist-register-routine): Fix bug with unregister-list.
22624         * gnus-registry.el: Fix comments at beginning.
22626 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
22628         * message.el (message-cater-to-broken-inn): Remove.
22629         (message-shorten-references): Make sure the total folded length of
22630         References is shorter than 998 characters to cater to a bug in INN
22631         2.3.  Also, don't pretend that references aren't folded -- this
22632         hasn't worked for a while.
22634 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22636         * gnus-agent.el (gnus-agentize):
22637         gnus-agent-send-mail-real-function no longer set to current value
22638         of message-send-mail-function but rather a lambda that calls
22639         message-send-mail-function.  The change makes the agent real-time
22640         responsive to user changes to message-send-mail-function.
22642 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22644         * legacy-gnus-agent.el
22645         (gnus-agent-convert-to-compressed-agentview): Fix typos with
22646         help from Florian Weimer <fw@deneb.enyo.de>
22648 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22650         * nnmail.el (nnmail-cache-insert): Revert last change.
22652 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22654         * nnmail.el (nnmail-cache-insert): Always check whether
22655         nnmail-cache-ignore-groups matches a group name.
22657 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
22659         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
22660         (spam-find-spam, spam-log-processing-to-registry)
22661         (spam-log-registered-p, spam-log-unregistration-needed-p)
22662         (spam-log-undo-registration): Use gnus-message instead of
22663         gnus-error, none of these errors are fatal.
22665         * gnus-registry.el (gnus-registry-clean-empty-function)
22666         (gnus-registry-clean-empty): Remove only empty entries without
22667         extra data.
22669 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
22671         * spam-stat.el (spam-stat-buffer-change-to-spam)
22672         (spam-stat-buffer-change-to-non-spam): Change (error) to
22673         (gnus-message 8) invocation.
22675 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22677         * nntp.el (nntp-via-netcat-command): New variable.
22678         (nntp-via-netcat-switches): New variable.
22679         (nntp-open-via-rlogin-and-netcat): New function.
22680         (nntp-open-connection-function): Doc fix.
22681         (nntp-telnet-command): Doc fix.
22682         (nntp-end-of-line): Doc fix.
22683         (nntp-via-rlogin-command): Doc fix.
22684         (nntp-via-user-name): Doc fix.
22685         (nntp-via-address): Doc fix.
22687 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22689         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
22690         error in Emacs 21.1.
22692 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
22694         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
22696 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22698         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
22699         (gnus-agent-with-refreshed-group): New macro.
22700         (gnus-agent-rename-group): New function.
22701         (gnus-agent-delete-group): New function.
22702         (gnus-agent-save-group-info): Use gnus-command-method when
22703         `method' parameter is nil.  Don't write nil entries into the
22704         active file.
22705         (gnus-agent-get-group-info): New function.
22706         (gnus-agent-fetch-articles):
22707         Use gnus-agent-update-files-total-fetched-for to increment disk space
22708         used.
22709         (gnus-agent-fetch-headers, gnus-agent-save-alist):
22710         Use gnus-agent-update-view-total-fetched-for to increment disk space
22711         used.
22712         (gnus-agent-get-local): Add optional parameters to avoid calling
22713         gnus-group-real-name and gnus-find-method-for-group.
22714         (gnus-agent-set-local): Delete stored entry if either min, or max,
22715         are nil.
22716         (gnus-agent-fetch-session): Reworded error/quit messages.
22717         On quit, use gnus-agent-regenerate-group to record existence of any
22718         articles fetched to disk before the quit occurred.
22719         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
22720         gnus-agent-update-view-total-fetched-for, and
22721         gnus-agent-update-files-total-fetched-for to decrement disk space
22722         used.
22723         (gnus-agent-retrieve-headers):
22724         Use gnus-agent-update-view-total-fetched-for to increment disk space
22725         used.
22726         (gnus-agent-regenerate-group): Replace gnus-group-update-group
22727         with gnus-agent-update-files-total-fetched-for to decrement disk
22728         space and fresh group buffer.
22729         (gnus-agent-inhibit-update-total-fetched-for): New variable.
22730         (gnus-agent-need-update-total-fetched-for): New variable.
22731         (gnus-agent-update-files-total-fetched-for): New function.
22732         (gnus-agent-update-view-total-fetched-for): New function.
22733         (gnus-agent-total-fetched-for): New function.
22735         * gnus-cache.el (gnus-cache-save-buffers):
22736         Use gnus-cache-update-overview-total-fetched-for to change disk space
22737         used by this group.
22738         (gnus-cache-possibly-enter-article):
22739         Use gnus-cache-update-file-total-fetched-for to increment disk space
22740         used by this group.
22741         (gnus-cache-possibly-remove-article):
22742         Use gnus-cache-update-file-total-fetched-for to decrement disk space
22743         used by this group.
22744         (gnus-cache-generate-nov-databases): Purge total fetched cache.
22745         (gnus-cache-rename-group): New function.
22746         (gnus-cache-delete-group): New function.
22747         (gnus-cache-inhibit-update-total-fetched-for): New variable.
22748         (gnus-cache-need-update-total-fetched-for): New variable.
22749         (gnus-cache-with-refreshed-group): New macro.
22750         (gnus-cache-update-file-total-fetched-for): New function.
22751         (gnus-cache-update-overview-total-fetched-for): New function.
22752         (gnus-cache-rename-group-total-fetched-for): New function.
22753         (gnus-cache-delete-group-total-fetched-for): New function.
22754         (gnus-cache-total-fetched-for): New function.
22756         * gnus-group.el: Require gnus-sum and autoload functions to
22757         resolve warnings when gnus-group.el compiled alone.
22758         (gnus-group-line-format): Documented new %F.
22759         (size of Fetched data) group line format; identifies disk space
22760         used by agent and cache.
22761         (gnus-group-line-format-alist): Defined new F format.
22762         (gnus-total-fetched-for): New function.
22763         (gnus-group-delete-group): No longer update
22764         gnus-cache-active-altered as gnus-request-delete-group now keeps
22765         the cache in sync.
22766         (gnus-group-list-active): Let the agent store a server's active
22767         list if currently plugged.
22769         * gnus-int.el (gnus-request-delete-group):
22770         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
22771         local disk in sync with the server.
22772         (gnus-request-rename-group):
22773         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
22774         local disk in sync with the server.
22776         * gnus-start.el (gnus-get-unread-articles):
22777         Cosmetic simplification to logic.
22779         * gnus-util.el (gnus-rename-file): New function.
22781 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
22783         * mm-util.el (mm-image-load-path): Handle nil in load-path.
22785 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
22787         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
22788         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
22790 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
22792         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
22793         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
22795 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
22797         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
22799 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
22801         * spam.el (spam-set-difference): Add function to replace
22802         gnus-set-difference in spam.el.
22803         (spam-summary-prepare-exit): Use spam-set-difference.
22805 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
22807         * gnus-registry.el (gnus-registry-cache-file): Update to use
22808         gnus-dribble-directory OR gnus-home-directory OR ~.
22809         (gnus-registry-split-fancy-with-parent): Fix doc.
22811 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22813         * message.el (message-exchange-point-and-mark):
22814         Use message-mark-active-p.  Suggested by Jesper Harder
22815         <harder@ifa.au.dk>.
22817 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22819         * message.el (message-exchange-point-and-mark): Don't activate
22820         region if it was inactive.  Suggested by Hiroshi Fujishima
22821         <pooh@nature.tsukuba.ac.jp>.
22823 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22825         * gnus-art.el (article-display-face): Display Faces in the same
22826         order as X-Faces.
22828 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22830         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
22832 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22834         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
22835         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
22836         (gnus-article-mime-hierarchy): Remove.
22837         (gnus-article-mime-hierarchy-next): Remove.
22838         (gnus-article-mode): Revert 2004-03-19 change.
22839         (gnus-article-setup-buffer): Revert 2004-03-19 change.
22840         (gnus-insert-mime-button): Revert 2004-03-19 change.
22841         (gnus-mime-accumulate-hierarchy): Remove.
22842         (gnus-mime-enter-multipart): Remove.
22843         (gnus-mime-leave-multipart): Remove.
22844         (gnus-mime-display-part): Revert 2004-03-19 change.
22845         (gnus-mime-display-alternative): Revert 2004-03-19 change.
22847         * mml.el (mml-preview): Revert 2004-03-19 change.
22849 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
22851         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
22853 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22855         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
22856         t while entering a file name using the mm-with-multibyte macro.
22857         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
22859         * mm-util.el (mm-with-multibyte): New macro.
22861 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22863         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
22864         New user option.
22865         (gnus-mime-multipart-functions): Doc and customization fix.
22866         (gnus-article-mime-hierarchy): New variable.
22867         (gnus-article-mime-hierarchy-next): New variable.
22868         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
22869         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
22870         gnus-article-mime-hierarchy-next to nil.
22871         (gnus-insert-mime-button): Show hierarchy numbers.
22872         (gnus-mime-accumulate-hierarchy): New function.
22873         (gnus-mime-enter-multipart): New function.
22874         (gnus-mime-leave-multipart): New function.
22875         (gnus-mime-display-part): Recompute hierarchical MIME structure.
22876         (gnus-mime-display-alternative): Show hierarchy numbers.
22878         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
22879         gnus-article-mime-hierarchy-next to nil.
22881 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
22883         * dns.el: Don't require gnus-xmas.
22885 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
22887         * mml.el (mml-generate-mime-1): Don't use format=flowed with
22888         inline PGP.
22889         (mml-menu): Disable mml-quote-region if mark is inactive.
22891 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22893         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
22894         when the group's active is not available.
22896 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22898         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
22899         error.
22901 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
22903         * imap.el (imap-store-password): New variable.
22904         (imap-interactive-login): Use it.
22905         Suggested by Mark Plaksin <happy@mcplaksin.org>.
22907 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22909         * gnus-art.el (gnus-article-read-summary-keys): Restore new
22910         window-start and hscroll to summary window.
22912 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22914         * gnus-start.el (gnus-convert-old-newsrc): Only write the
22915         conversion message to newsrc-dribble when an actual conversion is
22916         performed.
22918 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
22920         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
22922 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22924         * mm-decode.el (mm-complicated-handles): New function reviving
22925         former definition of mm-multiple-handles.
22927         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
22928         (gnus-mime-delete-part): Use it.
22930 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22932         * gnus-agent.el (gnus-agent-read-local):
22933         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
22934         avoid the implicit assumption that they will always be equal.
22935         (gnus-agent-save-local): Bind buffer-file-coding-system, not
22936         coding-system-for-write, as the with-temp-file macro first prints
22937         to a buffer then saves the buffer.
22939 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22941         * gnus-art.el (gnus-article-edit-part): New function.
22942         (gnus-mime-save-part-and-strip): Use it; do query instead of
22943         signaling an error; don't use mm-multiple-handles.
22944         (gnus-mime-delete-part): Ditto.
22946 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22948         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
22949         old file versions.
22950         (gnus-group-prepare-hook): Remove function that converted list
22951         form of gnus-agent-expire-days to group properties.
22953         * gnus-int.el: Autoload gnus-agent-regenerate-group.
22954         (gnus-request-accept-article): Re-indented.
22956         * gnus-start.el (gnus-convert-old-newsrc): Registered new
22957         converters to handle old agent file formats.  Add logic for a
22958         "backup before upgrading warning".
22959         (gnus-convert-mark-converter-prompt): Developers can mark
22960         functions as needing (default), or not needing,
22961         gnus-convert-old-newsrc's "backup before upgrading warning".
22962         (gnus-convert-converter-needs-prompt): Tests whether the user
22963         should be protected from potentially irreversable changes by the
22964         function.
22966         * legacy-gnus-agent.el: New.  Provides converters that are only
22967         loaded when gnus-convert-old-newsrc needs to call them.
22969 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
22971         * mail-source.el (mail-source-touch-pop): Doc fix.
22973         * message.el (message-smtpmail-send-it): Doc fix.
22975 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
22977         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
22979         * nnmail.el (nnmail-split-fancy): do.
22981         * gnus-kill.el (gnus-kill, gnus-execute): do.
22983 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
22985         * gnus-sum.el (gnus-widget-reversible-match)
22986         (gnus-widget-reversible-to-internal)
22987         (gnus-widget-reversible-to-external): New functions.
22988         (gnus-widget-reversible): New widget.
22989         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
22991 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
22993         * gnus-sum.el (gnus-thread-sort-functions)
22994         (gnus-article-sort-functions): Document `(not F)' items.
22996 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
22998         * spam.el (spam-use-gmane-xref): Add new backend.
22999         (spam-gmane-xref-spam-group): Add variable to control the name of the
23000         Gmane spam group.
23001         (spam-blackhole-servers, spam-blackhole-good-server-regex)
23002         (spam-regex-headers-spam, spam-regex-headers-ham)
23003         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
23004         (spam-list-of-checks): Add spam-use-gmane-xref to list of
23005         backends and checks.
23006         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
23008         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
23009         an autodetect method.
23011 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23013         * gnus-int.el (gnus-request-accept-article): Inform the agent that
23014         articles are being added to a group.
23015         (gnus-request-replace-article): Inform the agent that articles
23016         need to be uncached as the cached contents are no longer valid.
23018 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
23020         * binhex.el: Don't autoload executable-find.
23022         * canlock.el: Don't autoload mail-fetch-field.
23024         * gnus-ems.el: Don't autoload appt-select-lowest-window.
23026         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
23027         rmail-dont-reply-to and rmail-output.
23029         * gnus-score.el: Don't autoload ffap-string-at-point.
23031         * gnus-setup.el: Don't autoload sc-cite-original.
23033         * imap.el: Don't autoload base64-decode-string,
23034         base64-encode-string and md5.
23036         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
23037         and rmail-msg-restore-non-pruned-header.
23039         * mm-decode.el: Don't autoload executable-find.
23041         * mm-url.el: Don't autoload executable-find.
23043         * mm-view.el: Don't autoload diff-mode.
23045         * nndb.el: Don't autoload news-reply-mode, news-setup,
23046         cancel-timer and telnet.
23048         * password.el: Don't autoload run-at-time for Emacs.
23050         * sha1-el.el: Don't autoload executable-find.
23052         * sieve-mode.el: Don't autoload c-mode.
23054         * uudecode.el: Don't autoload executable-find.
23056 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23058         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
23059         (gnus-agent-possibly-alter-active): Avoid null in numeric
23060         comparison.
23061         (gnus-agent-set-local): Refuse to save null in local object table.
23062         (gnus-agent-regenerate-group): The REREAD parameter can now be a
23063         list of articles that will be marked as unread.
23065 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
23067         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
23069 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
23071         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
23072         language tags.
23074 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
23076         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
23077         Don't bind "obarray".
23079         * gnus-sum.el (gnus-thread-sort-functions):
23080         Add `gnus-thread-sort-by-most-recent-number' and
23081         `gnus-thread-sort-by-most-recent-date'.
23082         Reported by Kai Grossjohann <kai@emptydomain.de>.
23084 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
23086         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
23088 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23090         * gnus-cus.el (gnus-agent-customize-category):
23091         Remove ignore-errors macro reference that required cl to be loaded at
23092         run-time.
23094         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
23095         single-interval range of the form (min . max).  Previously the
23096         range had to look like ((min . max)).  Likewise, return
23097         (min . max) rather than ((min . max)).
23098         (gnus-range-map): Use gnus-range-normalize to accept
23099         single-interval range.
23101         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
23102         the cache, but not the agent, now appear with their usual face.
23104 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23106         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
23107         w3m-safe-url-regexp variable buffer-local.
23109         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
23111 2004-02-27  Simon Josefsson  <jas@extundo.com>
23113         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
23114         gnus-group-real-prefix.
23115         (gnus-summary-move-article): Use it, instead of
23116         gnus-group-real-prefix.
23118 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23120         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
23121         w3m-safe-url-regexp variable buffer-local and set it as the value
23122         of mm-w3m-safe-url-regexp.
23124         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
23126         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
23127         parsing gnus-posting-styles when the message is not for replying.
23129         * nnrss.el (nnrss-opml-export):
23130         Use mm-set-buffer-file-coding-system instead of
23131         set-buffer-file-coding-system.
23133 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
23135         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
23136         of checkdoc.el).
23137         * nnrss.el: do.
23138         * gnus-mlspl.el: do.
23139         * gnus-ml.el: do.
23140         * gnus-srvr.el: do.
23142         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
23144 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
23146         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
23147         Corrections to custom-manual links.
23149         * gnus-art.el (gnus-article): Ditto.
23151         * mm-decode.el (mime-display, mime-security): Ditto.
23153 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
23155         * flow-fill.el: Typo.
23157 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
23159         * spam-wash.el: New file.
23161 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
23163         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
23165 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
23167         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
23168         to be run with new-articles as LIST1, not LIST2.
23169         (spam-registration-functions): Add spam-use-ham-copy as a nil
23170         registration backend.
23172 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
23174         * spam-stat.el (spam-stat-washing-hook): New option.
23175         (spam-stat-buffer-words): Use it.
23176         (spam-stat-process-directory, spam-stat-test-directory):
23177         Use insert-file-contents-literally.
23178         (spam-stat-coding-system): New variable.
23179         (spam-stat-load, spam-stat-save): Use it.
23181 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23183         * spam-report.el (spam-report-plug-agent):
23184         Quote spam-report-url-to-file and spam-report-url-ping-plain.
23186 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
23188         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
23189         Allow / in mailto URLs.
23191 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
23193         * spam-report.el (spam-report-process-queue): Fix interactive use.
23194         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
23195         (spam-report-unplug-agent): Doc fixes.
23196         (spam-report-url-ping-mm-url, spam-report-url-to-file)
23197         (spam-report-agentize, spam-report-deagentize):
23198         Autoload 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23200         * message.el (message-setup-fill-variables): Add mml tags to
23201         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
23202         <ajk@iu.edu>.
23203         (message-mode): Don't modify paragraph-separate there.
23205 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23207         * compface.el (uncompface-use-external): Default to undecided.
23208         (uncompface-use-external-threshold): New variable.
23209         (uncompface-float-time): New macro.
23210         (uncompface): Determine whether to use the external decoder if
23211         uncompface-use-external is undecided.
23213 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23215         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
23216         after images.
23218         * gnus-art.el (gnus-mime-display-single): Remove dead code.
23220 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
23222         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
23224         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
23226         * gnus-sum.el (gnus-summary-limit-to-age)
23227         (gnus-summary-limit-children): do.
23229         * gnus-int.el (gnus-request-scan): do.
23231         * gnus-group.el (gnus-group-suspend): do.
23233         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
23235         * gnus-cite.el (gnus-cite-parse-attributions): do.
23237         * gnus-agent.el (gnus-summary-set-agent-mark)
23238         (gnus-agent-regenerate-group): do.
23240         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
23242         * binhex.el (binhex-decode-region-internal): do.
23244 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23246         * gnus-fun.el (gnus-face-properties-alist): New user option.
23247         (gnus-display-x-face-in-from): Use it.
23249         * gnus-art.el (article-display-face): Ditto.
23251         * compface.el (uncompface-use-external): Default to nil.
23253 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
23255         * nntp.el (nntp-erase-buffer): New function.
23256         (nntp-retrieve-data, nntp-send-command)
23257         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
23258         (nntp-possibly-change-group): Use it.
23260         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
23261         Use with-current-buffer.
23263 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
23265         * compface.el: Merge the ELisp-based uncompface program.
23266         (compface): New customization group.
23267         (uncompface-use-external): New user option.
23268         (uncompface): Call uncompface-internal if uncompface-use-external
23269         is nil.
23270         (uncompface-internal): New function.  Note that there are also
23271         some other functions and variables added for this function.
23273 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
23275         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
23276         if necessary.
23278 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
23280         * spam-report.el (spam-report-unplug-agent)
23281         (spam-report-plug-agent, spam-report-deagentize)
23282         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
23283         Add support for the Agent in spam-report: when unplugged, report to a
23284         file; when plugged, submit all the requests.
23286         * spam.el (spam-register-routine): Fix message about
23287         registration.
23289 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
23291         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
23292         dependencies.
23293         (rfc2047-encode): Use it.
23295         * gnus-art.el (gnus-button-marker-list): Move before first
23296         reference.
23298         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
23299         (imap-parse-body): Fix format string mismatch.
23301         * gnus-score.el (gnus-summary-increase-score): do.
23303         * nnrss.el (nnrss-close): New function.
23305 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
23307         * nnrss.el (nnrss-make-filename): New function.
23308         (nnrss-request-delete-group, nnrss-read-server-data)
23309         (nnrss-save-server-data, nnrss-read-group-data)
23310         (nnrss-save-group-data): Use it.
23311         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
23312         (nnrss-read-server-data, nnrss-read-group-data): Use load.
23313         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
23315 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
23317         * mml.el (mml-compute-boundary-1): Don't uncompress files.
23319 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
23321         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
23322         files.
23324         * message.el (message-generate-headers-first): Don't quote nil
23325         and t in docstrings.
23327         * imap.el (imap-id): do.
23329         * gnus-agent.el (gnus-agent-consider-all-articles)
23330         (gnus-agent-queue-mail): do.
23332 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
23334         * spam-report.el (spam-report-process-queue): New function.
23335         Process requests from `spam-report-requests-file'.
23336         (spam-report-process-queue): Doc fix.
23338 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
23340         * spam.el (spam-register-routine)
23341         (spam-log-processing-to-registry, spam-log-registered-p)
23342         (spam-log-unregistration-needed-p, spam-log-undo-registration):
23343         Change "check" to "spam-check" for semi-clarity.
23345 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
23347         * pop3.el: Require nnheader.
23349         * mml-smime.el: Require cl.  Autoload message-fetch-field.
23351         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
23353         * gnus-picon.el: Require cl.
23355         * gnus-fun.el: Require gnus-ems and gnus-util.
23357         * gnus.el (gnus-method-to-server): Move defsubst before first use.
23359         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
23361         * gnus-art.el (gnus-article-edit-mode): Define before first
23362         reference.
23364 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
23366         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
23367         (gnus-uu-post-encoded): Use point-at-bol.
23369         * gnus-topic.el (gnus-group-active-topic-p): do.
23371         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
23373         * gnus-group.el (gnus-group-kill-region): do.
23375         * gnus-art.el (article-date-ut): do.
23377         * message.el (message-fetch-field): Remove redundant
23378         case-fold-search binding.
23379         (message-narrow-to-field): Simplify.
23381 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
23383         * spam.el (spam-directory): Derive from `gnus-directory'.
23385         * spam-report.el (spam-report-url-to-file)
23386         (spam-report-requests-file): New function and variable for offline
23387         reporting.
23388         (spam-report-url-ping-function): Add `spam-report-url-to-file'
23389         and user defined function.
23390         (spam-report-url-ping-mm-url): Remove doubled slash.
23392 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
23394         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
23396 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
23398         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
23399         Fix format string mismatch.
23401         * sieve.el (sieve-deactivate-all): do.
23403         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
23405         * nnlistserv.el (nnlistserv-kk-wash-article): do.
23407         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
23409         * mm-bodies.el (mm-7bit-chars): Don't include \r.
23411 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
23413         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
23414         the list of checks.
23416 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
23418         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
23419         padding.
23421 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
23423         * mm-view.el (mm-fill-flowed): New variable.
23424         (mm-inline-text): Use it.
23426 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
23428         * spam.el (spam-spamassassin-register-ham-routine)
23429         (spam-spamassassin-register-spam-routine): Fix function names.
23431 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23433         * gnus.el (gnus-tmp-grouplens): Remove.
23434         (gnus-summary-line-format): Remove grouplens.
23436         * gnus-group.el (gnus-group-line-format): Ditto.
23438         * gnus-spec.el (gnus-format-specs): Ditto.
23439         (gnus-update-format-specifications): Flush the group format spec
23440         cache if there's the grouplens stuff.
23441         (gnus-parse-simple-format): Replace %l with the empty string.
23443 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
23445         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
23446         omission.
23448 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23450         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
23451         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23453 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
23455         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
23456         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
23457         New macros and functions.
23458         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
23459         Handle > NLINK_MAX messages.
23460         * nnmaildir.el (nnmaildir-request-set-mark):
23461         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
23463 2004-01-25  Alex Schroeder  <alex@gnu.org>
23465         * spam-stat.el (spam-stat-process-directory-age): New option.
23466         (spam-stat-process-directory): Use it.
23468 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
23470         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
23471         (spam-stat-save): Accept prefix argument.
23473 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
23475         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
23476         links" error.
23478 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
23480         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
23481         compatibility with old .newsrc.eld files.
23483         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
23485         * gnus-start.el (gnus-1): do.
23487         * gnus-group.el (gnus-group-line-format-alist): do.
23489         * gnus.el (gnus-use-grouplens, gnus-visual): do.
23491         * gnus-gl.el: Remove.
23493 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23495         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
23496         marks consisting of a single range {for example, (3 . 5)} rather
23497         than a list of a single range { ((3 . 5)) }.
23499 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
23501         * spam-stat.el (spam-stat-store-gnus-article-buffer):
23502         Use with-current-buffer.
23503         (spam-stat-store-current-buffer): Use insert-buffer-substring to
23504         avoid consing a string.
23506         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
23507         Remove obsolete entries for big5 and gb2312.
23509 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23511         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
23512         uncompressed list.
23514 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
23516         * spam-stat.el (spam-stat-strip-xref): New function.
23517         (spam-stat-process-directory): Use it.
23519         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
23520         here -- it's done in message-fetch-field.
23522 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23524         * gnus-agent.el (gnus-agent-queue-mail)
23525         (gnus-agent-prompt-send-queue): New variables.
23526         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
23527         * gnus-draft.el (gnus-group-send-queue): Pass the group name
23528         "nndraft:queue" along to gnus-draft-send.
23529         Use gnus-agent-prompt-send-queue.
23530         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
23531         is "nndraft:queue".  Suggested by Gaute Strokkenes
23532         <gs234@srcf.ucam.org>
23534         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
23535         (agent-enable-undownloaded-faces): Add.
23536         (gnus-agent-cat-groups): Use eval-and-compile, not
23537         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
23538         method of gnus-agent-cat-groups even when the buffer has been
23539         evalled.
23540         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
23541         delete gnus-agent-save-active-1.
23542         (gnus-agent-save-groups): Delete.  Identical to
23543         gnus-agent-save-active.
23544         (gnus-agent-write-active): No longer adjust agent's copy of active
23545         file as agent's adjustments are now stored in their own
23546         file.  Remove optional parameter.
23547         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
23548         servers.  Add use of min/max range limits from server's local
23549         file.
23550         (gnus-agent-save-alist): Remove unused optional argument.
23551         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
23552         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
23553         (gnus-agent-set-local): A per-server file that keeps min/max range
23554         limits for articles known to the agent.  Provides a fast mechanism
23555         for altering many active ranges.
23556         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
23557         active file (local makes it unnecessary).
23558         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
23560         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
23561         (agent-enable-undownloaded-faces): Add.
23563         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
23564         disable it when sending to "nndraft:queue".
23565         (gnus-group-send-queue): Add safety check to avoid sending queue
23566         when unplugged.
23568         * gnus-group.el (gnus-group-catchup): Use new
23569         gnus-sequence-of-unread-articles, not
23570         gnus-list-of-unread-articles, to avoid exhausting memory with huge
23571         numbers of articles.  Use gnus-range-map to avoid having to
23572         uncompress the unread list.
23573         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
23574         Fix invalid ange-ftp reference.
23576         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
23577         (gnus-sorted-range-intersection): Intersection of two ranges
23578         without requiring that they first be uncompressed.
23580         * gnus-start.el (gnus-activate-group): Unless blocked by the
23581         caller, possibly expand the active range to include both cached
23582         and agentized articles.
23583         (gnus-convert-old-newsrc): Rewrote in anticipation of having
23584         multiple version-dependent converters.
23585         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
23586         gnus-agent-save-active.
23587         (gnus-save-newsrc-file): Save dirty agent range limits.
23589         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
23590         gnus-agent-possibly-alter-active.
23591         (gnus-adjust-marked-articles): Faster handling of simple lists.
23593 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
23595         * spam-stat.el (spam-stat-test-directory): New optional argument
23596         displays a list of files detected.  Suggested by Andrew Cohen
23597         <cohen@andy.bu.edu>.
23598         (spam-stat-buffer-words-with-scores): Don't narrow and change
23599         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
23601 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
23603         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
23604         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
23605         (spam-spamassassin-arguments)
23606         (spam-spamassassin-spam-flag-header)
23607         (spam-spamassassin-positive-spam-flag-header)
23608         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
23609         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
23610         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
23611         (spam-list-of-processors, spam-list-of-checks)
23612         (spam-list-of-statistical-checks, spam-registration-functions)
23613         (spam-check-spamassassin-headers, spam-check-spamassassin)
23614         (spam-spamassassin-score)
23615         (spam-spamassassin-register-with-sa-learn)
23616         (spam-spamassassin-register-spam-routine)
23617         (spam-spamassassin-register-ham-routine)
23618         (spam-assassin-register-spam-routine)
23619         (spam-assassin-register-ham-routine): Add SpamAssassin support.
23620         (spam-bogofilter-score): Fix to show article before scoring.
23622 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
23624         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
23625         default scoring function.
23626         (spam-generic-score): Call spam-spamassassin-score if
23627         spam-use-spamassassin or spam-use-spamassassin-headers is on;
23628         spam-bogofilter-score otherwise.
23630         * gnus.el (spam-process, spam-autodetect-methods):
23631         Add spamassassin and spamassassin-headers.
23633 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
23635         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
23636         Suppress unnecessary messages.
23638 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
23640         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
23641         make-hash-table.
23643 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23645         * canlock.el (base64-encode-string): Don't autoload it.
23647 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23649         * run-at-time.el: Remove useless (require 'itimer),
23650         eval-and-compile and (featurep 'xemacs).
23652 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
23654         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
23655         GROUP is a virtual group.
23657 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
23659         * gnus.el: Autoload `message-y-or-n-p'.
23661 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
23663         * pgg-parse.el: Remove unnecessary (require 'custom).
23665         * pgg-def.el: do.
23667         * nnmail.el: do.
23669         * gnus-undo.el: do.
23671         * gnus-picon.el: do.
23673         * gnus-util.el: do.
23675 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
23677         * gnus-sum.el (gnus-pick-line-number): Add autoload.
23679 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23681         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
23682         handle, as well as a list.
23684         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
23685         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
23686         (mm-w3m-cid-retrieve): Simplify.
23688 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
23690         * message.el (message-kill-to-signature): Allow prefix arg to
23691         specify number of lines to keep before signature.
23693 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
23695         * message.el (message-kill-to-signature): Change docstring.
23697 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
23699         * canlock.el: Always require sha1-el.
23700         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
23702         * message.el: Autoload sha1 only when compiling.
23704 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23706         * message.el (message-canlock-generate): Require sha1-el.
23708 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
23710         * message.el (message-expand-name): Silence the byte compiler.
23712 2004-01-13  Simon Josefsson  <jas@extundo.com>
23714         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
23715         Invoke gnus-score-mode.
23716         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
23718         * gnus-range.el (gnus-compress-sequence): Doc fix.
23719         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
23721 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
23723         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
23725 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
23727         * spam.el (spam-get-article-as-string): Update to use
23728         gnus-request-article-this-buffer, much simpler.
23729         (spam-get-article-as-buffer): Remove.
23731 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
23733         * message.el (message-expand-name): Use EUDC if the user uses that.
23735 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
23737         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
23738         character for the encoding to avoid consing a string.
23740         * rfc2047.el (rfc2047-decode-string): Don't cons a string
23741         unnecessarily.
23743         * mm-util.el (mm-replace-chars-in-string): Remove.
23745         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
23746         of mm-replace-chars-in-string.
23748 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
23750         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
23752         * mm-util.el (mm-subst-char-in-string): Support inplace.
23754         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
23755         a new string in every iteration.  Use shy groups.
23757 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
23759         * gnus-srvr.el (gnus-browse-unsubscribe-group):
23760         * gnus-soup.el (gnus-soup-group-brew):
23761         * gnus-msg.el (gnus-put-message):
23762         * gnus-move.el (gnus-group-move-group-to-server):
23763         * gnus-kill.el (gnus-batch-score):
23764         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
23765         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
23766         (gnus-group-update-group, gnus-group-read-group)
23767         (gnus-group-make-group, gnus-group-make-help-group)
23768         (gnus-group-make-archive-group, gnus-group-make-directory-group)
23769         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
23770         (gnus-group-sort-by-unread, gnus-group-catchup)
23771         (gnus-group-unsubscribe-group, gnus-group-kill-group)
23772         (gnus-group-yank-group, gnus-group-set-info)
23773         (gnus-group-list-groups):
23774         * gnus.el (gnus-generate-new-group-name):
23775         * gnus-delay.el (gnus-delay-send-queue):
23776         * nnvirtual.el (nnvirtual-catchup-group):
23777         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
23778         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
23779         (gnus-group-prepare-topics, gnus-topic-check-topology):
23780         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
23781         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
23782         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
23783         (gnus-group-make-articles-read):
23784         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
23785         (gnus-group-change-level, gnus-kill-newsgroup)
23786         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
23787         (gnus-get-unread-articles, gnus-make-articles-unread)
23788         (gnus-make-ascending-articles-unread): Use accessor
23789         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
23790         to get group information for improved readability.
23792 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
23794         * gnus-art.el (article-decode-mime-words, article-babel)
23795         (gnus-article-highlight-signature, gnus-article-add-buttons)
23796         (gnus-signature-toggle): Use gnus-with-article-buffer.
23798         * gnus-art.el (gnus-article-highlight-headers)
23799         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
23801         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
23802         (gnus-article-set-globals, gnus-request-article-this-buffer)
23803         (gnus-button-message-id, gnus-article-maybe-hide-headers)
23804         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
23805         (gnus-mime-display-alternative): Use with-current-buffer.
23807 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
23809         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
23810         also under 80 char limit, and call gnus-error if needed.
23811         (spam-fetch-article-header): Fix - it was a
23812         buffer-local variable (gnus-newsgroup-data).
23813         (spam-find-spam): Use spam-generate-fake-headers, forget about
23814         spam-insert-fake-headers.
23815         (spam-insert-fake-headers): Remove.
23817 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
23819         * deuglify.el (gnus-article-outlook-unwrap-lines)
23820         (gnus-outlook-rearrange-article)
23821         (gnus-outlook-repair-attribution-outlook)
23822         (gnus-outlook-repair-attribution-block)
23823         (gnus-outlook-repair-attribution-other): Remove redundant
23824         save-excursion.
23826 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
23828         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
23829         (spam-fetch-field-subject-fast)
23830         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
23831         (spam-fetch-article-header): Add functions to deal with Gnus
23832         internals for fast retrieval of article header data.
23833         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
23835 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
23837         * pop3.el (pop3-md5): Remove.
23838         (pop3-apop): Replace pop3-md5 with md5.
23840         * mm-bodies.el: base64 is always built-in.
23842         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
23843         Use with-current-buffer.
23845 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
23847         * canlock.el (canlock-insert-header): Remove excessive grouping in
23848         regexp.
23850         * gnus-sum.el (gnus-summary-read-document): Ditto.
23852         * gnus-uu.el (gnus-uu-part-number): Ditto.
23854         * html2text.el (html2text-remove-tags): Ditto.
23855         (html2text-format-tags): Ditto.
23856         (html2text-format-single-elements): Ditto.
23858         * mml.el (mml-parse-1): Ditto.
23860 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
23862         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
23864         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
23866         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
23868         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
23870 2003-11-15  Simon Josefsson  <jas@extundo.com>
23872         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
23873         (pgg-gpg-lookup-key): Use regexp match instead of
23874         split-string (split-string is different between emacs 21.2 and
23875         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
23877 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
23879         * gnus-art.el (gnus-mime-view-all-parts)
23880         (gnus-article-part-wrapper, gnus-article-view-part):
23881         Use with-current-buffer.
23883 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
23885         * spam.el (spam-disable-spam-split-during-ham-respool)
23886         (spam-spamoracle-database, spam-cache-lookups)
23887         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
23888         (spam-group-ham-mark-p, spam-group-spam-mark-p)
23889         (spam-group-ham-marks, spam-group-spam-marks)
23890         (spam-group-spam-contents-p, spam-group-ham-contents-p)
23891         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
23892         also add spam-use-blackholes to the statistical checks.
23893         (spam-fetch-field-fast): Add interface to fetching fields, may
23894         become a macro.
23895         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
23896         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
23897         (spam-insert-fake-headers): Fake an article when needed.
23898         (spam-find-spam): Fake article when possible.
23899         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
23900         (spam-check-bogofilter-headers): Use message-fetch-field instead
23901         of nnmail-fetch-field.
23903 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
23905         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
23907 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
23909         * spam.el (spam-split): Do not require spam-use-CHECK to be
23910         enabled if that check is passed to spam-split explicitly; also
23911         fix so 'spam doesn't get converted to spam-split-group when
23912         spam-split-symbolic-return is t.
23913         (spam-find-spam): Find registrations of the article and use those
23914         instead of re-running spam-split to find the spam/ham
23915         classification of the article.
23916         (spam-log-processing-to-registry, spam-log-registered-p)
23917         (spam-log-unregistration-needed-p, spam-log-undo-registration):
23918         Use gnus-error instead of gnus-message.
23919         (spam-log-registration-type): Add function to determine the
23920         classification of a message based on registry entries; will
23921         return nil if both 'spam and 'ham are found.
23922         (spam-check-BBDB): Expand all the BBDB macros here so we can have
23923         a reasonably fast local cache without the loading errors.
23924         (spam-cache-lookups): Set to t by default.
23925         (spam-find-spam): Don't try to guess spam-cache-lookups.
23926         (spam-enter-whitelist, spam-enter-blacklist): Clear the
23927         spam-caches entry.
23928         (spam-filelist-build-cache, spam-filelist-check-cache):
23929         Fix caching of whitelist/blacklist entries.
23930         (spam-check-whitelist, spam-check-blacklist):
23931         Invoke spam-from-listed-p with a type, not a cache variable.
23932         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
23934 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
23936         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
23938         * nnmail.el (nnmail-split-fancy): do.
23940         * mml.el (mml-parse): do.
23942         * gnus-score.el (gnus-enter-score-words-into-hashtb)
23943         (gnus-score-adaptive): do.
23945 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23947         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
23948         (gnus-mime-button-map): Don't set keymap parent.
23949         (gnus-button-ctan-directory-regexp): Use shy grouping.
23950         (gnus-prev-page-map): Don't set keymap parent.
23951         (gnus-prev-page-map): Remove duplicated one.
23952         (gnus-next-page-map): Don't set keymap parent.
23953         (gnus-mime-security-button-map): Ditto.
23955         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
23956         version number.
23958         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
23960 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23962         * canlock.el (canlock-sha1-function): Remove.
23963         (canlock-sha1-function-for-verify): Remove.
23964         (canlock-openssl-program): Remove.
23965         (canlock-openssl-args): Remove.
23966         (canlock-ignore-errors): Remove.
23967         (canlock-sha1-with-openssl): Remove.
23968         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
23969         (canlock-verify): Don't use canlock-ignore-errors.
23971         * sha1-el.el (sha1-string-external): Make it can return a string
23972         in binary form.
23973         (sha1-region-external): Ditto.
23974         (sha1-string-internal): Ditto.
23975         (sha1-region-internal): Ditto.
23976         (sha1-region): Ditto.
23977         (sha1-string): Ditto.
23978         (sha1): Ditto.
23980 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23982         * spam.el (spam-report-articles-gmane): New command.
23984 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23986         * gnus.el: Don't make unnecessary *Group* buffer when loading.
23988         * run-at-time.el (run-at-time-saved): Remove.
23989         (run-at-time): Doc fix.
23991 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
23993         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
23994         (gnus-summary-limit-map): Add it.
23995         (gnus-summary-make-menu-bar): do.
23997 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
23999         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
24000         Make attempt at some caching support (done for BBDB only now).
24001         (spam-find-spam): Set spam-cache-lookups if there are more than 2
24002         addresses to be checked.
24003         (spam-clear-cache-BBDB): Add function, to be invoked by
24004         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
24005         (spam-check-BBDB): Check and use the caches, if
24006         spam-cache-lookups is on, remove superfluous (provide).
24008 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
24010         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
24012 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
24014         * run-at-time.el (run-at-time-saved): Move to after the definition
24015         of `run-at-time'.
24017 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24019         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
24020         mm-w3m-local-map-property.
24022         * mm-view.el (mm-w3m-mode-map): Remove.
24023         (mm-w3m-local-map-property): Remove.
24024         (mm-inline-text-html-render-with-w3m): Don't use
24025         mm-w3m-local-map-property.
24027 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24029         * run-at-time.el: New file.
24031         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
24032         of gnus-set-text-properties.
24034         * gnus-uu.el (gnus-uu-save-article): Ditto.
24036         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
24038         * gnus-cite.el (gnus-cite-parse): Ditto.
24040         * gnus-art.el (gnus-button-push): Use set-text-properties instead
24041         of gnus-.
24043         * gnus.el: Change calls to nnheader-run-at-time and
24044         password-run-at-time throughout to use run-at-time directly.
24046         * password.el: Remove definition of run-at-time.
24048 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
24050         * mml.el (mml-minibuffer-read-disposition): Show attachment type
24051         in prompt.
24053 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
24055         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
24056         XEmacs version.
24058         * dns.el (dns-make-network-process): Use `open-network-stream'
24059         instead of `gnus-xmas-open-network-stream'.
24061         * .cvsignore: Add auto-autoloads.el, custom-load.el.
24063 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
24065         * gnus-art.el (gnus-mime-display-alternative)
24066         (gnus-insert-mime-button, gnus-insert-mime-security-button)
24067         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
24068         Don't use gnus-local-map-property.
24070         * gnus-util.el (gnus-local-map-property): Remove.
24072         * mm-view.el (mm-view-pkcs7-decrypt):
24073         Replace gnus-completing-read-maybe-default with completing-read.
24075         * gnus-util.el (gnus-completing-read): do.
24076         (gnus-completing-read-maybe-default): Remove.
24078 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
24080         * password.el: Only autoload `run-at-time' if not XEmacs.
24081         Only autoload the itimer functions if XEmacs.
24083 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
24085         * gnus-art.el (gnus-read-string): Remove.
24086         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
24087         read-string.
24089 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
24091         * netrc.el: Autoload password-read.
24092         (netrc): Add configuration group.
24093         (netrc-encoding-method, netrc-openssl-path):
24094         Add variables for encoding and decoding of files with symmetric
24095         ciphers.
24096         (netrc-encode): Add assistant function to encode a file with
24097         netrc-encoding-method.
24098         (netrc-parse): Add interactive parameter, added optional
24099         decoding if netrc-encoding-method is non-nil but otherwise
24100         behavior is standard.
24101         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
24102         Do s/encode/encrypt/ everywhere.
24104         * spam.el: Remove executable-find autoload.
24106 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
24108         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
24110         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
24112 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
24114         * gnus-art.el (gnus-treat-ansi-sequences)
24115         (article-treat-ansi-sequences): New variable and function.
24116         Suggested by Dan Jacobson <jidanni@jidanni.org>.
24118         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
24119         Use it.
24121 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
24123         * mm-util.el (mm-quote-arg): Remove.
24125         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
24126         shell-quote-argument.
24128         * gnus-uu.el (gnus-uu-command): do.
24130         * gnus-sum.el (gnus-summary-insert-pseudos): do.
24132         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
24133         with make-char.
24135         * mm-util.el (mm-make-char): Remove.
24137         * mml.el (mml-mode): Replace gnus-add-minor-mode with
24138         add-minor-mode.
24140         * gnus-undo.el (gnus-undo-mode): do.
24142         * gnus-topic.el (gnus-topic-mode): do.
24144         * gnus-sum.el (gnus-dead-summary-mode): do.
24146         * gnus-start.el (gnus-slave-mode): do.
24148         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
24150         * gnus-ml.el (gnus-mailing-list-mode): do.
24152         * gnus-gl.el (gnus-grouplens-mode): do.
24154         * gnus-draft.el (gnus-draft-mode): do.
24156         * gnus-dired.el (gnus-dired-mode): do.
24158         * gnus-ems.el (gnus-add-minor-mode): Remove.
24160         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
24161         Replace gnus-char-width with char-width.
24163         * gnus-ems.el (gnus-char-width): Remove.
24165         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
24166         Replace gnus-char-width with char-width.
24168         * gnus-ems.el (gnus-char-width): Remove.
24170         * spam-stat.el (with-syntax-table): Remove with-syntax-table
24171         definition.
24172         Remove Emacs 20 hash table compatibility code.
24174         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
24175         20 compatibility code.
24177         * spam.el (spam-point-at-eol): Replace with point-at-eol.
24179         * smime.el (smime-point-at-eol): Replace with point-at-eol.
24181         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
24182         Replace with point-at-{eol,bol}.
24184         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
24186         * imap.el (imap-point-at-eol): Replace with point-at-eol.
24188         * flow-fill.el (fill-flowed-point-at-bol)
24189         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
24191         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
24192         Replace with point-at-{eol,bol} throughout all files.
24194 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
24196         * ntlm.el (ntlm-string-as-unibyte): New macro.
24197         (ntlm-build-auth-response): Use it.
24199         Remove Emacs 20 stuff:
24200         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
24201         of delq and copy-sequence.
24202         * gnus-art.el (popup-menu): Remove the compiler macro.
24203         * nnmail.el (nnmail-split-fancy): Don't support customizing with
24204         Emacs 20.
24206 2004-01-05  Simon Josefsson  <jas@extundo.com>
24208         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
24209         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
24210         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
24211         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
24212         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
24213         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
24214         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
24215         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
24216         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
24217         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
24218         ntlm-string-permute, string-lshift into ntlm-string-lshift,
24219         string-xor into ntlm-string-xor.
24220         Suggested by Jesper Harder <harder@myrealbox.com>.
24222         * ntlm.el: Don't include poem.
24224         * md4.el (print-int32, print-string-hexa): Remove.
24225         Suggested by Jesper Harder <harder@myrealbox.com>.
24227         * sasl-ntlm.el, ntlm.el, md4.el: New files.
24229         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
24230         probably breaks emacs with DL patch, but do we care? Is anyone
24231         still using the DL stuff?)
24233         * sieve-manage.el: Use the password package.
24234         (sieve-manage-read-passwd): Remove.
24235         (sieve-manage-interactive-login): Use password.  Re-add
24236         condition-case around loop.
24238         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
24239         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
24240         Use the password package.
24242 2003-02-19  Simon Josefsson  <jas@extundo.com>
24244         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
24245         token.
24247 2002-08-07  Simon Josefsson  <jas@extundo.com>
24249         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
24250         (sieve-manage-authenticators):
24251         (sieve-manage-authenticator-alist): Add some SASL mechs.
24252         (sieve-sasl-auth): New function.
24253         (sieve-manage-cram-md5-auth):
24254         (sieve-manage-plain-auth): Rewrite using SASL library.
24255         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
24256         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
24257         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
24258         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
24260 2004-01-05  Simon Josefsson  <jas@extundo.com>
24262         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
24263         New files.
24265 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24267         * gnus-group.el (gnus-no-groups-message): Update.
24269         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
24271 2003-11-09  Simon Josefsson  <jas@extundo.com>
24273         * imap.el: Support for ID IMAP extension (RFC 2971).
24274         (imap-local-variables): Add imap-id.
24275         (imap-id): New variable.
24276         (imap-id): New function.
24277         (imap-parse-response): Parse untagged ID response.
24278         * nnimap.el (nnimap-id): New variable.
24279         (nnimap-open-connection): Use it.
24281 2003-12-28  Simon Josefsson  <jas@extundo.com>
24283         * gnus-score.el (gnus-score-edit-all-score): New.
24284         * gnus-group.el (gnus-group-score-map): Bind it to W e.
24286 2004-01-04  Simon Josefsson  <jas@extundo.com>
24288         * password.el: Add.
24290 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
24292         * dns.el (dns-query-types): Fix typo.
24293         (dns-query-types): New function.
24294         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
24295         PTR and SOA replies, see RFC 1035.
24297 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24299         * gnus.el (gnus-logo-color-style): Change colors to `no'.
24301         * Move to Changelog.2.
24303 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24305         * gnus.el (gnus-version-number): Bump version.
24307 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
24309         * gnus.el: No Gnus v0.1 is released.
24311 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
24313         * gnus.el: No Gnus v0.0 is released.
24315 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24317         * gnus.el (gnus-version-number): Bump.
24318         (gnus-version): No.
24320 See ChangeLog.2 for earlier changes.
24322   Copyright (C) 2004-2013 Free Software Foundation, Inc.
24324   This file is part of GNU Emacs.
24326   GNU Emacs is free software: you can redistribute it and/or modify
24327   it under the terms of the GNU General Public License as published by
24328   the Free Software Foundation, either version 3 of the License, or
24329   (at your option) any later version.
24331   GNU Emacs is distributed in the hope that it will be useful,
24332   but WITHOUT ANY WARRANTY; without even the implied warranty of
24333   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
24334   GNU General Public License for more details.
24336   You should have received a copy of the GNU General Public License
24337   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
24339 ;; Local Variables:
24340 ;; coding: utf-8
24341 ;; fill-column: 79
24342 ;; add-log-time-zone-rule: t
24343 ;; End: