1 2013-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3 * eww.el (eww-submit): Make form submission work.
5 * shr.el (shr-descend): Allow other packages to override (or provide)
7 (shr-expand-url): Strip query strings from URLs before expanding them.
9 * eww.el: Don't require cl-lib.
10 (eww-tag-form): Start form support.
12 * eww.el: Start writing a new, tiny web browser.
13 (eww-previous-url): New command.
14 (eww-quit): New command.
16 2013-06-10 Albert Krewinkel <krewinkel@moltkeplatz.de>
18 * sieve.el: Put point at beginning of buffer when viewing a script.
19 (sieve-open-server): respect the PORT parameter. Show the correct port
20 number in sieve-buffer's header. Fixed code to also work with a string
21 as port specifier. Properly close the connection on pressing 'q'. Make
22 sieve-manage-quit close the connection and process buffer. Also, remove
23 duplicate keybinding for 'q'.
25 2013-06-10 Roy Hashimoto <roy.hashimoto@gmail.com> (tiny change)
27 * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
28 make it easier to read.
29 (mm-pkcs7-enveloped-magic): Ditto.
31 2013-06-06 Teodor Zlatanov <tzz@lifelogs.com>
33 * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
34 before `image-type-available-p' to avoid loading the image libraries
37 2013-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
39 * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
40 assume Date header begins with "Date", that may be customized into
41 something like "X-Sent" using gnus-article-time-format.
42 (article-transform-date): Allow multi-line Date header.
44 2013-06-02 David Engster <deng@randomsample.de>
46 * registry.el (initialize-instance, registry-lookup)
47 (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
48 (registry-lookup-secondary-value, registry-search, registry-delete)
49 (registry-insert, registry-reindex, registry-size, registry-prune): Do
50 not wrap methods in `eval-and-compile'. This breaks due to latest
51 changes in EIEIO (introduction of eieio-core.el).
53 2013-05-30 Glenn Morris <rgm@gnu.org>
55 * nnmail.el (nnmail-fancy-expiry-target):
56 Also bind mail-dont-reply-to-names.
58 * spam-stat.el (spam-stat-save):
59 No need to tweak font-lock in temp buffers.
61 * shr.el (shr-put-image): Silence compiler.
63 2013-05-29 Glenn Morris <rgm@gnu.org>
65 * gnus-ems.el (set-process-plist): Every supported Emacs has this.
67 * gnus-group.el (gnus-sequence-of-unread-articles)
68 (gnus-summary-add-mark, gnus-mark-article-as-read)
69 (gnus-group-make-articles-read): Declare.
71 * gnus-sum.el (gnus-parameter-list-identifier)
72 (gnus-article-stop-animations, gnus-stop-downloads)
73 (gnus-article-only-boring-p, article-goto-body)
74 (gnus-flush-original-article-buffer, article-narrow-to-head)
75 (gnus-article-hidden-text-p, gnus-delete-wash-type)
76 (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
78 * gnus.el: No need to eval-and-compile autoloads.
80 * gravatar.el (help-function-arglist): Autoload.
82 * nnimap.el (gnus-refer-thread-use-nnir): Declare.
84 * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
86 * spam.el: No need to load spam-report when compiling.
87 No need to eval-and-compile autoloads.
88 (spam-report-resend-to): Declare.
89 (spam-report-resend-register-routine): Require 'spam-report.
91 2013-05-24 Julien Danjou <julien@danjou.info>
93 * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
96 2013-05-23 Glenn Morris <rgm@gnu.org>
98 * gnus-util.el (rmail-swap-buffers-maybe)
99 (rmail-maybe-set-message-counters, rmail-count-new-messages)
100 (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
101 (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
103 * mm-decode.el: No need to load term when compiling.
104 (term-mode, term-char-mode): Declare.
106 * mm-util.el: No need to load jka-compr when compiling.
107 (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
109 * nnmaildir.el: Require is automatically eval-and-compile.
110 (nnmail): Require at run-time too.
112 * registry.el (registry-size): Move definition before use.
114 2013-05-22 Daiki Ueno <ueno@gnu.org>
116 * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
117 signed data to conform the standard. (Bug#14232)
119 2013-05-20 Adam Sjøgren <asjo@koldfront.dk>
121 * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
122 double angle quotation mark.
124 2013-05-19 Adam Sjøgren <asjo@koldfront.dk>
126 * message.el (message-insert-formatted-citation-line): Handle finding
127 first/lastname when more than 2 names appear.
129 2013-05-19 Adam Sjøgren <asjo@koldfront.dk>
131 * shr.el (shr-tag-span): New function.
133 2013-05-18 Glenn Morris <rgm@gnu.org>
135 * message.el (message-mode): Use message-mode-abbrev-table,
136 with text-mode-abbrev-table as parent. (Bug#14413)
138 2013-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
140 * message.el (message-expand-group): Decode group names.
142 2013-05-16 Julien Danjou <julien@danjou.info>
144 * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
147 2013-05-15 Glenn Morris <rgm@gnu.org>
149 * shr-color.el (shr-color-visible-luminance-min)
150 (shr-color-visible-distance-min): Use shr-color group.
152 2013-05-11 Glenn Morris <rgm@gnu.org>
154 * gnus-vm.el: Make it loadable without VM.
155 (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
156 (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
158 2013-05-09 Glenn Morris <rgm@gnu.org>
160 * mml1991.el: Make it loadable. (Bug#13456)
162 * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
163 * gnus-async.el (gnus-async-post-fetch-function):
164 * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
165 * gnus-html.el (gnus-html-image-cache-ttl):
166 * gnus-notifications.el (gnus-notifications-timeout):
167 * gnus-picon.el (gnus-picon-properties):
168 * gnus-util.el (gnus-completion-styles):
169 * gnus.el (gnus-other-frame-resume-function):
170 * message.el (message-user-organization-file)
171 (message-cite-reply-position):
172 * nnir.el (nnir-summary-line-format)
173 (nnir-retrieve-headers-override-function):
174 * shr-color.el (shr-color-visible-luminance-min):
175 * shr.el (shr-blocked-images):
176 * spam-report.el (spam-report-resend-to):
177 * spam.el (spam-summary-exit-behavior): Fix custom types.
179 * gnus-salt.el (gnus-selected-tree-face): Fix default.
181 2013-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
183 * gnus-art.el (gnus-article-describe-bindings): Require help-mode
184 because of let-binding help-xref-following. (Bug#14356)
186 2013-05-06 Tassilo Horn <tassilo@member.fsf.org>
188 * message.el (message-bury, message-send-and-exit):
189 Revert 2013-05-04 change.
191 2013-05-06 Glenn Morris <rgm@gnu.org>
193 * mml2015.el (mml2015-epg-sign): Add name="signature.asc". (Bug#13465)
195 2013-05-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
197 * message.el (message-bury): Make `buffer' optional.
198 (message-send-and-exit): Don't pass `buf' so as to hide the buffer
201 2013-05-04 Andrew Cohen <cohen@bu.edu>
203 * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
204 entering into the registry.
206 2013-05-01 Katsumi Yamaoka <yamaoka@jpl.org>
208 * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
211 2013-04-27 Glenn Morris <rgm@gnu.org>
213 * gnus.el (gnus-list-debbugs):
214 Use require rather than autoload. (Bug#14262)
216 2013-04-27 Julien Danjou <julien@danjou.info>
218 * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
219 port to "sieve" now that it has an official IANA port assigned.
221 2013-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
223 * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
224 Don't set the MAILHOST environment variable permanently (Bug#14271).
226 2013-04-26 Glenn Morris <rgm@gnu.org>
228 * message.el (message-bury): Revert 2013-03-18 change. (Bug#14117)
230 2013-04-25 Andrew Cohen <cohen@bu.edu>
232 * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
233 string values of 'gcc-self. Thanks to Saroj Thirumalai.
235 2013-04-24 Andrew Cohen <cohen@bu.edu>
237 * nnir.el (nnir-close-group): Make sure we are in the right group.
239 * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
240 dependency table from all newly retrieved headers.
242 2013-04-16 David Edmondson <dme@dme.org>
244 Support <img src="data:...">.
246 * shr.el (shr-image-from-data): New function.
247 (shr-tag-img): Use it.
249 2013-04-14 Andrew Cohen <cohen@bu.edu>
251 * nnir.el (nnir-request-set-mark): Make sure we are in the right
254 2013-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
256 * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
257 corresponding to any existing group (Bug#14166).
259 2013-04-10 Andrew Cohen <cohen@bu.edu>
261 * nnir.el (number-sequence): No longer used.
262 (nnir-request-set-mark): New function.
263 (nnir-request-update-info): Improve marks updating.
264 (nnir-request-scan): Don't duplicate marks updating.
265 (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
266 Use 'assq rather than 'assoc. Quote anonymous function.
267 (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
268 Use 'gnus-group-prefixed-p.
269 (gnus-summary-create-nnir-group): Make sure server for method is open.
271 2013-04-04 Andrew Cohen <cohen@bu.edu>
273 * nnir.el (gnus-nnir-group-p): New function.
274 (nnir-possibly-change-group): Use it.
276 * gnus-msg.el (gnus-setup-message): Use it.
278 2013-04-04 Katsumi Yamaoka <yamaoka@jpl.org>
280 * mml.el (mml-minibuffer-read-description): Use `default' insted of
281 `initial-input' for the argument name.
282 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
284 2013-04-03 Kevin Layer <layer@known.net> (tiny change)
286 * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
289 2013-04-01 Andrew Cohen <cohen@bu.edu>
291 * nnir.el (nnir-request-update-mark): Improve mark updating in original
294 * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
297 2013-03-31 Andrew Cohen <cohen@bu.edu>
299 * nnir.el (nnir-method-default-engines): And another typo.
301 2013-03-30 Andrew Cohen <cohen@bu.edu>
303 * nnir.el (nnir-method-default-engines): Fix typo.
305 2013-03-29 Andrew Cohen <cohen@bu.edu>
307 * nnir.el: Define 'number-sequence for xemacs.
308 (gnus-summary-create-nnir-group): New function to create an nnir group
309 from an nnir summary buffer based on the current query.
310 (nnir-request-create-group): Update to allow nnir group creation based
311 on the current query.
313 2013-03-28 Katsumi Yamaoka <yamaoka@jpl.org>
315 * nndraft.el (nndraft-request-expire-articles):
316 Make expiry target always `delete'.
318 2013-03-27 Andrew Cohen <cohen@bu.edu>
320 * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
321 buffer use the posting-style and gcc of the original article group.
322 (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
324 * nnir.el: Fix byte-compile warning. nnoo-define-skeleton should come
327 2013-03-26 Andrew Cohen <cohen@bu.edu>
329 * nnir.el: Major rewrite. Cleaner separation between searches and group
330 management. Marks are now shown in nnir summary buffers. Rudimentary
331 support for real (i.e. not ephemeral) nnir groups.
332 (gnus-summary-make-nnir-group): New function for initiating searches
333 from a summary buffer.
335 2013-03-18 Sam Steingold <sds@gnu.org>
337 * message.el (message-bury): Minor cleanup.
339 2013-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
341 * nndir.el (nndir-request-list): Remove 2nd argument passed to
342 nnml-request-list. (Bug#13873)
343 (nndir-request-newsgroups): Remove, unused.
345 * nndraft.el (nndraft-request-newsgroups): Remove, unused.
347 2013-03-03 Ted Phelps <phelps@gnusto.com>
349 * shr.el: Make all the overlays set the `evaporate' property so that
350 they're removed properly.
352 2013-02-25 Adam Sjøgren <asjo@koldfront.dk>
354 * mml2015-el (mml2015-epg-key-image): Wrap epg-gpg-program in
355 shell-quote-argument.
357 2013-02-22 David Engster <deng@randomsample.de>
359 * gnus-registry.el (gnus-registry-save): Provide class name when
360 calling `eieio-persistent-read' to avoid "unsafe call" warning. Use
361 `condition-case' to stay compatible with older EIEIO versions which
362 only accept one argument.
364 2013-02-17 Daiki Ueno <ueno@gnu.org>
366 * mml2015.el (epg-key-user-id-list, epg-user-id-string)
367 (epg-user-id-validity): Autoload.
368 (mml2015-epg-check-user-id): New function.
369 (mml2015-epg-check-sub-key): New function split from
370 mml2015-epg-find-usable-key.
371 (mml2015-epg-find-usable-key): Accept context, name, usage, and
372 optional name-is-key-id, to handle the case when user-id is unusable.
373 Reported by Łukasz Stelmach <stlman@poczta.fm>.
375 2013-02-17 Glenn Morris <rgm@gnu.org>
377 * shr.el (shr-put-image): Use image-multi-frame-p if available.
379 2013-02-16 Glenn Morris <rgm@gnu.org>
381 * shr.el (shr-put-image): Only animate images that specify a delay.
382 This is consistent with the old image-animated-p behavior.
384 2013-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
386 * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
389 2013-02-13 Juri Linkov <juri@jurta.org>
391 * gnus-art.el (gnus-article-mode-map):
392 * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
393 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
395 2013-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
397 * nnir.el ("nnir"): Add 'virtual ability to nnir backend. (This was
398 done in 2012-07-22 by Andrew Cohen, but I reverted it mistakenly.)
400 2013-02-07 Gábor Vida <gabor.v.vida@ericsson.com> (tiny change)
402 * auth-source.el (auth-source-format-prompt): Don't get confused by
403 any "\" in replacement text. (Bug#13637)
405 2013-01-30 Christopher Schmidt <christopher@ch.ristopher.com>
407 * gnus-int.el (gnus-backend-trace-elapsed): New variable.
408 (gnus-backend-trace): Honor gnus-backend-trace.
410 * mml.el (mml-insert-part): Insert closing tag.
412 * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
414 2013-01-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
416 * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
417 able to find the article, which can happen in debbugs groups,
420 2013-01-16 Glenn Morris <rgm@gnu.org>
422 * smiley.el (smiley-style): Make the file loadable in batch mode.
424 2013-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
426 * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
427 imap process running.
429 2013-01-14 Julien Danjou <julien@danjou.info>
431 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
432 Compare addresses against addresses, not against the full From field.
434 2013-01-13 Richard Stallman <rms@gnu.org>
436 * message.el (message-forward-make-body-mime): New args BEG, END
437 specify what part of FORWARD-BUFFER to use. Do the work directly
438 instead of calling `mml-insert-buffer'.
440 2013-01-11 Aaron S. Hawley <Aaron.Hawley@vtinfo.com>
442 * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
445 * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
448 2013-01-11 Dmitry Antipov <dmantipov@yandex.ru>
450 * gnus-art.el (gnus-mime-display-security): Use point-min-marker
451 and point-max-marker.
452 * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
454 2013-01-10 Uwe Brauer <oub@mat.ucm.es> (tiny change)
456 * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
457 to mml2015-encrypt-to-self.
458 (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
460 2013-01-09 Daiki Ueno <ueno@gnu.org>
462 * mml-smime.el (epg-sub-key-fingerprint): Autoload for
463 mml-smime-epg-find-usable-secret-key.
465 2013-01-08 Glenn Morris <rgm@gnu.org>
467 * mml-smime.el (mml-smime-sign-with-sender): Add :version.
469 2013-01-07 Daiki Ueno <ueno@gnu.org>
471 * mml-smime.el: Support signing by sender.
472 Requested by Uwe Brauer.
473 (mml-smime-sign-with-sender): New user option analogous
474 to mml2015-sign-with-sender.
475 (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
476 (mml-smime-epg-find-usable-secret-key): New helper function copied from
479 2012-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
481 * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
482 isn't running, because Gnus will probably not know how to handle the
483 Gcc header (bug#11941).
485 * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
488 2012-12-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
490 * nnfolder.el (nnfolder-recursive-directory-files): New function.
491 (nnfolder-generate-active-file): Make this function work with recursive
494 2012-12-27 Lars Ingebrigtsen <larsi@gnus.org>
496 * nntp.el (nntp-open-connection): Use HELP as the capability command
497 instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
498 unknown commands. And CAPABILITY is an unknown command (bug#12763).
500 2012-12-27 Wolfgang Jenkner <wjenkner@inode.at>
502 * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
503 place holder since this gives `Invalid face reference: nil' messages.
504 Use the `default' face instead. It has the same effect here, even
505 though it is not no-op.
508 (gnus-put-text-property-excluding-characters-with-faces): Similarly.
510 2012-12-27 Lars Ingebrigtsen <larsi@gnus.org>
512 * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
513 non-string posting styles (bug#13285).
515 2012-12-27 Glenn Morris <rgm@gnu.org>
517 * plstore.el (plstore-passphrase-callback-function):
518 Use plstore-get-file.
520 2012-12-27 Andreas Schwab <schwab@linux-m68k.org>
522 * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
525 * nnimap.el (nnimap-find-article-by-message-id): Don't error out if
528 * shr.el (shr-tag-em): Render as italic, not bold.
530 2012-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
532 * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
534 2012-12-25 Adam Sjøgren <asjo@koldfront.dk>
536 * mml2015.el (mml2015-epg-key-image): use --attribute-fd rather than
537 temporary file to get PGP key image. Pass no-show-photos when extracting
538 image to avoid having it pop up twice.
540 2012-12-26 Lars Ingebrigtsen <larsi@gnus.org>
542 * gnus-art.el (gnus-article-treat-types): Include text/html as parts
543 eligible for treatment.
545 * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
546 lines. This makes summary commands with hidden threads work more
549 * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
550 button to mark the hidden citations (bug#9395).
552 2012-12-26 Daiki Ueno <ueno@gnu.org>
554 * mml2015.el (mml2015-epg-signature-to-string): New function.
555 (mml2015-epg-verify-result-to-string): New function.
556 (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
557 (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
558 instead of epg-verify-result-to-string.
559 (epg-signature-key-id, epg-signature-to-string): Autoload.
560 (epg-verify-result-to-string): Remove autoload.
562 2012-12-25 Adam Sjøgren <asjo@koldfront.dk>
564 * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
565 ID image from GPG public key.
566 (mml2015-epg-key-image-to-string): New function.
568 2012-12-25 Leo Liu <sdl.web@gmail.com>
570 * plstore.el (plstore-passphrase-callback-function): Fix error when
571 error when plstore-cache-passphrase-for-symmetric-encryption is set
574 2012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
576 * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
577 buffer to the article buffer here, because that clobbers multiple
580 * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
581 buffer always points to the right summary buffer.
583 2012-12-25 John Wiegley <jwiegley@gmail.com>
585 * auth-source.el (auth-source-netrc-parse): Allow using "password" as
586 the password (bug#12097).
588 2012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
590 * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
593 * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
594 buffer exists before using it (bug#12475).
596 * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
597 offline groups (bug#11937).
599 * message.el (message-yank-original): When using customize to set the
600 value of `message-cite-style', the variable it set to a symbol that's
601 the name of the variable, which must then be dereferenced (bug#12616).
603 2012-12-25 Wolfgang Jenkner <wjenkner@inode.at>
605 * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
606 the `face' property with a list whose car is the face specified in the
607 format string and whose cdr is (nil).
609 (gnus-put-text-property-excluding-characters-with-faces):
611 (gnus-get-text-property-excluding-characters-with-faces): New function.
612 * lisp/gnus-sum.el (gnus-summary-highlight-line):
613 * lisp/gnus-salt.el (gnus-tree-highlight-node):
614 * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
616 2012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
618 * nnimap.el (nnimap-authenticator): Expand to allow specifying the
620 (nnimap-login): Respect the `nnimap-authenticator' variable.
622 * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
623 mark state when moving articles. Otherwise unticked articles will get
624 their ticks back after moving.
626 2012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
628 * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
630 * message.el (message-ignored-news-headers): Always remove
631 X-Message-SMTP-Method to avoid information leakage if the user
632 mistakenly inserts the header into news messages.
634 * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
636 * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
637 right than four characters, this command would move point to
638 `point-max'. Don't do that.
640 * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
641 to nil to allow re-selecting groups that gain articles.
642 (gnus-bug-group-download-format-alist): Update the URL.
644 2012-12-23 Andreas Schwab <schwab@suse.de>
646 * shr.el (shr-tag-em): Render em as italic, not bold.
648 2012-12-23 Lars Ingebrigtsen <larsi@gnus.org>
650 * gnus-int.el (gnus-backend-trace): Factor out into its own function
652 (gnus-open-server): Use it to add more tracing.
653 (gnus-finish-retrieve-group-infos): Add backend tracing.
654 (gnus-backend-trace): Also note the elapsed seconds.
656 2012-12-22 Philipp Haselwarter <philipp@haselwarter.org>
658 * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
659 Set epa-file-encrypt-to from variable to avoid querying.
661 2012-12-14 Akinori MUSHA <knu@iDaemons.org> (tiny change)
663 * sieve-mode.el (sieve-font-lock-keywords):
664 Keywords should be word delimited. (Bug#13173)
666 2012-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
668 * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
669 instead of <pre> to align message header.
671 2012-12-12 Sam Steingold <sds@gnu.org>
673 * gnus.el (gnus-other-frame-resume-function): Add user option.
674 (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
676 2012-12-06 Sam Steingold <sds@gnu.org>
678 * gnus-start.el (gnus-before-resume-hook): Add.
679 (gnus-1): Run it when Gnus is alive.
681 2012-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
683 * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
684 * gnus-art.el (article-unsplit-urls)
685 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
686 * gnus-registry.el (gnus-registry-get-article-marks)
687 * message.el (message-goto-body): Use it.
688 (message-called-interactively-p): Remove.
690 * spam-stat.el (spam-stat-called-interactively-p): New macro.
691 (spam-stat-score-buffer): Use it.
693 * spam.el: Silence the warnings against BBDB functions when compiling.
695 * gnus-score.el (gnus-score-decode-text-parts):
696 Use append+mapcar instead of the cl function mapcan.
698 * gmm-utils.el (gmm-flet): Remove.
700 * gnus-sync.el (gnus-sync-lesync-call):
701 Avoid overriding json-alist-p.
703 * message.el (message-read-from-minibuffer):
704 Avoid overriding mail-abbrev-in-expansion-header-p.
706 2012-12-05 Sam Steingold <sds@gnu.org>
708 * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
709 (gnus-other-frame): Add `gnus-delete-gnus-frame' to
710 `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
712 2012-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
714 * gmm-utils.el (gmm-called-interactively-p): Revert.
715 This seems to cause Emacs to get stuck!
716 * gnus-art.el (article-unsplit-urls)
717 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
718 * gnus-registry.el (gnus-registry-get-article-marks)
719 * message.el (message-goto-body)
720 (message-called-interactively-p): Revert.
722 * gmm-utils.el (gmm-called-interactively-p): New function.
723 * gnus-art.el (article-unsplit-urls)
724 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
725 * gnus-registry.el (gnus-registry-get-article-marks)
726 * message.el (message-goto-body): Use it.
727 (message-called-interactively-p): Remove.
729 * gmm-utils.el (gmm-flet): Restore it using cl-letf.
730 * gnus-sync.el (gnus-sync-lesync-call)
731 * message.el (message-read-from-minibuffer): Use it.
733 2012-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
735 * gmm-utils.el (gmm-flet): Remove.
736 * gnus-sync.el (gnus-sync-lesync-call)
737 * message.el (message-read-from-minibuffer): Don't use it.
739 2012-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
741 * gmm-utils.el (gmm-labels): Use cl-labels if available.
743 2012-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
745 * gmm-utils.el (gmm-flet, gmm-labels): New macros.
747 * gnus-sync.el (gnus-sync-lesync-call)
748 * message.el (message-read-from-minibuffer): Use gmm-flet.
750 * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
752 * gnus-util.el (gnus-macroexpand-all): Remove.
754 2012-12-03 Andreas Schwab <schwab@linux-m68k.org>
756 * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
758 (gnus-summary-article-map): Likewise.
760 * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
761 (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
763 2012-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
765 * message.el (message-get-reply-headers):
766 Make sure the reply goes to the author if it is a wide reply.
768 2012-11-16 Jan Tatarik <jan.tatarik@gmail.com>
770 * gnus-score.el (gnus-score-body):
771 * gnus-logic.el (gnus-advanced-body): Don't score by headers when
774 2012-11-16 Glenn Morris <rgm@gnu.org>
776 * gnus-diary.el (nndiary-request-create-group-functions)
777 (nndiary-request-update-info-functions)
778 (gnus-subscribe-newsgroup-functions)
779 (nndiary-request-accept-article-functions):
780 Use new names for hooks rather than obsolete aliases.
782 2012-11-08 Katsumi Yamaoka <yamaoka@jpl.org>
784 * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
785 in meta tag with the one the part specifies in its header.
787 2012-11-02 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>
789 * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
792 2012-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
794 New UIDL implementation.
796 * mail-source.el (mail-sources, mail-source-keyword-map):
797 Add :leave as a pop3 keyword.
798 (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
800 * pop3.el (pop3-leave-mail-on-server): Allow number.
801 (pop3-uidl-file, pop3-uidl-file-backup): New user options.
802 (pop3-movemail): Add UIDL support.
803 (pop3-send-streaming-command): Take a list of mail numbers instead of
805 (pop3-write-to-file): Add X-UIDL header.
806 (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
807 (pop3-uidl-add-xheader): New functions.
809 * message.el (message-ignored-resent-headers):
810 Add X-Content-Length and X-UIDL headers.
812 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
814 * nndiary.el (nndiary-request-create-group-functions)
815 (nndiary-request-update-info-functions)
816 (nndiary-request-accept-article-functions):
817 * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
820 2012-10-17 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
822 * starttls.el (starttls-extra-arguments): Doc fix.
824 2012-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
826 * shr.el (shr-insert): \r is also not inserted, so don't try to delete
829 2012-10-06 Glenn Morris <rgm@gnu.org>
831 * gnus-notifications.el (gnus-notifications):
832 Add missing group :version tag.
833 * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
834 (gnus-gcc-post-body-encode-hook):
835 * gnus-sync.el (gnus-sync-lesync-name)
836 (gnus-sync-lesync-install-topics): Add missing custom :version tags.
838 2012-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
840 * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
841 a user about whether to delete temp files if once a user answered as n.
843 2012-09-17 Richard Stallman <rms@gnu.org>
845 * message.el (message-in-body-p): Don't set mark or modify buffer.
847 * mml.el (mml-attach-file): Doc fix.
848 (mml-attach-external, mml-attach-buffer, mml-attach-file):
849 Set mail-encode-mml when in Mail mode.
850 Simplify code to set HEAD and move back to HEAD.
851 (mml-insert-multipart, mml-insert-part):
852 Set mail-encode-mml when in Mail mode.
854 2012-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
856 * gnus-util.el (gnus-timer--function): New function.
858 * gnus-art.el (gnus-article-stop-animations): Use it.
860 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
862 Fix glitches caused by addition of psec to timers.
863 * gnus-art.el (gnus-article-stop-animations): Use timer--function
864 rather than raw access to timer vector.
866 2012-09-11 Julien Danjou <julien@danjou.info>
868 * gnus-notifications.el (gnus-notifications): Check for nil values in
869 ignored addresses check.
871 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
873 * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
875 2012-09-07 Chong Yidong <cyd@gnu.org>
878 (gnus-put-text-property-excluding-characters-with-faces): Restore.
880 * gnus-salt.el (gnus-tree-highlight-node):
881 * gnus-sum.el (gnus-summary-highlight-line):
882 * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
884 2012-09-06 Lars Ingebrigtsen <larsi@gnus.org>
886 * gnus-util.el: Fix compilation error on XEmacs 21.4.
888 2012-09-06 Juri Linkov <juri@jurta.org>
890 * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
891 scheme for buffer names to be more consistent with other group and
892 article buffer names in Gnus.
894 2012-09-06 Lars Ingebrigtsen <larsi@gnus.org>
897 (gnus-put-text-property-excluding-characters-with-faces): Remove.
899 * gnus-compat.el: Define compat function `add-face' from Wolfgang
902 * gnus-group.el (gnus-group-highlight-line): Use combining faces.
904 * gnus-sum.el (gnus-summary-highlight-line): Ditto.
906 * gnus-salt.el (gnus-tree-highlight-node): Ditto.
908 2012-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
910 * gnus-score.el (gnus-score-decode-text-parts): Use #' for
911 mm-text-parts used in labels macro to make it work with XEmacs 21.5.
913 * gnus-util.el (gnus-string-prefix-p): New function, an alias to
914 string-prefix-p in Emacs >=23.2.
916 * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
917 (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
918 instead of string-match-p.
919 (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
921 2012-09-06 Kenichi Handa <handa@gnu.org>
923 * qp.el (quoted-printable-decode-region): Fix previous change; handle
926 2012-09-05 Magnus Henoch <magnus.henoch@gmail.com>
928 * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
930 2012-09-05 Martin Stjernholm <mast@lysator.liu.se>
932 * gnus-demon.el (gnus-demon-init): Fix regression when IDLE is t and
935 2012-09-05 Juri Linkov <juri@jurta.org>
937 * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
938 than one group at a time (bug#11961).
940 2012-09-05 Julien Danjou <julien@danjou.info>
942 * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
943 this hide the real reason with a message giving absolutely no hint.
945 2012-09-05 Lars Ingebrigtsen <larsi@gnus.org>
947 * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
948 to the backend (bug#11804).
950 * message.el (message-insert-newsgroups): Don't insert newsgroup
951 duplicates (bug#12275).
953 2012-09-05 John Wiegley <johnw@newartisans.com>
955 * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
958 2012-09-05 Jan Tatarik <jan.tatarik@gmail.com>
960 * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
963 * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
965 * gnus-score.el (gnus-score-decode-text-parts): Ditto.
967 2012-09-05 Magnus Henoch <magnus.henoch@gmail.com>
969 * nnmaildir.el: Make nnmaildir understand and write maildir flags.
970 That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
971 This should make nnmaildir more usable with offlineimap.
973 2012-09-03 Lars Ingebrigtsen <larsi@gnus.org>
975 * gnus-notifications.el (gnus-notifications-notify): Use it.
977 * gnus-fun.el (gnus-funcall-no-warning): New function to silence
980 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
982 Better seeds for (random).
983 * gnus-sync.el (gnus-sync-lesync-setup):
984 * message.el (message-canlock-generate, message-unique-id):
985 Change (random t) to (random), now that the latter is more random.
987 2012-08-31 Dave Abrahams <dave@boostpro.com>
989 * auth-source.el (auth-sources): Fix macos keychain access.
991 * gnus-int.el (gnus-request-head): When gnus-override-method is set,
992 allow the backend `request-head' function to determine the group
994 (gnus-request-expire-articles): Filter out negative article numbers
995 during expiry (Bug#11980).
997 * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
998 O(N^2) to O(N). This makes warping into huge groups tolerable.
1000 * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
1001 you've found the article when you haven't.
1003 2012-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
1005 * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
1007 2012-08-30 Julien Danjou <julien@danjou.info>
1009 * gnus-notifications.el (gnus-notifications-notify): Use timeout from
1010 `gnus-notifications-timeout'.
1011 (gnus-notifications-timeout): Add.
1012 (gnus-notifications-action): New function.
1013 (gnus-notifications-notify): Add :action using
1014 `gnus-notifications-action'.
1015 (gnus-notifications-id-to-msg): New variable.
1016 (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
1017 notifications id to messages.
1019 2012-08-30 Kenichi Handa <handa@gnu.org>
1021 * qp.el (quoted-printable-decode-region): Decode multiple bytes at
1024 2012-08-29 Julien Danjou <julien@danjou.info>
1026 * gnus-notifications.el: New file.
1027 (gnus-notifications-notify): New function.
1028 (gnus-notifications): Use `gnus-notifications-notify'.
1030 2012-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
1032 * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
1033 transfer encoding first; bind gnus-newsgroup-charset to the charset
1034 that the article specifies (Bug#12209).
1036 2012-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
1038 * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
1039 (gnus-group-customize-done): Encode values posting-style holds.
1041 * gnus-msg.el (gnus-summary-resend-message)
1042 (gnus-configure-posting-styles): Decode values posting-style group
1045 2012-08-21 Katsumi Yamaoka <yamaoka@jpl.org>
1047 * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
1048 `name' and `address' in Resent-From header.
1050 2012-08-14 Chong Yidong <cyd@gnu.org>
1052 * gnus-art.el (article-display-face): Handle failure in
1053 gnus-create-image (Bug#11802).
1055 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
1057 * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
1060 2012-08-10 Daiki Ueno <ueno@unixuser.org>
1062 * auth-source.el: (auth-source-plstore-search)
1063 (auth-source-secrets-search): Ignore :require and :type in search spec.
1065 2012-08-06 Julien Danjou <julien@danjou.info>
1067 * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
1068 Remove autoload, already handled by gnus.el.
1070 2012-08-05 Julien Danjou <julien@danjou.info>
1072 * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
1075 2012-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
1077 * gnus.el (gnus-valid-select-methods): Fix custom type.
1079 2012-07-29 Teodor Zlatanov <tzz@lifelogs.com>
1081 * auth-source.el (auth-sources, auth-source-backend-parse)
1082 (auth-source-macos-keychain-search)
1083 (auth-source-macos-keychain-search-items)
1084 (auth-source-macos-keychain-result-append)
1085 (auth-source-macos-keychain-create): Support Mac OS X Keychains in
1086 auth-source.el through the /usr/bin/security utility.
1087 (auth-sources): Fix syntax error.
1088 (auth-source-macos-keychain-result-append): Fix variable name.
1089 (auth-sources, auth-source-macos-keychain-result-append): More fixes.
1091 2012-07-27 Julien Danjou <julien@danjou.info>
1093 * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
1096 2012-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
1098 * message.el (message-kill-address): Don't kill last newline.
1099 (message-skip-to-next-address): Don't move to the next header.
1100 (message-fill-field-address): Work properly.
1102 2012-07-25 Julien Danjou <julien@danjou.info>
1104 * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
1106 2012-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
1108 * nnimap.el (nnimap-get-responses): Don't remove, still used.
1110 2012-07-24 Julien Danjou <julien@danjou.info>
1112 * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
1114 * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
1115 (nntp-async-timer-handler): Remove, unused.
1117 * nnimap.el (nnimap-get-responses): Remove, unused.
1119 * nnheader.el (mail-header-set-extra): Remove, unused.
1121 * mm-view.el (mm-view-sound-file): Remove, unused.
1123 * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
1124 (mm-url-encode-multipart-form-data): Remove, unused.
1126 * message.el (message-remove-signature, message-make-host-name)
1127 (message-fill-address): Remove, unused.
1129 * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
1130 (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
1133 * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
1135 * gnus-util.el (gnus-extract-address-component-name)
1136 (gnus-extract-address-component-email, gnus-sortable-date)
1137 (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
1138 (gnus-process-live-p): Remove, unused.
1140 * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
1142 * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
1143 (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
1144 (gnus-summary-set-current-mark): Remove obsolete, empty and unused
1147 * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
1149 * gnus-score.el (gnus-summary-score-crossposting)
1150 (gnus-score-regexp-bad-p): Remove, unused.
1152 * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
1154 * gnus-range.el (gnus-sublist-p): Remove, unused.
1156 * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
1159 * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
1161 * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
1162 (gnus-request-associate-buffer): Remove, unused.
1164 * gnus-group.el (gnus-group-set-method-info)
1165 (gnus-group-set-params-info): Remove, unused.
1167 * gnus-fun.el (gnus-shell-command-to-string)
1168 (gnus-shell-command-on-region): Remove, unused.
1170 * gnus-cite.el (gnus-cited-line-p): Remove, unused.
1172 * gnus-art.el (gnus-article-text-type-exists-p)
1173 (article-translate-characters, gnus-article-hide-text-of-type)
1174 (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
1177 2012-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
1179 * nnir.el ("nnir"): Revert last change, that's premature to merge from
1182 2012-07-22 Andrew Cohen <cohen@bu.edu>
1184 * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
1186 2012-07-21 Julien Danjou <julien@danjou.info>
1188 * message.el (message-dont-reply-to-names): Replace deprecated
1189 `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
1190 (message-get-reply-headers): Ditto.
1192 2012-07-18 Julien Danjou <julien@danjou.info>
1194 * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
1195 `sieve-upload-and-kill'.
1197 * sieve.el (sieve-bury-buffer): Remove function.
1198 (sieve-manage-mode-map): Map "q" to `kill-buffer'.
1199 (sieve-upload-and-kill): New function, mapped to C-c C-c.
1201 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
1203 * shr.el (shr-expand-url): Handle URL starting with `//'.
1205 2012-07-17 Toke Høiland-Jørgensen <toke@toke.dk> (tiny change)
1206 2012-07-13 Chong Yidong <cyd@gnu.org>
1208 * smime.el (smime-certificate-info): Set buffer-read-only directly,
1209 instead of calling toggle-read-only with a (bogus) argument.
1211 2012-07-09 Tassilo Horn <tassilo@member.fsf.org>
1213 * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
1214 of initial input when reading the author to restrict the summary to.
1216 2012-07-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
1218 * gnus-sum.el (gnus-select-newsgroup): Don't assume that the group
1219 buffer exists, which it doesn't if we haven't started Gnus.
1221 2012-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
1223 * mm-decode.el (mm-shr):
1224 Allow overriding charset by mm-charset-override-alist.
1226 2012-07-03 Katsumi Yamaoka <yamaoka@jpl.org>
1228 * gnus-art.el (gnus-article-view-part):
1229 Toggle subparts of multipart/alternative part.
1231 2012-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
1233 * gnus-sync.el: Simply require json.
1235 * registry.el: Simply require eieio and eieio-base.
1237 2012-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
1239 * tests/gnustest-nntp.el, tests/gnustest-registry.el, tests/: Remove.
1241 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
1243 * shr.el (shr-render-buffer): New command.
1244 (shr-visit-file): Use it.
1246 2012-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
1248 * tests/gnustest-nntp.el, tests/gnustest-registry.el:
1249 Set no-byte-compile and no-update-autoloads.
1251 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
1253 * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
1255 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1257 * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
1258 being bound to a lambda form.
1260 2012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
1262 * gnus-picon.el (gnus-picon-properties): New defcustom.
1263 (gnus-picon-create-glyph): Use it.
1265 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1267 * shr.el: Add a iso-8859-1 cookie to make stuff work under other
1270 * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
1273 * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
1274 address as the default.
1276 * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.
1277 It makes no sense to query the user about internal files.
1279 * gnus-spec.el: Remove all the byte-compilation stuff, since
1280 benchmarking shows that it doesn't help when entering large summary
1283 * gnus-util.el (gnus-byte-code): Remove.
1285 * gnus-spec.el (gnus-update-format-specifications): Remove outdated
1288 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1290 * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
1293 2012-06-26 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>
1295 * message.el (message-buffers): Return all buffers derived from Message
1296 to make `gnus-dired-attach' work with mu4e.
1298 2012-06-26 Daiki Ueno <ueno@unixuser.org>
1300 * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
1301 (mm-dissect-singlepart): Don't guess the MIME type of
1302 application/octet-stream parts if mm-inhibit-auto-detect-attachment is
1304 (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
1305 toplevel MIME type is multipart/encrypted.
1307 2012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
1309 * gnus-agent.el (gnus-agent-save-active): Deal with the "groups" format.
1310 In particular, add an optional argument and a docstring.
1312 * gnus-start.el (gnus-groups-to-gnus-format): Use it.
1314 * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
1315 current before calling `gnus-groups-to-gnus-format'.
1316 Note that this was already the case for `gnus-active-to-gnus-format'.
1318 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
1320 * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
1322 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1324 * mm-decode.el (mm-dissect-buffer): Doc fix.
1326 * gnus-sum.el (gnus-handle-ephemeral-exit):
1327 Avoid creating the group buffer if it doesn't exist.
1329 * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config
1330 is given, mark the group as ephemeral with the current window conf.
1332 * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
1333 buffer exists, which it doesn't if we haven't started Gnus.
1334 (gnus-summary-exit): Allow quitting when we don't have a group buffer.
1336 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1338 * mml.el (mml-generate-mime):
1339 Allow specifying what the top-level part type is.
1341 * gnus-sum.el (gnus-auto-center-summary):
1342 `scroll-margin' isn't defined on XEmacs.
1344 2012-06-26 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
1346 * gnus-sum.el (gnus-auto-center-summary):
1347 Set default to respect `scroll-margin'.
1349 2012-06-26 Elias Oltmanns <eo@nebensachen.de> (tiny change)
1351 * gnus-cite.el (gnus-dissect-cited-text): A single line without
1352 citation prefix within a block of cited text should be considered
1353 part of that block *only* if it is a blank line.
1355 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
1357 * shr.el (shr-find-fill-point): Remove unused code; don't break a line
1358 before kinsoku-bol characters nor within kinsoku-eol characters.
1360 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
1362 * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
1363 (gnus-topic-create-topic, gnus-topic-enter-dribble):
1365 (gnus-sync-read): Use mapc instead of mapcar.
1367 * mm-archive.el: Require mm-decode for some macros.
1368 (gnus-recursive-directory-files, mailcap-extension-to-mime):
1369 Silence the byte compiler.
1370 (mm-archive-decoders): New function that returns the value of
1371 the mm-archive-decoders variable.
1374 Don't require mm-archive; autoload mm-archive functions instead.
1375 (mm-dissect-singlepart): Use the function mm-archive-decoders.
1377 * nnmail.el (mail-send-and-exit): Silence the byte compiler.
1379 2012-06-26 Peter Munster <pmrb@free.fr>
1381 * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
1382 (gnus-demon-cancel): Ditto.
1383 (gnus-demon-run-callback): When function cannot be called due to low
1384 idleness, call it when idleness reaches the expected value, instead
1385 of waiting another timer period.
1386 (gnus-demon-init): Add `time' to arguments of call-back.
1388 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1390 * gnus.el: Register gnus-registry functions.
1392 * gnus-registry.el (gnus-try-warping-via-registry):
1393 Move here and indent.
1395 * gnus-int.el (gnus-warp-to-article):
1396 Check whether the registry is enabled before warping.
1398 2012-06-26 Dave Abrahams <dave@boostpro.com>
1400 * gnus-sum.el (gnus-summary-insert-subject): Record information
1401 in the registry about each article retrieved.
1403 * gnus-int.el (gnus-select-group-with-message-id): New function.
1404 (gnus-try-warping-via-registry): Ditto.
1405 (gnus-warp-to-article): Fall back on the registry.
1407 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1409 * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
1411 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
1413 * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
1414 gnus-gcc-self-resent-messages may be a group parameter.
1415 (gnus-summary-resend-message):
1416 Don't encode encoded words in header when Gcc'ing resent message.
1418 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1420 * shr.el (shr-insert): Treat non-breaking space just like normal
1421 space. This seems to produce more pleasing results.
1423 Only insert a blank line if we're starting from an image.
1425 Allow <br> to end lines or to make a single blank line.
1426 (shr-ensure-paragraph): Consider lines with white space to be blank.
1428 2012-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
1430 * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
1431 and gnus-gcc-post-body-encode-hook.
1433 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1435 * mm-decode.el (mm-dissect-singlepart):
1436 Guess what the type of application/octet-stream parts really is.
1438 * gnus-sum.el (gnus-propagate-marks): Remove.
1440 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1442 * nntp.el (nntp-coding-system-for-read): Remove.
1443 (nntp-coding-system-for-write): Ditto.
1444 (nntp-open-connection): Just use `binary' directly.
1446 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
1448 * registry.el (registry-usage-test, registry-persistence-test):
1449 Move to tests/gnustest-registry.el.
1450 (registry-make-testable-db, registry-match-test)
1451 (registry-instantiation-test): Move to tests/gnustest-registry.el.
1453 * gnus-registry.el (gnus-registry-misc-test)
1454 (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
1456 * tests/gnustest-registry.el:
1457 New file with the registry and gnus-registry ERT tests.
1459 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
1461 * gnus-msg.el (gnus-summary-resend-message):
1462 Make gnus-summary-resend-message-insert-gcc be last item in
1463 message-header-setup-hook.
1465 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1467 * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
1468 (nnfolder-marks, nnfolder-marks-file-suffix)
1469 (nnfolder-marks-modtime): Remove.
1470 (nnfolder-open-server): Don't use marks.
1471 (nnfolder-request-delete-group): Ditto.
1472 (nnfolder-request-rename-group): Ditto.
1473 (nnfolder-request-set-mark, nnfolder-request-marks)
1474 (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
1475 (nnfolder-save-marks, nnfolder-open-marks): Remove.
1477 * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
1478 (nnml-marks-modtime): Remove.
1479 (nnml-request-delete-group): Don't use marks.
1480 (nnml-request-rename-group): Ditto.
1481 (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
1482 (nnml-save-marks, nnml-open-marks): Remove.
1484 * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
1485 (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
1486 (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
1487 (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
1488 (nntp-server-to-method-cache): Remove.
1490 * shr.el (shr-rescale-image): Fix wrong merge.
1492 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1494 * shr.el (shr-remove-trailing-whitespace):
1495 Really delete the padding on too-wide lines.
1497 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1499 * mm-archive.el (mm-archive-dissect-and-inline): New function.
1500 (mm-archive-dissect-and-inline): Fix up the undisplayer.
1502 * mm-decode.el (mm-display-external): Output the text from
1503 the command in the buffer after the command finished.
1504 This makes text-based commands behave better.
1506 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1508 * message.el (smtpmail-smtp-user): Silence compiler warning.
1510 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1512 * message.el (message-multi-smtp-send-mail): Also allow specifying
1515 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
1517 * gnus-sum.el (gnus-summary-article-map): Fix typo.
1519 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1521 * message.el (message-multi-smtp-send-mail): New function.
1522 (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
1523 header to implement multi-SMTP functionality.
1525 * gnus-agent.el (gnus-agent-send-mail-function): Remove.
1526 (gnus-agentize): Don't set it.
1527 (gnus-agent-send-mail): Don't use it.
1529 * gnus-sum.el (gnus-summary-widget-backward):
1530 New function and keystroke.
1532 * shr.el (shr-put-image): Remove underlines from sliced images.
1533 (shr-zoom-image): Compute the region to be replaced more correctly.
1535 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
1537 * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
1538 (gnus-summary-resend-message-insert-gcc): New function.
1539 (gnus-summary-resend-message): Modify message-header-setup-hook and
1540 message-sent-hook to make it work for Gcc.
1541 (gnus-inews-do-gcc): Update the number of unread articles of groups
1542 that messages are Gcc'd to.
1544 * message.el (message-resend): Run message-sent-hook to do Gcc.
1546 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1548 * gnus-registry.el (gnus-registry-fixup-registry):
1549 Move the message to a higher level to silence compilation.
1551 * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
1552 parameter to allow controlling the scaling.
1554 * shr.el (shr-zoom-image): New command and keystroke.
1555 (shr-put-image): Take a `size' flag to say how to scale the image.
1557 * mm-archive.el (mm-dissect-archive): Use it to get all file names.
1558 Use recursive deletion.
1559 (mm-dissect-archive): Add support for zip files.
1561 * gnus-util.el (gnus-recursive-directory-files): New function.
1563 * mm-archive.el (mm-archive-list-files): Inline text and image parts.
1564 (mm-archive-decoders): Add tgz support.
1566 * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
1567 Otherwise inserting text into the Gnus buffer can look odd.
1569 * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
1571 * mm-archive.el (mm-archive-decoders): Add support for tar.
1573 * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
1575 * nnmail.el (nnmail-extra-headers): Add Cc to the default.
1577 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1579 * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
1581 * mm-archive.el: New file.
1583 * mm-decode.el (mm-dissect-singlepart):
1584 Use it to decode ms-tnef files.
1586 * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
1588 * message.el (message-goto-*): Make all the `message-goto-*' commands
1589 push the mark before moving point. This makes it easier to go back
1590 to where you came from after editing whatever you jumped to.
1592 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
1594 * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
1595 (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
1596 (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
1598 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
1600 * spam.el: Move BBDB autoloads.
1601 (spam-exists-in-BBDB-p):
1602 New function to do the BBDB search directly in BBDB 2 and 3.
1603 (spam-check-BBDB): Use it.
1604 (spam-enter-ham-BBDB): Use it.
1606 2012-06-26 Peter Munster <pmrb@free.fr> (tiny change)
1608 * gnus-group.el (gnus-group-get-new-news):
1609 New parameter `one-level' for scanning exactly one level.
1611 * gnus-start.el (gnus-get-unread-articles): Ditto.
1613 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
1615 * gnus-sync.el: More commentary about setup.
1617 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
1619 * gnus-sync.el: More commentary about `gnus-sync-read' issues.
1621 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
1623 * gnus-sync.el: Improve docs about CouchDB admins.
1625 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
1627 * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
1628 not needed. Provide xmlplistread list function to produce XML plist
1629 output for non-Gnus LeSync clients.
1631 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
1633 * gnus-sync.el: Add LeSync synchronization backend and logic to read
1634 and save against it. Group subscriptions, read marks, other marks,
1635 subscription levels, topic names, and topic offsets (the group's
1636 position within the topic) are saved. This is an experimental
1637 backend and may change significantly. Load json.el from
1638 the gnus-fallback-lib if it's not available otherwise.
1639 (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
1641 2012-06-26 David Engster <dengste@eml.cc>
1643 * tests/gnustest-nntp.el: New file for simple NNTP testing.
1645 2012-06-18 Nelson Ferreira <nelson.ferreira@ieee.org> (tiny change)
1647 * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
1649 2012-06-17 Toke Høiland-Jørgensen <toke@toke.dk> (tiny change)
1651 * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
1652 is an integer to avoid later problems.
1654 2012-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1656 * shr.el: Add a iso-8859-1 cookie to make stuff work under other
1659 2012-04-14 Wolfgang Jenkner <wjenkner@inode.at>
1661 * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
1662 articles when fetch-old is non-nil (bug#11370).
1664 2012-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1666 * gnus-group.el (gnus-group-get-new-news):
1667 Respect `gnus-group-use-permanent-levels', as documented (bug#11638).
1669 2012-06-10 Dave Abrahams <dave@boostpro.com>
1671 * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
1674 2012-06-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1676 * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
1679 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1681 * nntp.el: Stop the `letf' madness.
1682 (nntp--report-1): New var.
1683 (nntp-report): Merge nntp-report-1 into it.
1684 (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
1685 the nntp-report function.
1687 * auth-source.el: Fix comment-style to follow the convention.
1689 2012-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
1691 * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
1692 a string so that Gcc works (bug#11514).
1694 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
1696 * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
1697 * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
1699 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
1701 * gnus-win.el (gnus-configure-frame): Don't signal an error when
1702 jumping to *Server* from a dedicated *Group* window.
1703 (gnus-configure-frame): CSE.
1705 * gnus-registry.el: Minor style cleanup.
1706 (gnus-registry--set/remove-mark): New function, extracted from
1707 gnus-registry-install-shortcuts.
1708 (gnus-registry-install-shortcuts): Use it.
1710 2012-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
1712 * nnspool.el (news-path): Use eval-and-compile.
1714 2012-05-24 Glenn Morris <rgm@gnu.org>
1716 * nnspool.el (news-directory, news-path, news-inews-program):
1717 Move here from paths.el. Don't see a need for these to be autoloaded.
1719 * gnus.el (gnus-default-nntp-server): Make it a defcustom.
1720 Merge in doc from paths.el version. Don't see any need for this to be
1721 autoloaded, or for the warning about users not setting it.
1723 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
1726 * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
1728 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
1730 * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
1731 message once it's actually open.
1733 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
1735 * auth-source.el (auth-source--aput-1, auth-source--aput)
1736 (auth-source--aget): New functions and macros.
1737 Use them instead of aput/aget.
1739 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
1741 * gnus.el (debbugs-gnu): Don't override existing autoload definition.
1743 2012-04-26 Daiki Ueno <ueno@unixuser.org>
1745 * plstore.el (plstore-called-interactively-p): New compat macro copied
1747 (plstore-mode): Use it.
1749 2012-04-26 Daiki Ueno <ueno@unixuser.org>
1751 * plstore.el: Revive the editing feature.
1752 (plstore-mode): New mode to edit plstore file.
1753 (plstore-mode-toggle-display, plstore-mode-original)
1754 (plstore-mode-decoded): New command.
1755 (plstore--encode, plstore--decode, plstore--write-contents-functions)
1756 (plstore--insert-buffer, plstore--make): New function.
1757 (plstore-open, plstore-save): Simplify by using them.
1759 2012-04-16 Glenn Morris <rgm@gnu.org>
1761 * nndraft.el (nndraft-request-list): Fix declaration.
1763 2012-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1765 * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
1766 don't have a current group.
1768 * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
1771 * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
1772 a multibyte buffer (bug#7410).
1773 (article-wash-html): Parse the original article buffer to get the
1774 unencoded data (bug#7410).
1776 * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
1779 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1781 * gnus-msg.el (gnus-summary-cancel-article): See what From header we
1782 would have gotten if we posted to the group, and use that to compare
1783 against the message we want to cancel (bug#10808).
1785 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
1787 * auth-source.el (auth-source-netrc-create): Quote tokens that contain
1788 "#" to avoid having them interpreted as comments.
1790 2012-03-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
1792 * shr.el (shr-insert): Update the text state properly to avoid
1793 inserting spurious paragraph starts.
1795 2012-03-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1797 * gnus-sum.el (gnus-update-marks): Don't propagate marks unless
1798 requested (bug#10961).
1800 * shr.el (shr-table-widths): Divide the extra width more fairly over
1801 the TDs (bug#10973).
1802 (shr-render-td): Don't delete too much padding.
1803 (shr-natural-width): Compute the natural width more correctly.
1804 (shr-insert): Allow the natural width to be computed for tables again.
1805 (shr-tag-table-1): Rework how the natural widths are computed by
1806 rendering the table a third time.
1807 (shr-natural-width): Remove.
1808 (shr-buffer-width): New function.
1809 (shr-expand-newlines): Use it.
1811 * gnus-msg.el (gnus-bug): Don't delete the other windows. We may be
1812 using a `gnus-use-full-window' setup (bug#11013).
1814 2012-03-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1816 * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
1819 2012-03-10 David Edmondson <dme@dme.org>
1821 * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
1822 'Forwarded Message' header and the start of the message.
1824 2012-03-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1826 * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
1827 isn't running (bug#10897).
1829 2012-02-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
1831 * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
1833 2012-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
1835 * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
1837 2012-02-20 Lars Ingebrigtsen <larsi@gnus.org>
1839 * mm-decode.el (mm-shr): Remove "soft hyphens".
1841 * nnimap.el (nnimap-request-list): Return the group names encoded as
1842 utf8. Otherwise non-European group names don't work.
1843 (nnimap-request-newgroups): Ditto.
1845 * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
1846 the default in `read-string' (bug#10757).
1848 * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
1851 * nnimap.el (nnimap-log-command): Add the IMAP address to the log
1852 buffer. Suggested by Herbert Valerio Riedel.
1853 (nnimap-request-move-article): Delete the message from the correct IMAP
1856 2012-02-19 Gábor Vida <vidagabor@gmail.com> (tiny change)
1858 * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
1859 Reported by Peter Münster.
1861 2012-02-18 Lars Ingebrigtsen <larsi@gnus.org>
1863 * shr.el (shr-image-fetched): Make sure we really kill the right
1866 2012-02-16 Leo Liu <sdl.web@gmail.com>
1868 * gnus-start.el (gnus-1): Avoid duplicate entries.
1870 2012-02-15 Lars Ingebrigtsen <larsi@gnus.org>
1872 * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
1875 2012-02-15 Paul Eggert <eggert@cs.ucla.edu>
1877 * shr.el (shr-rescale-image): Undo previous change; see
1878 <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
1880 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
1882 * nnimap.el (nnimap-record-commands): New variable.
1883 (nnimap-log-command): Use it.
1884 (nnimap-make-process-buffer): Add a space to the process buffer.
1885 (nnimap-transform-headers): Don't bug out on header lines containing
1886 stuff that look like IMAP length encodings.
1888 * shr.el (shr-rescale-image): Allow viewing large images.
1890 2012-02-12 Lars Ingebrigtsen <larsi@gnus.org>
1892 * nnml.el (nnml-request-compact-group): Delete the marks file after
1893 compaction (bug#10800).
1895 * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
1898 * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
1899 QRESYNC/FETCH output.
1901 2012-02-11 Glenn Morris <rgm@gnu.org>
1903 * sieve-manage.el (sieve-manage-default-stream):
1905 * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
1906 (nnir-retrieve-headers-override-function)
1907 (nnir-imap-default-search-key, nnir-notmuch-program)
1908 (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
1909 (nnir-method-default-engines):
1910 * message.el (message-cite-reply-position):
1911 * gssapi.el (gssapi-program):
1912 * gravatar.el (gravatar):
1913 * gnus-sum.el (gnus-refer-thread-use-nnir):
1914 * gnus-registry.el (gnus-registry-unfollowed-addresses)
1915 (gnus-registry-max-pruned-entries):
1916 * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
1917 * gnus-int.el (gnus-after-set-mark-hook)
1918 (gnus-before-update-mark-hook):
1919 * gnus-async.el (gnus-async-post-fetch-function):
1920 * auth-source.el (auth-source-cache-expiry):
1921 Add missing :version tags to new defcustoms and defgroups.
1923 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
1925 * message.el (message-default-send-mail-function): Made into own
1926 function for reuse by emacsbug.el.
1928 2012-02-09 Juanma Barranquero <lekktu@gmail.com>
1930 * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
1931 `gnus-sloppily-equal-method-parameters' to avoid a warning.
1933 2012-02-09 Lars Ingebrigtsen <larsi@gnus.org>
1935 * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
1938 * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
1940 * gnus.el (gnus-server-extend-method): Don't add an -address component
1941 if the method already has one (bug#9676).
1943 2012-02-08 Lars Ingebrigtsen <larsi@gnus.org>
1945 * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
1946 of an initial-input for consistency (bug#10757).
1948 * shr.el: Inhibit getting and sending cookies when fetching pictures.
1950 * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
1952 2012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
1954 * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
1955 lines that are narrower than the window width. Otherwise background
1956 "blocks" will look less readable.
1958 2012-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
1960 * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
1962 2012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
1964 * nnimap.el (nnimap-transform-headers): Remove unused variable.
1965 (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
1966 have newlines within the strings, and where the UID comes after the
1967 BODYSTRUCTURE element (bug#10537).
1969 * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
1972 * shr.el (shr-insert-document): Add doc string.
1973 (shr-visit-file): Ditto.
1974 (shr-remove-trailing-whitespace): New function.
1975 (shr-insert-document): Use it to clean up trailing whitespace as the
1976 final step (bug#10714).
1978 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
1980 * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
1981 buffer if `gnus-kill-summary-on-exit' is nil.
1983 2012-02-06 Katsumi Yamaoka <yamaoka@jpl.org>
1985 * gnus-sum.el (gnus-summary-show-thread):
1986 next-single-char-property-change may return nil in XEmacs.
1988 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
1990 * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
1991 when just reading a single group from "without" Gnus.
1993 2012-02-06 Chong Yidong <cyd@gnu.org>
1995 * gnus-sum.el (gnus-summary-show-thread):
1996 next-single-char-property-change never returns nil (Bug#8657).
1998 2012-02-05 Lars Ingebrigtsen <larsi@gnus.org>
2000 * nnimap.el (nnimap-open-server): Allow switching the nnoo server
2001 without reconnecting.
2002 (nnimap-possibly-change-group): Ditto.
2003 (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
2004 connection has died before being called.
2006 2012-02-02 Lars Ingebrigtsen <larsi@gnus.org>
2008 * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
2009 an initial sync unless we're really doing one.
2011 * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
2012 address parameter if one already exists (bug#9676).
2014 * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
2015 not the prefix, as documented (bug#10689).
2017 2012-02-01 Lars Ingebrigtsen <larsi@gnus.org>
2019 * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
2022 * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
2023 the real error message with the useless "previously known to be down".
2024 Which isn't even correct.
2026 * nntp.el (nntp-open-connection): Report the error message if the nntp
2027 server can't be reached.
2029 * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
2030 groups we do a total scan for.
2031 (nnimap-wait-for-response): Say that we're doing a total scan, if we're
2034 2012-01-31 Jim Meyering <jim@meyering.net>
2036 * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
2037 Correct a comment (insert "not") and hide nominally-doubled "to".
2039 2012-01-30 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
2041 * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
2042 section in the manual.
2044 2012-01-30 Lars Ingebrigtsen <larsi@gnus.org>
2046 * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
2048 (rfc2047-encode-string): Ditto.
2049 (rfc2047-encode-parameter): Don't fold parameters. Some MUAs do not
2050 understand folded filename="..." parameters, for instance.
2052 * nnimap.el (nnimap-wait-for-response): Include the imap server name in
2053 the message for greater debuggability.
2055 2012-01-28 Lars Ingebrigtsen <larsi@gnus.org>
2057 * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
2058 instead of setting it locally, since the latter doesn't seem to have
2059 any effect (most of the time).
2061 2012-01-27 Elias Pipping <pipping@lavabit.com> (tiny change)
2063 * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
2066 2012-01-27 Gábor Vida <vidagabor@gmail.com> (tiny change)
2068 * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
2069 seconds, and make the repeat clause with HH:MM specs work as
2072 2012-01-27 Lars Ingebrigtsen <larsi@gnus.org>
2074 * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
2075 so that previous errors don't prohibit getting new news.
2077 * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
2079 * nntp.el (nntp-retrieve-group-data-early): Ditto.
2081 2012-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
2083 * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
2084 bound globally in old Emacsen and XEmacsen.
2086 2012-01-26 Nick Alcock <nick.alcock@oracle.com> (tiny change)
2088 * gnus.el (gnus-group-find-parameter): Check for liveness of the
2089 buffer, not of the string which is its name.
2091 2012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
2093 * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
2094 non-server-marks groups.
2095 (gnus-group-make-articles-read): Ditto.
2097 * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
2100 * gnus.el (gnus-method-ephemeral-p): New function.
2102 2012-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
2104 * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
2107 2012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
2109 * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
2112 2012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
2114 * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
2115 macroexpand the nnir things, since they haven't been defined yet, and
2116 nnir requires gnus-sum.
2118 2012-01-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2120 * mm-decode.el (mm-interactively-view-part): Fix prompt.
2122 2012-01-10 Teodor Zlatanov <tzz@lifelogs.com>
2124 * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
2125 logical server name in addition to the actual machine address.
2127 * auth-source.el (auth-source-user-and-password): Add convenience
2128 wrapper to search by just host and optionally user.
2130 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2132 * shr.el (shr-visit-file): Move point to the beginning of the buffer
2135 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2137 * gnus-sum.el (gnus-summary-read-group): Document more parameters
2139 (gnus-summary-setup-buffer): Document return value (bug#9697).
2141 * mm-decode.el (mm-interactively-view-part): Use `completing-read',
2142 since ido doesn't work on symbols (bug#9632).
2144 * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
2145 when getting a single value as when getting all the values. This means
2146 that atoms like `gcc-self' work cumulatively, like variable settings,
2147 instead of getting the value from the last matching clause.
2148 (gnus-group-find-parameter): Protect against the group buffer not
2149 existing (bug#9585).
2151 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2153 * gnus-start.el (gnus-activate-group): Document more parameters
2156 * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
2159 * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
2160 article was fetched, so that it can be expired later (bug#9958).
2161 (gnus-agent-summary-fetch-series): Add doc string.
2162 (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
2165 * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
2166 retrieval is happening.
2168 * gnus.el (gnus-parameters): Doc fix.
2170 2012-01-06 Dave Abrahams <dave@boostpro.com>
2172 * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
2173 show the thread after expansion.
2175 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2177 * gnus-art.el (article-narrow-to-head): If the head is completely
2178 empty, narrow to the empty region (bug#9764).
2180 * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
2181 read, and then mark them as unread only when the unread mark is used.
2182 This makes `C-- T k' actually work, even though it's confusing.
2184 * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
2185 alive before we try to find its window.
2187 2012-01-06 Brian Sniffen <bsniffen@akamai.com> (tiny change)
2189 * mm-decode.el (mm-display-external): Use a longer timeout for the
2190 deletion to allow slow programs to display the file.
2192 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2194 * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
2195 prompt to be less confusing.
2197 * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
2198 argument to `message-reply'. This broke `special-display-*' frame
2199 pop-uping (bug#10238).
2201 2012-01-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2203 * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
2204 systems, since these allegedly don't work there.
2206 2012-01-04 Chris Gray <chrismgray@gmail.com> (tiny change)
2208 * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
2211 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2213 * nnir.el (nnir-retrieve-headers): Protect against the article not
2214 existing on the server (bug#10335).
2216 2012-01-04 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
2218 * gnus-agent.el (gnus-agent-load-local):
2219 Recompute gnus-agent-article-local on changing method.
2221 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2223 * gnus.el (gnus-parameters): Note precedence.
2225 2012-01-04 Leo Liu <sdl.web@gmail.com>
2227 * nndraft.el (nndraft-update-unread-articles): Don't move point around
2228 in the group buffer.
2230 2012-01-04 Julien Danjou <julien@danjou.info>
2232 * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
2235 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2237 * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
2240 * nntp.el (nntp-retrieve-group-data-early): Use it.
2242 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2244 * nntp.el (nntp-retrieval-in-progress): New variable.
2245 (nntp-make-process-buffer): Make it buffer-local.
2247 * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
2249 (gnus-demon-init): Use it to compute the time if time is on the form
2252 * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
2254 * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
2255 status in the correct buffer.
2257 2012-01-03 Leo Liu <sdl.web@gmail.com>
2259 * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
2260 when opening topics (bug#10407).
2262 2011-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
2264 * mm-view.el (mm-display-inline-fontify): Add comment.
2266 2011-12-15 Juri Linkov <juri@jurta.org>
2268 * mm-decode.el (mm-inline-media-tests): Add missing
2269 `mm-handle-media-subtype'.
2271 2011-12-09 Tassilo Horn <tassilo@member.fsf.org>
2273 * message.el (message-valid-fqdn-regexp): Update with newly approved
2274 top-level domain names ".tel" and ".asia".
2276 2011-12-08 Katsumi Yamaoka <yamaoka@jpl.org>
2278 * gnus-sum.el (gnus-summary-show-article): Don't load shr
2281 2011-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
2283 * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
2284 pop-to-buffer-same-window for old Emacsen.
2286 2011-12-04 Chong Yidong <cyd@gnu.org>
2288 * message.el (message-pop-to-buffer): Partially revert 2011-11-30
2291 2011-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
2293 * compface.el (uncompface):
2294 * gnus-art.el (gnus-article-x-face-command): Update the header format
2295 of icon data for the most recent icontopbm program.
2297 2011-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
2299 * gnus-msg.el (gnus-inews-do-gcc):
2300 * message.el (message-send-mail):
2301 * mml.el (mml-generate-mime): Share the value of the buffer-local
2302 `message-options' variable between a draft buffer and temprary working
2305 2011-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
2307 * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
2309 2011-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
2311 * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
2314 2011-11-24 Glenn Morris <rgm@gnu.org>
2316 * starttls.el: Fix case of "GnuTLS".
2318 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
2320 * gnus-group.el (gnus-group-highlight): Fix typo.
2322 2011-11-24 Adam W <adam_w67@yahoo.com> (tiny change)
2324 * mail-source.el (mail-source-fetch-maildir): Don't expect the return
2325 value of `delete-file', that returns nil for a local file but returns t
2326 for a remote file using ssh.
2328 2011-11-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
2330 * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
2331 avoid later breakage.
2333 2011-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
2335 * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
2336 article buffers' name.
2338 2011-11-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
2340 * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
2341 by Paul Eggert's spellfixes two days ago.
2343 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2345 * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
2346 buffer-local instead of binding them to avoid warnings. Also demote
2348 (font-lock-mode-hook): Shut up byte compiler.
2350 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
2352 * mm-util.el (mm-charset-after): Fix typo.
2354 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
2356 * gnus-sum.el (gnus-summary-make-menu-bar):
2357 * gnus-uu.el (gnus-uu-decode-postscript)
2358 (gnus-uu-decode-postscript-and-save):
2359 * mailcap.el (mailcap-print-command):
2360 * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
2363 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
2365 * gnus-art.el (gnus-article-part-wrapper):
2366 * shr-color.el (shr-color-visible-distance-min)
2367 (shr-color-relative-to-absolute, set-minimum-interval)
2368 (shr-color-visible): Fix typos.
2370 2011-11-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2372 * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
2375 2011-11-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2377 * message.el (message-send-and-exit): Document `arg'.
2379 2011-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
2381 * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
2383 2011-11-02 Teodor Zlatanov <tzz@lifelogs.com>
2385 * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
2386 we don't use `bound-and-true-p'.
2388 2011-11-01 Teodor Zlatanov <tzz@lifelogs.com>
2390 * gnus-util.el (gnus-bound-and-true-p): Remove.
2391 (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
2393 * nnmairix.el: Use it.
2395 2011-10-31 Teodor Zlatanov <tzz@lifelogs.com>
2397 * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
2398 function because `gnus-bound-and-true-p' doesn't work well in XEmacs
2399 for reasons unknown.
2401 * nnmairix.el: Use it.
2403 * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
2405 * nnmairix.el: Ditto.
2407 * gnus-registry.el (gnus-registry-enabled): Default to nil.
2409 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
2411 * message.el (message-completion-function): Make sure
2412 message-tab-body-function is not attempted if one of
2413 message-completion-alist fails to find a completion (bug#9158).
2415 2011-10-26 Daiki Ueno <ueno@unixuser.org>
2417 * mml.el (mml-quote-region): Quote <#secure> tag.
2418 (mml-generate-mime-1): Unquote <#secure> tag.
2420 2011-10-20 Chong Yidong <cyd@gnu.org>
2422 * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
2423 calling a minor mode from Lisp with nil arg enables it, so we have to
2424 make the wording a bit ambiguous here).
2426 2011-10-18 Teodor Zlatanov <tzz@lifelogs.com>
2428 * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
2429 * nnir.el (nnir-mode): Use it.
2430 * nnmairix.el (nnmairix-determine-original-group-from-registry):
2433 * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
2434 * nnmairix.el (gnus-registry-enabled): Ditto.
2436 2011-10-17 Dave Abrahams <dave@boostpro.com>
2438 * gnus-registry.el (gnus-registry-enabled): Add new variable (bug#9691).
2439 (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
2440 only while we need to find out if it should be t or nil.
2441 (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
2442 (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
2443 the registry is installed. Set it to nil when it's unloaded.
2444 (gnus-registry-install-p): Provide user guidance for the initial value
2445 of `gnus-registry-install' when it's 'ask, otherwise return its value.
2446 * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
2447 Use `gnus-registry-enabled' instead of `gnus-registry-install'.
2448 * nnmairix.el (nnmairix-determine-original-group-from-registry):
2449 Use `gnus-registry-enabled' instead of `gnus-registry-install'.
2450 * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
2451 `gnus-registry-install'.
2453 2011-10-17 Daiki Ueno <ueno@unixuser.org>
2455 * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
2457 * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
2458 primary key is marked as disabled.
2460 2011-10-17 Christian von Roques <roques@mti.ag> (tiny change)
2462 * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
2463 primary key is marked as disabled.
2465 2011-10-11 Andreas Schwab <schwab@linux-m68k.org>
2467 * html2text.el (html2text-clean-anchor): Check for quotes around
2470 2011-10-11 Teodor Zlatanov <tzz@lifelogs.com>
2472 * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
2473 searching. Drop `bbdb-cache'.
2475 2011-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
2477 * message.el (message-signed-or-encrypted-p): Exclude header when
2478 checking if there is signed or encrypted body in text/plain message.
2480 2011-10-09 Andreas Schwab <schwab@linux-m68k.org>
2482 * html2text.el (html2text-get-attr): Correctly handle attribute values
2485 2011-09-22 Kan-Ru Chen <kanru@kanru.info>
2487 * ecomplete.el (ecomplete-display-matches): Use a local keymap to
2490 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2492 * gnus-win.el (gnus-configure-windows): Protect against reading
2493 ephemeral groups outside of Gnus.
2495 2011-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
2497 * shr.el (shr-tag-img): Don't get images displayed in tables.
2499 2011-10-03 Glenn Morris <rgm@gnu.org>
2501 * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
2502 the "maintainer" version of debbugs.gnu.org reports.
2504 2011-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2506 * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
2507 make asynchronous adjacent image insertion work better.
2509 2011-09-27 Daiki Ueno <ueno@unixuser.org>
2511 * plstore.el (plstore-select-keys, plstore-encrypt-to):
2512 Clarify documentation.
2514 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2516 * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
2517 `gnus-asynchronous' isn't shadowed.
2519 2011-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2521 * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
2522 (nnimap-insert-partial-structure): The charset parameter isn't
2525 * nnheader.el (nnheader-message-maybe): New function.
2527 * shr.el (shr-tag-table): Render totally broken tables better.
2529 * mml.el (mml-generate-mime-1): Don't alter the contents if we're
2530 computing the boundary.
2532 2011-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2534 * pop3.el (pop3-number-of-responses): Remove.
2535 (pop3-wait-for-messages): Rewrite to take linear time instead of
2538 2011-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2540 * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
2543 * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
2544 re-fetch images when hitting `g' in Gnus.
2546 2011-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
2548 * mml.el (mml-inhibit-compute-boundary): New internal variable.
2549 (mml-compute-boundary): Don't check collision if it is non-nil.
2550 (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
2551 before checking collision.
2553 2011-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2555 * message.el (message-indent-citation): Really make sure there's a
2558 * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
2559 Fix suggested by John Wiegley.
2561 * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
2563 * gnus-art.el (gnus-treat-hide-citation): Add doc.
2565 * message.el (message-default-send-rename-function): Break out into its
2568 * ecomplete.el (ecomplete-display-matches): Revert patch since it
2569 doesn't work under XEmacs.
2571 * nnimap.el (nnimap-map-port): New function to connect to 993 instead
2572 of "imaps" to word around Windows problems.
2573 (nnimap-open-connection-1): Use it.
2575 * message.el (message-indent-citation): Revert last change which made
2578 2011-09-13 Kan-Ru Chen <kanru@kanru.info>
2580 * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
2583 2011-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
2585 * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
2586 because it displays images using overlays that aren't easy to copy to
2589 2011-09-20 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
2591 * message.el (message-indent-citation): Fix empty line removal at the
2592 end of the citation.
2594 2011-09-20 Julien Danjou <julien@danjou.info>
2596 * auth-source.el (auth-source-netrc-create): Use default value for
2597 password if specified. Evaluate default.
2598 (auth-source-plstore-create): Ditto.
2599 (auth-source-plstore-create, auth-source-netrc-create): Fix default
2601 (auth-source-netrc-create): Typo fix.
2602 (auth-source-plstore-create): Ditto.
2604 * auth-source.el (auth-source-format-cache-entry): New function.
2606 2011-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
2608 * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
2610 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2612 * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
2614 2011-09-19 Julien Danjou <julien@danjou.info>
2616 * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
2617 which work with things that are not ASCII.
2619 2011-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
2621 * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
2623 2011-09-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2625 * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
2628 2011-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
2630 * message.el (message-read-from-minibuffer): Make abbrev expansion work.
2632 2011-09-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
2634 * gnus.el (gnus-interactive-exit): Update defcustom spec.
2636 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2638 * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
2639 * gnus-int.el (gnus-nntp-server): Move from gnus.el.
2641 2011-09-12 Andrew Cohen <cohen@andy.bu.edu>
2643 * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
2644 (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
2647 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
2649 * message.el (message-pop-to-buffer): Default to switch-to-buffer.
2650 (message-mail-other-window, message-mail-other-frame)
2651 (message-news-other-window, message-news-other-frame):
2652 Use switch-to-buffer-other-frame and switch-to-buffer-other-window
2653 instead of setting buffer display variables.
2655 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2657 * gnus-group.el (gnus-group-list-limit): Explain what the command does.
2659 * gnus-sum.el (gnus-fetch-headers): Bump message level.
2661 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2663 * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
2664 duplicates" to a higher level.
2666 * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
2667 most egregious messages.
2669 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2671 * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
2673 2011-09-10 Tetsuo Tsukamoto <tt.tetsuo.tsukamoto@gmail.com> (tiny change)
2675 * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
2676 up the file (bug#9351).
2678 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2680 * nnimap.el: Redo the charset handling. Let Gnus encode the names, as
2681 it does with all other backends, but decode the names immediately after
2684 * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
2685 decoding nnimap groups.
2687 * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
2688 newsrc file. It doesn't seem like an important optimization any more.
2690 2011-09-10 Dave Abrahams <dave@boostpro.com>
2692 * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
2695 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2697 * gnus.el (gnus-article-mark-lists): Remove `recent'.
2698 (gnus-interactive-exit): Extend to `quiet'.
2700 * gnus-sum.el (gnus-offer-save-summaries): Use it.
2702 * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
2705 * plstore.el (plstore--get-buffer): Silence compiler warnings by
2706 renaming function arguments from `this'.
2708 * gnus-sum.el (gnus-newsgroup-recent): Remove.
2710 * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
2712 (gnus-lrm-string-p): Include RLM and PDF, too.
2714 * gnus-int.el (gnus-open-server): Make the "denied" message clearer
2717 2011-09-10 Eli Zaretskii <eliz@gnu.org>
2719 Add autoload cookies for functions used by sendmail.el.
2720 * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
2722 * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
2724 2011-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
2726 * gnus-art.el (article-date-ut): Work properly even when there are
2727 things like Date header in the body; work for forwarded parts.
2729 2011-09-05 Andrew Cohen <cohen@andy.bu.edu>
2731 * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
2732 original-article-buffer.
2734 2011-09-05 Kan-Ru Chen <kanru@kanru.info>
2736 * nnir.el (nnir-compose-result): Fix matching of server type.
2737 (nnir-run-swish++): Ditto.
2738 (nnir-run-namazu): Ditto.
2739 (nnir-run-notmuch): Ditto.
2741 2011-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2743 * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
2746 * gnus-score.el (gnus-summary-increase-score): Doc clarification
2749 * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
2752 * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
2755 2011-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2757 * nnimap.el (nnimap-open-connection-1): Use the correct port number in
2760 2011-09-02 Eli Zaretskii <eliz@gnu.org>
2762 * message.el (message-setup-1): Return t (Bug#9392).
2764 2011-09-01 Andrew Cohen <cohen@andy.bu.edu>
2766 * gnus-sum.el: When adding article headers to a summary buffer also
2767 update gnus-newsgroup-articles (bug#9386).
2769 2011-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
2771 * auth-source.el: Autoload help-mode.
2773 2011-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2775 * gnus-group.el (gnus-group-name-charset): Don't bug out on server
2778 2011-08-27 Daiki Ueno <ueno@unixuser.org>
2780 * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
2781 mm-replace-in-string for compatibility issues.
2782 * mml2015.el (mml2015-epg-verify): Ditto.
2784 2011-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
2786 * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
2788 * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
2790 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2792 * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
2793 continue on and do the clean-up phase (bug#9188).
2795 * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
2796 just ignore groups that can't be opened instead of erroring out
2799 * gnus-art.el (gnus-article-update-date-headers): Flip the default to
2800 nil since some many people are fuddy-duddies.
2802 * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
2805 * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
2808 * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
2810 * gnus-util.el (gnus-process-live-p): Copy over compat function.
2812 * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
2815 * nntp.el (nntp-kill-buffer): Kill the process before killing the
2816 buffer to avoid warnings.
2818 2011-08-20 Simon Josefsson <simon@josefsson.org>
2820 * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
2821 specified to reduce precision.
2823 2011-08-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2825 * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
2826 bodystructures (bug#9314).
2828 2011-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
2830 * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
2831 Make button keymap non-sticky after buttons.
2833 2011-08-18 David Engster <dengste@eml.cc>
2835 * nnmairix.el (nnmairix-request-set-mark)
2836 (nnmairix-goto-original-article): Remove adding of article to registry,
2837 since `gnus-registry-add-group' isn't available anymore.
2838 (nnmairix-determine-original-group-from-registry):
2839 Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
2842 2011-08-12 Simon Josefsson <simon@josefsson.org>
2844 * starttls.el (starttls-any-program-available): Define as obsolete
2847 2011-08-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2849 * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
2850 versions which Gnus use when appropriate.
2852 * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
2853 a pretty destructive command.
2855 * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
2857 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
2859 * message.el (message-fix-before-sending): Make a different warning
2860 about NUL characters (bug#9270).
2862 * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
2863 from custom (bug#9260).
2865 * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
2866 things work in Emacs 22 and XEmacs, too.
2868 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
2871 * gnus-spec.el (gnus-lrm-string-p): New macro.
2872 (gnus-lrm-string): New constant.
2873 (gnus-summary-line-format-spec): LRM-ify the from.
2874 (gnus-tilde-max-form): LRM-ify string chopping.
2876 * gnus-ems.el (gnus-string-mark-left-to-right): New function.
2878 * message.el (message-is-yours-p): Allow disabling canlock checking
2880 (message-shoot-gnksa-feet): Add `canlock-verify'.
2881 (message-auto-save-directory): Use ~/ as the auto-save directory if the
2882 message directory isn't writable (bug#9304).
2884 * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
2887 2011-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
2889 * nndraft.el (nndraft-update-unread-articles): Don't send delayed
2892 2011-08-13 Andreas Schwab <schwab@linux-m68k.org>
2894 * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
2897 2011-08-12 Sam Steingold <sds@gnu.org>
2899 * gnus-score.el (gnus-score-find-alist): Keep the score files already
2900 in the reverse order to avoid modifying the cache with `nreverse'.
2901 (gnus-all-score-files): Do not modify the value returned by
2902 `gnus-score-find-alist' because it lives in a cache variable.
2903 (gnus-current-home-score-file): No need to `nreverse' the return value
2904 of `gnus-score-find-alist', it is already in the correct order.
2906 2011-08-11 Andrew Cohen <cohen@andy.bu.edu>
2908 * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
2909 type MESSAGE and subtype RFC822 is slightly different from those of
2912 2011-08-05 Andrew Cohen <cohen@andy.bu.edu>
2914 * gnus-sum.el (gnus-summary-refer-article): Warp to article.
2915 This allows article-referral to work from an nnir group.
2917 2011-08-04 Andrew Cohen <cohen@andy.bu.edu>
2919 * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
2921 2011-08-04 Daiki Ueno <ueno@unixuser.org>
2923 * mml1991.el (mml1991-epg-find-usable-key)
2924 (mml1991-epg-find-usable-secret-key): New function.
2925 (mml1991-epg-sign): Check if signing key is usable.
2926 (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
2928 2011-08-03 Andrew Cohen <cohen@andy.bu.edu>
2930 * nnir.el (nnir-read-server-parm): Add an argument to restrict to
2931 server-variables only. This should fix a bug introduced with commit
2932 e1889675b7f4adf057833c5513c9374134c4e053.
2933 (nnir-run-query): 'nnir-search-engine should not be set from the global
2936 2011-08-02 Andrew Cohen <cohen@andy.bu.edu>
2938 * nnir.el (nnir-search-thread): Position point on referring article
2940 (nnir-warp-to-article): Clean up summary buffers.
2942 * nnimap.el (nnimap-request-thread): Whitespace fix.
2944 2011-08-02 Steve Purcell <steve@sanityinc.com> (tiny change)
2946 * nnimap.el (nnimap-get-groups): Decode "&" correctly.
2948 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2950 * starttls.el (starttls-available-p): Rename from
2951 `starttls-any-program-available' and changed return convention.
2953 2011-07-31 Lars Ingebrigtsen <larsi@gnus.org>
2955 * nnmaildir.el (nnmaildir-request-accept-article): Don't call
2956 `unix-sync' unless it's defined.
2958 2011-07-31 Marcus Harnisch <marcus.harnisch@gmx.net> (tiny change)
2960 * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
2961 `aref' for XEmacs compatibiltiy.
2963 2011-07-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2965 * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
2967 2011-07-31 Dave Abrahams <dave@boostpro.com>
2969 * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
2970 closures, quote the form properly (bug#9194).
2972 2011-07-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2974 * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
2975 (gnus-summary-insert-new-articles): Protect against servers that are
2978 2011-07-29 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
2980 * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
2981 in mm handle if none is specified.
2983 2011-07-24 Andrew Cohen <cohen@andy.bu.edu>
2985 * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
2987 2011-07-23 Andrew Cohen <cohen@andy.bu.edu>
2989 * nnir.el (nnir-search-thread): New function to make an nnir group
2990 based on a thread query.
2992 * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
2993 of nnir in thread referral.
2994 (gnus-summary-refer-thread): Use it.
2996 * nnimap.el (nnimap-request-thread): Use it.
2998 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
3000 * shr.el (shr-tag-comment): Ignore HTML comments.
3002 2011-07-20 Andrew Cohen <cohen@andy.bu.edu>
3004 * nnir.el (gnus-group-make-nnir-group): Allow optional search query
3006 (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
3007 Use `nnir-address' to handle server info rather than passing an arg.
3009 * nnimap.el (nnimap-make-thread-query): New utility function to format
3010 an imap thread search query.
3011 (nnimap-request-thread): Use it.
3013 * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
3014 right select-method if we are not going back to the group buffer.
3016 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3018 * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
3019 enter invalid buffer configurations into the quit form (bug#9107).
3020 (gnus-group-tool-bar-gnome): Replace connect/disconnect with
3023 * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
3024 keep track of which ones are unread (bug#9061).
3026 * gnus.el (gnus-refer-article-method): Allow entering any sexp
3029 * gnus-art.el (gnus-article-show-images): Allow working if using w3m
3032 * gnus-html.el (mm-util): Require (bug#9073).
3034 * gnus-sum.el (gnus-delete-duplicate-headers): New function.
3035 (gnus-summary-refer-thread): Use it to remove duplicates in the
3036 un-threaded view (bug#9053).
3037 (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
3039 2011-07-07 Kan-Ru Chen <kanru@kanru.info>
3041 * nnir.el (nnir-read-server-parm): Use default value from global
3042 variable. Without this the default search engine parameters aren't
3045 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3047 * message.el (message-unique-id): Don't use the undocumented return
3048 value from (random t) (bug#9118).
3050 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
3052 * message.el (message-auto-save-directory): If the ~/Mail directory
3053 doesn't exist, use ~ as the auto-save directory (bug#4432).
3055 * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
3056 hasn't already been started.
3058 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3060 * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
3062 * message.el (message-reply): Work around mysterious bug where
3063 `message-mode' seems to overwrite the locally bound `subject' variable.
3065 2011-07-14 Andrew Cohen <cohen@andy.bu.edu>
3067 * nnimap.el (nnimap-request-thread): Ensure search is performed in
3070 * gnus-int.el (gnus-request-thread): Add group argument.
3072 * gnus-sum.el (gnus-summary-refer-thread): Use it.
3074 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3076 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
3077 renamed to `debbugs-gnu-*'.
3079 2011-07-08 Daiki Ueno <ueno@unixuser.org>
3081 * plstore.el: Revert the editing feature since it is not urgent.
3082 (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
3083 (plstore-mode-decoded): Remove.
3085 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3087 * gnus-msg.el (gnus-bug): Don't insert user variables. It usually
3088 isn't very interesting any more, and it leaks potentially secret data.
3089 (gnus-debug): Remove.
3091 * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
3092 use of :custom-show.
3094 2011-07-07 Daiki Ueno <ueno@unixuser.org>
3096 * plstore.el: Add documentation.
3097 (plstore-mode): New mode to edit plstore file.
3098 (plstore-mode-toggle-display, plstore-mode-original)
3099 (plstore-mode-decoded): New command.
3100 (plstore--encode, plstore--decode, plstore--write-contents-functions)
3101 (plstore--insert-buffer, plstore--make): New function.
3102 (plstore-open, plstore-save): Simplify by using them.
3104 2011-07-06 Glenn Morris <rgm@gnu.org>
3106 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
3108 2011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3110 * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
3111 no longer is much used.
3112 (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
3115 2011-04-03 Kan-Ru Chen <kanru@kanru.info>
3117 * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
3118 (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
3121 2011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3123 * mm-decode.el (mm-text-html-renderer): Doc fix.
3125 * gnus-msg.el (gnus-bug): Fix the MML tag.
3127 * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
3129 2011-07-05 Daiki Ueno <ueno@unixuser.org>
3131 * gnus-start.el (gnus-get-unread-articles): Don't connect to the
3132 secondary methods if started with `gnus-no-server'.
3134 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
3136 * message.el (message-return-action): Fix typo in docstring.
3138 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3140 * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
3141 bug reports at once.
3143 * nnimap.el (nnimap-request-scan): Say that splitting has finished.
3145 2011-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
3147 * nndraft.el: Require gnus-group.
3148 (nndraft-request-list): Declare.
3150 * nndraft.el (nndraft-update-unread-articles): Don't show group having
3151 no unread article unless it matches gnus-permanently-visible-groups.
3153 * nndraft.el (nndraft-update-unread-articles): New function.
3154 (nndraft-request-associate-buffer): Use it to update the number of
3155 unread articles for the nndraft groups in the group buffer when saving
3156 or killing a draft message.
3158 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3160 * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
3161 systems to binary before writing and reading the mbox files.
3163 * gnus.el (gnus-summary-line-format): Link to the info node for %U
3164 instead of trying to list them all (bug#8978).
3166 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
3168 * pop3.el (pop3-open-server): Use :end-of-capability.
3170 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3172 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
3173 the id is always a number.
3175 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
3176 debbugs mode, if possible.
3178 2011-07-02 Daiki Ueno <ueno@unixuser.org>
3180 * auth-source.el (auth-source-token-passphrase-callback-function):
3182 (epg-context-operation): Remove unnecessary autoload.
3184 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3186 * gnus.el (gnus-list-debbugs): New command.
3188 * gnus-group.el (gnus-bug-group-download-format-alist): Get the
3189 mboxstat instead of the maintbox, since the stat seems to be fuller.
3191 * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
3194 * message.el (message-get-reply-headers): Delete all duplicates,
3195 instead of the first.
3196 (message-get-reply-headers): Ensure that we have progress while
3197 deleting duplicates.
3199 * gnus-msg.el (gnus-configure-posting-styles): Get the local
3200 gnus-posting-style value from the summary buffer to make it easier to
3201 make that a per-buffer conf.
3203 2011-07-02 Andrew Cohen <cohen@andy.bu.edu>
3205 * nnir.el (nnir-run-imap): Allow halting a search when an article is
3206 found by setting `shortcut' in 'query.
3207 (nnir-request-article): Use `shortcut' setting when requesting article
3210 2011-07-02 Teodor Zlatanov <tzz@lifelogs.com>
3212 * gnus-msg.el (gnus-bug): Give the Version and Package headers to
3213 debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
3214 Bring the pseudo-headers back too.
3216 2011-07-01 Daiki Ueno <ueno@unixuser.org>
3218 * auth-source.el (auth-source-token-passphrase-callback-function):
3219 Simplify and remove EPA dependency.
3221 2011-07-01 Andrew Cohen <cohen@andy.bu.edu>
3223 * nnir.el (nnir-request-article): Fix error message text.
3225 2011-07-01 Daiki Ueno <ueno@unixuser.org>
3227 * auth-source.el (plstore-delete): Autoload.
3228 (auth-source-plstore-search): Support delete operation.
3229 * plstore.el (plstore-delete): New function.
3231 2011-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
3233 * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
3234 mark actually existing articles as unread rather than the ones that
3237 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
3239 * nntp.el (nntp-record-command):
3240 * gnus-util.el (gnus-message-with-timestamp-1):
3241 Use format-time-string rather than decoding time stamps by hand.
3242 This is simpler and insulates the code from potential changes to
3243 current-time format.
3245 2011-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
3247 * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
3249 2011-07-01 Daiki Ueno <ueno@unixuser.org>
3251 * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
3252 (plstore-save): Support public key encryption.
3253 (plstore--init-from-buffer): New function.
3254 (plstore-open): Use it; fix error when opening a non-existent file.
3255 (plstore-revert): Use plstore--init-from-buffer.
3257 2011-07-01 Daiki Ueno <ueno@unixuser.org>
3259 * auth-source.el (auth-source-backend): Fix :initarg for data slot.
3261 2011-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
3263 * mml2015.el (mml2015-use): Replace string-match-p with string-match
3266 2011-06-30 Daiki Ueno <ueno@unixuser.org>
3268 * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
3269 is not fully working.
3271 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3273 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
3274 quit window configuration.
3276 * auth-source.el (epg-context-set-passphrase-callback):
3277 Remove duplicate autoload.
3279 2011-06-30 Andrew Cohen <cohen@andy.bu.edu>
3281 * nnir.el (nnir-request-article): Allow requesting articles by
3282 Message-ID with nnimap.
3284 * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
3287 2011-06-30 Teodor Zlatanov <tzz@lifelogs.com>
3289 * auth-source.el: Autoload EPA/EPG functions.
3290 (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
3291 changed when EPA/EPG is not available.
3292 (auth-source-backend): Rename "arg" member to "data".
3293 (auth-source-backend-parse, auth-source-plstore-search)
3294 (auth-source-plstore-create): Use it.
3296 2011-06-30 Andrew Cohen <cohen@andy.bu.edu>
3298 * gnus-art.el (gnus-request-article-this-buffer): Use existing function
3299 `gnus-refer-article-methods'.
3301 2011-06-30 Teodor Zlatanov <tzz@lifelogs.com>
3303 * auth-source.el: Require EPA and EPG.
3304 (auth-source-passphrase-alist): New variable.
3305 (auth-source-passphrase-callback-function)
3306 (auth-source-token-passphrase-callback-function): Callbacks for the
3307 netrc field encryption (GPG tokens).
3308 (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
3309 Symmetric encryption and decryption of the netrc GPG tokens.
3310 (auth-source-netrc-normalize): Use them, simplifying the closure.
3312 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3314 * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
3315 non-nil, and `nnimap-split-methods' is nil, use the former.
3317 2011-06-30 Daiki Ueno <ueno@unixuser.org>
3319 * plstore.el (plstore-revert): New function.
3320 (plstore-open): Use it; hide the buffer from user.
3322 2011-06-30 Daiki Ueno <ueno@unixuser.org>
3324 * auth-source.el (auth-source-backend): New member "arg".
3325 (auth-source-backend-parse): Handle new backend 'plstore.
3326 * plstore.el: New file.
3328 2011-06-30 Glenn Morris <rgm@gnu.org>
3330 * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
3332 * mm-util.el (mm-charset-synonym-alist): Move definition before use.
3334 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3336 * nnimap.el (nnimap-process-expiry-targets): Say what target we're
3337 expiring articles to.
3339 * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
3340 variations as ASCII (bug#5458).
3342 2011-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
3344 * nnmh.el (nnmh-request-list-1): Work on MS Windows.
3346 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3348 * message.el (message-point-in-header-p): Tweak the function to default
3349 to saying that we're not in the headers if there is no separator at
3350 all. This makes it possible to use the Message version of `M-q' in
3351 buffers with no headers (bug#7987).
3352 (message-point-in-header-p): Fix last checkin to work with an empty
3353 mail-header-separator, too.
3355 * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
3356 again, save the choice via customize.
3358 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3360 * message.el (message-send-mail-function): Add `sendmail-query-once'.
3362 * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
3363 ended the connection, bail out before waiting infinitely on a new
3366 2011-06-28 Teodor Zlatanov <tzz@lifelogs.com>
3368 * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
3371 * gnus.el (gnus-bug-package): Use "gnus."
3372 (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
3374 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3376 * gnus-art.el (gnus-article-stop-animations): New function to stop any
3377 animations going on at article exit time.
3379 * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
3380 since removing it breaks people upgrading.
3382 * shr.el (shr-put-image): Use the new interface for animating images.
3383 (shr-put-image): Animate for 60 seconds.
3385 * auth-source.el (with-auth-source-epa-overrides): Fix compilation
3386 error with `find-file-hooks' on Emacs 22.
3387 (with-auth-source-epa-overrides): Ugly hack to Wrap the
3388 `find-file-hook' things in `symbol-value' to avoid compilation warnings
3389 on all architectures.
3391 * spam.el (spam-stat): Require in a normal fashion without binding
3392 `spam-stat-install-hooks' to avoid compilation warnings.
3394 * spam-stat.el (spam-stat-install-hooks): Remove.
3395 (spam-stat-install-hooks): Don't run automatically.
3397 2011-06-26 Timo Juhani Lindfors <timo.lindfors@iki.fi> (tiny change)
3399 * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
3402 2011-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
3404 * auth-source.el (auth-source-netrc-cache): Move forward.
3406 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3408 * auth-source.el (auth-source-netrc-create): Don't query the bits that
3410 (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
3411 (auth-source-netrc-create): Don't prompt for the stuff we already know.
3413 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3415 * auth-source.el (auth-source-netrc-create): Don't print all tokens in
3416 %S format, since that looks odd.
3417 (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
3418 file, especially when saving.
3420 2011-06-21 Andrew Cohen <cohen@andy.bu.edu>
3422 * nnimap.el (nnimap-find-article-by-message-id): Return nil when no
3425 2011-06-18 Teodor Zlatanov <tzz@lifelogs.com>
3427 * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
3428 `auth-source-save-secrets' with a more sensitive alist that can be
3429 configured per file. Experimental, so defaults to 'never.
3430 (auth-source-netrc-create): Use it. Still experimental code.
3431 (with-auth-source-epa-overrides): Use `find-file-hooks' if
3432 `find-file-hook' is unbound (XEmacs fix). Fix backquoting bug.
3434 2011-06-16 Teodor Zlatanov <tzz@lifelogs.com>
3436 * auth-source.el (auth-source-save-secrets): New variable to control if
3437 secret tokens should be saved encrypted.
3438 (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
3439 to `auth-source-netrc-normalize'.
3440 (with-auth-source-epa-overrides): Add convenience macro. Don't depend
3441 on the EPA variables being defined.
3442 (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
3443 (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
3444 the lexical-let closure.
3445 (auth-source-netrc-create): Create "gpg:" tokens according to
3446 `auth-source-save-secrets'.
3448 2011-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
3450 * gnus-group.el (gnus-group-update-group): Add new argument
3451 `info-unchanged' that stops updating dribble buffer.
3453 * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
3454 deletes lines matching to it in dribble buffer.
3456 * gnus-agent.el (gnus-agent-fetch-group-1):
3457 * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
3458 * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
3459 * gnus-start.el (gnus-group-change-level):
3460 * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
3462 * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
3463 if newsgroup info is not changed.
3465 * gnus-group.el (gnus-group-get-new-news-this-group):
3466 * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
3467 Don't update dribble buffer.
3469 2011-06-01 Teodor Zlatanov <tzz@lifelogs.com>
3471 * gnus-registry.el (gnus-registry-remove-ignored): New function to
3472 remove entries with groups we ignore.
3474 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3476 * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
3477 the underline comes at the bottom.
3479 2011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
3481 * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
3482 `gnus-registry-user-format-function-M' and declare the latter obsolete.
3483 (gnus-registry-article-marks-to-names): Rename from
3484 `gnus-registry-user-format-function-M2'.
3486 2011-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
3488 * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
3491 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3493 * shr.el (shr-browse-image): Copy the URL if called interactively.
3495 2011-05-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3497 * gnus-group.el (gnus-group-mark-article-read): It's possible that we
3498 want to have `gnus-newsgroup-unselected' kept sorted. If this isn't
3499 done, then unselected articles may be marked as read.
3501 * pop3.el (pop3-open-server): Erase the buffer after the greeting,
3502 since not doing this seems to lead to a race condition in pop3-logon.
3504 * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
3505 so that the call chain it correct when we call "upwards".
3507 * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
3508 in read-only groups.
3510 * gnus-group.el (gnus-group-mark-article-read): Ditto.
3512 * message.el (message-cite-reply-position): Doc string fix.
3514 * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
3515 avoid regexp overflow.
3516 (nnimap-transform-split-mail): Ditto.
3518 * pop3.el (pop3-retr): Error out if the server closes the connection.
3520 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
3522 * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
3523 mm-with-unibyte-current-buffer. The buffer should not contain any
3524 multibyte chars anyway at this stage.
3526 2011-05-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3528 * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
3529 at the end of lines.
3531 2011-05-29 Julien Danjou <julien@danjou.info>
3533 * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
3535 2011-05-27 Glenn Morris <rgm@gnu.org>
3537 * gnus-group.el (gnus-bug-group-download-format-alist):
3538 Use the "maintainer" version of debian reports as well.
3540 2011-05-26 Glenn Morris <rgm@gnu.org>
3542 * gnus-group.el (gnus-bug-group-download-format-alist):
3543 Use the "maintainer" version of debbugs.gnu.org reports.
3545 2011-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
3547 * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
3549 2011-05-20 Teodor Zlatanov <tzz@lifelogs.com>
3551 * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
3552 the thread moves us backwards and so we loop forever.
3554 2011-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
3556 * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
3557 whitespace in base64 data lines.
3559 2011-05-18 Teodor Zlatanov <tzz@lifelogs.com>
3561 * gnus-registry.el (gnus-registry-user-format-function-M):
3563 (gnus-registry-user-format-function-M2): Use to see the full text of
3564 the marks. Make "," the mark text separator.
3566 * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
3567 authentication with auth-source.
3569 2011-05-17 Glenn Morris <rgm@gnu.org>
3571 * gnus-group.el (gnus-import-other-newsrc-file):
3572 Use insert-file-contents.
3574 2011-05-16 Teodor Zlatanov <tzz@lifelogs.com>
3576 * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
3579 2011-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
3581 * nntp.el (nntp-open-connection): Check if process-type is available.
3583 2011-05-16 Julien Danjou <julien@danjou.info>
3585 * shr.el (shr-tag-del): Add support for del tag.
3587 2011-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
3589 * gnus-html.el (gnus-html-put-image): Register a displayer.
3591 * shr.el (shr-image-displayer): Don't remove text props from alt text.
3593 2011-05-13 Teodor Zlatanov <tzz@lifelogs.com>
3595 * registry.el (prune-factor): New initialization parameter defaulting
3597 (registry-prune-hard): Use it.
3599 * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
3602 2011-05-13 Glenn Morris <rgm@gnu.org>
3604 * message.el (message-send-mail-with-sendmail): Assume sendmail-program
3605 is bound, since this function requires sendmail.
3607 2011-05-11 Teodor Zlatanov <tzz@lifelogs.com>
3609 * registry.el (registry-usage-test): Disable pruning test.
3611 2011-05-10 Teodor Zlatanov <tzz@lifelogs.com>
3613 * registry.el (registry-prune-hard-candidates)
3614 (registry-prune-soft-candidates): Helper methods for registry pruning.
3615 (registry-prune): Use them. Make the sort function optional.
3617 2011-05-10 Jim Meyering <meyering@redhat.com>
3619 * shr.el (shr-colorize-region): Fix typo "on on -> on".
3621 2011-05-10 Julien Danjou <julien@danjou.info>
3623 * shr.el (shr-put-color-1): Do not bug out when old-props is a face
3624 symbol and not a list.
3626 2011-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
3628 * gnus-art.el (gnus-article-mode): Move binding of
3629 shr-put-image-function here from gnus-article-prepare-display.
3631 * shr.el (shr-put-image-function): New variable.
3632 (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
3633 (shr-put-image): Return scaled image.
3635 * gnus-art.el (gnus-shr-put-image): New function.
3636 (gnus-article-prepare-display): Bind shr-put-image-function to it.
3638 * gnus-html.el (gnus-html-wash-images): Register scaled images, not
3639 original ones, as deletable.
3641 2011-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
3643 * nntp.el (nntp-open-connection): Set TCP keepalive option.
3645 2011-05-09 Teodor Zlatanov <tzz@lifelogs.com>
3647 * registry.el (registry-full): Add convenience method. Fix logic.
3648 (registry-insert): Use it. Fix logic here too.
3650 * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
3651 `registry-prune' if `registry-full' returns t.
3652 (gnus-registry-handle-action)
3653 (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
3654 (gnus-registry-usage-test): Use it.
3656 2011-05-07 Julien Danjou <julien@danjou.info>
3658 * shr.el (shr-link): Make shr-link inherit from link by default.
3660 2011-05-06 Teodor Zlatanov <tzz@lifelogs.com>
3662 * shr.el (shr-urlify, shr-link): Fix shr-link face.
3664 2011-05-05 Teodor Zlatanov <tzz@lifelogs.com>
3666 * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
3667 error out because the face is not a list.
3669 2011-05-05 Glenn Morris <rgm@gnu.org>
3671 * gnus-start.el (gnus-propagate-marks): Declare.
3673 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
3675 * registry.el (registry-reindex): Fix percentage message.
3677 2011-05-03 Teodor Zlatanov <tzz@lifelogs.com>
3679 * shr.el: Add shr-link face for links.
3680 (shr-urlify): Use it.
3682 * registry.el (registry-insert): Make error message more helpful.
3684 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3686 * gnus-html.el (gnus-html-schedule-image-fetching):
3687 Use url-queue-retrieve, if it exists.
3689 * shr.el (shr-tag-img): Ditto.
3691 * gnus.el: Autoload more gnus-agent functions.
3693 * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
3694 agent if we haven't already (bug#8502).
3696 * gnus-async.el (gnus-async-article-callback): Put prefetched articles
3697 into the Agent, too.
3699 * gnus-agent.el (gnus-agent-store-article): New function.
3701 * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
3702 and moved from that file for reuse.
3704 * pop3.el (pop3-open-server): Error messages are "-ERR".
3706 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3708 * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
3709 (open-tls-stream): Remove superfluous tls/starttls autoloads.
3711 2011-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
3713 * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
3714 buffer has moved to a different frame.
3716 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3718 * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
3719 to get the conversion from unibyte to multibyte buffers to work on
3722 * nntp.el (nntp-request-article): Slight clean-up.
3724 2011-04-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3726 * shr.el (shr-strike-through): New face.
3727 (shr-tag-s): Use it to provide <s> support.
3728 (shr-tag-s): Remove duplicate definition.
3730 2011-04-25 Teodor Zlatanov <tzz@lifelogs.com>
3732 * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
3733 `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
3735 2011-04-23 Glenn Morris <rgm@gnu.org>
3737 * gnus-sum.el (gnus-extra-headers): Bump :version.
3739 2011-04-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3741 * shr.el (shr-tag-sup): New function.
3742 (shr-tag-sub): Ditto.
3744 2011-04-22 Teodor Zlatanov <tzz@lifelogs.com>
3746 * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
3747 for the case where `gnus-registry-ignored-groups' is a list of lists,
3748 and don't call `gnus-parameter-registry-ignore' otherwise.
3750 2011-04-21 Teodor Zlatanov <tzz@lifelogs.com>
3752 * nnimap.el (nnimap-user): New backend variable.
3753 (nnimap-open-connection-1): Use it.
3754 (nnimap-credentials): Accept user parameter so it's explicit what user
3757 * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
3760 * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
3761 not gnus-registry.el.
3763 * gnus-registry.el: Mention in comments how to modify
3764 `gnus-extra-headers' for proper recipient tracking and that it may
3765 already have To and Cc recently, which it does as of this commit.
3766 (gnus-registry-ignored-groups): Remove defcustom.
3767 Explain why in comments.
3768 (gnus-registry-action): Fix data-header reference to use the extra
3769 headers. Explain in package commentary how to add To and Cc headers to
3770 the gnus-extra-headers.
3771 (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
3772 (gnus-registry-ignore-group-p): Adjust to take either a group/topic
3773 parameter list or a string list in `gnus-registry-ignored-groups'.
3776 2011-04-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3778 * shr.el (shr-expand-url): Protect against null urls.
3780 2011-04-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
3782 * shr.el (shr-base): New binding.
3783 (shr-tag-base): Keep track of <base>.
3784 (shr-expand-url): New function used throughout.
3786 2011-04-20 Teodor Zlatanov <tzz@lifelogs.com>
3789 (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
3790 (gnus-registry-ignored-groups): New variable.
3791 (gnus-registry-ignore-group-p): Use it.
3792 (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
3793 set the destination group to nil (same as delete) if it's ignored.
3795 2011-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
3797 * gnus-registry.el (gnus-registry-action)
3798 (gnus-registry-fetch-header-fast):
3799 Don't use mail-header that looks an internal function of mailheader.el.
3801 2011-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
3803 * gnus-registry.el: Eliminate cl functions.
3804 (gnus-registry-sort-addresses): New function that replaces mapcan.
3805 (gnus-registry-action, gnus-registry-spool-action)
3806 (gnus-registry-split-fancy-with-parent)
3807 (gnus-registry-fetch-recipients-fast): Use it.
3808 (gnus-registry-import-eld): Replace delete* with dolist + delq.
3810 * registry.el (initialize-instance, registry-lookup)
3811 (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
3812 (registry-lookup-secondary-value, registry-search, registry-delete)
3813 (registry-insert, registry-reindex, registry-size, registry-prune):
3814 Use eval-and-compile.
3816 2011-04-16 Teodor Zlatanov <tzz@lifelogs.com>
3818 * registry.el (registry-reindex): New method to recreate the secondary
3821 * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
3822 tracked field changes.
3823 (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
3824 (gnus-registry-action, gnus-registry-spool-action)
3825 (gnus-registry-handle-action)
3826 (gnus-registry--split-fancy-with-parent-internal)
3827 (gnus-registry-split-fancy-with-parent)
3828 (gnus-registry-register-message-ids): Add recipient tracking on spool,
3829 move, and delete actions, and for fancy splitting with parent.
3830 (gnus-registry-extract-addresses)
3831 (gnus-registry-fetch-recipients-fast)
3832 (gnus-registry-fetch-header-fast): Convenience functions.
3833 (gnus-registry-misc-test): ERT test of
3834 `gnus-registry-extract-addresses'.
3836 2011-04-15 Teodor Zlatanov <tzz@lifelogs.com>
3838 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
3839 Track by subject first, then sender.
3841 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
3843 * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
3845 * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
3848 * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
3849 (gnus-draft-send): Use it to avoid popping
3850 up frames from gnus-group-send-queue.
3852 2011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
3854 * gnus-registry.el: Updated gnus-registry docs.
3856 2011-04-12 Teodor Zlatanov <tzz@lifelogs.com>
3858 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
3860 (gnus-registry-post-process-groups): Fix logging of no results and
3861 quote sender and subject.
3863 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3865 * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
3866 (gnus-read-active-for-groups): Don't try to finish getting stuff where
3867 we had no early-data returned.
3868 (gnus-get-unread-articles): Add a sanity check so that we don't issue
3869 two async commands to the same server at the same time.
3871 2011-04-12 Stig Sandbeck Mathisen <ssm@fnord.no> (tiny change)
3873 * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
3875 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3877 * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
3880 * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
3881 (mm-url-insert-file-contents): Don't set the package names.
3883 2011-04-11 Teodor Zlatanov <tzz@lifelogs.com>
3885 * gnus-registry.el (gnus-registry-action): Remove properties and
3886 simplify subject in `gnus-registry-handle-action'.
3887 (gnus-registry-spool-action): Get subject and sender from message if
3888 they are not passed in.
3889 (gnus-registry-handle-action): Remove properties and simplify subject
3892 2011-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3894 * registry.el: Require CL before using defmacro*.
3896 2011-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
3898 * gnus-art.el (article-treat-date): Assume that
3899 gnus-article-date-headers may be a group parameter.
3901 2011-04-07 Teodor Zlatanov <tzz@lifelogs.com>
3903 * gnus-registry.el (gnus-registry-handle-action): More debugging.
3905 * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
3906 interactively so the newsrc file can contain foreign groups too.
3907 Useful for debugging but not much for users.
3909 2011-04-07 David Engster <dengste@eml.cc>
3911 * registry.el (registry-usage-test): Only do
3912 `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
3915 2011-04-06 David Engster <dengste@eml.cc>
3917 * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
3918 argument NOERROR for `require', since XEmacs 21.4 does not support it.
3920 2011-04-06 David Engster <dengste@eml.cc>
3922 * registry.el (initialize-instance): Change :after to :AFTER to be
3923 compatible with old EIEIO version in XEmacs.
3925 2011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
3927 * gnus-registry.el (gnus-registry-post-process-groups)
3928 (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
3929 and provide better messaging.
3931 2011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
3933 * gnus-registry.el: Don't use ERT if it's not available. Load it
3934 unconditionally anyway, discarding errors.
3935 (gnus-registry-delete-entries): New convenience function.
3936 (gnus-registry-import-eld): Import from old .eld registry.
3938 * registry.el: Don't use ERT if it's not available. Load it
3939 unconditionally anyway, discarding errors.
3941 * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
3942 version from the Claudio Bley GnuTLS patch (extra optional parameters
3945 2011-04-05 Teodor Zlatanov <tzz@lifelogs.com>
3947 * gnus-registry.el (gnus-registry-fixup-registry): New function to
3948 fixup the parameters that can be customized by the user between
3950 (gnus-registry-read): Use it.
3951 (gnus-registry-make-db): Use it.
3952 (gnus-registry-spool-action, gnus-registry-handle-action):
3954 (gnus-registry--split-fancy-with-parent-internal): Fix loop.
3955 Map references to actual group names with sender and subject tracking.
3956 (gnus-registry-post-process-groups): Use `cond' for better messaging.
3957 (gnus-registry-usage-test): Add subject lookup test.
3959 * registry.el (registry-db, initialize-instance): Set up constructor
3960 instead of :initform arguments for the sake of older Emacsen.
3961 (registry-lookup-breaks-before-lexbind): New method to demonstrate
3962 pre-lexbind merge bug.
3963 (registry-usage-test): Use it.
3964 (initialize-instance, registry-db): Move the non-function initforms
3965 back to the class definition.
3967 2011-04-03 Teodor Zlatanov <tzz@lifelogs.com>
3969 * registry.el: New library to manage gnus-registry-style data.
3971 * gnus-registry.el: Use it (major rewrite).
3973 * nnregistry.el: Use it.
3977 2011-04-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3979 * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
3980 marks on non-selected articles.
3982 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
3984 * proto-stream.el: Move to Emacs core, at net/network-stream.el.
3986 * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
3987 parameter to open-protocol-stream.
3989 2011-04-01 Julien Danjou <julien@danjou.info>
3991 * mm-view.el (mm-display-inline-fontify): Do not fontify with
3994 2011-04-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3996 * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
3999 2011-03-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4001 * gnus-sum.el (gnus-update-marks): Revert intersection change, which
4002 made marks not propagate, again.
4004 2011-03-30 Chong Yidong <cyd@stupidchicken.com>
4006 * proto-stream.el (open-protocol-stream): Bring back `network' type.
4007 Make this the default type.
4008 (proto-stream-open-plain): Rename from proto-stream-open-default.
4009 (open-protocol-stream, proto-stream-open-starttls)
4010 (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
4013 * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
4016 * nntp.el (nntp-open-connection-function): Document the fact that some
4017 values are not functions but are instead handled specially.
4018 Recognize nntp-open-plain-stream value.
4019 (nntp-open-connection): Recognize that value.
4021 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4023 * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
4026 * gnus-score.el (gnus-score-string): Fix calling convention of
4027 `gnus-simplify-buffer-fuzzy' after last patches.
4029 * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
4030 server for articles we didn't get any headers for. This is a sanity
4033 2011-03-29 Michael Welsh Duggan <md5i@md5i.com>
4035 * nnimap.el (nnimap-open-connection-1): Is the login responds with a
4036 new CAPABILITY, use it.
4038 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4040 * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
4041 downloading anything.
4043 * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
4045 2011-03-29 Adam Sjøgren <asjo@koldfront.dk>
4047 * gnus.el (gnus-group-startup-message): Prefer svg file and replace
4049 (gnus-splash-svg-color-symbols): New function.
4051 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4053 * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
4054 instead of using the global gnus-simplify-subject-fuzzy-regexp.
4055 (gnus-simplify-subject-fuzzy): Use the local
4056 gnus-simplify-subject-fuzzy-regex instead of the global one.
4057 This makes using this variable in group parameters work.
4059 2011-03-29 Teodor Zlatanov <tzz@lifelogs.com>
4061 * gnus-registry.el (gnus-registry-unfollowed-groups):
4062 Add "archive:sent" to the unfollowed group regex (for the recent Gnus
4063 archive:sent-YYYY-MM-DD groups).
4064 (gnus-registry-split-fancy-with-parent): Bail out early in sender
4065 tracking if there are more than `gnus-registry-max-track-groups'
4068 2011-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4070 * message.el (message--yank-original-internal): New function to do the
4071 insertion cleanly inside eval in `message-yank-original'.
4072 (message-yank-original): Use it.
4074 2011-03-29 Julien Danjou <julien@danjou.info>
4076 * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
4077 local variables disabled rather than `normal-mode'.
4079 2011-03-26 Chong Yidong <cyd@stupidchicken.com>
4081 * proto-stream.el: Changes preparatory to merging open-protocol-stream
4082 with open-network-stream.
4083 (proto-stream-always-use-starttls): Option removed.
4084 (open-protocol-stream): Return a process object by default. Provide a
4085 new parameter :return-list specifying a list-type return value, which
4086 now has the form (PROP . PLIST) instead of a fixed-length list. Change
4087 :type `network' to `try-starttls', and `network-only' to `default'.
4088 Make `default' the default, for compatibility with open-network-stream.
4089 Handle the no-parameter case exactly as open-network-stream, with no
4090 additional stream processing. Search plists using plist-get.
4091 Explicitly add :end-of-commend parameter if it is missing.
4092 (proto-stream-open-default): Rename from
4093 proto-stream-open-network-only. Return 'default as the type.
4094 (proto-stream-open-starttls): Rename from proto-stream-open-network.
4095 Use plist-get. Don't return `tls' as the type if STARTTLS negotiation
4096 failed. Always return a list with a (possibly dead) process as the
4097 first element, for compatibility with open-network-stream.
4098 (proto-stream-open-tls): Use plist-get. Always return a list.
4099 (proto-stream-open-shell): Return `default' as connection type.
4100 (proto-stream-capability-open): Use plist-get.
4101 (proto-stream-eoc): Function deleted.
4103 * nnimap.el (nnimap-stream, nnimap-open-connection)
4104 (nnimap-open-connection-1): Handle renaming of :type parameter for
4105 open-protocol-stream.
4106 (nnimap-open-connection-1): Pass a :return-list parameter
4107 open-protocol-stream to obtain a list return value. Parse this list
4110 * nntp.el (nntp-open-connection): Handle renaming of :type parameter
4111 for open-protocol-stream. Accept open-protocol-stream return value
4112 that is a subprocess object instead of a list. Handle the case of a
4113 dead returned process.
4115 2011-03-25 Teodor Zlatanov <tzz@lifelogs.com>
4117 * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
4119 * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
4121 2011-03-21 Julien Danjou <julien@danjou.info>
4123 * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
4124 normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
4126 (mm-inline-text): Render normal text with fontification whenever
4129 * gnus-sum.el (gnus-summary-save-parts-1):
4130 * gnus-art.el (gnus-article-browse-html-save-cid-content)
4131 (gnus-article-browse-html-parts, gnus-mime-delete-part)
4132 (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
4133 Use `mm-handle-filename'.
4135 * mm-util.el (mm-handle-filename): New function, return the filename of
4138 2011-03-18 Julien Danjou <julien@danjou.info>
4140 * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
4141 (gnus-buffer-live-p): Check that buffer is not nil.
4143 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4145 * gnus-art.el: Require mouse, which the build bot seems to say is
4148 * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
4149 XEmacs, since it doesn't have url-retrieve-synchronously.
4151 2011-03-17 Antoine Levitt <antoine.levitt@gmail.com>
4153 * gnus-group.el (gnus-group-list-ticked): New function.
4154 (gnus-group-make-menu-bar): Provide a menu entry for it.
4155 (gnus-group-list-map): Provide a binding for it.
4157 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4159 * shr.el (shr-visit-file): New command.
4161 * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
4163 2011-03-17 Bjørn Mork <bjorn@mork.no>
4165 * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
4168 2011-03-16 Julien Danjou <julien@danjou.info>
4170 * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
4173 * gnus-art.el (article-hide-list-identifiers):
4174 Use gnus-group-get-list-identifiers.
4176 * gnus-sum.el (gnus-group-get-list-identifiers): New function.
4177 (gnus-summary-remove-list-identifiers):
4178 Use gnus-group-get-list-identifiers to get regexp.
4179 (gnus-select-newsgroup, gnus-summary-insert-subject)
4180 (gnus-summary-insert-articles):
4181 Call gnus-summary-remove-list-identifiers unconditionally.
4183 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4185 * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
4186 we're selecting a group with unread articles.
4188 * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
4190 * gssapi.el: New file separated out from imap.el to provide a general
4191 Kerberos 5 connection facility for Emacs.
4193 * message.el (message-elide-ellipsis): Document the format spec
4196 2011-03-15 Reiner Steib <Reiner.Steib@gmx.de>
4198 * message.el (message-elide-region): Allow the ellipsis to say how many
4201 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4203 * gnus-win.el (gnus-configure-frame): Protect against trying to restore
4204 window configurations containing buffers that are now dead.
4206 * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
4207 parsing to avoid integer overflows.
4208 (nnimap-parse-flags): Simplify the last change.
4209 (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
4210 too large for 32-bit Emacsen.
4212 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
4214 * auth-source.el (auth-source-netrc-create):
4215 * message.el (message-yank-original): Fix use of `case'.
4217 2011-03-15 Nelson Ferreira <nelson.ferreira@ieee.org> (tiny change)
4219 * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
4220 XEmacs, which was one character too wide.
4222 2011-03-09 Antoine Levitt <antoine.levitt@gmail.com>
4224 * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
4225 default number of articles to display.
4226 (gnus-articles-to-read): Use pretty names for prompt.
4228 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4230 * gnus-int.el (gnus-open-server): Ditto.
4232 * gnus-start.el (gnus-activate-group): Give a backtrace if
4233 debug-on-quit is set and the user hits `C-g'.
4234 (gnus-read-active-file): Ditto.
4236 * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
4238 2011-03-15 Teodor Zlatanov <tzz@lifelogs.com>
4240 * message.el (message-yank-original): Use cond instead of CL case.
4242 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
4244 * auth-source.el (auth-source-netrc-create): Use usual format for the
4247 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
4249 * auth-source.el (auth-source-netrc-create): Show the default in the
4250 prompt when prompting for token creation.
4252 2011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
4254 * auth-source.el (auth-source-format-prompt): Always convert the value
4255 to a string to avoid evaluating non-string arguments.
4256 (auth-source-netrc-create): Offer default properly, not as initial
4257 content in `read-string'.
4258 (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
4259 of line to determine if we've been run before. If so, don't run again,
4260 but print a trivial message to indicate the cache was hit instead.
4262 2011-03-11 Teodor Zlatanov <tzz@lifelogs.com>
4264 * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
4265 Don't install `gnus-sync-read' to any hooks by default. It's buggy.
4266 The user will have to run `gnus-sync-read' manually and wait for Cloudy
4269 2011-03-11 Julien Danjou <julien@danjou.info>
4271 * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
4274 2011-03-09 Teodor Zlatanov <tzz@lifelogs.com>
4276 * auth-source.el (auth-source-read-char-choice): New function to read a
4277 character choice using `dropdown-list', `read-char-choice', or
4278 `read-char'. It appends "[a/b/c] " to the prompt if the choices were
4279 '(?a ?b ?c). The `dropdown-list' support is disabled for now. Use
4280 `eval-when-compile' to load `dropdown-list'. Remove `dropdown-list'.
4281 (auth-source-netrc-saver): Use it.
4282 (auth-source-pick-first-password): New convenience function.
4284 2011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
4286 * nnimap.el (nnimap-credentials): Keep the :save-function as the third
4287 parameter in the credentials.
4288 (nnimap-open-connection-1): Use it after a successful login.
4289 (nnimap-credentials): Add IMAP-specific user and password prompt.
4291 * auth-source.el (auth-source-search): Add :require parameter, taking a
4292 list. Document it and the :save-function return token. Pass :require
4293 down. Change the CREATED message from a warning to a debug statement.
4294 (auth-source-search-backends): Pass :require down.
4295 (auth-source-netrc-search): Pass :require down.
4296 (auth-source-netrc-parse): Use :require, if it's given, as a filter.
4297 Change save prompt to indicate all modifications saved here are
4299 (auth-source-netrc-create): Take user login name as default in user
4300 prompt. Move all the save functionality to a lexically bound function
4301 under the :save-function token in the returned list. Set up clearer
4302 default prompts for user, host, port, and secret.
4303 (auth-source-netrc-saver): New function, intended to be wrapped for
4306 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
4308 * Version 23.3 released.
4310 2011-03-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4312 * shr.el (shr-table-horizontal-line): Change the defaults for the table
4313 lines to be spaces instead.
4315 2011-03-07 Julien Danjou <julien@danjou.info>
4317 * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
4318 (sieve-sasl-auth): Check that auth-source-search did return something,
4319 or just return an empty string.
4321 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
4323 * gnus.el (gnus-interactive): Use read-directory-name.
4325 * gnus-uu.el (gnus-uu-decode-uu-and-save)
4326 (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
4327 (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
4328 (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
4331 * gnus-group.el (gnus-group-make-directory-group): Likewise.
4333 2011-03-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4335 * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
4336 onto the list of killed groups, too. This makes killed nnimap groups,
4337 for instance, more reliably not reappear.
4339 * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
4342 * gnus-sum.el (gnus-update-read-articles): Fix typo.
4344 * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
4345 really have server-side marks.
4347 * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
4348 since most backends do not usefully have server-side marks.
4349 (gnus-update-read-articles): Propagate marks to all backends that
4350 really have server-side marks.
4352 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
4354 * message.el (message-cite-reply-position, message-cite-style):
4356 (message-yank-original): Use the new citation styles.
4358 2011-03-04 Daiki Ueno <ueno@unixuser.org>
4360 * message.el (message-options): Revert the change that's a workaround
4361 for XEmacs buffer-local issue; don't mark it buffer-local when running
4364 2011-03-03 Tassilo Horn <tassilo@member.fsf.org>
4366 * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
4367 numbers too big to be `read'.
4369 2011-03-02 Teodor Zlatanov <tzz@lifelogs.com>
4371 * message.el (message-options): Make buffer-local two ways to attempt
4372 to fix a XEmacs bug.
4374 2011-03-02 Julien Danjou <julien@danjou.info>
4376 * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
4378 2011-03-01 Julien Danjou <julien@danjou.info>
4380 * gnus-art.el (list-identifier): Add list-identifier as a parameter
4382 (article-hide-list-identifiers): Use list-identifier group parameter.
4384 2011-02-28 Julien Danjou <julien@danjou.info>
4386 * sieve.el (sieve-buffer-script-name): New local variable to store
4388 (sieve-edit-script): Store sieve script name.
4389 (sieve-upload): Use sieve script name when uploading.
4390 (sieve-upload): Use substitute-command-keys.
4391 (sieve-edit-script): Use substitute-command-keys.
4392 (sieve-refresh-scriptlist): Use substitute-command-keys.
4393 (sieve-manage-mode-map): Define keymap properly.
4394 (sieve-manage-mode): Do not set mode name manually, change mode-name to
4395 (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
4396 Remove commented code about cvs.
4397 (sieve-manage-quit): New function.
4398 (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
4400 2011-02-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4402 * gnus-group.el (gnus-import-other-newsrc-file): New function.
4404 2011-02-25 Teodor Zlatanov <tzz@lifelogs.com>
4406 * auth-source.el (auth-source-search): Cache empty result sets.
4408 * auth-source.el (auth-source-save-behavior): New variable to replace
4409 `auth-source-never-create'.
4410 (auth-source-netrc-create): Use it.
4411 (auth-source-never-save): Remove.
4413 2011-02-25 Lars Ingebrigtsen <larsi@gnus.org>
4415 * nnimap.el (nnimap-stream): Doc fix.
4416 (nnimap-open-connection-1): Reverse the order of the ports to that the
4417 prompted-for port is first.
4419 * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
4420 retrieval by the no-group selection.
4422 * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
4423 numerical parameters.
4425 2011-02-25 Julien Danjou <julien@danjou.info>
4427 * gnus-gravatar.el: Use gnus-with-article-buffer.
4429 * gnus-art.el (gnus-with-article-buffer): Check that the
4430 gnus-article-buffer is alive.
4432 2011-02-24 Teodor Zlatanov <tzz@lifelogs.com>
4434 * auth-source.el (auth-source-creation-prompts): New variable to manage
4435 creation-time prompts.
4436 (auth-source-search): Document it.
4437 (auth-source-format-prompt): Add utility function.
4438 (auth-source-netrc-create): Don't default the user name to
4439 user-login-name. Use `auth-source-creation-prompts' and some default
4440 prompts for user, host, port, and password (the default generic prompt
4442 (auth-source-never-save): Add customizable option to never save info.
4443 (auth-source-netrc-create): Use it and improve save prompts. Fix help
4446 2011-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
4448 * auth-source.el (auth-source-netrc-create): Use `read-char' with no
4449 argument that XEmacs doesn't support.
4451 2011-02-23 Julien Danjou <julien@danjou.info>
4453 * gnus-art.el (article-make-date-line): Ignore errors if time is
4454 invalid and not convertible.
4455 (article-make-date-line): Only add lapsed time if time is not nil.
4457 2011-02-23 Teodor Zlatanov <tzz@lifelogs.com>
4459 * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
4460 `read-char-choice' for backwards compatibility.
4461 (auth-source-netrc-element-or-first): New function to DTRT for
4462 parameter extraction.
4463 (auth-source-netrc-create): Use it and fix multiple parameter print
4464 bug. Use the default passed from above (given-default) or the
4465 built-in (user-login-name for :user).
4467 2011-02-23 Lars Ingebrigtsen <larsi@gnus.org>
4469 * gnus-start.el (gnus-dribble-read-file):
4470 Set buffer-save-without-query, since we always want to save the dribble
4473 * nnmail.el (nnmail-article-group): Allow a final "" split to work on
4476 * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
4477 -summary- since it's a user-visible variable.
4479 * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
4480 first time you use the new Gnus.
4482 2011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
4484 * auth-source.el: Don't load netrc.el.
4485 (auth-sources): Search ~/.netrc as well by default.
4486 (auth-source-debug): Add 'trivia option for extra output.
4487 (auth-source-do-trivia): Use it.
4488 (auth-source-search): Simplify logic to use
4489 `auth-source-search-backends'. Use `auth-source-do-trivia' where
4490 appropriate. Don't keep a running count at this level. Layer :create
4491 and :delete options appropriately on the first and second passes.
4492 Don't track the backend with the search results.
4493 (auth-source-search-backends): New function to search a list of
4494 backends for a processed spec.
4495 (auth-source-netrc-parse): Cache all netrc files, making
4496 auth-source-netrc-cache an alist keyed by the file name and using the
4497 file mtime as the caching criterion. Keep the obfuscated data secret
4498 with a lexical bind.
4499 (auth-source-netrc-search): Don't calculate the length of the results
4501 (auth-source-search-backends): Fix bug.
4502 (auth-source-netrc-create): Rework prompts.
4504 2011-02-22 Andrew Cohen <cohen@andy.bu.edu>
4506 * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
4507 Lower case names of search constraints.
4508 (nnir-run-query): Cache and reuse search constraints for all imap
4511 2011-02-22 Sam Steingold <sds@gnu.org>
4513 * gnus-msg.el (gnus-setup-message): Also bind `winconf-name'.
4515 2011-02-22 Lars Ingebrigtsen <larsi@gnus.org>
4517 * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
4519 (gnus-setup-message): Define missing variable from last checkin.
4521 * gnus-sum.el (gnus-summary-show-article): When called with t as the
4522 value, show the raw article.
4524 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
4526 * nnimap.el (nnimap-open-connection-1): Revert last change, since
4527 auth-source now accepts numbers.
4529 * auth-source.el (auth-source-netrc-parse): Accept a number as the port
4531 (auth-source-ensure-strings): New function.
4533 * gnus-art.el (gnus-article-update-date-headers): Doc fix.
4534 (gnus-article-setup-buffer): Always restart the date timer so that user
4535 changes to the frequency is respected.
4537 * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
4538 port numbers, so make sure it gets that if nnimap-server-port is
4541 2011-02-21 Simon Josefsson <simon@josefsson.org>
4543 * nnimap.el (nnimap-inbox): Doc fix.
4545 2011-02-20 Chong Yidong <cyd@stupidchicken.com>
4547 * shr-color.el (shr-color->hexadecimal): Use renamed function names
4548 color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
4551 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
4553 * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
4554 given method as in the group name if we're using an extended method.
4555 (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
4556 command, if we're using that, instead of waiting for the beginning.
4558 * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
4559 we're sure to get unique server names, and we don't output two async
4560 commands in the same buffer. This fixes an NNTP hang for some users.
4562 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
4564 * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
4565 summary buffer before reading going to the next buffer. This avoids
4566 putting the point in the group buffer if you `C-g' the command.
4568 * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
4569 cache (for now) to make ~/.authinfo.gpg files usable.
4571 * nnfolder.el (copyright-update): Define for the compiler.
4573 * auth-source.el (auth-source-search): Fix unbound variable.
4575 2011-02-19 Glenn Morris <rgm@gnu.org>
4577 * gnus.el (gnus-meta): Doc fix.
4579 2011-02-19 Chong Yidong <cyd@stupidchicken.com>
4581 * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
4582 in case it's not yet loaded.
4584 2011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
4586 * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
4587 line we're waiting for.
4589 2011-02-19 Darren Hoo <darren.hoo@gmail.com> (tiny change)
4591 * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
4592 face with line-width greater than zero will cause RET in gnus summary
4593 buffer to scroll down article page-wise because auto vscroll happens,
4594 it should be temporally disabled when doing a scroll-up.
4596 2011-02-19 Lars Ingebrigtsen <larsi@gnus.org>
4598 * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
4599 outputs from the server.
4601 2011-02-18 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
4603 * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
4604 later so that bbdb can hook in easier.
4606 2011-02-18 Lars Ingebrigtsen <larsi@gnus.org>
4608 * auth-source.el (auth-source-search): Don't try to create credentials
4609 if the caller doesn't want that.
4610 (auth-source-search): If we don't find a match, don't bug out on
4611 non-bound variables.
4612 (auth-source-search): Only ask a single backend to create the
4615 * nnimap.el (nnimap-log-command): Add a newline to the inhibited
4617 (nnimap-credentials): Protect against auth-source-search returning nil.
4618 (nnimap-request-list): Protect against not being able to open the
4621 2011-02-17 Lars Ingebrigtsen <larsi@gnus.org>
4623 * auth-source.el (auth-source-search): Do a two-phase search, one with
4624 no :create to get the responses from all backends.
4626 * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
4627 when getting credentials.
4629 * gnus-util.el (gnus-delete-duplicates): New function.
4631 2011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
4633 * nnimap.el (nnimap-credentials): Instead of picking the first port as
4634 a creation default, pass the whole port list down. It will be
4637 * auth-source.el (auth-source-search): Updated docs to talk about
4638 multiple creation choices.
4639 (auth-source-netrc-create): Accept a list as a value (from the search
4640 parameters) and do completion on that list. Keep a separate netrc line
4641 with the password obscured for showing the user.
4643 * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
4644 first choice to `auth-source-search' so it will be used for entry
4645 creation instead of the server's Gnus-specific name.
4646 (nnimap-credentials): Rely on the auth-source library to select which
4647 port is actually wanted in the new netrc entry, so don't override
4648 `auth-source-creation-defaults'.
4650 * auth-source.el (auth-source-netrc-parse): Use :port instead of
4651 :protocol and accept a missing user, host, or port as a wildcard match.
4652 (auth-source-debug): Default to off.
4654 (auth-source-netrc-search, auth-source-netrc-create)
4655 (auth-source-secrets-search, auth-source-secrets-create)
4656 (auth-source-user-or-password, auth-source-backend, auth-sources)
4657 (auth-source-backend-parse-parameters, auth-source-search): Use :port
4658 instead of :protocol.
4660 * nnimap.el (nnimap-credentials): Pass a port default to
4661 `auth-source-search' in case an entry needs to be created.
4662 (nnimap-open-connection-1): Use :port instead of :protocol.
4664 2011-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
4666 * auth-source.el (auth-source-secrets-search): Use mm-delete-duplicates
4667 instead of delete-dups that is not available in XEmacs 21.4.
4669 2011-02-16 Lars Ingebrigtsen <larsi@gnus.org>
4671 * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
4672 nil means that nnimap doesn't get updated.
4674 2011-02-16 Teodor Zlatanov <tzz@lifelogs.com>
4676 * auth-source.el (auth-source-netrc-create): Return a synthetic search
4677 result when the user doesn't want to write to the file.
4678 (auth-source-netrc-search): Expect a synthetic result and proceed
4680 (auth-source-cache-expiry): New variable to override
4681 `password-cache-expiry'.
4682 (auth-source-remember): Use it.
4684 * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
4685 parameter. Create entry if necessary by using :create t.
4686 (nnimap-open-connection-1): Don't pass `inhibit-create'.
4688 2011-02-15 Teodor Zlatanov <tzz@lifelogs.com>
4690 * auth-source.el (auth-source-debug): Enable by default and don't
4691 mention the obsolete `auth-source-hide-passwords'.
4692 (auth-source-do-warn): New function to debug unconditionally.
4693 (auth-source-do-debug): Use it.
4694 (auth-source-backend-parse): Use it for invalid `auth-sources' entries
4695 and for Secrets API entries when the secrets.el library is not
4698 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
4700 * gnus-sum.el (gnus-propagate-marks): Default to nil.
4701 (gnus-summary-exit): Kill the correct article buffer on exit from a
4704 * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
4705 gnus-propagate-marks.
4707 * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
4708 before killing the buffers so that a non-full window conf gets handled
4710 (gnus-summary-exit): Ditto.
4711 (gnus-summary-read-group-1): Ditto.
4713 * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
4714 async code again so that we can debug it properly.
4716 * message.el (message-reply): Take an optional switch-buffer parameter
4717 so that Gnus window confs are respected better.
4719 2011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
4721 * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
4722 `plist-get' to accept non-list parameters (XEmacs issue).
4724 (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
4725 `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
4726 (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
4727 Login collection is "Login" and not "login".
4729 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
4731 * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
4734 * nnimap.el (nnimap-inhibit-logging): New variable.
4735 (nnimap-log-command): Don't log login commands.
4737 * auth-source.el (auth-source-netrc-search): The asserts seem to want
4738 to have more parameters.
4740 * nnimap.el (nnimap-send-command): Mark the command time for each
4741 command, so that we don't get NOOPs stepping on our toes.
4743 * gnus-art.el (article-date-ut): Get the date from the Date header on
4746 2011-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
4748 * auth-source.el (auth-source-search): Use copy-sequence instead of
4749 the cl.el copy-list.
4751 2011-02-13 Adam Sjøgren <asjo@koldfront.dk>
4753 * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
4756 2011-02-13 Lars Ingebrigtsen <larsi@gnus.org>
4758 * gnus-art.el (gnus-article-mode-line-format): Remove the article
4759 washing status from the default format. It isn't very informative.
4761 2011-02-13 Tassilo Horn <tassilo@member.fsf.org> (tiny change)
4763 * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
4764 Fix Gcc processing on imap.
4766 2011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
4768 * message.el (message-bury): Don't pop up a new window when selected
4769 window is dedicated.
4771 2011-02-10 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
4773 * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
4775 2011-02-10 Teodor Zlatanov <tzz@lifelogs.com>
4777 * sieve-manage.el: Autoload `auth-source-search'.
4778 (sieve-sasl-auth): Use it.
4780 2011-02-09 Teodor Zlatanov <tzz@lifelogs.com>
4782 * nnimap.el: Autoload `auth-source-forget+'.
4783 (nnimap-open-connection-1): Use it if the connection fails.
4785 * auth-source.el: Require `password-cache'.
4786 (auth-source-hide-passwords, auth-source-cache): Remove and mark
4788 (auth-source-magic): Marker for `password-cache' keys.
4789 (auth-source-do-cache): Update docstring.
4790 (auth-source-search): Use and check cache.
4791 (auth-source-forget-all-cached, auth-source-remember)
4792 (auth-source-recall, auth-source-forget, auth-source-forget+)
4793 (auth-source-specmatchp): Caching support functions.
4794 (auth-source-forget-user-or-password, auth-source-forget-all-cached):
4795 Remove and obsolete.
4796 (auth-source-user-or-password): Remove caching to further discourage
4797 using it. Always hide passwords.
4799 2011-02-09 Lars Ingebrigtsen <larsi@gnus.org>
4801 * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
4802 code for now, since it doesn't work for all users.
4804 2011-02-09 Julien Danjou <julien@danjou.info>
4806 * message.el (message-options): Make message-options really buffer
4809 2011-02-08 Teodor Zlatanov <tzz@lifelogs.com>
4811 * mail-source.el: Autoload `auth-source-search'.
4812 (mail-source-keyword-map): Note order matters.
4813 (mail-source-set-1): Get all the mail-source source values and
4814 defaults and search auth-source on those if needed. This can all
4815 probably be simplified.
4817 * nnimap.el: Autoload `auth-source-search'.
4818 (nnimap-credentials): Use it.
4819 (nnimap-open-connection-1): Ask for the virtual server and physical
4820 address in one shot.
4822 * nntp.el: Autoload `auth-source-search'.
4823 (nntp-send-authinfo): Use it. Note TODO.
4825 2011-02-08 Julien Danjou <julien@danjou.info>
4827 * shr.el (shr-tag-body): Add support for text attribute in body
4830 * message.el (message-options): Make message-options a local variable.
4832 2011-02-07 Teodor Zlatanov <tzz@lifelogs.com>
4834 * auth-source.el (auth-source-secrets-search)
4835 (auth-source-user-or-password): Use `append' instead of `nconc'.
4836 (auth-source-user-or-password): Build return list better and protect
4837 against nil :secret.
4839 2011-02-07 Lars Ingebrigtsen <larsi@gnus.org>
4841 * nnimap.el (nnimap-update-info): Refactor slightly.
4842 (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
4843 (nnimap-update-info): Clean up slightly.
4844 (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
4846 (nnimap-process-quirk): Rename function to avoid collision.
4847 (nnimap-update-info): Fix macrology bug-out.
4848 (nnimap-update-info): Simplify split history test.
4850 2011-02-06 Michael Albinus <michael.albinus@gmx.de>
4852 * auth-source.el (top): Require 'eieio unconditionally.
4853 Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
4854 (auth-source-secrets-search): Limit search when `max' is greater than
4857 2011-02-06 Lars Ingebrigtsen <larsi@gnus.org>
4859 * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
4860 part not returning any data.
4862 * proto-stream.el (open-protocol-stream): Document the return value.
4864 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
4866 * auth-source.el (auth-source-secrets-search): Add examples.
4868 2011-02-06 Julien Danjou <julien@danjou.info>
4870 * message.el (message-setup-1): Handle message-generate-headers-first
4873 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
4875 * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
4876 API with a string "secrets:collection-name" and with 'default.
4877 (auth-source-backend-parse): Parse "secrets:collection-name" and
4878 'default. Recurse on parses instead of repeating code. Use the
4879 Secrets API is the source is not nil and 'ignore otherwise. Emit a
4880 message when ignoring a source.
4881 (auth-source-search): List ignored search keys at the top level.
4882 (auth-source-netrc-create): Use `case' instead of `cond'.
4883 (auth-source-secrets-search): Created with TODOs.
4884 (auth-source-secrets-create): Created with TODOs.
4885 (auth-source-retrieve, auth-source-create, auth-source-delete)
4886 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
4887 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4888 (auth-source-user-or-password-sftp)
4889 (auth-source-user-or-password-smtp): Remove.
4890 (auth-source-user-or-password): Deprecated and modified to be a wrapper
4891 around `auth-source-search'. Not tested thoroughly.
4893 2011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
4895 * auth-source.el: Bring in assoc and eioeio libraries.
4896 (secrets-enabled): New variable to track the status of the Secrets API.
4897 (auth-source-backend): New EIOEIO class to represent a backend.
4898 (auth-source-creation-defaults): New variable to set prompt defaults
4899 during token creation (see the `auth-source-search' docstring for
4901 (auth-sources): Simplify to allow a simple string as a netrc backend
4903 (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
4904 (auth-source-backend-parse-parameters): Fill in the backend parameters.
4905 (auth-source-search): Main auth-source API entry point.
4906 (auth-source-delete): Wrapper around `auth-source-search' for deletion.
4907 (auth-source-search-collection): Helper function for searching.
4908 (auth-source-netrc-parse, auth-source-netrc-normalize)
4909 (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
4910 Supports search, create, and delete.
4911 (auth-source-secrets-search, auth-source-secrets-create): Secrets API
4913 (auth-source-user-or-password): Call `auth-source-search' but it's not
4916 2011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
4918 * message.el (message-setup-1): Remove the read-only stuff, since it
4919 doesn't work under XEmacs, for some reason.
4921 * gnus-sum.el (gnus-user-date): Rename back from
4922 gnus-summary-user-date since user code refers to it.
4924 * shr.el (shr-render-td): Store the actual background color used.
4926 * message.el (message-setup-1): Don't bind the constant
4927 -forbidden-properties.
4928 (message-setup-1): Revert previous change, since it needs to bind the
4929 props to insert them.
4930 (message-resend): Allow removing the read-only separator line.
4932 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
4934 * nnimap.el (nnimap-request-accept-article): Give an error message if
4935 the APPEND wasn't successful.
4937 2011-02-03 Adam Sjøgren <asjo@koldfront.dk>
4939 * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
4940 that have no groups.
4942 2011-02-03 Julien Danjou <julien@danjou.info>
4944 * gnus-draft.el: Remove progn around gnus-draft-setup.
4946 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
4948 * gnus-start.el (gnus-read-active-for-groups): This function is never
4949 called with a nil `infos', so clean that up.
4950 (gnus-get-unread-articles): Request active files from primary/secondary
4951 methods that have no groups (yet).
4953 2011-02-03 Julien Danjou <julien@danjou.info>
4955 * message.el (message-setup-1): Always generate References first.
4956 (message-mail): Return the return value of message-setup, not always t.
4957 (message-setup-1): Insert mail-header-separator with read-only and
4958 intangible properties set.
4960 * gnus.el (gnus-summary-line-format): Add missing semi-colon for
4961 user-date in docstring.
4963 * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
4965 * gnus.el (gnus-summary-line-format): Mention &user-date format in
4968 * gnus.el (gnus-user-date-format-alist): Change default value.
4969 Use defcustom, with type and group. Move from gnus-util.el.
4970 Rename to gnus-summary-user-date-format-alist.
4972 2011-02-03 Glenn Morris <rgm@gnu.org>
4974 * nnimap.el (gnus-fetch-headers): Declare.
4976 * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
4978 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
4980 * message.el (message-forward-make-body-digest-plain)
4981 (message-followup, message-reply): Clean up things noted by Stefan.
4983 * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
4984 gnus-article-update-date-headers is nil.
4985 (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
4986 it didn't really work with defcustom.
4987 (article-update-date-lapsed): Make sure the window start doesn't move,
4990 2011-02-01 Julien Danjou <julien@danjou.info>
4992 * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
4995 * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
4996 standard in Emacs nowadays.
4998 2011-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
5000 * message.el (message-expand-name): Don't trust the return value of
5002 (message-check-news-header-syntax): Remove unused var `start'.
5003 (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
5004 (message-inhibit-body-encoding): Move to before first use.
5005 (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
5006 (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
5007 (Organization, Message-ID, Date, mh-previous-window-config):
5008 Defvar the vars using dynamic scoping.
5010 2011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
5012 * shr.el (shr-render-td): Only do colors at the final rendering.
5013 Should be slightly faster.
5014 (shr-insert-table): Fix up TD background colors when doing the
5017 * gnus-art.el (article-date-ut): Protect against articles with no Date
5019 (article-update-date-lapsed): Don't use current-column to find the
5020 horizontal position. It's fragile in the presence of \003 characters.
5022 * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
5024 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
5026 * gnus-art.el (article-transform-date): Rewrite to still work when
5027 there are several rfc2822 parts.
5028 (article-transform-date): Fix infinite recursion.
5029 (article-date-ut): Replace infinitely many Date headers with a single
5030 one when called interactively.
5032 * nnimap.el (nnimap-wait-for-response): Wait for results in a more
5035 * gnus-art.el (article-update-date-lapsed): Try to avoid having point
5036 move around by not using save-window-excursion. It seems to work...
5038 2011-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
5040 * gnus-art.el (article-make-date-line): Work for user-defined format.
5042 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
5044 * nntp.el (nntp-retrieve-group-data-early)
5045 (nntp-finish-retrieve-group-infos): Implement the asynchronous data
5048 * gnus-start.el (gnus-read-active-for-groups): Read the active files
5049 thoroughly for all backends that have no known groups. This should
5050 allow new nnml methods to retrieve mail.
5052 * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
5053 that Gnus doesn't know exists again.
5055 * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
5056 (gnus-treat-date-ut): Ditto.
5057 (gnus-article-update-date-header): Rename.
5058 (gnus-treat-date-local): Remove.
5059 (gnus-treat-date-english): Remove.
5060 (gnus-treat-date-lapsed): Remove.
5061 (gnus-treat-date-combined-lapsed): Remove.
5062 (gnus-treat-date-original): Remove.
5063 (gnus-treat-date-iso8601): Remove.
5064 (gnus-treat-date-user-defined): Remove.
5065 (gnus-article-date-headers): New variable to control all the date
5067 (article-date-ut): Rewrite to allow using the new way to format date
5070 2011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
5072 * nnmail.el (nnmail-article-group): Check for a direct fancy split
5074 (nnmail-article-group): A better test for fanciness.
5076 * nnimap.el (nnimap-request-head): Protect against not finding the
5077 article by Message-ID.
5079 2011-01-29 Lars Ingebrigtsen <larsi@gnus.org>
5081 * gnus-art.el (article-update-date-lapsed): Try a better way to really
5082 keep point at the "same place".
5084 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
5086 * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
5087 data if the group is inactive.
5089 2011-01-28 Julien Danjou <julien@danjou.info>
5091 * gnus-win.el: Remove dead function gnus-window-configuration-element.
5092 (gnus-all-windows-visible-p): Remove old compatibility code.
5093 (gnus-window-top-edge): Add docstring.
5095 * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
5097 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
5099 * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
5100 older request-update-info.
5102 * gnus-art.el (article-make-date-line): Limit the length a bit more.
5104 2011-01-28 Daiki Ueno <ueno@unixuser.org>
5106 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
5107 Give mml2015-signers higher precedence over mml2015-sign-with-sender.
5109 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
5111 * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
5112 groups. This makes the nndraft:queue group pop up if it's not already
5115 * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
5116 messages" logic, which was reversed.
5118 * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
5119 the "same place" even if point is on the line being replaced.
5120 (article-update-date-lapsed): Allow updating both the combined lapsed
5121 and the lapsed headers.
5122 (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
5123 (article-make-date-line): Limit the number of segments dynamically to
5124 avoid too-long lines.
5126 2011-01-27 Julien Danjou <julien@danjou.info>
5128 * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
5129 (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
5131 2011-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
5133 * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
5134 Use plist-get instead of the cl function getf.
5136 2011-01-27 Glenn Morris <rgm@gnu.org>
5138 * gnus-util.el (float-time): Get rid of compiler warning, again.
5140 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
5142 * shr.el (shr-put-color): Special-case background colors: Do put them
5143 at the blank parts at the front of the lines.
5145 * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
5146 exit hook to nix out all data on readedness on group exit.
5148 * gnus-util.el (float-time): If float-time is bound, always use it on
5149 all Emacsen. It's unclear why the subrp check was there.
5150 (time-date): Require to make some autoload issues on XEmacs go away.
5152 * shr.el (shr-put-color): Don't do the box padding in tables, since
5153 they're already padded.
5155 2011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
5157 * gnus-art.el (gnus-article-next-page): When the last line of the
5158 article is displayed, scroll down once more instead of going to the
5159 next article at once.
5160 (article-lapsed-string): Refactor out and allow specifying how many
5162 (gnus-article-setup-buffer): Start updating the lapsed header directly.
5163 (gnus-article-update-lapsed-header): New variable.
5165 * shr.el: Revert change that made headings use different-sized faces.
5166 The Emacs display engine isn't advanced enough that, for instance,
5167 tables can comfortably use differently-sized faces.
5169 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
5171 * nnimap.el (nnimap-open-connection-1): Store the actual stream type
5173 (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
5174 fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
5175 we're using an encrypted connection.
5177 * proto-stream.el: Alter the interface functions to also return the
5178 actual stream type used: network or TLS.
5180 2011-01-25 Julien Danjou <julien@danjou.info>
5182 * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
5183 (mm-display-javascript-inline): New function.
5185 * mm-decode.el (mm-inline-media-tests): Add application/javascript
5188 2011-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
5190 * shr.el (shr-expand-newlines): Fix variable name.
5192 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
5194 * shr.el (shr-expand-newlines): Make nested boxes work.
5196 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
5198 * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
5200 (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
5201 in a more sensible manner.
5203 2011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
5205 * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
5208 2011-01-24 Julien Danjou <julien@danjou.info>
5210 * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
5213 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
5215 * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
5218 * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
5219 in the article buffer.
5220 (gnus-gravatar-insert): Use blank space from the current buffer to
5221 avoid breaking text properties. This makes X-Sent updating work again.
5223 * gravatar.el (gravatar-retrieve): Be silent when retrieving.
5225 2011-01-23 Lars Ingebrigtsen <larsi@gnus.org>
5227 * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
5228 fix the bug in url-http.el instead.
5230 * shr.el (shr-image-fetched): Ditto.
5232 * shr.el (shr-image-fetched): Avoid having point move in the article
5235 * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
5236 buffer after being called. It's apparently being killed by url.el, and
5237 killing it made point move to end-of-buffer in a random buffer.
5239 * shr.el (shr-image-fetched): Ditto.
5241 2011-01-23 Julien Danjou <julien@danjou.info>
5243 * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
5245 * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
5248 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
5250 * gnus-sum.el (gnus-summary-move-article): Protect against backends
5251 (i.e., nnimap) returning nil as the article number.
5253 2011-01-22 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
5255 * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
5256 "DelSp" parameter in RFC3676.
5258 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
5260 * message.el (message-check-recipients): Display the encoded version of
5261 the bogus address if they differ.
5263 * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
5266 * gnus-agent.el (gnus-agent-send-mail): Ditto.
5268 * gnus-group.el (gnus-group-refresh-group): New convenience function.
5270 * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
5271 group buffer after sending the queue.
5273 * gnus-agent.el (gnus-agent-send-mail): Ditto.
5275 2011-01-22 Julien Danjou <julien@danjou.info>
5277 * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
5279 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
5281 * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
5282 nested related parts.
5284 * nnfolder.el (nnfolder-request-expire-articles): Return the list of
5285 unexpired articles. This fixes the regression that led expiry marks to
5286 disappear from nnfolder groups.
5288 2011-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
5290 * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
5291 Don't confuse the "ret" of "retrograde" with RET.
5293 2011-01-21 Julien Danjou <julien@danjou.info>
5295 * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
5296 than mm-insert-inline.
5298 2011-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
5300 * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
5301 Widen article buffer.
5303 2011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
5305 * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
5307 * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
5309 2011-01-20 Julien Danjou <julien@danjou.info>
5311 * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
5313 * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
5314 than mm-insert-inline to insert inline part: this respect
5315 mm-inline-media-tests displayers.
5317 * mm-view.el (mm-display-shell-script-inline): New function.
5319 * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
5321 * mm-uu.el (mm-uu-type-alist): Add org block.
5322 (mm-uu-org-src-code-block-extract): New function.
5324 * mm-view.el (mm-display-org-inline): New function.
5326 * mm-decode.el (mm-automatic-display): Add text/org.
5328 * mailcap.el (mailcap-mime-extensions): Add .org.
5330 2011-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
5332 * gnus-art.el (gnus-article-highlight): Remove argument passed to
5333 gnus-article-add-buttons.
5335 2011-01-19 Tom Rauchenwald <sehnsucht.nach.unendlichkeit@quantentunnel.de> (tiny change)
5337 * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
5338 From header with a date and "nobody" as the sender.
5340 2011-01-19 Julien Danjou <julien@danjou.info>
5342 * gnus-art.el (gnus-article-add-buttons): Simplify condition.
5343 (gnus-button-push): Remove gnus-button-entry function, it fails heavily
5344 if you have the same regexp several times.
5345 (gnus-button-push): Fix matching when regexp is symbol.
5347 2011-01-15 Glenn Morris <rgm@gnu.org>
5349 * message.el (message-mail): A compose-mail function should
5350 accept headers as strings.
5352 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
5354 * message.el (message-tool-bar-gnome): Tweak tool-bar items.
5355 Add :vert-only tags.
5356 (message-mail): New arg RETURN-ACTION.
5357 (message-return-action): New var.
5358 (message-bury): Use it.
5359 (message-mode): Make it buffer-local.
5360 (message-send-and-exit): Always call message-bury.
5362 * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION. Pass it to
5365 2011-01-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
5367 * nnimap.el (nnimap-convert-partial-article): Protect against
5368 zero-length body parts.
5370 * mm-decode.el (mm-preferred-alternative-precedence):
5371 Discourage showing empty parts.
5373 * gnus-int.el (gnus-request-accept-article): Don't try to update marks
5374 and stuff if the backend didn't return the article number. This fixes
5375 an Exchange-related nnimap bug.
5377 * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
5378 group window, because it does the wrong thing when a separate frame
5379 displays the group buffer.
5381 * proto-stream.el (open-protocol-stream): Protect against the low-level
5382 transport functions returning nil.
5384 2011-01-07 Daiki Ueno <ueno@unixuser.org>
5386 * mml2015.el (epg-sub-key-fingerprint): Autoload.
5387 (mml2015-epg-find-usable-secret-key): New function.
5388 (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
5389 mml2015-epg-find-usable-key (Bug#7797).
5390 (mml2015-epg-encrypt): Ditto.
5392 2011-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5394 * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
5396 2011-01-03 Glenn Morris <rgm@gnu.org>
5398 * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
5400 * sieve.el (sieve-open-server): Give a more explicit error if
5401 sieve-manage-open returns nil. (Bug#7720)
5403 2011-01-02 Karl Fogel <kfogel@red-bean.com>
5405 * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
5407 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5409 * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
5410 This avoids sending passwords in plain text over non-encrypted
5413 * shr.el (shr-rescale-image): Display all GIF images as animated images.
5415 * nnimap.el (nnimap-login): Refactored out into own function, and
5417 (nnimap-wait-for-line): Refactored out.
5419 * mm-view.el (mml-smime): Require.
5421 2010-12-20 David Engster <deng@eml.cc>
5423 * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
5424 use EPG to decrypt S/MIME messages instead of openssl.
5426 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5428 * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
5430 * gnus-group.el (gnus-group-kill-group): Don't try to update the group
5431 status is the group clearly is unreachable.
5433 * auth-source.el (auth-source-create): Add the optional second
5434 parameter to `local-variable-p' to be compatible with XEmacs.
5436 2011-01-02 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
5438 * nnml.el (nnml-request-article): Allow requesting by Message-ID to
5439 work when using a compressed nnml folder.
5441 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5443 * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
5444 backends after sanitising on entry, because this never makes sense:
5445 If the articles have gone missing, then the data no longer exists on
5446 the backend, and if they haven't, then Gnus is wrong, and shouldn't
5447 overwrite anything anyway.
5449 * shr.el (shr-insert-document): Bind shr-width dynamically to
5450 window-width if it's nil.
5452 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
5454 * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
5455 with the meaning of using the full emacs window width for rendering.
5457 2010-12-27 Daiki Ueno <ueno@unixuser.org>
5459 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
5460 case when sender is not given.
5462 2010-12-23 Julien Danjou <julien@danjou.info>
5464 * gnus-gravatar.el (gnus-gravatar-transform-address): Set
5465 `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
5466 the addresses, otherwise we might misplaced the gravatar.
5468 2010-12-21 Daiki Ueno <ueno@unixuser.org>
5470 * mml1991.el (pgg-sign-region, pgg-encrypt-region):
5471 * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
5474 2010-12-20 Julien Danjou <julien@danjou.info>
5476 * gnus-util.el (gnus-rescale-image): Revert last change.
5478 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5480 * gnus-group.el (gnus-group-delete-articles): New command.
5482 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
5484 * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
5486 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5488 * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
5489 here, since it's up to the backends to do CRLF removal if their
5492 * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
5494 2010-12-17 Julien Danjou <julien@danjou.info>
5496 * gnus-util.el (gnus-rescale-image): Allow to resize images even if
5497 they are from file. Can also scale up.
5499 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
5501 * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
5502 Restore gnus-use-agent.
5503 (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
5505 * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
5507 2010-12-17 Julien Danjou <julien@danjou.info>
5509 * gravatar.el (gravatar-retrieve-synchronously): New function.
5510 (gravatar-get-data): Make more robust.
5512 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
5514 * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
5515 to really consider the last line.
5517 2010-12-16 Daiki Ueno <ueno@unixuser.org>
5519 * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
5520 list of recipient keys, or use symmetric encryption if not a list.
5521 (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
5522 EPA override, replacing the call to `netrc-store-data'.
5524 2010-12-16 Dan Davison <dandavison7@gmail.com> (tiny change)
5526 * gnus-srvr.el: Avoid passing nil regexp argument to
5527 delete-matching-lines.
5529 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
5531 * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
5532 fetching stops when Gnus exits.
5534 * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
5536 (nnfolder-request-expire-articles): Save all the buffers after doing
5539 * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
5540 the last article", since that led to serious performance regressions
5541 when expiring nnml groups.
5543 2010-12-16 Andrew Cohen <cohen@andy.bu.edu>
5545 * nnir.el: Improve customizations.
5547 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
5549 * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
5551 * gnus-group.el (gnus-group-kill-group): Notify the backend that the
5552 group has been killed.
5553 (gnus-group-yank-group): Ditto.
5555 * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
5557 * nnimap.el (nnimap-request-update-group-status): New function.
5559 * gnus-int.el (gnus-request-update-group-status): New interface
5562 * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
5563 copying read-ness to the backends.
5565 * nnimap.el (nnimap-quirk): New function.
5566 (nnimap-retrieve-group-data-early): Use it.
5567 (nnimap-quirks): New alist.
5569 2010-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
5571 * shr.el (shr-insert): Set shr-start after deleting trailing space;
5572 don't delete it within indentation.
5574 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
5576 * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
5579 2010-12-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
5581 * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
5582 QRESYNC command by deleting a superfluous space which broke Cyrus
5583 servers. This change will break other servers that are buggy the other
5586 2010-12-14 Teodor Zlatanov <tzz@lifelogs.com>
5588 * spam.el: Reindent and fix long lines.
5589 (spam-copy-or-move-routine): Exclude invalid move destinations.
5591 2010-12-14 Andrew Cohen <cohen@andy.bu.edu>
5593 * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
5594 installed the registry.
5596 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
5598 * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
5599 groupname doesn't contain "gmane".
5601 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5603 * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
5604 (gnus-1): Don't create the nndrafts group twice.
5605 (gnus-setup-news): There's no need to read the active file here, since
5606 that's done again later on a per-backend basis.
5607 (gnus-start-draft-setup): Make sure that the new group is started out
5610 * gnus-agent.el (gnus-agentize): Don't create the queue group
5611 automatically on startup. It'll be created later, if needed.
5613 * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
5614 of automatically subscribed groups.
5615 (gnus-auto-subscribed-categories): New variable.
5616 (gnus-matches-options-n): Use it.
5617 (gnus-default-subscribed-newsgroups): Remove unused variable.
5618 (gnus-start-draft-setup): Message a bit less.
5620 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
5622 * nnir.el (nnir-run-imap): Return article list in order of increasing
5625 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5627 * gnus-sum.el (gnus-summary-enter-digest-group):
5628 Mention gnus-auto-select-on-ephemeral-exit.
5630 * proto-stream.el (proto-stream-open-network-only): Fix the calling
5631 convention of the network-only option.
5633 2010-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
5635 * proto-stream.el (proto-stream-open-network-only): New function to
5636 have a way to specify non-STARTTLS upgrade connections.
5638 2010-12-10 Julien Danjou <julien@danjou.info>
5640 * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
5641 email address is nil.
5643 * message.el (message-bogus-recipient-p): Set address to "" if nil.
5645 2010-12-10 Andrew Cohen <cohen@andy.bu.edu>
5647 * nnir.el (nnir-request-expire-articles): Ignore expiry except for
5649 (nnir-run-imap): Only need to parse list once.
5651 2010-12-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
5653 * shr.el (shr-tag-script): Ignore <script>.
5654 (shr-tag-label): Add <label> support.
5656 2010-12-09 Katsumi Yamaoka <yamaoka@jpl.org>
5658 * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
5660 * shr.el (shr-image-displayer): Work for images lined side by side.
5662 2010-12-08 Robert Pluim <rpluim@gmail.com>
5664 * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
5665 parameter, since XEmacs doesn't accept t as a parameter.
5667 2010-12-08 Andrew Cohen <cohen@andy.bu.edu>
5669 * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
5671 (nnir-run-gmane): Simplify groupspec formatting.
5672 (nnir-request-expire-articles): New function.
5674 2010-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
5676 * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
5679 * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
5680 (shr-render-td): Handle td style="" better.
5681 (shr-tag-table): Use the color from the style sheet.
5682 (shr-render-td): Make sure we copy over all the overlays, too.
5684 2010-12-07 Andrew Cohen <cohen@andy.bu.edu>
5686 * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
5687 (nnir-request-article): Improve article retrieval.
5689 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
5691 * mm-util.el (mm-extra-numeric-entities): New variable.
5693 * mm-url.el (mm-url-decode-entities):
5694 * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
5696 2010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
5698 * message.el: Use completion-at-point.
5699 (message-completion-function): New fun, extracted from message-tab.
5700 (message-mode): Use it for completion-at-point-functions.
5701 (message-tab): Use it and completion-at-point.
5703 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
5705 * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
5706 character if a non-breakable character follows.
5708 2010-12-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
5710 * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
5713 * shr.el (shr-tag-font): Colorize the region.
5714 (shr-tag-body): Ditto.
5715 (shr-tag-font): Actually let the styles be inherited instead of
5717 (shr-tag-font): Get the background color right.
5718 (shr-tag-style): Ignore all <style> tags for the moment.
5720 * gnus-int.el (gnus-request-thread): Rework to take a header instead of
5721 a Message-ID to avoid having nnimap depend on gnus-sum.
5723 * shr.el (shr-descend): Only colorize something if we have a node that
5726 2010-12-06 Julien Danjou <julien@danjou.info>
5728 * shr.el (shr-render-td): Render td content with shr-descend, so style
5729 will be applied to <td> too.
5730 (shr-colorize-region): Colorize region even if we only have a background.
5731 (shr-tag-body): Fix color and background color inheritance.
5732 Do not recolorize after shr-generic.
5733 (shr-tag-font): Let shr-generic colorize via inheritance.
5735 2010-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
5737 * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
5739 2010-12-06 Andrew Cohen <cohen@andy.bu.edu>
5741 * nnir.el (nnir-request-move-article): Remove obsolete code.
5743 2010-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
5745 * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
5747 2010-12-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
5749 * gnus-sum.el (gnus-summary-respool-article): The completion function
5750 expects a list instead of an alist.
5752 * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
5753 string as the parameter.
5755 * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
5757 * shr.el (shr-stylesheet): New dynamic variable for cascading the
5759 (shr-colorize-region): New function.
5760 (shr-insert-background-overlay): Remove.
5761 (shr-render-td): Background setting should be taken care of on a higher
5763 (shr-tag-body): Use post-hoc colorizations.
5764 (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
5765 (shr-put-color-1): Don't overwrite old colors.
5766 (shr-colorize-region): When the background color isn't explicit, use
5769 * gnus-util.el (gnus-output-to-mail): Require nnmail before using
5772 2010-12-05 Bjørn Mork <bjorn@mork.no>
5774 * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
5777 2010-12-05 Andrew Cohen <cohen@andy.bu.edu>
5779 * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
5782 2010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
5784 * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
5787 * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
5788 C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
5790 * shr.el (shr-urlify): Show the URL before the title to avoid
5793 2010-12-04 Adam Sjøgren <asjo@koldfront.dk>
5795 * shr.el (shr-urlify): Display the title in <a> tags.
5797 2010-12-04 Andrew Cohen <cohen@andy.bu.edu>
5799 * nnir.el (nnir-categorize): Replace mapcar with mapc.
5801 2010-12-03 Andrew Cohen <cohen@andy.bu.edu>
5803 * nnir.el: Rearrange code to allow macros to be autoloaded by
5805 (nnir-retrieve-headers-override-function): Make this variable
5807 (nnir-retrieve-headers): Remove obsolete subject-mangling code.
5809 * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
5812 2010-12-03 Julien Danjou <julien@danjou.info>
5814 * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
5816 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
5818 * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
5819 allow optional argument `environment'.
5821 2010-12-03 Glenn Morris <rgm@gnu.org>
5823 * mm-extern.el (message-goto-body): Update declaration.
5825 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
5827 * gnus-util.el (gnus-macroexpand-all): New function.
5829 * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
5830 instead of macroexpand-all that is unavailable in XEmacs.
5832 2010-12-02 Andrew Cohen <cohen@andy.bu.edu>
5834 * nnir.el (nnir-summary-line-format): New variable.
5835 (nnir-mode): Use it.
5836 (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
5837 (nnir-article-ids): Reimplement as defsubst.
5838 (nnir-retrieve-headers): Don't mangle the subject header.
5839 (nnir-run-imap): Use 100 as RSV score.
5840 (nnir-run-find-grep): Fix for full server searching.
5841 (nnir-run-gmane): Better restriction to gmane groups.
5843 * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
5846 2010-12-02 Julien Danjou <julien@danjou.info>
5848 * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
5850 * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
5852 * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
5855 2010-12-01 Andrew Cohen <cohen@andy.bu.edu>
5857 * nnir.el: Update to handle the registry better.
5858 (autoload): Silence byte-compiler.
5859 (nnir-open-server): Add a hook for nnir groups.
5860 (nnir-request-move-article): Don't mangle the header. Better to use
5861 formatting variables (which will be added in the future).
5862 (nnir-registry-action): Update the registry using the original article
5864 (nnir-mode): Install nnir-specific hooks for updating the registry.
5867 (gnus-article-original-subject,gnus-newsgroup-original-name):
5868 Remove obsolete variables.
5869 (gnus-summary-move-article): Remove use of obsolete variables.
5870 (gnus-summary-local-variables): Make move and delete hooks local to
5873 2010-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5875 * rtree.el: New file.
5877 2010-12-01 Julien Danjou <julien@danjou.info>
5879 * message.el (message-user-organization): Do not use
5880 gnus-local-organization.
5882 * gnus.el: Remove gnus-local-organization.
5884 * gnus-msg.el: Remove nastygram thing.
5886 2010-12-01 Teodor Zlatanov <tzz@lifelogs.com>
5888 * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
5891 2010-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
5893 * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
5896 * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
5899 * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
5900 to t of inhibit-read-only since it is inside gnus-with-article-headers.
5901 Suggested by Štěpán Němec <stepnem@gmail.com>.
5902 (gnus-gravatar-transform-address): Use mail-extract-address-components
5903 that supports non-ASCII names rather than mail-header-parse-addresses.
5905 2010-11-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5907 * proto-stream.el (open-protocol-stream): All STARTTLS connections are
5908 handled by the network handler.
5910 2010-11-30 Julien Danjou <julien@danjou.info>
5912 * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
5913 (nnimap-open-connection-1): Fix PREAUTH.
5915 * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
5917 2010-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
5919 * shr.el (shr-char-breakable-p, shr-char-nospace-p)
5920 (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
5921 (shr-insert): Use them.
5922 (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
5924 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
5926 * nnir.el (nnir-request-move-article): Bail out if original group
5927 doesn't support article moves.
5928 (nnir-get-active): Improve active list retrieval.
5930 2010-11-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5932 * shr.el (shr-find-fill-point): Don't break before apostrophes.
5934 2010-11-29 Binjo <binjo.cn@gmail.com> (tiny change)
5936 * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
5937 seem to accept strings-with-numbers as port numbers.
5939 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
5941 * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
5942 change the registry.
5944 2010-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
5946 * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
5947 delete-dups that is not available in XEmacs 21.4.
5949 * mm-util.el (mm-delete-duplicates): Add comment.
5951 2010-11-28 Andrew Cohen <cohen@andy.bu.edu>
5953 * nnir.el (nnir-ignored-newsgroups): New variable.
5954 (nnir-get-active): Use it.
5956 2010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5958 * proto-stream.el (proto-stream-open-network): Add some comments.
5960 * nntp.el (nntp-open-connection): Provide a :success condition.
5962 * nnimap.el (nnimap-open-connection-1): Ditto.
5964 * proto-stream.el (proto-stream-open-network): See what the response to
5965 the STARTTLS command is.
5967 * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
5968 backwards compatibility).
5969 (nnimap-open-connection-1): Really respect nnimap-server-port.
5971 * proto-stream.el (proto-stream-open-network): When doing opportunistic
5972 TLS upgrades we don't really care about the identity of the peer.
5973 (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
5974 that what we've checked for.
5975 (proto-stream-always-use-starttls): Only default to t if
5976 open-gnutls-stream exists.
5977 (proto-stream-open-network): If STARTTLS failed, then just open a
5979 (proto-stream-open-network): Wait until the greeting before doing
5982 * nntp.el (nntp-open-connection): Report what the connection error is.
5984 * proto-stream.el (open-protocol-stream): Rename from
5987 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5989 * nnimap.el (nnimap-stream): Change default to `undecided'.
5990 (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
5991 first, and then network.
5992 (nnimap-open-connection-1): Respect nnimap-server-port.
5993 (nnimap-open-connection): Be more backwards-compatible.
5995 * proto-stream.el (proto-stream-always-use-starttls): New variable.
5996 (proto-stream-open-starttls): De-duplicate the STARTTLS code.
5997 (proto-stream-open-starttls): Folded back into the main function.
5998 (proto-stream-open-network): Fix typo in the GnuTLS path.
5999 (proto-stream-command): Refactor out.
6001 * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
6003 * proto-stream.el (proto-stream-open-starttls): Actually implement the
6004 starttls.el STARTTLS.
6006 * color.el (color-lab->srgb): Fix function call name.
6008 * proto-stream.el (proto-stream-open-tls): Delete output from openssl
6009 if we're using tls.el.
6010 (proto-stream-open-network): If we don't have gnutls-cli or GnuTLS
6011 built in, then don't try to establish a STARTTLS connection.
6013 * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
6016 * proto-stream.el (open-proto-stream): Use network, not stream.
6017 (open-proto-stream): Add a way to specify what the end of a command is.
6019 * nntp.el (nntp-open-connection): Use proto-streams for the relevant
6021 (nntp-open-network-stream): Remove.
6022 (nntp-open-ssl-stream): Remove.
6023 (nntp-open-tls-stream): Remove.
6024 (nntp-ssl-program): Remove.
6026 * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
6028 2010-11-27 Andrew Cohen <cohen@andy.bu.edu>
6030 * nnir.el: Fix typos.
6031 (nnir-retrieve-headers-override-function): Rename variable to reflect
6033 (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
6035 (nnir-request-article, nnir-request-move-article): Use them.
6036 (nnir-categorize): New function.
6037 (nnir-run-query): Use it.
6038 (nnir-retrieve-headers): Rewrite to batch header retrieval.
6039 (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
6041 (nnir-group-full-name): Use gnus-group-full-name instead.
6042 (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
6043 (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
6045 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6047 * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
6049 * proto-stream.el: New library to provide protocol-specific
6050 TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
6052 (open-proto-stream): Complete the documentation.
6053 (proto-stream-open-network): Fix some typos.
6055 * nnimap.el (nnimap-open-connection): Use it.
6057 2010-11-27 Yuri Karaban <tech@askold.net> (tiny change)
6059 * pop3.el (pop3-open-server): Read server greeting before starting TLS
6062 2010-11-26 Julien Danjou <julien@danjou.info>
6064 * color.el: Rename various rgb functions to srgb.
6066 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
6068 * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
6071 2010-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
6073 * shr.el (shr-insert): Revert last change.
6074 (shr-find-fill-point): Never leave point being at bol;
6075 relax the kinsoku limitation when rendering tables.
6077 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
6079 * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
6080 results from -accept-article.
6082 * shr-color.el: Require cl when compiling.
6084 * nnheader.el (nnheader-update-marks-actions): Fix typo in last
6087 * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
6089 * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
6091 * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
6092 'add and 'delete to set backend marks.
6094 * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
6096 * nnheader.el (nnheader-update-marks-actions): Refactor out.
6098 * nntp.el (nntp-request-set-mark): Use it.
6100 * nnfolder.el (nnfolder-request-set-mark): Ditto.
6102 * nnml.el (nnml-request-set-mark): Ditto.
6104 * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
6105 introduces regressions in article selection.
6106 (nnimap-find-uid-response): New function.
6107 (nnimap-request-accept-article): Use the UID returned, if any.
6108 (nnimap-request-move-article): Use the UID returned, if any.
6109 (nnimap-get-groups): Reimplement to work with folded lines.
6110 (nnimap-find-uid-response): The UID is the last element in the list.
6111 (nnimap-request-set-mark): Extend syntax with 'set.
6113 * nnml.el (nnml-request-set-mark): Ditto.
6115 * nnfolder.el (nnfolder-request-set-mark): Ditto.
6117 * nntp.el (nntp-request-set-mark): Ditto.
6119 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
6121 * message.el (message-called-interactively-p): A temporary macro.
6122 (message-goto-body): Use it temporarily.
6124 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
6126 * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
6127 (nnimap-last-response-string): Unfold quoted lines, if they exist.
6128 (nnimap-last-response-string): Fix last unfolding fix.
6130 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
6132 * shr.el (shr-insert): Fix the way to fold lines.
6134 2010-11-25 Julien Danjou <julien@danjou.info>
6136 * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
6138 * color.el: Rename from color-lab.el
6139 (color-rgb->hex): Add.
6140 (color-complement): Add.
6141 (color-complement-hex): Add.
6143 * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
6145 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
6147 * shr-color.el (shr-color-visible): Don't bug out if the color names
6150 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
6152 * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
6153 assuming that article displaying or another mml-preview may be
6154 interrupted for an error or for the like.
6156 * shr.el (shr-get-background): Fix argument name.
6158 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
6160 * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
6162 * gnus-sum.el (gnus-summary-include-articles): New function.
6164 * message.el (message-goto-body): called-interactively-p needs a
6165 parameter, so use `any'.
6167 * nnimap.el (nnimap-request-move-article): It's no longer necessary to
6168 clear marks before moving, since they're synced from the Gnus side
6171 * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
6172 (gnus-summary-move-article): Copy over all marks before moving, so that
6173 IMAP doesn't think a new article has arrived.
6175 2010-11-24 Julien Danjou <julien@danjou.info>
6177 * shr.el (shr-insert-background-overlay): Fix typo.
6178 (shr-render-td): Copy the background before rendering.
6180 * shr-color.el (shr-color-visible): Fix docstring.
6182 * shr.el (shr-tag-table): Add bgcolor support.
6183 (shr-render-td): Add bgcolor support.
6184 (shr-get-background): Add.
6185 (shr-insert-foreground-overlay): Use shr-get-background.
6187 * message.el (message-goto-body): Use called-interactively-p.
6188 (message-in-body-p): message-goto-body returns point.
6190 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
6192 * mm-util.el (mm-enable-multibyte): Use `to' instead of t. This fixes
6193 Fixes something or other in Emacs 23, and is backwards compatible.
6195 * message.el (message-goto-body): Remove the <#secure special-casing,
6196 which is too special.
6198 * shr.el (shr-parse-style): Drop !important from styles.
6200 2010-11-24 Daniel Schoepe <daniel.schoepe@googlemail.com> (tiny change)
6202 * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
6203 this function to return incorrect results when calling it with an
6204 explicit article argument different from
6205 (gnus-summary-article-number).
6207 2010-11-24 Julien Danjou <julien@danjou.info>
6209 * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
6210 (shr-tag-body): Add background support.
6211 (shr-descend): Add background support.
6212 (shr-tag-title): Add.
6214 * shr-color.el (shr-color-visible): Really return original background
6217 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
6219 * shr.el (shr-color-check): Protect against non-existent color names.
6221 2010-11-24 Julien Danjou <julien@danjou.info>
6223 * color-lab.el: Require 'cl when compiling.
6225 * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
6227 * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
6230 * color-lab.el: Fix all expt calls to use float type.
6232 2010-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
6234 * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
6235 expression to shr-color-check as is.
6237 * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
6239 * color-lab.el: Add coding cookie.
6240 (float-pi): Use eval-and-compile.
6242 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
6244 * shr.el (shr-insert-color-overlay): Split stuff like
6245 "#444444 !important" to find the real color.
6246 (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
6247 parse <font color="red"> entries.
6249 2010-11-23 Andrew Cohen <cohen@andy.bu.edu>
6251 * nnheader.el (nnheader-parse-head): Bug fix. Properly position
6252 point when parsing headers.
6254 * nnspool.el (nnspool-insert-nov-head): Bug fix. Make sure point
6255 is positioned properly when parsing headers.
6257 2010-11-23 Julien Danjou <julien@danjou.info>
6259 * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
6261 * shr-color.el (shr-color->hexadecimal): Add support for color names.
6263 * shr.el (shr-parse-style): Replace \n with space in style parsing.
6265 * shr-color.el (shr-color-hsl-to-rgb-fractions):
6266 Use shr-color-hue-to-rgb.
6267 (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
6269 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
6271 * shr.el (shr-color->hexadecimal): Autoload.
6272 (shr-descend): Add color to all tags.
6274 2010-11-22 Julien Danjou <julien@danjou.info>
6276 * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
6277 shr-color->hexadecimal.
6279 * shr-color.el (shr-color->hexadecimal): Add converting functions for
6280 RGB() or HSL() color representation.
6282 * shr.el (shr-tag-font): Add.
6283 (shr-tag-color-check): New function to get better colors.
6284 (shr-tag-insert-color-overlay): Factorize code between tag-font and
6287 * shr-color.el: New file.
6289 * color-lab.el: New file.
6291 * gnus-art.el (gnus-url-mailto): Do not downcase args.
6293 2010-11-21 Andrew Cohen <cohen@andy.bu.edu>
6295 * nnir.el: Fix typo in comments.
6296 (nnir-run-imap): Simplify code. No need to reverse artlist.
6297 (nnir-run-gmane): Use nnir-tmp-buffer for web results.
6299 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6301 * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
6303 * nnimap.el (nnimap-get-capabilities): Refactor out.
6304 (nnimap-open-connection): Re-request capabilities after STARTTLS.
6306 2010-11-21 Ralf Angeli <angeli@caeruleus.net>
6308 * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
6309 appearing when `mm-uu-hide-markers' is nil.
6311 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6313 * nnimap.el (nnimap-unselect-group): Make into its own function.
6314 (nnimap-request-rename-group): Unselect group before renaming.
6315 This had gotten lost somewhere.
6316 (nnimap-request-accept-article): Keep track of examined groups, and
6317 unselect the group before APPENDing to read-only groups.
6318 (nnimap-request-move-article): Clear flags before moving so that they
6319 can be re-set later.
6321 2010-11-20 Katsumi Yamaoka <yamaoka@jpl.org>
6323 * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
6324 (gnus-gravatar-insert): Put avatar always in the beginning of the field.
6326 2010-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
6328 * gnus-art.el (gnus-mime-display-single):
6329 * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
6330 * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
6333 2010-11-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
6335 * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
6336 (shr-table-vertical-line): New variable.
6337 (shr-insert-table): Use it.
6339 2010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
6341 * gnus-html.el (gnus-html-wash-images): Don't display images if
6342 gnus-inhibit-images is non-nil; register displayer for cid images.
6343 (gnus-html-display-image): Work for cid image.
6344 (gnus-html-insert-image): Allow arguments.
6345 (gnus-html-put-image): Inhibit read-only.
6346 (gnus-html-prefetch-images): Don't prefetch images if
6347 gnus-inhibit-images is non-nil.
6349 2010-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6351 * shr.el (shr-put-image): Break lines when inserting big pictures.
6353 2010-11-17 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
6355 * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
6356 sender, thanks Katsumi Yamaoka.
6358 2010-11-17 Andrew Cohen <cohen@andy.bu.edu>
6360 * nnir.el (nnir-run-imap): Reverse the article list for each group
6361 rather than the whole list.
6363 2010-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
6365 * shr.el (shr-image-displayer): Protect function against non-existent
6368 * gnus-art.el (gnus-inhibit-images): New user option.
6369 (gnus-mime-display-single): Don't display image if it is non-nil.
6371 * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
6372 gnus-inhibit-images.
6374 * shr.el (shr-image-displayer): New function.
6375 (shr-tag-img): Use it.
6377 2010-11-16 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
6379 * mml2015.el (mml2015-epg-sign): Use From header.
6381 2010-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
6383 * gnus-html.el (gnus-html-wash-images): Register a displayer.
6385 * gnus-util.el (gnus-find-text-property-region): Return markers.
6387 * shr.el (shr-tag-img): Put a displayer in the text property.
6389 * gnus-util.el (gnus-find-text-property-region): New utility function.
6391 * gnus-html.el (gnus-html-display-image): Make the alt optional.
6392 (gnus-html-show-images): Remove.
6394 * gnus-art.el (gnus-article-show-images): New, more general function.
6396 * gnus-html.el: Use image-url instead of gnus-image-url to unify the
6397 image url text properties.
6401 * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
6402 gnus-agent-auto-agentize-methods is set. Which it isn't.
6404 2010-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
6406 * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
6407 work for two or more articles.
6409 2010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
6411 * gnus-art.el (article-treat-non-ascii): Keep text properties not to
6412 divide an image that's in an html article to two or more when washing
6413 non-ASCII characters in alt text of it.
6415 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
6417 * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
6418 smime-decrypt-region using function argument.
6419 (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
6421 * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
6423 * smime.el (smime-decrypt-region): Catch it.
6425 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
6427 * smime.el (smime-mode-map): Move initialization into declaration.
6428 (gnus-run-mode-hooks): Don't autoload.
6429 (smime-mode): Use define-derived-mode.
6431 2010-11-11 Glenn Morris <rgm@gnu.org>
6433 * smime.el (from): Restrict declaration to XEmacs.
6435 * nnir.el (gnus-group-topic-name): Autoload.
6437 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
6439 * shr.el (shr-insert): Don't break long line if it is because of
6440 kinsoku-bol characters in the line end.
6442 2010-11-11 Andrew Cohen <cohen@andy.bu.edu>
6444 * nnir.el (nnir-request-move-article): Fix to provide original group
6446 (nnir-warp-to-article): Don't fail on articles whose headers haven't
6449 * gnus-sum.el (gnus-summary-move-article): Use original group and
6450 subject for virtual articles such as those in an nnir summary buffer.
6452 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
6454 * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
6457 * smime.el (from): Declare it again for XEmacs.
6459 2010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
6461 * message.el (message-resend): Don't disable encoding unless it's
6464 * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
6465 low-numbered articles.
6467 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
6469 * rfc2047.el (rfc2047-syntax-table): Simplify.
6471 * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
6472 set-char-table-range for XEmacs.
6474 2010-11-10 Glenn Morris <rgm@gnu.org>
6476 * smime.el (from): Remove unused declaration.
6478 * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
6479 (gnus-float-time): On Emacs, always an alias.
6481 * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
6482 (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
6484 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
6486 * gnus-art.el (org-entities): Declare it to silence the byte compiler.
6488 2010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
6490 * shr.el (browse-url-mailto): Autoload.
6492 * gnus-art.el (article-treat-non-ascii): New command and keystroke.
6494 * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
6495 regexp doesn't need quoting.
6497 2010-11-09 Sven Joachim <svenjoac@gmx.de>
6499 * message.el (message-subject-trailing-was-ask-regexp)
6500 (message-subject-trailing-was-regexp): Match was: in addition to was.
6502 2010-11-09 Glenn Morris <rgm@gnu.org>
6504 * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
6505 (nnbabyl-check-mbox): Use point-at-bol.
6507 2010-11-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
6509 * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
6511 * message.el (message-mailto): New function.
6512 (message-mailto): Should accept other parameters.
6513 (message-mailto): Remove since it duplicates browse-url-mailto
6516 2010-11-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
6518 * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
6520 (gnus-read-active-file): Ditto.
6522 * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
6523 ": " from the prompt.
6524 (gnus-group-make-group): Ditto.
6526 2010-11-07 Glenn Morris <rgm@gnu.org>
6528 * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
6529 (gnus-bookmark-kill-line): Use point-at-eol.
6531 2010-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
6533 * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
6534 asterisks in From header.
6536 2010-11-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
6538 * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
6539 string to avoid making the From headers syntactically invalid.
6541 * message.el (message-send-mail): Don't insert courtesy messages if the
6542 message already has List-Post and List-ID messages.
6544 2010-11-06 Glenn Morris <rgm@gnu.org>
6546 * gnus-art.el (gnus-treat-article): Give dynamic local variables
6547 `condition', `type', `length' a prefix.
6548 (gnus-treat-predicate): Update for above name changes.
6550 2010-11-06 Andrew Cohen <cohen@andy.bu.edu>
6552 * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
6553 binding. Handled by `gnus-summary-refer-thread' instead.
6554 (nnir-warp-to-article): New backend function.
6556 * nnimap.el (nnimap-request-thread): Force dependency updating.
6558 * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
6559 (gnus-summary-refer-thread): Rework to improve thread-referral.
6561 * gnus-int.el (gnus-warp-to-article): New function.
6563 * gnus-sum.el (gnus-summary-article-map): Bind it.
6565 2010-11-04 Andrew Cohen <cohen@andy.bu.edu>
6567 * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
6568 gnus-summary-refer-thread.
6570 * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
6572 (gnus-summary-limit-include-thread): Prevent articles in thread from
6573 being cut in gnus-cut-threads.
6574 (gnus-summary-refer-thread): Limit retrieved headers to those in
6577 2010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
6579 * message.el (message-send-mail): Use the value of
6580 message-courtesy-message from the message buffer.
6582 * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
6584 * shr.el (shr-browse-url): Implement mailto: URLs.
6586 * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
6589 * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
6590 if it's already selected.
6592 * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
6594 2010-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
6596 * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
6597 to measure the length and truncate alt text.
6599 2010-11-03 Glenn Morris <rgm@gnu.org>
6601 * nndiary.el (nndiary-generate-nov-databases-1)
6602 (nndiary-generate-active-info): Rename dynamic variable `files' to
6603 something less generic.
6605 2010-11-03 Andrew Cohen <cohen@andy.bu.edu>
6607 * nnir.el (nnir-request-move-article): Call the underlying backend to
6608 move articles from nnir.
6610 2010-11-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6612 * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
6614 2010-11-02 Julien Danjou <julien@danjou.info>
6616 * nnir.el: Remove wais support.
6618 2010-11-02 Glenn Morris <rgm@gnu.org>
6620 * gnus-html.el: Reorder requirements to quieten compiler.
6622 2010-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
6624 * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
6625 properly for XEmacs as well.
6626 (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
6627 (gnus-article-natural-long-line-p): Use window-width rather than
6630 2010-11-01 Andrew Cohen <cohen@andy.bu.edu>
6632 * nnir.el (nnir-run-gmane): Inhibit demon. Return nil if no messages.
6633 (nnir-read-parms): Don't modify query.
6634 (nnir-run-query): Add ability to search topic on current line.
6635 (nnir-get-active): Clean up.
6637 2010-11-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6639 * gnus-cite.el (gnus-article-foldable-buffer): Protect against
6640 degenerate articles.
6642 * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
6643 (gnus-print-buffer): Just print the buffer as is, without any copying
6644 to a buffer and then re-highlighting.
6646 * nnimap.el (nnimap-request-group): Store the new updated info.
6647 (nnimap-request-group): Select the group when we don't know whether it
6650 * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
6653 * gnus-group.el (gnus-group-find-new-groups): Display all the new
6656 * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
6659 * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
6660 long-lines case by only filling the long lines.
6662 * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
6665 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
6667 * shr.el: No need to declare `declare-function' since shr.el is for
6668 only Emacsen that provide `libxml-parse-html-region'.
6670 2010-11-01 Glenn Morris <rgm@gnu.org>
6672 * mm-util.el (gnus-completing-read): Autoload.
6673 (mm-read-coding-system): Simplify Emacs definition.
6675 * nnmail.el (gnus-activate-group):
6676 * nnimap.el (gnutls-negotiate):
6677 * nntp.el (netrc-parse): Fix declarations.
6679 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
6681 * gnus-util.el (gnus-string-match-p): New function, that is an alias to
6682 string-match-p in Emacs >=23.
6684 * gnus-msg.el (gnus-configure-posting-styles):
6685 * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
6687 2010-11-01 Glenn Morris <rgm@gnu.org>
6689 * nnir.el (declare-function): Add compat stub.
6690 (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
6691 (nnir-run-gmane): Require 'mm-url.
6693 * mm-util.el (mm-string-to-multibyte): Simplify.
6695 * shr.el (declare-function): Add compat stub.
6696 (url-cache-create-filename): Declare.
6697 (mm-disable-multibyte, widget-convert-button): Autoload.
6699 * smime.el (ldap-search): Declare.
6700 (smime-cert-by-ldap-1): Require ldap on Emacs.
6702 * nnimap.el: Require nnmail, and gnus-sum when compiling.
6703 (nnimap-keepalive): Use gnus-float-time.
6705 * mail-source.el (nnheader-message, gnus-float-time): Autoload.
6706 (mail-source-delete-crash-box): Use gnus-float-time.
6708 * gnus-dired.el (gnus-completing-read): Autoload.
6710 * mm-view.el (gnus-rescale-image): Autoload.
6712 * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
6714 * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
6716 * sieve-manage.el: Require 'cl when compiling.
6718 * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
6719 (gnus-iswitchb-completing-read): Require iswitchb.
6720 (gnus-select-frame-set-input-focus): Silence compiler.
6722 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
6724 * message.el (message-subject-trailing-was-query): Change default to t,
6725 since I think that's what most people want.
6727 * nnimap.el (nnimap-request-accept-article): Erase buffer before
6728 appending for easier debugging.
6729 (nnimap-wait-for-connection): Take a regexp.
6730 (nnimap-request-accept-article): Wait for the continuation line before
6731 sending anything unless we're streaming.
6733 * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
6734 leave the header washing to take place.
6736 2010-10-31 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
6738 * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
6739 regular expression match and replace in posting styles.
6741 2010-10-31 Andrew Cohen <cohen@andy.bu.edu>
6743 * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
6745 (nnir-get-active): New function.
6746 (nnir-run-imap): Use it.
6747 (nnir-run-gmane): Who knew, gmane search returns an article score!
6749 * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
6750 server on the current line with nnir.
6752 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
6754 * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
6755 (gnus-article-foldable-buffer): Don't fold regions that have a ragged
6757 (gnus-article-foldable-buffer): Skip past the prefix when determining
6760 * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
6761 the raw article, and change `C-u g' to show the article without doing
6764 * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
6765 on to `gnus-treat-article'.
6766 (gnus-inhibit-article-treatments): New variable.
6768 * gnus.el: Autoload gnus-article-fill-cited-long-lines.
6770 * gnus-art.el (gnus-treatment-function-alist): Have
6771 gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
6772 (gnus-treat-fill-long-lines): Change default to fill all text/plain
6775 * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
6777 (gnus-article-fill-cited-long-lines): New function.
6778 (gnus-article-fill-cited-article): Allow filling only long sections.
6780 * shr.el (shr-find-fill-point): Don't break lines between punctuation
6781 and non-punctuation (like after the apostrophe in "'We").
6783 * gnus-sum.el (gnus-summary-select-article): Make sure
6784 gnus-original-article-buffer is alive.
6786 * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
6787 reflect the order they are in the digest.
6789 * gnus.el (gnus-group-startup-message): Move point to the start of the
6792 * nnimap.el (nnimap-capability): New function.
6793 (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
6796 2010-10-31 David Engster <dengste@eml.cc>
6798 * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
6799 conform with changes to gnus-completing-read.
6801 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6803 * shr.el (shr-tag-img): Output "*" instead of "[img]".
6805 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
6807 * nnir.el: Move defvar, defcustom around to keep file organized
6808 and keep byte-compiler quiet.
6809 (nnir-read-parms): Accept search-engine as arg.
6810 (nnir-run-query): Pass search-engine as arg.
6811 (nnir-search-engine): Remove.
6813 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6815 * shr.el (shr-generic): The text nodes should be text, not :text.
6817 * nnir.el (nnir-search-engine): Ressurect variable, since it's used
6820 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
6822 * nnir.el: General clean up. Allow searching with multiple engines.
6823 Allow separate extra-parameters for each engine.
6824 Batch queries when possible.
6825 (nnir-imap-default-search-key,nnir-method-default-engines):
6826 Add customize interface.
6827 (nnir-run-gmane): New engine.
6828 (nnir-engines): Use it. Qualify all prompts with engine name.
6829 (nnir-search-engine): Remove global variable.
6830 (nnir-run-hyrex): Restore for now.
6831 (nnir-extra-parms,nnir-search-history): New variables.
6832 (gnus-group-make-nnir-group): Use them.
6833 (nnir-group-server): Remove in favor of gnus-group-server.
6834 (nnir-request-group): Avoid searching twice.
6835 (nnir-sort-groups-by-server): New function.
6837 2010-10-30 Julien Danjou <julien@danjou.info>
6839 * gnus-group.el: Remove gnus-group-fetch-control.
6841 * gnus-start.el (gnus-find-new-newsgroups):
6842 Remove gnus-check-first-time-used.
6844 * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
6846 2010-10-30 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
6848 * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
6849 set on groups that don't have \* permanentflags.
6851 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6853 * shr.el (shr-tag-span): Drop colorization of regions since we don't
6854 control the background color.
6855 (shr-tag-img): Ignore very small web bug type images.
6856 (shr-put-image): Add help-echo alt texts to the images.
6857 (shr-tag-video): Show the video poster image.
6859 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
6861 * shr.el (shr-table-depth): New variable.
6862 (shr-tag-table-1): Only insert the images after the top-level table.
6864 * nnimap.el (nnimap-split-incoming-mail): Fix typo.
6866 * gnus-util.el (gnus-list-memq-of-list): New function.
6868 * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
6870 (nnimap-unsplittable-articles): New slot.
6871 (nnimap-new-articles): Use it.
6873 2010-10-29 Stephen Berman <stephen.berman@gmx.net> (tiny change)
6875 * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
6876 move to the previous line on `M-g'.
6878 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
6880 * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
6881 *-request-group, which seems unnecessary.
6883 * nnimap.el (nnimap-quote-specials): Function copied over from
6885 (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
6886 they support that. Suggested by Tom Regner.
6888 2010-10-29 Julien Danjou <julien@danjou.info>
6890 * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
6892 (gnus-summary-delete-marked-with): Remove obsolete defalias.
6894 * gnus.el: Remove `gnus-nntp-service' variable.
6895 (gnus-secondary-servers): Make obsolete.
6896 (gnus-nntp-server): Make obsolete.
6898 * gnus-start.el (gnus-1): Remove x-splash calls.
6900 * gnus-ems.el (gnus-x-splash): Remove.
6902 * gnus.el (gnus-group-startup-message): Simplify/update code.
6904 * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
6905 capability before doing anything.
6906 (gnus-group-insert-group-line): Remove useless
6907 gnus-group-remove-excess-properties.
6909 2010-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
6911 * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
6913 2010-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6915 * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
6916 config after reselecting.
6918 2010-10-28 Julien Danjou <julien@danjou.info>
6920 * shr.el (shr-put-image): Use point even if only inserting text.
6921 (shr-put-image): Save excursion when inserting alt text on non-graphic
6922 display, so the behavior is the same when we are on a graphic display.
6924 * nnir.el (nnir-run-swish-e): Remove hyrex support.
6926 2010-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6928 * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
6929 (gnus-mime-copy-part): Check coding system, not charset.
6930 (gnus-mime-view-part-externally): Never remove part.
6931 (gnus-mime-view-part-internally): Don't remove part here.
6932 (gnus-article-part-wrapper): Make sure MIME tag is visible.
6933 (gnus-article-goto-part): Go to displayed or preferred subpart if it is
6934 multipart/alternative.
6936 * mm-decode.el (mm-display-part): Take optional arg `force'.
6938 2010-10-26 Julien Danjou <julien@danjou.info>
6940 * gnus-group.el (gnus-group-default-list-level): Add this function to
6941 compute the default list level.
6942 (gnus-group-default-list-level): Add possibility to use a function.
6944 2010-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
6946 * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
6948 * gnus-group.el (gnus-group-completing-read)
6949 (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
6950 gnus-replace-in-string.
6952 2010-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
6954 * shr.el (shr-tag-div): Add.
6956 2010-10-25 Julien Danjou <julien@danjou.info>
6958 * gnus-util.el: Remove `gnus-with-local-quit'.
6960 * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
6962 2010-10-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
6964 * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
6965 the original article buffer.
6967 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
6969 * nnimap.el (nnimap-request-head): New function.
6970 (nnimap-request-move-article): Try to be slightly faster by not
6971 requesting the entire message when moving.
6972 (nnimap-transform-headers): Don't bug out on bodiless articles.
6973 (nnimap-send-command): Have no outstanding messages if the IMAP server
6974 doesn't support streaming.
6975 (nnimap-transform-headers): Fold {quoted} strings more sloppily.
6977 2010-10-24 Julien Danjou <julien@danjou.info>
6979 * message.el (message-default-headers): Fix type.
6981 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
6983 * gnus-html.el (gnus-html-prefetch-images): Decode entities before
6986 * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
6987 backend for unknown groups. This is mainly useful for nnimap groups.
6989 * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
6990 group isn't covered by the agent.
6992 2010-10-22 Andrew Cohen <cohen@andy.bu.edu>
6994 * nnir.el (nnir-method-default-engines): New variable.
6995 (nnir-run-query): Use it.
6996 (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
6997 (gnus-summary-nnir-goto-thread): Change group if needed.
6999 * gnus-group.el (gnus-group-group-map): Add key binding for
7000 gnus-group-make-nnir-group.
7002 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
7004 * shr.el (shr-tag-object): Add.
7006 * gnus-sum.el (gnus-summary-select-article): Make sure we have the
7007 original article buffer live.
7008 (gnus-summary-select-article-buffer):
7009 Mention gnus-widen-article-buffer.
7011 2010-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
7013 * shr.el (shr-tag-strong): Add.
7015 2010-10-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
7017 * gnus-group.el (gnus-group-completing-read): Remove all newlines from
7018 group names. They mess up the group buffer badly.
7020 * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
7022 * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
7023 instead of the summary one.
7025 2010-10-22 Katsumi Yamaoka <yamaoka@jpl.org>
7027 * mml.el (mml-preview): Work properly when editing article.
7029 * gnus-start.el (gnus-read-active-file-1): Don't add method to
7030 gnus-have-read-active-file if it's already been in.
7032 2010-10-22 Tom Tromey <tromey@redhat.com>
7034 * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
7035 gnus-group-completing-read.
7037 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7039 * message.el (message-mode-map): Don't bind M-; to comment region, to
7040 allow the global comment-dwim to work.
7042 2010-10-21 Julien Danjou <julien@danjou.info>
7044 * message.el (message-setup-1): Allow message-default-headers to be a
7047 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
7049 * shr.el (shr-tag-table): Simplify.
7051 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7053 * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
7054 to avoid trying to snarf invalid stuff.
7056 * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
7058 * gnus.el (gnus-message-archive-group): Quote value.
7059 (gnus-message-archive-group): Mark as changed.
7061 * shr.el (shr-add-font): Don't put the font properties on the newline
7064 * message.el (message-fix-before-sending): Change options when sending
7065 non-printable characters.
7067 * gnus.el (gnus-message-archive-method): Change the default to
7068 monthly outgoing groups.
7070 * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
7071 that have gotten new numbers.
7073 * nnimap.el (nnimap-request-replace-article): New function.
7075 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
7077 * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
7078 (nnrss-request-article): Don't use special html washing code.
7080 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
7082 * shr.el (shr-tag-table): Remove useless nconc.
7084 2010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
7086 * gnus-art.el (article-wash-html): Simplify and remove the charset
7087 stuff. Use the normal html rendering code instead of the special html
7090 * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
7092 (mm-text-html-washer-alist): Remove.
7094 * mm-decode.el (mm-inline-text-html-renderer): Remove.
7095 (mm-inline-media-tests): Remove use.
7096 (mm-text-html-renderer): Change default to the `shr' symbol.
7098 * mm-view.el (mm-inline-text-html): Remove use.
7100 * gnus-art.el (gnus-blocked-images): New function. Allow the
7101 `gnus-blocked-images' to be a function.
7102 (gnus-article-wash-function): Remove.
7104 2010-10-20 Julien Danjou <julien@danjou.info>
7106 * spam.el (spam-list-of-processors): Mark as obsolete.
7108 * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
7109 (nnimap-insert-partial-structure): Fix boundary detection.
7111 2010-10-20 Andreas Seltenreich <seltenreich@gmx.de>
7113 * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
7114 run file-truename on remote files. This can be expensive and even
7115 prevent one from editing drafts if some unrelated buffer has a stale
7118 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
7120 * shr.el (shr-find-fill-point): Shorten line if the preceding char is
7121 kinsoku-eol regardless of shr-kinsoku-shorten.
7122 (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
7123 (shr-tag-table): Support caption, thead, and tfoot.
7125 2010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
7127 * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
7129 (shr-save-contents): New command and keystroke.
7131 * nndoc.el (nndoc-type-alist): Add git support.
7132 (nndoc-git-type-p): New function.
7133 (nndoc-transform-git-article): Ditto.
7134 (nndoc-transform-git-headers): Ditto.
7135 (nndoc-transform-git-headers): Generate Subject headers.
7137 * shr.el (shr-parse-style): New function.
7138 (shr-tag-span): Ditto.
7140 * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
7141 to `G G' to avoid collisions.
7143 2010-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
7145 * shr.el: Load kinsoku if necessary.
7146 (shr-kinsoku-shorten): New internal variable.
7147 (shr-find-fill-point): Make kinsoku shorten text line if
7148 shr-kinsoku-shorten is bound to non-nil.
7149 (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
7150 shr-indentation too when testing if table is wider than frame width.
7151 (shr-insert-table): Use `string-width' instead of `length' to measure
7153 (shr-insert-table-ruler): Make sure indentation is done at bol.
7155 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
7157 * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
7158 (nnimap-process-expiry-targets): Use unibyte for buffers that hold
7159 undecoded network data.
7161 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
7163 * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
7164 name in the mode line spec so that the mode line menu works
7167 * message.el (message-get-reply-headers): If we're fed `to-address',
7168 then always use that.
7170 * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
7171 aren't so wide as to need to switch off the edit menu.
7173 * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
7174 binding. Suggested by Leo <sdl.web@gmail.com> (bug #6613).
7176 * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
7178 (nnimap-update-info): Update flags/read marks even if \* isn't part of
7179 the permanent marks.
7181 2010-10-18 Andrew Cohen <cohen@andy.bu.edu>
7183 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7184 Splitting according to references/in-reply-to obeys the ignore-groups
7185 variable, while splitting by sender and subject do not.
7187 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
7189 * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
7190 alist, so that we can look for non-Unicode chars.
7191 (article-translate-strings): Allow both character and string maps.
7193 2010-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
7195 * shr.el (shr-insert): Don't insert space behind a wide character
7196 categorized as kinsoku-bol, or between characters both categorized as
7199 2010-10-16 Andrew Cohen <cohen@andy.bu.edu>
7201 * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
7202 headers to gnus-newsgroup-headers.
7204 2010-10-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7206 * shr.el (shr-tag-img): Don't align images -- since we're not
7207 rescaling, this often leads to ugly displays.
7209 2010-10-15 Andrew Cohen <cohen@andy.bu.edu>
7211 * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
7214 2010-10-15 Kan-Ru Chen <kanru@kanru.info> (tiny change)
7216 * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
7219 2010-10-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
7221 * gnus.el: Autoload gnus-html-show-images.
7223 * nnimap.el: Use nnheader-message throughout.
7225 * shr.el (shr-tag-img): Ignore images with no data.
7227 2010-10-15 Julien Danjou <julien@danjou.info>
7229 * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
7230 a possibility to disable format=flow encoding when using hard newlines.
7232 2010-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
7234 * shr.el (shr-insert): Remove space inserted before or after a
7235 breakable character or at the beginning or the end of a line.
7236 (shr-find-fill-point): Do kinsoku; find the second best point or give
7237 it up if there's no breakable point.
7239 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7241 * nnimap.el (nnimap-open-connection): Message when opening connection
7242 for debugging purposes.
7244 * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
7245 on every setup buffer call to allow this to change from article to
7248 * shr.el (shr-tag-table): Experimental feature: Truncate lines in
7249 buffers where we have a wide table.
7251 2010-10-14 Andrew Cohen <cohen@andy.bu.edu>
7253 * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
7254 uses *-request-thread.
7256 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7258 * nnimap.el (nnimap-open-connection): Remove %s from openssl
7259 incantation, which is no longer valid.
7261 2010-10-14 Julien Danjou <julien@danjou.info>
7263 * shr.el: Fix defcustom type (char -> character).
7265 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7267 * nnimap.el (nnimap-open-connection): tls-program should be a list of
7270 2010-10-14 Julien Danjou <julien@danjou.info>
7272 * shr.el (shr-tag-a): Use url-link as widget type.
7274 * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
7275 `gnus-group-get-icon'.
7277 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
7279 * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
7280 This should make server editing work better.
7282 * shr.el (shr-find-fill-point): Don't inloop on indented text.
7284 * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
7285 (nnimap-parse-flags): Fix regexp.
7287 * shr.el (shr-find-fill-point): Use a filling algorithm that should
7288 probably work for CJVK text, too.
7290 * nnimap.el (nnimap-extend-tls-programs): Remove.
7291 (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
7293 2010-10-13 Julien Danjou <julien@danjou.info>
7295 * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
7298 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
7300 * mm-decode.el (mm-shr): Allow use from non-Gnus users.
7302 * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
7305 * shr.el (shr-current-column): Remove buggy and unnecessary function.
7307 2010-10-13 Julien Danjou <julien@danjou.info>
7309 * shr.el (shr-width): Make shr-width a defcustom with default to
7311 (shr-tag-img): Use shr-width rather than fill-column.
7313 2010-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
7315 * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
7317 * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
7318 position when (X-)Faces exist.
7319 (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
7320 avatars when called interactively.
7322 2010-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
7324 * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
7325 gnus-article-x-face-too-ugly is bound.
7327 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
7329 * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
7331 * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
7332 mailbox that doesn't exist.
7334 2010-10-12 Julien Danjou <julien@danjou.info>
7336 * shr.el (shr-tag-img): Encode URL properly when retrieving.
7337 (shr-get-image-data): Encode URL properly when fetching from cache.
7338 (shr-tag-img): Use aligned-to spaces to align correctly images.
7340 * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
7341 before inserting the Gravatar.
7343 * shr.el (shr-tag-img): Add align attribute support for <img>.
7345 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
7347 * gnus-gravatar.el (gnus-art): Require.
7349 * gnus-sum.el (gnus-summary-mark-as-unread-forward)
7350 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
7351 Remove long obsoleted functions.
7353 2010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
7355 * nnimap.el (gnutls-negotiate): Silence the byte compiler.
7357 * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
7358 * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
7359 * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
7360 * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
7361 * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
7362 * rfc1843.el, sieve-manage.el, smime.el, spam.el:
7363 Fix comment for declare-function.
7365 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
7367 * nnimap.el (nnimap-request-rename-group): Select group read-only
7370 * shr.el (shr-insert): Fix up the white space only regexp.
7372 * nnimap.el (nnimap-transform-split-mail): Not all articles have
7373 bodies. Protect against this. Reported by Michael Welsh Duggan.
7375 * shr.el (shr-current-column): New function.
7376 (shr-find-fill-point): New function.
7378 2010-10-11 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
7380 * sieve-manage.el (sieve-manage-open): Allow port names as well as port
7383 2010-10-11 Julien Danjou <julien@danjou.info>
7385 * shr.el (shr-hr-line): Add.
7386 (shr-tag-hr): Use shr-hr-line to specify which character to use to
7388 (shr-max-columns): Do not change state to nil if we just inserting
7391 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
7393 * gnus-topic.el (gnus-topic-read-group): If after the last group,
7394 select the last group.
7396 2010-10-11 Teodor Zlatanov <tzz@lifelogs.com>
7398 * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
7400 2010-10-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7402 * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
7404 (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
7405 (nnimap-update-qresync-info): Mark \Seen articles as read.
7407 * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
7410 * nnimap.el (nnimap-open-connection): Use GnuTLS STARTTLS, if
7412 (nnimap-update-info): Rely more on the current active than the param
7413 active to avoid marking articles as read too much.
7415 * auth-source.el (auth-source-create): Use (user-login-name) for the
7418 * nnimap.el (nnimap-update-info): If the server doesn't return any
7419 useful info, just use the previous info.
7420 (nnimap-update-info): Prefer old info over start-article.
7421 (nnimap-update-qresync-info): Finish implementing QRESYNC.
7423 2010-10-10 Andrew Cohen <cohen@andy.bu.edu>
7425 * nnir.el (autoload): Clean up autoloads.
7426 (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
7427 Use key rather than value.
7428 (nnir-imap-search-other): New variable.
7429 (nnir-read-parm): Use it.
7430 (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
7431 (gnus-summary-nnir-goto-thread): Modify to work with imap.
7433 2010-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
7435 * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
7438 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
7440 * spam.el (gnus-summary-mode-map): Bind to "$".
7441 Suggested by Russ Allbery.
7443 * shr.el: Rework the way things are indented by <li> slightly.
7445 * gnus.el (gnus-group-set-parameter): Fix typo.
7447 * nnimap.el: Start implementing QRESYNC support.
7449 2010-10-09 Julien Danjou <julien@danjou.info>
7451 * nnir.el (nnir-engines): Fix too many arguments.
7453 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
7455 * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
7456 group is the "last", so that the backends like nnfolder actually save
7459 * nnimap.el (nnimap-open-connection): If we have GnuTLS loaded, then
7460 try to use that for the TLS stream.
7461 (nnimap-retrieve-group-data-early): Rework the marks code to heed
7462 UIDVALIDITY and find out which groups are read-only and not.
7463 (nnimap-get-flags): Use the same marks parsing code as the rest of
7466 2010-10-09 Julien Danjou <julien@danjou.info>
7468 * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
7470 * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
7471 retrieving gravatars.
7473 * shr.el (shr-table-corner): Add.
7474 (shr-table-line): Add.
7475 (shr-insert-table-ruler): Use the above defcustoms to insert tables.
7477 2010-10-08 Julien Danjou <julien@danjou.info>
7479 * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
7481 2010-10-08 Teodor Zlatanov <tzz@lifelogs.com>
7483 * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
7485 * gnus-sum.el (gnus-mark-article-as-unread)
7486 (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
7487 (gnus-summary-set-bookmark): Use it.
7489 * gnus-msg.el (gnus-setup-message): Use it.
7491 * gnus-demon.el (gnus-demon-remove-handler): Use it.
7493 * gnus.el (gnus-group-remove-parameter): Use it.
7495 * gnus-group.el (gnus-group-make-web-group): Use it.
7497 * gnus-demon.el (gnus-demon-remove-handler): Use it.
7499 * nnregistry.el: Update docs to mention manual.
7501 * gnus-registry.el: Update docs to mention nnregistry.el.
7502 (gnus-registry-initialize): Don't install nnregistry refer method
7504 (gnus-registry-install-nnregistry): Remove it.
7506 2010-10-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
7508 * shr.el (shr-insert): Don't insert double spaces.
7510 2010-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
7512 * gnus-gravatar.el (gnus-treat-from-gravatar)
7513 (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
7514 called interactively.
7516 * gnus-art.el (gnus-mime-view-part-externally)
7517 (gnus-mime-view-part-internally): Make predicate function passed to
7518 gnus-mime-view-part-as-type assume argument is a mime type, not a list
7521 * shr.el (shr-table-widths): Don't use cl function `reduce'.
7523 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
7525 * shr.el (require): Require cl when compiling.
7526 (shr-tag-hr): New function.
7528 * nnimap.el (nnimap-update-info): Remove double setting of high.
7529 (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
7530 This makes nnimap work properly on Courier again.
7532 * gnus.el (gnus-carpal): The carpal mode has been removed, but define
7533 the variable for backwards compatibility.
7535 * mm-decode.el (mm-save-part): If given a non-directory result, expand
7536 the file name before using to avoid setting mm-default-directory to
7539 * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
7540 bidning gnus-agent variables.
7542 * shr.el (shr-render-td): Use a cache for the table rendering function
7543 to avoid getting an exponential rendering behavior in nested tables.
7544 (shr-insert): Rework the line-breaking algorithm.
7545 (shr-insert): Don't leave trailing spaces.
7546 (shr-insert-table): Also insert empty TDs.
7547 (shr-tag-blockquote): Ensure paragraphs after </ul>.
7549 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
7551 * gnus-sum.el (gnus-number): Rename from `number'.
7552 (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
7553 (gnus-summary-limit-children): Update uses correspondingly.
7555 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
7557 * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
7558 (gnus-gravatar-transform-address): Don't show avatars of people of
7559 which mail addresses match gnus-gravatar-too-ugly.
7561 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
7563 * shr.el (shr-table-widths): Expand TD elements to fill available
7566 2010-10-07 Julien Danjou <julien@danjou.info>
7568 * nnimap.el (nnimap-request-rename-group): Add this method.
7570 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
7572 * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
7573 name from XEmacs' function-arglist.
7575 * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
7576 gravatar under XEmacs.
7578 2010-10-07 Teodor Zlatanov <tzz@lifelogs.com>
7580 * auth-source.el: Update docs with TODO items.
7582 * gnus-sync.el: Update docs to explain state and plans.
7584 * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
7585 Hooks for mark updates.
7586 (gnus-request-set-mark, gnus-request-update-mark): Use them.
7588 * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
7589 hooks with arguments, which is needed for mark update hooks.
7591 2010-10-06 Julien Danjou <julien@danjou.info>
7593 * gnus.el (gnus-expand-group-parameter): Only return and act on what
7596 * sieve-manage.el: Update example in `Commentary'.
7598 * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
7600 * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
7602 (sieve-manage-authenticate): Re-add function.
7604 2010-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
7606 * shr.el (shr-insert): Get 'space transition right.
7607 (shr-render-td): Only delete space at the end of the TD.
7609 * nnimap.el (nnimap-open-connection): Prepare to support
7612 * shr.el: Rearrange function order to be more logical.
7614 2010-10-06 Julien Danjou <julien@danjou.info>
7616 * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
7617 (nnrss-discover-feed): Remove 404 URL in docstring.
7619 * nnir.el: Fix Swish-E URL.
7622 * message.el (message-change-subject): Remove 404 URL in a comment.
7624 2010-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
7626 * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
7627 called interactively.
7629 * gnus-util.el (gnus-remove-if): Allow hash table.
7630 (gnus-remove-if-not): New function.
7632 * gnus-art.el (gnus-mime-view-part-as-type):
7633 * gnus-score.el (gnus-summary-score-effect):
7634 * gnus-sum.el (gnus-read-move-group-name):
7635 Replace remove-if-not with gnus-remove-if-not.
7637 * gnus-group.el (gnus-group-completing-read):
7638 Regard collection as a hash table if it is not a list.
7640 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7642 * shr.el (shr-render-td): Allow blank/missing <TD>s.
7644 * shr.el: Document the table-rendering algorithm.
7646 * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
7649 * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
7651 (shr-tag-img): Ignore image fetching errors.
7652 (shr-overlays-in-region): Compute overlay positions correctly.
7654 * mm-decode.el (mm-shr): Require shr.
7656 * gnus-art.el (gnus-blocked-images): Move variable here.
7658 * shr.el (shr-insert-table): Bind free variable.
7660 * mm-decode.el (mm-shr): Bind shr-content-function.
7662 * shr.el (shr-content-function): New variable.
7664 * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
7667 * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
7669 * gnus-group.el (gnus-group-make-group): Doc fix.
7671 * nnimap.el (nnimap-request-newgroups): Return success.
7673 * shr.el (shr-find-elements): New function.
7674 (shr-tag-table): Put all the images after the table.
7675 (shr-tag-table): Really inhibit images inside the table.
7676 (shr-collect-overlays): Copy over overlays from the TD elements to the
7679 * mm-decode.el (mm-shr): Bind shr-blocked-images to
7680 gnus-blocked-images.
7682 2010-10-05 Julien Danjou <julien@danjou.info>
7684 * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
7686 * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
7687 (gnus-html-maximum-image-size): Add this function.
7688 (gnus-html-put-image): Use gnus-html-maximum-image-size.
7690 * sieve-manage.el (sieve-manage-capability): Do not bug out when the
7691 server-value of the capability is nil.
7693 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7695 * shr.el (shr-tag-em): Add <EM> tag.
7697 2010-10-05 Florian Ragwitz <rafl@debian.org> (tiny change)
7699 * sieve-manage.el (sieve-manage-default-stream): Make default stream
7702 * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
7703 handing broken links to browse-url.
7705 2010-10-05 Julien Danjou <julien@danjou.info>
7707 * gnus-util.el (gnus-emacs-completing-read)
7708 (gnus-iswitchb-completing-read): Use autoload rather than require.
7710 2010-10-05 Katsumi Yamaoka <yamaoka@jpl.org>
7712 * gnus-util.el (gnus-completing-read-function): Exclude
7713 gnus-icompleting-read and gnus-ido-completing-read from candidates for
7714 XEmacs since iswitchb.el is very old and ido.el is unavailable in
7717 * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
7718 not to use `delete-dups' that is unavailable in XEmacs 21.4.
7720 * gnus-html.el: Don't require help-fns under XEmacs.
7721 (gnus-html-schedule-image-fetching): Work for XEmacs.
7723 * mm-decode.el (mm-shr): Decode contents by charset.
7725 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7727 * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
7730 * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
7731 (shr-get-image-data): Ensure against the cache file missing.
7733 * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
7736 * spam-report.el (spam-report-url-ping-plain): Don't query about
7737 killing the process.
7739 * shr.el (shr-render-td): Protect against too-wide text.
7741 2010-10-04 Julien Danjou <julien@danjou.info>
7743 * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
7744 (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
7746 * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
7749 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7751 * shr.el (browse-url): Require.
7752 (shr-ensure-paragraph): Don't insert a new newline after empty-ish
7754 (shr-show-alt-text, shr-browse-image): New commands.
7755 (shr-browse-url, shr-copy-url): New commands.
7757 * gnus-sum.el (gnus-widen-article-window): New variable.
7758 (gnus-summary-select-article-buffer): Use it.
7760 * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
7763 2010-10-04 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
7765 * nnir.el (nnir-run-imap): Remove spurious space in search string.
7767 2010-10-04 Julien Danjou <julien@danjou.info>
7769 * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
7772 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7774 * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
7776 * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
7777 (nnimap-close-server): Implement.
7779 * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
7780 (shr-insert): Tweak line breaking.
7781 (shr-insert): Handle <pre> better.
7782 (shr-tag-li): Get <li> indentation right.
7783 (shr-tag-li): Get <li> indentation even righter.
7784 (shr-tag-blockquote): Ensure paragraph start.
7785 (shr-make-table): Tweak table generation.
7786 (shr-make-table): Fix typo.
7788 * shr.el: Implement table rendering.
7790 2010-10-04 Julien Danjou <julien@danjou.info>
7792 * gnus-html.el (gnus-html-put-image): Fix resize image code.
7794 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7796 * shr.el (shr-insert): Use string anchors instead of line anchors.
7798 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7800 * shr.el: Add headings.
7801 (shr-ensure-paragraph): Actually work.
7802 (shr-tag-li): Make <ul> prettier.
7803 (shr-insert): Get white space at the beginning/end of elements right.
7804 (shr-tag-p): Collapse subsequent <p>s.
7805 (shr-ensure-paragraph): Don't insert double line feeds after blank
7807 (shr-insert): \t is also space.
7808 (shr-tag-s): Fix "s" tag name function.
7809 (shr-tag-s): Fix face prop name.
7811 2010-10-03 Julien Danjou <julien@danjou.info>
7813 * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
7815 * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
7816 gnus-window-inside-pixel-edges.
7818 * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
7821 * mm-view.el (mm-inline-image-emacs): Support image resizing.
7823 * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
7826 * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
7829 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7831 * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
7832 beginning of the buffer.
7834 * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
7835 article buffer again.
7837 * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
7839 * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
7840 when it's at the start of the buffer.
7842 * shr.el (shr-tag-blockquote): Convert name.
7843 (shr-rescale-image): Use the right image-size variant.
7845 * gnus-sum.el (gnus-summary-select-article-buffer): If the article
7846 buffer isn't shown, then select the current article first instead of
7848 (gnus-summary-select-article-buffer): Show both the article and summary
7851 * shr.el (shr-fontize-cont): Protect against regions with no text.
7852 Rename tag functions to shr-tag-* for enhanced security.
7853 (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
7855 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
7857 * shr.el (shr-insert):
7858 * pop3.el (pop3-movemail):
7859 * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
7862 2010-10-03 Glenn Morris <rgm@gnu.org>
7864 * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
7866 * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
7868 * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
7870 * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
7872 * gnus-util.el (gnus-make-local-hook): Simplify.
7874 2010-10-02 Julien Danjou <julien@danjou.info>
7876 * gnus-util.el (gnus-iswitchb-completing-read): New function.
7877 (gnus-ido-completing-read): New function.
7878 (gnus-emacs-completing-read): New function.
7879 (gnus-completing-read): Use gnus-completing-read-function.
7880 Add gnus-completing-read-function.
7882 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7884 * shr.el (shr-insert-document): Autoload.
7885 (shr-img): Be silent.
7886 (shr-insert): Add a newline after every picture before text.
7887 (shr-add-font): Use overlays for combining faces.
7888 (shr-insert): Pass upwards the text start point.
7890 * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
7892 (mm-shr): New function.
7894 2010-10-02 Julien Danjou <julien@danjou.info>
7896 * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
7899 2010-10-02 Juanma Barranquero <lekktu@gmail.com>
7901 * shr.el (shr): Fix typo in provide call.
7903 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7907 * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
7909 * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
7912 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7914 * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
7915 we're being queried about. Suggested by Dan Jacobson.
7917 * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
7918 Suggested by Jason Eisner.
7920 * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
7921 table, too. Suggested by Stefan Wiens.
7922 (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
7923 the table unnecessary. Suggested by Stefan Wiens.
7925 * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
7926 longer needed, and probably doesn't work either, as pointed out by
7928 (gnus-summary-exit): Remove call to the clearing function.
7929 (gnus-summary-exit-no-update): Ditto.
7931 * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
7932 instead of gnus-eval-in-buffer-window to avoid popping up frames.
7933 Reported by Stefan Monnier.
7934 (gnus-summary-save-in-rmail): Ditto.
7936 * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
7937 article buffer, instead of both the article buffer and the summary
7938 buffer. Sort of suggested by Dan Jacobson.
7940 * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
7942 * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
7943 Suggested by Dan Jacobson.
7945 * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
7946 documentation clearer.
7948 * message.el (message-shorten-references): Comment on the number "21".
7949 Suggested by Stefan Monnier.
7951 * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
7952 Suggested by Dan Jacobson.
7954 * gnus.el (gnus-large-newsgroup):
7955 Mention gnus-large-ephemeral-newsgroup. Suggested by Dan Jacobson.
7957 * gnus-msg.el (gnus-summary-resend-message): When resending, don't
7958 externalize attachments. Bug reported by Steve Wen.
7960 * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
7961 really message anything to the user.
7963 * nnmail.el (nnmail-article-group): Allow using the fancy split method
7966 * nnimap.el (nnimap-request-group): Low higher than high to signal no
7967 messages in empty groups.
7969 2010-10-01 Ted Zlatanov <tzz@lifelogs.com>
7971 * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
7974 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7976 * gnus-group.el (gnus-group-completing-read): Return the symbol name,
7977 not the value from the collection.
7979 * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
7980 values. This sometimes happens on some groups that have no info.
7981 (nnimap-request-newgroups): New function.
7983 2010-10-01 Teodor Zlatanov <tzz@lifelogs.com>
7985 * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
7986 check into `gnus-registry-initialize'.
7987 (gnus-registry-initialize): Ditto.
7988 Fix and extend header docs.
7990 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7992 * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
7993 regexp backtrace overflows.
7995 * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
7996 for starttls that tls.el implements; i.e. openssl.
7998 2010-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
8000 * gravatar.el: Don't load image.el that XEmacs doesn't provide.
8001 (gravatar-create-image): New function that's an alias to
8002 gnus-xmas-create-image, gnus-create-image, or create-image.
8003 (gravatar-data->image): Use it.
8005 2010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
8007 * gnus-registry.el (gnus-registry-install-nnregistry): New function to
8008 install the nnregistry refer method.
8009 (gnus-registry-install-hooks): Use it.
8010 (gnus-registry-unfollowed-groups): Add nnmairix to the default
8013 2010-09-30 Jose A. Ortega Ruiz <jao@gnu.org> (tiny change)
8015 * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
8018 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8020 * nnir.el: Use the server names without suffixes (bug #7009).
8022 * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
8023 unencrypted to STARTTLS, if possible.
8025 2010-09-30 Teemu Likonen <tlikonen@iki.fi> (tiny change)
8027 * message.el (message-ignored-supersedes-headers): Strip Injection-*
8028 headers before superseding.
8030 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8032 * nnrss.el (nnrss-use-local): Add documentation.
8034 * nnimap.el (nnimap-extend-tls-programs): New function.
8035 (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
8036 (nnimap-wait-for-connection): Accept the greeting from the stupid
8037 output from openssl s_client -starttls, too.
8039 * nnimap.el (nnimap-find-article-by-message-id): Really return the
8041 (nnimap-split-fancy): New variable.
8042 (nnimap-split-incoming-mail): Use it.
8044 * nntp.el (nntp-server-list-active-group): Document.
8046 * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
8047 SELECT to get the message-id.
8049 * mail-source.el (mail-sources): Remove webmail support.
8051 (mail-source-fetcher-alist): Ditto.
8052 (mail-source-fetch-webmail): Remove.
8054 * webmail.el: Remove -- doesn't seem relevant any more.
8056 * gnus.el: Fix up make-obsolete-variable declarations throughout.
8058 * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
8061 2010-09-30 Julien Danjou <julien@danjou.info>
8063 * gnus-agent.el (gnus-agent-add-group): Fix call to
8064 gnus-completing-read.
8066 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
8068 * nndoc.el (nndoc-retrieve-groups): New function.
8070 * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
8071 `default', use nnmail-split-methods.
8072 (nnimap-request-article): Downcase the NILs so that they are nil.
8074 * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
8077 * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
8078 code, since if the user has requested network, that's what they ought
8080 (nnimap-request-set-mark): Erase the buffer before issuing commands.
8081 (nnimap-split-rule): Mark as obsolete.
8083 * pop3.el (pop3-send-streaming-command, pop3-stream-length):
8086 * nnimap.el (nnimap-insert-partial-structure): Get the type from the
8089 2010-09-29 Julien Danjou <julien@danjou.info>
8091 * gnus.el (gnus-local-domain): Declare variable obsolete.
8093 * gnus-util.el (gnus-icompleting-read): Require iswitchb.
8094 Fix history computing.
8095 (gnus-ido-completing-read): Require ido.
8097 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
8099 * gnus-registry.el: Don't prompt on load, which makes it impossible to
8102 * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
8103 when interpreting the structures.
8104 (nnimap-request-accept-article): Add \r\n to the lines to make this
8107 * nndraft.el (nndraft-request-expire-articles): Use the group name
8108 instead if "nndraft". Fix found by Nils Ackermann.
8110 2010-09-29 Ludovic Courtes <ludo@gnu.org>
8112 * nnregistry.el: Add.
8114 2010-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
8116 * nnmail.el (group, group-art-list, group-art):
8117 Remove unneeded directives.
8119 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
8121 * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
8123 * rfc2047.el (rfc2047-syntax-table):
8124 * utf7.el (utf7-utf-16-coding-system): Comment fix.
8126 * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
8127 rather than `insert-file-contents' and `eval-region'.
8129 2010-09-29 Julien Danjou <julien@danjou.info>
8131 * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
8132 replacement of `gnus-gravatar-relief' to mimic
8133 `gnus-faces-properties-alist'.
8134 Add :version property.
8136 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
8138 * mail-source.el (mail-source-report-new-mail):
8139 * message.el (message-default-mail-headers):
8140 * mm-decode.el (mm-valid-image-format-p): Comment fix.
8142 * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
8144 2010-09-28 Julien Danjou <julien@danjou.info>
8146 * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
8147 mail-address contains the same string as real-name.
8149 * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
8150 non-blank in header, otherwise it'll get stripped.
8152 * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
8153 real-name, and then for mail address rather than doing : or , search.
8155 2010-09-27 Julien Danjou <julien@danjou.info>
8157 * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
8158 right completing-read function.
8159 (gnus-use-ido): New variable
8160 (gnus-completing-read-with-default): Remove.
8161 * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
8162 (gnus-agent-add-group):
8163 * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
8164 * mm-view.el (mm-view-pkcs7-decrypt):
8165 * mm-util.el (mm-codepage-setup):
8166 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
8167 * mml-smime.el (mml-smime-openssl-sign-query):
8168 * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
8169 (mml-insert-multipart):
8170 * gnus-msg.el (gnus-summary-yank-message):
8171 * gnus-int.el (gnus-start-news-server):
8172 * mm-decode.el (mm-interactively-view-part):
8173 * gnus-dired.el (gnus-dired-attach):
8174 * gnus.el (gnus-read-method):
8175 * gnus-bookmark.el (gnus-bookmark-jump):
8176 * gnus-art.el (gnus-mime-view-part-as-type)
8177 (gnus-mime-action-on-part, gnus-article-encrypt-body):
8178 * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
8179 (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
8180 * nnmairix.el (nnmairix-create-server-and-default-group)
8181 (nnmairix-update-groups, nnmairix-get-server)
8182 (nnmairix-backend-to-server, nnmairix-goto-original-article)
8183 (nnmairix-get-group-from-file-path):
8184 * nnrss.el (nnrss-find-rss-via-syndic8):
8185 * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
8186 (gnus-group-make-useful-group, gnus-group-add-to-virtual)
8187 (gnus-group-browse-foreign-server):
8188 * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
8189 (gnus-summary-execute-command, gnus-summary-respool-article)
8190 (gnus-read-move-group-name):
8191 * gnus-score.el (gnus-summary-increase-score)
8192 (gnus-summary-score-effect):
8193 * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
8195 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
8197 * nnimap.el (auth-source-forget-user-or-password)
8198 (auth-source-user-or-password): Autoload.
8200 * message.el (message-from-style, message-interactive)
8201 (message-signature): Remove comment.
8202 (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
8204 (message-sendmail-envelope-from): Comment fix.
8205 (message-yank-prefix): Default to mail-yank-prefix always.
8206 (message-indentation-spaces):
8207 Default to mail-indentation-spaces always.
8208 (message-signature-file): Default to mail-signature-file always.
8210 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
8212 * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
8213 (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
8216 * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
8218 (nnimap-request-article): Work with the t setting, too.
8220 * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
8221 that you don't get flashes of other buffers.
8222 (gnus-summary-show-complete-article): Intern before setting.
8224 2010-09-27 David Engster <dengste@eml.cc>
8226 * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
8228 (nnmairix-retrieve-headers): Provide new argument for the above.
8230 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
8232 * gnus-sum.el (gnus-summary-move-article): Don't alter
8233 gnus-newsgroup-active. This makes `/ N' work after copying to the same
8236 * nnimap.el (nnimap-update-info): Don't destructively alter active.
8238 * message.el (message-cite-prefix-regexp): Revert my last edit.
8240 * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
8241 variable instead of the Gnus variable.
8243 * nnimap.el (nnimap-find-wanted-parts-1): Use it.
8245 * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
8247 * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
8248 since some servers don't like it.
8249 (nnimap-open-connection): Forget credentials if the server says the
8251 (nnimap-parse-line): Protect against invalid data.
8253 * gnus-sum.el (gnus-summary-move-article): Add comment.
8254 (gnus-summary-insert-new-articles): Copy the old-high watermark so that
8255 nothing alters it while scanning for new messages.
8257 * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
8258 which may or may not help.
8259 (nnimap-open-connection): If we're doing a stream connection, and then
8260 discover we're on a STARTTLS-capable server, then open a STARTTLS
8263 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
8265 * nnimap.el (utf7): Require.
8267 * message.el (message-cite-prefix-regexp): Remove "}" from citation
8270 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
8272 * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
8274 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
8276 * nnimap.el (nnimap-request-accept-article): Message the error on
8279 2010-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
8281 * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
8283 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
8285 * nndoc.el (nndoc-request-list): Return success always.
8287 * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
8288 `fetch-old' -- we only want to fetch the articles we've requested.
8289 The rest are in the agent, probably.
8290 (gnus-agent-read-servers-validate): Change the level for the "Ignoring
8291 disappeared server" to something low. It's not important.
8293 * nnimap.el (nnimap-get-whole-article): Remove the data that may have
8294 arrived before the FETCH data.
8296 * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
8297 target here, because we don't know the Gnus name of the group.
8299 * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
8300 for the correct group.
8302 * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
8304 * gnus.el (gnus): Give a final warning after startup.
8306 * gnus-util.el (gnus-action-message-log): New variable.
8307 (gnus-message): Use it.
8308 (gnus-final-warning): New function.
8310 * nnimap.el (nnimap-open-connection): Record the greeting.
8311 (nnimap): Add greeting.
8313 2010-09-26 Julien Danjou <julien@danjou.info>
8315 * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
8317 (gnus-html-wash-images): Fix spec computing to include start/end.
8319 * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
8321 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
8323 * nnimap.el (nnimap-request-expire-articles): Compress ranges before
8325 (nnimap-retrieve-headers): Don't select the group, because that's
8326 already done by nnimap-possibly-change-group.
8328 * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
8329 (gnus-picon-transform-address): Use it.
8331 * mail-source.el (mail-source-value): Revert previous patch.
8333 * nnimap.el (nnimap-credentials): Allow inhibiting the password query
8335 (nnimap-open-connection): Look up both virtual and physical server name
8338 * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
8340 2009-02-08 Dave Love <fx@gnu.org>
8342 * gnus-win.el (gnus-window-to-buffer-helper)
8343 (gnus-all-windows-visible-p): Function needn't be a symbol.
8345 * mail-source.el (mail-source-value): Function needn't be a symbol.
8347 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
8349 * message.el (message-cite-prefix-regexp): Remove } from the cite
8352 * gnus-art.el (gnus-treatment-function-alist): Do picons before
8353 highlight again, so that the highlight is correct.
8355 * gnus-picon.el (gnus-picon): Remove again.
8356 (gnus-picon-create-glyph): Set the background XPM color explicitly.
8358 * gnus-art.el (gnus-treatment-function-alist): Insert picons after
8359 doing the header highlightling, so that the background color of the
8362 * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
8363 (gnus-picon): Ditto.
8364 (gnus-picon): Reinstate. The background color for picons is white.
8365 (gnus-picon-insert-glyph): Make the background white.
8367 * nnml.el (nnml-open-nov): Don't return dead buffers.
8369 * auth-source.el (auth-source-create): Query the user for whether to
8370 store the credentials.
8372 * auth-source.el (auth-source-user-or-password): Use the existing auth
8373 sources, if any, for creation.
8375 * gnus.el (gnus-group-fast-parameter): Return the last matching
8376 parameter instead of the first matching parameter.
8378 2010-09-26 Julien Danjou <julien@danjou.info>
8380 * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
8382 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
8384 * mml2015.el (mml2015-use): Remove gpg support.
8386 * mml1991.el (mml1991-function-alist): Remove gpg function.
8387 (mml1991-gpg-sign): Remove.
8389 2010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
8391 * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
8392 (gnus-browse-unsubscribe-current-group): Document it.
8393 (gnus-browse-unsubscribe-group): Use it.
8395 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
8397 * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
8398 address to the To list for easier response.
8400 * gnus.el (gnus-play-startup-jingle): Remove.
8401 (gnus-splash): Don't play jingle.
8402 (gnus): Silence gnus-load message.
8404 * gnus-art.el (gnus-treat-play-sounds): Remove.
8406 * gnus.el (gnus-play-jingle): Remove audio support.
8408 * gnus-cus.el (gnus-score-customize): Remove audio reference.
8410 * earcon.el: Remove -- no users.
8412 * gnus-audio.el: Remove -- no users of this package.
8414 * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
8416 * gnus-start.el (gnus-setup-news): Remove nocem support.
8418 * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
8420 * gnus.el (gnus-use-nocem): Remove.
8422 * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
8425 * gnus-nocem.el (gnus-nocem-issuers): Remove file. Apparently nobody
8426 uses NoCeM any more.
8428 * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
8429 (gnus-button-ctan-handler): Ditto.
8430 (gnus-button-handle-ctan-bogus-regexp): Ditto.
8431 (gnus-button-ctan-directory-regexp): Ditto.
8432 (gnus-button-handle-ctan): Ditto.
8433 (gnus-button-tex-level): Ditto.
8434 (gnus-button-alist): Remove CTAN stuff.
8436 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
8438 * nnimap.el (nnimap-wait-for-response): Reverse logic in the
8439 nnimap-streaming test.
8441 * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
8444 * nnimap.el (nnimap-open-connection): Add more error reporting when
8447 * nnheader.el (nnheader-get-report-string): New function.
8448 (nnheader-get-report): Use it.
8450 * gnus-int.el (gnus-check-server): Say what the error was when opening
8453 * nnimap.el (nnimap-wait-for-response): Search further when we're not
8456 2010-09-25 Julien Danjou <julien@danjou.info>
8458 * gnus-html.el (gnus-html-rescale-image): Use our defalias
8459 gnus-window-inside-pixel-edges.
8461 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
8463 * gnus-srvr.el (gnus-server-copy-server): Add documentation.
8465 * mm-decode.el (mm-save-part): Allow saving to other directories the
8468 * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
8469 Suggested by Jay Berkenbilt.
8471 * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
8472 there isn't a single byte.
8474 * gnus-int.el (gnus-open-server): Don't query whether to go offline --
8475 just do it. It doesn't really seem to matter what the user responds
8476 here, I think, so it's just a confusing question.
8478 * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
8481 * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
8482 (gnus-article-encrypt-body): Use it.
8484 * gnus-sum.el (gnus-summary-show-complete-article): New command and
8487 * nnimap.el (nnimap-find-wanted-parts-1):
8488 Use gnus-fetch-partial-articles.
8490 * gnus-art.el (gnus-fetch-partial-articles): New variable.
8492 * nnimap.el (nnimap-insert-partial-structure): New function.
8493 (nnimap-get-partial-article): New function.
8494 (nnimap-request-article): Use it.
8495 (nnimap-wait-for-response): Return whether the wait was successful.
8496 (nnimap-finish-retrieve-group-infos): Don't do anything if the
8497 retrieval wasn't successful.
8498 (nnimap-retrieve-group-data-early): Allow throttling servers.
8499 (nnimap-streaming): New variable.
8500 (nnimap-fetch-partial-articles): Remove.
8502 * mm-decode.el (mm-with-part): Protect against killed buffers.
8504 * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
8505 for prettier summary display.
8507 2010-09-25 Andrew Cohen <cohen@andy.bu.edu> (tiny change)
8509 * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
8511 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
8513 * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
8514 apparently third-party libraries depend on it.
8516 * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
8517 before starting negotiation.
8519 * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
8521 (gnus-treat-mail-gravatar): Ditto.
8523 * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
8524 buffer when inserting images. Inserting text into the headers, for
8525 instance, can make them invalid.
8527 2010-09-25 Julien Danjou <julien@danjou.info>
8529 * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
8532 * nnheader.el: Remove useless variables news-reply-yank-from and
8533 news-reply-yank-message-id.
8535 * mml2015.el: Remove useless mc-default-scheme and mc-schemes
8538 * mml1991.el: Remove useless mml1991-verbose.
8540 * gnus.el: Remove useless variable gnus-use-generic-from.
8541 Remove obsolete variable gnus-topic-indentation.
8543 * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
8545 * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
8547 * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
8549 * gnus-group.el: Remove useless gnus-group-icon-cache.
8550 Remove useless gnus-ephemeral-group-server.
8552 * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
8554 * mml2015.el: Remove useless mml2015-verbose.
8556 * mml-smime.el: Remove useless mml-smime-verbose.
8558 * gnus.el: Remove useless gnus-local-domain.
8560 * gnus-gravatar.el (gnus-gravatar-transform-address):
8561 Use gnus-gravatar-size.
8563 * gnus-art.el: Remove useless gnus-treat-translate.
8565 2010-09-24 Julien Danjou <julien@danjou.info>
8567 * gnus-sum.el: Add support for Gravatars.
8569 * gnus-art.el: Add support for Gravatars.
8571 * gnus-gravatar.el: Add this file.
8573 * gravatar.el: Add this file.
8575 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
8577 * gnus-sum.el (gnus-summary-fetch-faq): Remove.
8579 * gnus-group.el (gnus-group-fetch-faq): Remove.
8581 * gnus.el (gnus-group-faq-directory): Remove.
8583 * gnus-group.el (gnus-group-fetch-charter): Remove.
8585 * gnus.el (gnus-group-charter-alist): Remove.
8587 * gnus-group.el (gnus-group-archive-directory): Remove.
8588 (gnus-group-recent-archive-directory): Ditto.
8589 (gnus-group-make-archive-group): Remove.
8591 * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
8593 * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
8594 use the same article number for all the cached articles.
8596 * nnimap.el (nnimap-command): Register the last command time so
8597 that we can use it for idling NOOPs.
8598 (nnimap-open-connection): Start the keeplive timer.
8599 (nnimap-make-process-buffer): Store all the process buffers.
8600 (nnimap-keepalive): New function.
8602 * starttls.el (starttls-open-stream): Add autoload cookie.
8604 2010-09-24 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
8606 * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
8609 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
8611 * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
8612 its data structures.
8614 * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
8615 instead of the cl.el copy-list.
8616 (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
8619 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
8621 * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
8622 and tool-bar-local-item-from-menu.
8624 * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
8625 mode-line-highlight face for Emacs.
8627 * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
8628 loading gnus-sum.elc; fix comment for canlock-verify.
8629 (gnus-article-jump-to-part): Use read-number.
8630 (gnus-insert-mime-button, gnus-insert-mime-security-button):
8631 Remove Emacs pre-21 compatible code for help-echo.
8632 (gnus-article-next-page-1): No need to adjust the number of lines.
8633 (gnus-article-describe-bindings): Always use help-buffer.
8635 * gnus-audio.el (gnus-audio-inline-sound):
8636 * gnus-cus.el (gnus-custom-mode):
8637 * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
8639 * gnus-sum.el (gnus-remove-overlays): Doc fix.
8641 * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
8644 2010-09-24 Glenn Morris <rgm@gnu.org>
8646 * message.el (message-output): Use gnus-output-to-rmail if a buffer is
8647 visiting the fcc file in rmail-mode.
8649 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
8651 * nnir.el: Silence the byte compiler.
8653 * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
8654 alias to browse-url-url-encode-chars if any.
8655 (gnus-html-encode-url): Use it.
8657 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
8659 * gnus-start.el (gnus-use-backend-marks): New variable.
8660 (gnus-get-unread-articles-in-group): Use it.
8662 * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
8665 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
8667 * nnimap.el (nnimap-retrieve-headers): Return 'headers.
8669 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
8671 * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
8673 (gnus-setup-news-hook):
8674 Remove gnus-fixup-nnimap-unread-after-getting-new-news.
8676 * gnus-int.el (gnus-request-update-info): Protect against backends not
8677 having the function.
8679 * nnimap.el (nnimap-stream): Mention STARTTLS.
8680 (nnimap-open-connection): Add STARTTLS support.
8682 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
8684 * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
8686 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
8688 * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
8690 (nnimap-transform-headers): Unfold quoted {42} headers.
8692 * gnus-start.el (gnus-get-unread-articles): Allow backends to update
8694 (gnus-get-unread-articles): Only call updatep on backends that support
8697 * nnweb.el (nnweb-request-update-info): NOOP.
8699 * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
8701 * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
8702 since it only deals with marks.
8704 * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
8705 gnus-request-marks, and make a new gnus-request-update-info.
8707 * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
8708 the active instead of the high number, which is usually too low.
8710 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
8712 * encrypt.el: Remove.
8714 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
8716 * nnimap.el (nnimap-update-info): Sync non-standard flags from the
8717 server in symbolic form.
8719 * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
8721 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
8723 * nnimap.el (nnimap-parse-flags): Parse the data in any order.
8724 (nnimap-update-info): Fix up code slightly.
8726 * gnus-int.el (gnus-open-server): Add tracing for performance
8729 * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
8730 (gnus-group-insert-group-line): Pass the real group name so that it
8731 gets the right data.
8733 * gnus-start.el (gnus-get-unread-articles): Don't have
8734 `gnus-get-unread-articles-in-group' update info, since that can be
8735 really slow and doesn't seem to be needed?
8737 2010-09-22 Julien Danjou <julien@danjou.info>
8739 * gnus-group.el (gnus-group-insert-group-line):
8740 Call gnus-group-highlight-line.
8741 (gnus-group-update-hook): Remove gnus-group-highlight-line from the
8743 (gnus-group-update-eval-form): Add new function.
8744 (gnus-group-highlight-line): Use gnus-group-update-eval-form.
8745 (gnus-group-get-icon): Use gnus-group-update-eval-form.
8747 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
8749 * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
8750 immediate, then expire all articles.
8751 (nnimap-update-info): Fix off-by-one errors.
8752 (nnimap-flags-to-marks): Would return no marks lists for group with no
8753 flags. Instead return the other data.
8755 2010-09-22 Julien Danjou <julien@danjou.info>
8757 * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
8758 Only return an icon.
8759 (gnus-group-insert-group-line): Compute icon to return.
8761 * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
8762 (gnus-html-image-fetched): Only cache if
8763 gnus-html-image-automatic-caching is set.
8764 (gnus-html-image-fetched): Check for errors.
8766 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
8768 * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
8769 once per method on `g'. This ensures that backends like nnfolder don't
8770 open all their folders.
8772 * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
8773 (nnimap-request-list): Nix out group in the correct buffer.
8774 (nnimap-parse-flags): Implement by using `read' instead of
8776 (nnimap-flags-to-marks): Pass on permanent-flags.
8777 (nnimap-make-process-buffer): Record the server name.
8778 (nnimap-parse-flags): Fix typo.
8779 (nnimap-request-scan): Run split on the server in general, not just a
8782 * nnmail.el (nnmail-split-incoming): Take an optional junk-func
8783 parameter, and propagate this downwards.
8785 * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
8786 since EXAMINE changes it on the server.
8788 * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
8789 this command might take a while.
8791 2010-09-22 Julien Danjou <julien@danjou.info>
8793 * gnus-html.el (gnus-html-put-image): Stop using markers. They are
8794 harmful if you have 2 images side-by-side, they can't be properly
8795 update on text deletion. Using text-property is safer here.
8796 (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
8799 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
8801 * nnimap.el (nnimap-expunge-inbox): Remove.
8802 (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
8803 (nnimap-expunge): Flip default to t.
8805 * gnus.el (gnus-method-to-server): Don't push things to the cache
8807 (gnus-server-to-method): Ditto.
8809 2010-09-22 Teodor Zlatanov <tzz@lifelogs.com>
8811 * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
8813 2010-09-22 Julien Danjou <julien@danjou.info>
8815 * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
8816 get the start of data.
8817 (gnus-html-encode-url): Add this function to encode special chars in
8819 (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
8820 (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
8822 * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
8824 (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
8826 * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
8828 (gnus-html-put-image): Put alt-text as help-echo.
8830 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
8832 * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
8833 * mm-util.el (mm-decompress-buffer):
8834 * nnir.el (nnir-run-find-grep):
8835 * pop3.el (pop3-list): Use 3rd arg of split-string.
8837 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8839 * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
8840 outside the active range. Suggested by Dan Christensen.
8842 * gnus-start.el (gnus-get-unread-articles): Get the extended method
8843 slightly later to avoid double-getting it.
8845 * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
8848 * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
8850 2010-09-21 Adam Sjøgren <asjo@koldfront.dk>
8852 * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
8854 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8856 * gnus-int.el (gnus-open-server): Give a better error message in the
8859 * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
8860 marks for nnimap, which is seldom the right thing to do.
8862 * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
8863 (gnus-same-method-different-name): New function.
8865 * nnimap.el (parse-time): Require.
8867 * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
8868 method in the presence of many similar methods.
8870 * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
8872 * nnimap.el (nnimap-find-expired-articles): Don't refer to
8873 nnml-inhibit-expiry.
8875 * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
8876 find out whether methods are equal.
8878 * nnimap.el (nnimap-find-expired-articles): New function.
8879 (nnimap-process-expiry-targets): New function.
8880 (nnimap-request-move-article): Request the article before looking at
8881 what the Message-ID is. Fix found by Andrew Cohen.
8882 (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
8884 * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
8885 for oldness in addition to being a predicate.
8887 * nnimap.el (nnimap-request-group): When we have zero articles, return
8888 the right data to Gnus.
8889 (nnimap-request-expire-articles): Only delete articles immediately if
8890 the target is 'delete.
8892 * gnus-sum.el (gnus-summary-move-article): When respooling to the same
8893 method, this would bug out.
8895 * gnus-group.el (gnus-group-expunge-group): Rename from
8896 gnus-group-nnimap-expunge, and implemented as a normal interface
8899 * gnus-int.el (gnus-request-expunge-group): New function.
8901 * nnimap.el (nnimap-request-create-group): Implement.
8902 (nnimap-request-expunge-group): New function.
8904 2010-09-21 Julien Danjou <julien@danjou.info>
8906 * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
8907 (gnus-html-cache-expired): Add new function.
8908 (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
8909 wethever we should display image for fetch it.
8910 Compute alt-text earlier to pass it to the fetching function too.
8911 (gnus-html-schedule-image-fetching): Change function argument to only
8912 get one image at a time, not a list.
8913 (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
8915 (gnus-html-get-image-data): New function to retrieve image data from
8917 (gnus-html-put-image): Change buffer argument to use image data rather
8918 than file, and place image above region rather than inserting a new
8919 one. Do not take alt-text as argument, since it's useless now: we place
8920 the image above alt-text.
8921 (gnus-html-prune-cache): Remove.
8922 (gnus-html-show-images): Start to fetch image when we find one, do not
8923 push into a temporary list.
8924 (gnus-html-prefetch-images): Only fetch image if they have expired.
8925 (gnus-html-browse-image): Fix, use 'gnus-image-url.
8926 (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
8928 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
8930 * rfc2047.el (rfc2047-encode-parameter): Doc fix.
8932 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
8934 * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
8935 spec inser "*" if the group isn't active instead of 0.
8937 * nnimap.el (nnimap-request-group): Don't select the imap buffer before
8939 (nnimap-request-delete-group): Implement group deletion.
8940 (nnimap-transform-headers): Return the size of the entire message in
8941 the Bytes header, not just the size of the first part.
8942 (nnimap-request-move-article): When moving an article from nnimap,
8943 request the article first so the accepting form has an article to
8944 accept. Reported by Dan Christensen.
8945 (nnimap-command): Make sure that the error message doesn't error out.
8947 2010-09-20 David Edmondson <dme@dme.org> (tiny change)
8949 * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
8950 we haven't requested anything.
8952 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
8954 * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
8955 "". Fix found by Andrew Cohen.
8957 * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
8958 instead of -encode-string.
8960 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
8962 * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
8964 * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
8965 by mm-subst-char-in-string.
8967 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8969 * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
8970 waiting for the connection string.
8972 * gnus-html.el (gnus-html-image-fetched): Protect against the data not
8975 * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
8976 bogus characters. This allows selecting certain Gmail groups.
8978 * nnimap.el (nnimap-find-wanted-parts-1): New function.
8979 (nnimap-fetch-partial-articles): New variable.
8980 (nnimap-open-connection): When looking for credentials, also use the
8982 (nnimap-request-article): Return the group/article number, so that Gnus
8983 `^' works as expected.
8984 (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
8986 * gnus.el (gnus-similar-server-opened): Refactor a bit and add
8988 (gnus-methods-sloppily-equal): New function.
8989 (gnus): When using the development version of Gnus, load the gnus-load
8992 * gnus-start.el (gnus-get-unread-articles): Make sure that we call
8993 `gnus-open-server' on each method before trying to scan them etc.
8994 This ensures that all the backend parameters are set correctly.
8996 * nnimap.el (nnimap-authenticator): New variable.
8997 (nnimap-open-connection): Allow anonymous login.
8998 (nnimap-transform-headers): The chars header is called Chars not Bytes.
8999 (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
9001 * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
9002 patch, found by Knut Anders Hatlen.
9004 2010-09-19 Andreas Schwab <schwab@linux-m68k.org>
9006 * gnus-agent.el (gnus-agent-batch-confirmation)
9007 (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
9009 * gnus-art.el (gnus-article-describe-briefly): Likewise.
9010 * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
9011 (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
9012 * gnus-int.el (gnus-open-server): Likewise.
9013 * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
9014 (gnus-score-check-syntax): Likewise.
9015 * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
9016 * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
9018 * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
9020 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
9022 * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
9023 calling conventions so that prefetch doesn't bug out.
9025 2010-09-19 Julien Danjou <julien@danjou.info>
9027 * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
9028 rather than `subst-char-in-region' in order to be able to replace ASCII
9031 * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
9033 (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
9034 the right URL and ALT text on images.
9035 (gnus-html-wash-tags): Fix tag case.
9036 Add support for `s' and `ins' tags. Use gnus-emphasis-* faces.
9037 (gnus-article-html): Add -o display_ins_del=2 option.
9038 (gnus-html-wash-tags): Add better support for <ul> tags symbols.
9040 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
9042 * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
9043 the extra mail headers, which sometimes seem to happen for unknown
9046 * mail-parse.el (mail-header-encode-parameter): Define as
9047 rfc2045-encode-string instead of as rfc2231-encode-string, since some
9048 (or most, perhaps?) mail readers don't understand the latter, but do
9049 understand the former.
9051 * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
9052 to nil, so that no methods are automatically agentized. I think this
9053 is probably what most users want.
9055 * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
9056 from url-retrieve, for instance about invalid URLs.
9058 * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
9059 groups that have no articles.
9060 (nnimap-request-article): Check that we really got an article when we
9063 * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
9066 * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
9067 nntp buffer so the agent can save it.
9068 (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
9069 that CRLF doesn't get translated to \n.
9070 (nnimap-open-connection): Don't make 'shell commands only send \n.
9072 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9074 * nnml.el (nnml-files): Add prefix to dynamic var `files'.
9075 (nnml-generate-nov-databases-directory, nnml-generate-active-info):
9077 (nnml-generate-nov-file): Use dolist.
9078 (nnml-directory-articles, nnml-current-group-article-to-file-alist):
9079 Use with-current-buffer.
9081 2010-09-18 Julien Danjou <julien@danjou.info>
9083 * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
9086 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
9088 * nnimap.el (nnimap-update-info): When doing partial marks update, get
9089 the range update right.
9090 (nnimap-request-group): Don't make `M-g' bug out on group with no
9092 (nnoo): Require, so that other packages can require nnimap.
9093 (nnimap-wait-for-response): Be a bit more lax in finding the end of the
9094 command we're looking for. This helps when the server sends more
9095 responses after we've gotten everything we expected.
9096 (nnimap): Add a `newlinep' field to keep track of end-of-line
9098 Don't send CRLF to things that don't want it.
9099 (nnimap-request-accept-article): Ditto.
9101 2010-09-18 Julien Danjou <julien@danjou.info>
9103 * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
9104 than curl to retrieve images.
9106 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
9108 * nnimap.el (nnimap-update-info): Extend the info so that we can set
9110 (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
9111 (nnimap-wait-for-connection): New function.
9112 (nnimap-open-connection): If we have PREAUTH, don't query for login
9114 (nnimap-update-info): Fix off-by-one error when concatenating ranges
9115 when doing a partial update.
9117 2010-09-18 Julien Danjou <julien@danjou.info>
9119 * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
9122 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
9124 * nnimap.el (nnimap-credentials): New function.
9125 (nnimap-open-connection): Use the new function to look for credentials
9126 also on the numeric equivalents of "imap" and "imaps".
9128 * gnus-start.el (gnus-activate-group): Send the info to
9131 * nnimap.el (nnimap-request-group): Have the "check" version of the
9132 function parse flags and update the info, so that a `M-g' get a total
9133 resync of all flags from the group.
9135 * gnus-int.el (gnus-request-group): Take an optional `info' parameter
9136 to allow backends to alter the info on group selection. Also alter all
9137 the backend -request-group functions to take the parameter.
9139 * nnimap.el (nnimap-store-info): New function.
9140 (nnimap-update-info): Store the info for later usage.
9141 (nnimap-request-group): Use the stored info for the dont-check case, so
9142 that we don't retrieve all marks when we enter a group.
9144 * nnimap.el: Use deffoo instead of defun for interface functions.
9146 * gnus-start.el (gnus-get-unread-articles): Allow the backends to
9147 update the group info. This makes the nndraft groups, for instance, go
9148 back to their old behavior.
9150 * gnus-sum.el (gnus-select-newsgroup): Indent.
9152 * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
9154 (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
9157 * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
9158 from methods that are denied.
9160 * gnus-int.el (gnus-method-denied-p): New function.
9162 * nnimap.el (nnimap-open-connection): Use auth-sources to query and
9163 store the password instead of netrc.
9164 (nnimap-open-connection): Don't error out when we can't make a
9167 * auth-source.el (auth-source-create): In the password prompt, say what
9168 we're querying for. Also prompt for user name if that hasn't been
9171 * nnimap.el (nnimap-with-process-buffer): Remove.
9173 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
9175 * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
9176 method when we're reading from the agent.
9178 * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
9180 * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
9181 that's probably most useful for users.
9183 * gnus-int.el (gnus-check-server): Save result so that it doesn't say
9184 "failed" all the time.
9186 * gnus.el: Throughout all files, replace (save-excursion (set-buffer
9187 ...)) with (with-current-buffer ...).
9189 * nntp.el (nntp-open-server): Return whether the open was successful or
9192 * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
9193 select an unread unseen article first.
9195 * nnimap.el (nnimap-open-connection): If the user doesn't have a
9196 /etc/services, supply some sensible port defaults.
9198 2010-09-17 Julien Danjou <julien@danjou.info>
9200 * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
9202 2010-09-17 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
9204 * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
9205 doesn't have any parameters.
9207 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
9209 * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
9210 only upcased checks.
9212 * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
9214 * nnimap.el (nnimap-open-shell-stream): New function.
9215 (nnimap-open-connection): Use it.
9216 (nnimap-transform-headers): Get the number of lines in each message.
9217 (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
9219 (nnimap-request-list): Not all servers return UIDNEXT. Work past this
9222 * utf7.el (utf7-encode): Autoload.
9224 * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
9225 to allow the mail splitting to not return a default group. This is
9226 useful for nnimap, which will leave unmatched mail in the inbox.
9228 * nnimap.el: Rewritten.
9230 * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
9233 * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
9234 if the move is internal, so that nnimap can do fast internal moves.
9236 * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
9238 (gnus-read-active-for-groups): Support finishing the early retrieval of
9241 * gnus-range.el (gnus-range-nconcat): New function.
9243 * gnus-int.el (gnus-finish-retrieve-group-infos)
9244 (gnus-retrieve-group-data-early): New functions.
9246 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
9248 * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
9249 (nnrss-retrieve-groups):
9250 * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
9251 (pop3-quit): Use with-current-buffer.
9253 2010-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
9255 * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
9256 instead of nnheader-accept-process-output.
9258 * gnus-html.el (gnus-html-schedule-image-fetching)
9259 (gnus-html-prefetch-images): Replace process-kill-without-query by
9260 gnus-set-process-query-on-exit-flag.
9262 2010-09-16 Romain Francoise <romain@orebokech.com>
9264 * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
9266 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
9268 * gnus-registry.el (gnus-registry-install-shortcuts): The second
9269 parameter to unintern is mandatory-ish in Emacs 24.
9271 * gnus-html.el (gnus-html-schedule-image-fetching)
9272 (gnus-html-prefetch-images): Check for curl before using it.
9274 * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
9275 depend on curl, which isn't essential.
9277 * imap.el: Revert back to version
9278 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
9281 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
9283 * gnus-registry.el (gnus-registry-install-shortcuts):
9284 Explicitly pass `obarray' to `unintern' to avoid a warning.
9286 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
9288 * gnus-start.el (gnus-read-active-for-groups): Revert the previous
9291 * nnrss.el (nnrss-request-list): Remove this function and related
9292 functions, including the moreover stuff.
9294 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
9296 * nnrss.el (nnrss-retrieve-groups): New function.
9298 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
9300 * .dir-locals.el: Add no-byte-compile cookie.
9302 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
9304 * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
9305 for back end that doesn't support request-scan.
9307 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
9309 * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
9310 then do request scans from the backends.
9312 * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
9313 avoid running a hook per line, since this takes a lot of time,
9315 (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
9316 directly if gnus-visual-p is true.
9318 2010-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
9320 * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
9321 groups; replace mapcar with dolist which is a bit faster; pass groups
9322 info to gnus-read-active-file-1.
9323 (gnus-read-active-file-1): Scan only specified groups if the new
9324 optional arg `infos' is given.
9326 2010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
9328 * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
9330 * pop3.el (pop3-movemail): Remove.
9331 (pop3-streaming-movemail): Rename to pop3-movemail.
9333 * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
9334 don't restrict end-tag searches to the end of the line.
9336 2010-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
9338 * gnus-start.el (gnus-get-unread-articles): Set the number of unread
9339 articles of every unchecked group to t, which means unknown since the
9340 server has never been opened.
9342 2010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
9344 * gnus-html.el (gnus-html-show-alt-text): New command.
9345 (gnus-html-browse-image): Ditto.
9346 (gnus-html-wash-tags): Add the data to allow showing the ALT text and
9347 to browse the image directly.
9348 (gnus-html-wash-tags): Search for images first, so that <a><img> works
9351 * gnus-async.el (gnus-async-article-callback):
9352 Call `gnus-html-prefetch-images' unconditionally.
9354 * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
9355 before feeding URLs to curl.
9357 2010-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
9359 * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
9360 internal images as deletable by `W D D'.
9362 * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
9363 (gnus-async-article-callback): Fix typo.
9365 2010-09-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
9367 * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
9368 current line to work around bugs in the output from w3m.
9370 * gnus-async.el (gnus-async-article-callback): Always prefetch images
9371 for groups that want that.
9373 * nntp.el (nntp-wait-for-string): Supply a timeout for
9374 accept-process-output to ensure progress.
9376 * gnus-start.el (gnus-get-unread-articles): If being given an explicit
9377 level to get unread articles from, then use that for foreign groups,
9380 * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
9381 confuses the rest of the function.
9383 * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
9384 for the methods that support -retrieve-groups, too.
9386 * nnml.el (nnml-save-nov): Remove some debugging-related messages.
9388 2010-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
9390 * pop3.el: Require cl when compiling.
9391 (pop3-number-of-responses): Search for "+OK", not "+OK ".
9393 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
9395 * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
9396 that aren't going to be activated.
9397 (gnus-get-unread-articles): Fix up the last commit.
9399 * gnus-html.el (gnus-article-html): Allow calling without specifying
9400 the handle. In that case, dissect the buffer first.
9402 * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
9404 * nnimap.el (nnimap-open-connection): Revert the change that would look
9405 into authinfo for imaps instead of imap.
9407 * gnus-start.el (gnus-activate-group): Take an optional parameter to
9408 say that you don't want to call gnus-request-group with don-check, but
9409 do check the response. This is for virtual groups only.
9410 (gnus-get-unread-articles): Count the archive groups as secondary, so
9411 that they're activated the same way as before.
9413 * nnimap.el (nnimap-request-list): Servers may return \NoSelect
9415 (nnimap-debug): Remove.
9417 * mail-source.el (mail-source-fetch): Don't message if we're fetching
9418 mail from a file, and the file doesn't exist.
9420 * pop3.el (pop3-streaming-movemail): Return t for success.
9422 * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
9423 .authinfo if we're using ssl connection.
9425 * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
9426 already have if we're in a main Gnus `g' run.
9428 * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
9430 2010-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
9432 * gnus-start.el (gnus-method-rank): Replace equalp with equal.
9434 * nnmh.el (nnmh-request-list-1): Bind `file'.
9436 * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
9437 alias to set-process-query-on-exit-flag or process-kill-without-query.
9438 (pop3-open-server): Use it.
9440 2010-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
9442 * mail-source.el (mail-source-delete-crash-box): Always move the crash
9443 box to the Incoming file. Fixes mistake in previous checkin.
9445 * pop3.el (pop3-send-streaming-command): Off-by-one error on the
9446 request loop (for debugging purposes) removed.
9448 * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
9449 culprit is more visible.
9450 (nnml-save-incremental-nov, nnml-open-incremental-nov)
9451 (nnml-add-incremental-nov): New functions to do "incremental" nov
9452 updates, where we just append to the end of the existing nov files
9453 without reading/writing them in full.
9455 * mail-source.el (mail-source-delete-crash-box): Really only check the
9456 incoming files once in a while.
9458 * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
9460 * mail-source.el (mail-source-delete-crash-box): Only check the
9461 incoming files for deletion once per day to save a lot of file
9464 * pop3.el (pop3-logon): Fix up unbound variable typo.
9466 * mail-source.el (pop3-streaming-movemail): Autoload.
9468 * pop3.el (pop3-streaming-movemail):
9469 Respect pop3-leave-mail-on-server.
9471 * mail-source.el (mail-source-fetch-pop): Use streaming pop3
9474 * pop3.el (pop3-process-filter): Remove unused function.
9475 (pop3-streaming-movemail, pop3-send-streaming-command)
9476 (pop3-wait-for-messages, pop3-write-to-file)
9477 (pop3-number-of-responses): New functions for streaming pop3
9480 * gnus-start.el (gnus-get-unread-articles): Protect against groups that
9481 come from no known methods.
9482 (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
9485 * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
9487 (pop3-movemail): Use erase-buffer instead of looping and deleting
9488 regions, which seems rather odd.
9490 * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
9491 file once per `g' run.
9493 * nnmh.el (nnmh-request-list-1): Output active lines also for empty
9494 directories. This makes the draft queue directory work.
9496 * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
9497 data from the backends, so that we only request the list of groups from
9498 each method once. This should speed things up considerably.
9500 * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
9501 detect that it's not implemented.
9503 * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
9504 we actually do recurse down into the tree, but don't stat all leaf
9507 * gnus-html.el (gnus-html-show-images): If there are no images to show,
9508 then say so instead of bugging out.
9510 * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
9511 files exist before trying to read them.
9513 * gnus-html.el (gnus-html-wash-tags): Remove even more white space
9516 * gnus-art.el (gnus-article-copy-string): Say what data we copied.
9518 * nnmh.el (nnmh-request-list-1): Optimize for speed.
9520 2010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9522 * mm-util.el (mm-image-load-path): Just return the image directories,
9523 not all directories in the path in addition to the image directories.
9524 (mm-image-load-path): Maintain a cache of the image directories so that
9525 the `g' command in Gnus doesn't have to stat dozens of directories each
9528 * gnus-html.el (gnus-html-put-image): Allow images to be removed.
9529 (gnus-html-wash-tags): Add a new `i' command to insert images.
9530 (gnus-html-insert-image): New command and keystroke.
9531 (gnus-html-redisplay-with-images): New command and keystroke.
9532 (gnus-html-show-images): Rename command.
9533 (gnus-html-wash-tags): Remove more white space before <pre_int> image
9535 (gnus-html-wash-tags): Decode entities at the end, so that entities
9536 inside the tags don't mess up the rest of the "parsing".
9538 * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
9539 so that nnimap methods aren't agentized by default. There's apparently
9540 many problems related to agent/imap behavior.
9542 * gnus-art.el (gnus-article-copy-string): New command and key binding.
9544 * gnus-html.el: Doc fix.
9546 2010-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
9548 * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
9549 glyph-width and glyph-height instead of display-graphic-p and
9550 image-size; make avoidance of displaying small images work for XEmacs.
9552 * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
9555 * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
9556 of symbol that holds plist data.
9557 (gnus-process-plist): Remove plist of process after getting it.
9559 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9561 * message.el (message-generate-hashcash): Change default to
9562 'opportunistic if hashcash is installed.
9564 * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
9565 (gnus-html-put-image): Only call image-size once, since it's somewhat
9566 time-consuming on remote X servers.
9568 2010-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
9570 * gnus-html.el (gnus-article-html): Make work buffer multibyte for
9572 (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
9574 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9576 * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
9577 group line format, since it isn't very interesting.
9579 * gnus-agent.el (gnus-agent-short-article),
9580 (gnus-agent-long-article): Increase values for these two variables,
9581 since most people are likely to have more network connection and
9582 storage than before.
9584 * gnus.el (gnus-refer-article-method): Change default to 'current.
9585 When referring an article, the common behavior is to refer it from the
9586 current select method, not the native select method. The chances of
9587 the native select method having the message in question is rather slim
9590 * gnus-sum.el (gnus-auto-select-subject): Change default to
9591 `unseen-or-unread'. I think it's likely that most people want to
9592 select an unseen article over a previously seen, but unread one.
9594 * gnus.el (gnus-mode-non-string-length): Change default to 30. nil
9595 means that in the article buffer none of the minor mode elements will
9596 be shown, usually, and this is not desirable in most cases.
9598 * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
9599 that commands like `d' (and the like) go to the next line in the
9600 buffer, instead of the next unread article. I think this is the
9601 behavior that is most natural for most users.
9602 (gnus-single-article-buffer): Change default to nil, so that people can
9603 have as many article buffers open as they have summary buffer. I think
9604 this is the most natural way for the groups to behave.
9606 * message.el (message-generate-new-buffers): Change default to
9607 `unsent', so that all new message buffers start their names with the
9608 string "*unsent", and it's easier to find the buffers if you move from
9611 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9613 * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
9614 small. They're probably tracking images.
9615 (gnus-html-wash-tags): Remove all <pre_int> place holders.
9616 (gnus-html-rescale-image): Yet another try at getting the image sizing
9619 * nntp.el (nntp-request-set-mark): Refuse to do marks if
9620 nntp-marks-file-name is nil.
9622 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
9624 * gnus-html.el (gnus-html-wash-tags)
9625 (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
9628 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9630 * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
9632 * gnus-html.el (gnus-html-wash-tags): Check the value of
9633 gnus-blocked-images in the summary buffer.
9635 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
9637 * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
9639 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9641 * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
9642 like "a", it seems like.
9643 (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
9644 since it needs to be picked from the correct buffer.
9648 * nnlistserv.el: Remove.
9650 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
9652 * gnus-html.el (gnus-html-image-url-blocked-p): New function.
9653 (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
9655 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9657 * nnkiboze.el: Remove.
9661 * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
9663 (gnus-html-rescale-image): Try to get the rescaling logic right for
9664 images that are just wide and not tall.
9666 * gnus.el (gnus-string-or): Fix the syntax to not use eval or
9667 overshadow variable bindings.
9669 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
9671 * gnus-html.el (gnus-html-wash-tags)
9672 (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
9675 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9677 * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
9678 (gnus-max-image-proportion): New variable.
9679 (gnus-html-rescale-image): New function.
9680 (gnus-html-put-image): Rescale images.
9682 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
9684 Fix up some byte-compiler warnings.
9685 * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
9686 * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
9687 (gnus-article-fill-cited-article, gnus-article-hide-citation)
9688 (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
9689 * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
9690 (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
9691 (gnus-group-update-group): Use save-excursion and with-current-buffer.
9693 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
9695 * gnus-html.el (gnus-article-html): Decode contents by charset.
9697 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
9699 * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
9700 (gnus-html-frame-width, gnus-blocked-images):
9701 * message.el (message-prune-recipient-rules): Add custom version.
9702 * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
9704 * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
9707 * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
9710 2010-08-31 Julien Danjou <julien@danjou.info> (tiny change)
9712 * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
9713 instead of lsub directly.
9715 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
9717 * nnwarchive.el: Remove.
9719 * gnus-soup.el: Remove.
9721 * nnsoup.el: Remove.
9723 * nnultimate.el: Remove.
9725 * gnus-html.el (gnus-blocked-images): New variable.
9727 * message.el (message-prune-recipients): New function.
9728 (message-prune-recipient-rules): New variable.
9730 * gnus-cite.el (gnus-article-natural-long-line-p): New function to
9731 guess whether a long line is natural text or not.
9733 * gnus-html.el (gnus-html-schedule-image-fetching):
9734 Use gnus-process-plist and friends for compatibility.
9736 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
9738 * gnus-html.el: Require packages that define macros used in this file.
9739 (gnus-article-mouse-face): Declare to silence byte-compiler.
9740 (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
9742 (gnus-html-put-image): Use plist-get to avoid getf.
9743 (gnus-html-prefetch-images): Use with-current-buffer.
9745 2010-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
9747 * gnus-ems.el: Provide compatibility functions for
9748 gnus-set-process-plist.
9750 * gnus-sum.el (gnus-summary-stop-at-end-of-message):
9751 * gnus.el (gnus-valid-select-methods):
9752 * message.el (message-send-mail-partially-limit):
9753 * mm-decode.el (mm-text-html-renderer):
9754 * mml.el (mml-insert-mime-headers-always):
9755 * smiley.el (smiley-regexp-alist): Bump custom version.
9757 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
9759 * gnus-html.el: require mm-url.
9760 (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
9761 with the url to `url'.
9762 (gnus-html-wash-tags): Support cid: URLs/images.
9764 2010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9766 * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
9767 minutes, 56 seconds ago on the ding list, remove the `w' and `i'
9768 bindings, as they aren't useful at all. `w' is moved to `W w'.
9770 * gnus-move.el: Remove file, since it doesn't really work.
9772 * gnus-html.el (gnus-article-html): Tell w3m that the input is
9773 UTF-8. This seems to fix problems with some German web feeds.
9775 * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
9776 at the top so that the proper colors are applied.
9778 * gnus-art.el (gnus-article-view-part): Doc fix.
9780 * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
9782 (gnus-html-put-image): Don't do images on non-graphic displays.
9784 * nnslashdot.el: Remove this unused backend.
9786 * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
9788 (gnus-undo-register-1): Revert last change.
9790 * gnus-group.el (gnus-group-completing-read): Protect against not
9791 having completion-styles bound.
9793 * mml.el (mml-insert-mime-headers-always): Change the default to t, to
9794 make broken recipients happier.
9796 * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
9798 * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
9801 * gnus-group.el (gnus-group-completing-read): Add 'substring to
9802 completion-styles for group selection.
9804 2009-02-04 Andreas Schwab <schwab@suse.de>
9806 * gnus-score.el (gnus-score-string): Fix regex for matching extra
9807 headers and regexp-quote the match if necessary.
9809 2009-03-24 Miles Bader <miles@gnu.org>
9811 * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
9812 the blinking smiley.
9814 2009-03-24 Simon Josefsson <simon@josefsson.org>
9816 * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
9819 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
9821 * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
9822 where the dribbel file lives exists.
9824 * message.el (message-send-mail-partially-limit): Change the default to
9825 nil, since most people don't want this.
9827 * mm-url.el (mm-url-decode-entities): Also decode entities like
9830 2009-07-16 Kevin Ryde <user42@zip.com.au> (tiny change)
9832 * gnus-sum.el (gnus-summary-idna-message):
9833 * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
9834 Hyperlink urls in docstrings with URL `...'.
9836 2010-08-29 Adam Sjøgren <asjo@koldfront.dk>
9838 * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
9841 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
9843 * gnus-art.el (gnus-article-add-button): Take an optional parameter to
9844 say what the mouseover text should be.
9846 * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
9847 version of the mm-w3m-safe-url-regexp variable to only download images
9848 in the groups where we want that to happen.
9850 * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
9852 * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
9854 (gnus-article-beginning-of-window): Add kludge to allow spacing past
9855 big pictures in the article buffer.
9857 * mm-decode.el (mm-text-html-renderer): Default the html renderer to
9859 (mm-text-html-renderer): gnus-article-html needs curl in addition to
9862 * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
9864 2010-08-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
9866 * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
9867 which doesn't exist.
9869 * message.el (message-inhibit-ecomplete): New variable to allow some
9870 function to inhibit ecomplete address storage.
9871 (message-resend): Disable ecomplete message storage when resending
9874 * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
9876 2010-08-27 Katsumi Yamaoka <yamaoka@jpl.org>
9878 * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
9879 Save excursion while copying, moving, and deleting articles in order to
9880 prevent the cursor from jumping to unforeseen place.
9882 2010-08-17 Glenn Morris <rgm@gnu.org>
9884 * gnus-sync.el: Require gnus components whose functions are used.
9886 * gnus-art.el (bookmark-make-record-function):
9887 * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
9888 Declare for compiler.
9890 * mm-url.el (mml-compute-boundary): Autoload.
9892 2010-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
9894 * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
9896 2010-08-14 Teodor Zlatanov <tzz@lifelogs.com>
9898 Typo fix "hoo4a" -> "hook".
9900 * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
9902 2010-08-14 Glenn Morris <rgm@gnu.org>
9904 * gnus-sync.el (gnus-sync): Fix defgroup version.
9906 2010-08-13 Teodor Zlatanov <tzz@lifelogs.com>
9908 Doc fixes and keep unknown groups (ammended for nunion bug fix).
9910 * gnus-sync.el: Fix docs.
9911 (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
9912 (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
9914 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
9916 Optimizations for gnus-sync.el.
9918 * gnus-sync.el: Add docs about gnus-sync-backend
9920 (gnus-sync-save): Remove unnecessary message.
9921 (gnus-sync-read): Optimize and show what groups were skipped.
9923 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
9925 Minor bug fixes for gnus-sync.el.
9927 * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
9928 Don't read the sync on get-new-news.
9930 * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
9933 * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
9936 2010-07-30 Lawrence Mitchell <wence@gmx.li>
9938 Make saving and restoring of hidden threads work with overlays.
9939 Patch applied by Ted Zlatanov.
9941 * gnus-sum.el (gnus-hidden-threads-configuration)
9942 (gnus-restore-hidden-threads-configuration): Update to deal with text
9943 properties, rather than searching for a magic character.
9945 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
9947 New gnus-sync.el library for synchronization of marks.
9949 * gnus-sync.el: New library for synchronization of marks.
9951 * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
9952 renamed from `gnus-registry-grep-in-list'.
9954 * gnus-registry.el (gnus-registry-follow-group-p):
9955 Use `gnus-grep-in-list'.
9957 * gnus-start.el (gnus-start-draft-setup): Make it interactive.
9959 2010-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
9961 * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
9962 determining charset of text fails.
9964 2010-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
9966 * nnmail.el (nnmail-get-new-mail-1): Revert.
9968 * nnml.el (nnml-active-number): Make sure names of newly created groups
9969 in nnml-group-alist are encoded.
9971 2010-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
9973 * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
9974 containing non-ASCII characters in active file for nnml back end.
9976 2010-07-24 David Engster <dengste@eml.cc>
9978 * mml-smime.el (mml-smime-epg-verify): Also accept the older
9979 x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
9981 2010-07-21 Daiki Ueno <ueno@unixuser.org>
9983 * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
9986 2010-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
9988 * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
9989 the article buffer, not the summary buffer.
9991 2010-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
9993 * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
9996 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9998 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
9999 Patch applied by Karl Fogel.
10001 * gnus-sum.el (gnus-summary-bookmark-make-record):
10002 Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
10004 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10006 Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
10007 Patch applied (with minor tweaks) by Karl Fogel. Note this leaves
10008 C-w still not working correctly from Article buffers; Thierry's
10009 patch to fix that will be applied after this.
10011 * gnus-art.el (bookmark-make-record-function): New local variable.
10013 * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
10015 (gnus-summary-bookmark-jump): Maybe jump to article buffer.
10017 2010-07-13 Karl Fogel <kfogel@red-bean.com>
10019 * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
10020 on changes in bookmark.el.
10022 2010-06-22 Mark A. Hershberger <mah@everybody.org>
10024 * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
10025 the *other* type of HTML form submission.
10027 2010-06-15 Michael Albinus <michael.albinus@gmx.de>
10029 * auth-source.el (auth-source-pick): If choice does not contain a
10030 questioned keyword, set the check to t.
10032 2010-06-12 Romain Francoise <romain@orebokech.com>
10034 * gnus-util.el (gnus-date-get-time): Move up before first use.
10036 2010-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
10038 * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
10039 (gnus-article-edit-part): Bind it to make last part that is substituted
10040 or deleted visible.
10041 (gnus-mime-display-single): Buttonize part of which id equals to
10042 gnus-mime-buttonized-part-id.
10044 2010-06-10 Dan Christensen <jdc@uwo.ca>
10046 * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
10047 (gnus-dd-mmm): Use gnus-date-get-time.
10048 * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
10050 (gnus-summary-limit-to-age): Use gnus-date-get-time.
10051 (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
10053 2010-06-08 Michael Albinus <michael.albinus@gmx.de>
10055 * auth-source.el (top): Autoload `secrets-list-collections',
10056 `secrets-create-item', `secrets-delete-item'.
10057 (auth-sources): Fix tag string.
10058 (auth-get-source, auth-source-retrieve, auth-source-create)
10059 (auth-source-delete): New defuns.
10060 (auth-source-pick): Rewrite in order to avoid 2 passes.
10061 (auth-source-forget-user-or-password): New parameter USERNAME.
10062 (auth-source-user-or-password): New parameters CREATE-MISSING and
10063 DELETE-EXISTING. Retrieve password interactively, if needed.
10065 2010-06-07 Teemu Likonen <tlikonen@iki.fi> (tiny change)
10067 * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
10068 deleting unused directories when gnus-expert-user is t.
10070 2010-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
10072 * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
10073 for each temp file when gnus-article-browse-delete-temp is ask.
10075 2010-05-20 Kevin Ryde <user42@zip.com.au>
10077 * gnus-start.el (gnus-level-unsubscribed): Doc fix. (Bug#6206)
10079 2010-05-14 Katsumi Yamaoka <yamaoka@jpl.org>
10081 * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
10082 article unless decoding article to be saved.
10084 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
10086 * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
10087 * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
10088 generated within the mm-with-unibyte-current-buffer macro.
10090 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
10092 * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
10093 to nil when we're in a mml-preview buffer and no group is selected.
10095 2010-05-12 Andreas Seltenreich <seltenreich@gmx.de>
10097 * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
10098 when catching the `C-g'. Reported by "Leo".
10100 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
10102 * message.el (message-forward-make-body-plain)
10103 (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
10104 multibyte-string-p.
10106 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
10108 * message.el (message-forward-make-body-mml): Assume original message
10109 is multibyte string; error on unibyte.
10110 (message-forward-make-body-plain): Ditto; don't add excessive newline
10113 2010-05-11 Andreas Seltenreich <seltenreich@gmx.de>
10115 * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
10116 instead of g-s-m-a-as-unread to set the expirable mark. (Bug#5284)
10118 2010-05-11 Katsumi Yamaoka <yamaoka@jpl.org>
10120 * mm-extern.el (mm-extern-url): Don't use
10121 mm-with-unibyte-current-buffer.
10122 (mm-extern-cache-contents): Use with-current-buffer instead of
10123 save-excursion + set-buffer.
10125 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
10127 * mm-util.el (mm-emacs-mule): Remove.
10129 2010-05-10 Andreas Seltenreich <seltenreich@gmx.de>
10131 * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
10132 buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
10135 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
10137 * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
10138 bind the default value of enable-multibyte-characters to nil.
10140 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
10142 * message.el (message-forward-make-body-plain)
10143 (message-forward-make-body-mml):
10144 Don't use mm-with-unibyte-current-buffer.
10146 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
10148 * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
10151 2010-05-07 Julien Danjou <julien@danjou.info>
10153 * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
10154 it to mm-pipe-part.
10156 * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
10159 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
10161 * nnweb.el (nnweb-gmane-search):
10162 * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
10165 * gnus-art.el (gnus-article-browse-html-parts):
10166 * gnus-group.el (gnus-read-ephemeral-gmane-group)
10167 (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
10170 * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
10171 gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
10174 * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
10175 gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
10176 XEmacs when compiling.
10178 * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
10179 gnus-pick-mode-off-hook for XEmacs when compiling.
10180 (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
10181 gnus-binary-mode-off-hook for XEmacs when compiling.
10183 * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
10184 Return nil if char-charset is not available.
10186 * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
10189 * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
10190 instead of encode-coding-string.
10192 * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
10193 'xemacs) instead of mm-emacs-mule to switch function definitions.
10194 (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
10196 2010-05-06 Tommi Vainikainen <thv@iki.fi> (tiny change)
10198 * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
10200 2010-05-06 Katsumi Yamaoka <yamaoka@jpl.org>
10202 * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
10203 gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
10205 2010-05-03 Juanma Barranquero <lekktu@gmail.com>
10207 * mm-util.el (mm-decompress-buffer): Use `delete-file';
10208 alias `jka-compr-delete-temp-file' no longer exists.
10210 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
10212 Use define-minor-mode in Gnus where applicable.
10213 * mml.el (mml-mode): Use define-minor-mode.
10214 * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
10215 (gnus-undo-mode): Use define-minor-mode.
10216 * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
10217 (gnus-dead-summary-mode): Use define-minor-mode.
10218 * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
10219 Initialize in declaration.
10220 (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
10221 * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
10222 (gnus-mailing-list-mode): Use define-minor-mode.
10223 * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
10224 (gnus-draft-mode): Use define-minor-mode.
10225 * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
10226 (gnus-dired-mode): Use define-minor-mode.
10228 2010-05-01 Andreas Seltenreich <seltenreich@gmx.de>
10230 * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
10231 handles on recursive mml-to-mime translation and check them for
10232 boundary delimiter collisions. Reported by Greg Troxel.
10234 2010-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
10236 * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
10238 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
10240 * mm-util.el (mm-find-buffer-file-coding-system):
10241 * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
10243 2010-04-22 Andreas Seltenreich <seltenreich@gmx.de>
10245 * message.el (message-generate-headers): Record insertion of optional
10246 headers as well. Otherwise the check to prevent repeated insertion of
10247 optional headers is a no-op.
10249 2010-04-17 Teodor Zlatanov <tzz@lifelogs.com>
10251 * smime.el: Don't mention CVS.
10253 * nnrss.el (nnrss-fetch): Don't mention CVS.
10255 * nnir.el: Don't mention CVS.
10257 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
10259 * gnus-sum.el (gnus-summary-bookmark-make-record):
10260 Add `location' field.
10262 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
10264 * gnus-sum.el: Add bookmark declarations to silence the compiler.
10265 (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
10266 Use with-current-buffer to silence the byte-compiler.
10267 (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
10268 bother to require `gnus'.
10269 (gnus-summary-bookmark-jump): Don't forget to autoload. Simplify.
10271 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10273 * gnus-sum.el (gnus-summary-bookmark-make-record)
10274 (gnus-summary-bookmark-jump): New functions.
10275 (gnus-summary-mode): Setup bookmark support.
10277 2010-04-01 Andreas Schwab <schwab@linux-m68k.org>
10279 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
10282 2010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
10284 * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
10285 gnus-article-browse-html-save-cid-image; make it work recursively for
10286 forwarded messages as well.
10287 (gnus-article-browse-html-parts): Work when prefix arg is given.
10288 (gnus-article-browse-html-article): Doc fix.
10290 2010-03-30 Chong Yidong <cyd@stupidchicken.com>
10292 * message.el (message-default-mail-headers):
10293 (message-default-headers): Carry the value mail-default-headers over
10294 into message-default-mail-headers, rather than message-default-headers.
10296 2010-03-30 Martin Stjernholm <mast@lysator.liu.se>
10298 * mm-decode.el (mm-add-meta-html-tag): Add option to override the
10301 * gnus-art.el (gnus-article-browse-html-parts): Force the correct
10302 charset into the <meta> tag when the article is encoded to utf-8.
10304 2010-03-30 Katsumi Yamaoka <yamaoka@jpl.org>
10306 * gnus-art.el (gnus-article-browse-delete-temp-files):
10307 Delete directories as well.
10308 (gnus-article-browse-html-parts): Work for images that do not specify
10309 file names; delete temp directory when quitting; insert header at the
10310 right place; use file: scheme for image files.
10312 2010-03-30 Eric Schulte <schulte.eric@gmail.com>
10314 * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
10315 (gnus-article-browse-html-parts): Use it to make temporary cid image
10316 files in addition to html file so that browser may display them.
10318 2010-03-29 Katsumi Yamaoka <yamaoka@jpl.org>
10320 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
10322 2010-03-29 Teodor Zlatanov <tzz@lifelogs.com>
10324 * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
10326 2010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
10328 * auth-source.el (auth-sources): Change default to be simpler.
10329 Explain about Secret Service API sources. Improve Customize options.
10330 (auth-source-pick): Change to accept any number of search parameters.
10331 Implement fallbacks iteratively, not recursively. Add scoring on the
10332 second pass and sort by score. Call Secret Service API when needed.
10333 (auth-source-user-or-password): Use it. Call Secret Service API
10334 directly when needed to get the user name and the password.
10336 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
10338 * message.el (message-interactive): Doc fix.
10339 (message-qmail-inject-args): Reflow.
10340 (message-kill-to-signature): Fix typo in docstring.
10342 * smiley.el (smiley-buffer): Fix typo in docstring.
10344 2010-03-24 Glenn Morris <rgm@gnu.org>
10346 * mail-source.el (gnus-message): Declare.
10347 (mail-source-delete-old-incoming): Require gnus-util.
10349 2010-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
10351 * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
10353 * message.el (ecomplete-setup): Autoload it for Emacs <23.
10355 * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
10356 password-cache's default if it is not bound.
10357 (mml-secure-passphrase-cache-expiry): Default to 16 that is
10358 password-cache-expiry's default if it is not bound.
10360 * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
10361 available in Emacs 21.
10363 2010-03-23 Teodor Zlatanov <tzz@lifelogs.com>
10365 * auth-source.el (auth-sources): Fix up definition so extra parameters
10368 2010-03-22 Martin Stjernholm <mast@lysator.liu.se>
10370 * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
10371 wasn't updated after mismatch. Clear cached mailbox info correctly
10372 when uidvalidity changes.
10373 (nnimap-group-prefixed-name): New function to avoid some code
10375 (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
10376 (nnimap-request-group): Use it.
10377 (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
10378 (nnimap-update-unseen): Significantly improved speed of Gnus startup
10379 with many imap folders. This is done by caching the group status from
10380 the imap server persistently in a group parameter `imap-status'. (This
10381 was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
10382 but not persistently, so every Gnus startup was still very slow.)
10384 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
10386 * auth-source.el: Set up autoloads. Bump to 23.2 because of the
10387 secrets.el dependency.
10388 (auth-sources): Add optional user name. Add secrets.el configuration
10389 choice (unused right now).
10391 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
10393 * gnus-sum.el (gnus-summary-make-menu-bar):
10394 Let `gnus-registry-install-shortcuts' fill in the functions.
10396 * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
10398 (gnus-registry-misc-menus): Variable to hold registry mark menus.
10399 (gnus-registry-install-shortcuts): Populate and use it in a
10400 `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
10402 2010-03-20 Martin Stjernholm <mast@lysator.liu.se>
10404 * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
10405 In-place substitutions for the group name encoding/decoding.
10406 (nnimap-find-minmax-uid, nnimap-possibly-change-group)
10407 (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
10408 (nnimap-retrieve-headers-progress, nnimap-request-article-part)
10409 (nnimap-update-unseen, nnimap-request-list)
10410 (nnimap-retrieve-groups, nnimap-request-update-info-internal)
10411 (nnimap-request-set-mark, nnimap-split-to-groups)
10412 (nnimap-split-articles, nnimap-request-newgroups)
10413 (nnimap-request-create-group, nnimap-request-accept-article)
10414 (nnimap-request-delete-group, nnimap-request-rename-group)
10415 (nnimap-acl-get, nnimap-acl-edit): Use them. Replace `mbx' with
10416 `encoded-mbx' for consistency.
10417 (nnimap-close-group): Call `imap-current-mailbox' instead of using the
10418 variable `imap-current-mailbox'.
10420 * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
10421 (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
10423 2010-03-20 Bojan Petrovic <bpetrovi@f.bg.ac.rs>
10425 * pop3.el (pop3-display-message-size-flag): Display message size byte
10426 counts during POP3 download.
10427 (pop3-movemail): Use it.
10428 (pop3-list): Implement listing of available messages.
10430 2010-03-20 Mark Triggs <mst@dishevelled.net> (tiny change)
10432 * nnir.el (nnir-get-article-nov-override-function): New function to
10433 override the normal NOV retrieval.
10434 (nnir-retrieve-headers): Use it.
10436 2010-03-19 Michael Albinus <michael.albinus@gmx.de>
10438 * auth-source.el (netrc-machine-user-or-password): Autoload.
10440 2010-03-19 Glenn Morris <rgm@gnu.org>
10442 Stop message.el from loading about 40 libraries it doesn't always need.
10443 The general approach is to autoload rather than require, and to
10444 require in the specific functions rather than the file. (Bug#5642)
10446 * gmm-utils.el: Don't require wid-edit.
10447 (widget-create-child-value, widget-convert, widget-default-get):
10450 * gnus-util.el: Don't require time-date, netrc.
10451 (message-fetch-field, gnus-group-name-decode): Declare rather than
10453 (gnus-fetch-field): Require message.
10454 (gnus-decode-newsgroups): Require gnus-group.
10456 * ietf-drums.el: Don't require time-date.
10458 * message.el: Don't require hashcash, canlock, ecomplete.
10459 Do require mail-utils. Require nnheader only when compiling.
10460 (smtpmail-default-smtp-server): Remove declaration.
10461 (message-send-mail-function): Check smtpmail-default-smtp-server
10462 is bound rather than requiring smtpmail.
10463 (message-auto-save-directory, message-insert-signature):
10464 Use expand-file-name rather than nnheader-concat.
10465 (nnheader-insert-file-contents): Autoload.
10466 (hashcash-wait-async): Declare.
10467 (message-send-mail): Only call gnus-setup-posting-charset if
10468 gnus-group-posting-charset-alist is bound. Require hashcash if needed.
10469 (message-send-mail-with-sendmail): Require sendmail.
10470 (canlock-password, canlock-password-for-verify): Declare.
10471 (message-canlock-password): Require canlock.
10472 (nnheader-get-report): Autoload.
10473 (gnus-setup-posting-charset): Declare.
10474 (message-send-news): Require gnus-msg.
10475 (message-make-references, message-make-in-reply-to): Use mail-header-id
10476 rather than the alias mail-header-message-id.
10477 (ecomplete-add-item, ecomplete-save): Declare.
10478 (message-put-addresses-in-ecomplete): Require ecomplete.
10479 (ecomplete-display-matches): Autoload.
10481 * mm-decode.el: Don't require mailcap, gnus-util.
10482 (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
10483 (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
10485 (mailcap-mime-extensions): Declare.
10487 * mm-encode.el: Don't require mailcap.
10488 (mailcap-extension-to-mime): Autoload.
10490 * mml-sec.el: Don't require password-cache.
10492 * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
10493 (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
10494 (mml-minibuffer-read-type): Require mailcap.
10495 (mml-preview): Require gnus-msg.
10497 * mml1991.el: Require password-cache.
10498 (password-cache-expiry): Remove declaration.
10500 * mml2015.el: Require password-cache.
10501 (password-cache-expiry): Remove declaration.
10503 * nneething.el (mailcap): Require mailcap.
10505 * nnheader.el (declare-function): Add compatibility stub.
10506 (message-remove-header): Declare rather than autoload.
10507 (nnheader-replace-header): Require message.
10509 * nnimap.el (declare-function): Add compatibility stub.
10510 (netrc-parse, netrc-machine-user-or-password): Declare.
10511 (nnimap-open-connection): Require netrc.
10513 * nntp.el (declare-function): Add compatibility stub.
10514 (netrc-parse, netrc-machine, netrc-get): Declare.
10515 (nntp-send-authinfo): Require netrc.
10517 * rfc2047.el: Don't require qp.
10518 (quoted-printable-encode-region, quoted-printable-decode-string):
10521 * sieve-mode.el: Don't require easymenu.
10522 (easy-menu-add-item): Autoload it.
10524 * spam-stat.el (time-to-number-of-days): Autoload it.
10526 2010-03-17 Kevin Ryde <user42@zip.com.au>
10528 * mml.el (mml-read-tag): Unquote values with `read' to reverse
10529 prin1 in mml-insert-tag (just stripping the quotes gave wrong
10530 value if any backslash escapes).
10532 2010-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
10534 * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
10535 if it is available. (bug#5647)
10537 2010-02-26 Glenn Morris <rgm@gnu.org>
10539 * message.el (message-send-mail-function): Change the default, so that
10540 it inherits from a customized send-mail-function. (Bug#5643)
10542 2010-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
10544 * gnus-art.el (gnus-treat-display-x-face): Don't burp if
10545 shell-command-to-string signals an error (bug#5299).
10547 2010-02-24 Glenn Morris <rgm@gnu.org>
10549 * message.el (message-smtpmail-send-it)
10550 (message-send-mail-with-mailclient): Doc fixes.
10552 2010-02-16 Glenn Morris <rgm@gnu.org>
10554 * message.el (message-default-mail-headers): Change the default value
10555 to ease the transition from mail-mode to message-mode. (Bug#5555)
10557 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
10559 * message.el (message-mail): Just pass yank-action on to message-setup.
10560 (message-setup): Handle (FUN . ARGS) form of yank-action.
10561 (message-with-reply-buffer, message-widen-reply)
10562 (message-yank-original): Handle non-buffer values of
10563 message-reply-buffer (Bug#4080).
10564 (message-setup-1): Prefer to save message-reply-buffer as a buffer.
10566 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
10568 * nnmairix.el (nnmairix-group-delete-recreate-this-group):
10569 Fix typo in docstring.
10571 2010-01-08 Jason Rumney <jasonr@gnu.org>
10573 * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
10576 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
10578 * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
10580 * message.el (message-check-news-header-syntax): Protect against a
10581 string that `rfc822-addresses' returns when parsing fails.
10583 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
10585 * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
10586 (gnus-previous-char-property-change): New functions.
10588 * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
10590 2010-01-05 Andreas Schwab <schwab@linux-m68k.org>
10592 * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
10593 (gnus-summary-recenter): Use it instead of forward-line. (Bug#5257)
10595 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
10597 * message.el (message-exchange-point-and-mark): Rework last change to
10598 avoid using optional arg of exchange-point-and-mark, for backward
10601 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
10603 * message.el (message-exchange-point-and-mark):
10604 Call exchange-point-and-mark with an argument rather than setting
10605 mark-active by hand (Bug#5175).
10607 2009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
10609 * nntp.el (nntp-service-to-port): Work for service expressed with
10610 numeric string; replace [:digit:] with [0-9] for XEmacs.
10612 2009-12-17 Glenn Morris <rgm@gnu.org>
10614 * gnus-group.el (gnus-bug-group-download-format-alist):
10615 Change emacs entry to debbugs.gnu.org. Bump :version.
10617 2009-12-13 Reiner Steib <Reiner.Steib@gmx.de>
10619 * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
10621 2009-12-12 Reiner Steib <Reiner.Steib@gmx.de>
10623 * message.el (message-info): Explain why we use `Info-goto-node'.
10625 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
10627 * message.el (message-completion-in-region): New compatibility function.
10628 (message-expand-group): Use it.
10630 2009-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
10632 * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
10633 with no unread article should be listed if the 2nd arg `predicate' is
10636 2009-11-29 Juri Linkov <juri@jurta.org>
10638 * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
10639 when it is fboundp in GNU Emacs 23.1. Put `isearch-scroll' property
10640 on `gnus-recenter'. (Bug#4698, Bug#4981)
10642 2009-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
10644 * message.el (message-from-style, message-interactive)
10645 (message-signature): Always set default values from the corresponding
10647 (message-cite-prefix-regexp, message-sendmail-envelope-from)
10648 (message-yank-prefix, message-indentation-spaces)
10649 (message-signature-file, message-default-headers): Use boundp rather
10650 than (featurep 'xemacs) to check if the corresponding mail-* variables
10653 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
10655 * message.el (message-send-mail-with-sendmail): Revert last change.
10657 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
10659 * message.el (message-from-style, message-interactive)
10660 (message-cite-prefix-regexp, message-sendmail-envelope-from)
10661 (message-yank-prefix, message-indentation-spaces, message-signature)
10662 (message-signature-file, message-default-headers): For GNU Emacs, set
10663 default values from the corresponding mail-* variables.
10664 (message-send-mail-with-sendmail): Use envelope-from only if
10665 mail-specify-envelope-from is non-nil.
10667 2009-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
10669 * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
10670 containing tspecial characters if they have been already quoted.
10672 2009-10-24 Glenn Morris <rgm@gnu.org>
10674 * gnus-art.el (help-xref-stack-item): Define for compiler.
10676 2009-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
10678 * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
10680 2009-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
10682 * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
10683 (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
10685 2009-10-16 Katsumi Yamaoka <yamaoka@jpl.org>
10687 * gnus.el (gnus-overlay-get): New alias to overlay-get.
10688 (gnus-overlays-in): New alias to overlays-in.
10690 * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
10691 gnus-overlay-get, and gnus-delete-overlay.
10692 (gnus-summary-show-thread): Make it work as well for systems in which
10693 next-single-char-property-change is not available.
10694 (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
10696 2009-10-14 Reiner Steib <Reiner.Steib@gmx.de>
10698 * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
10700 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
10702 * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
10703 and XEmacs that don't have `remove-overlays'.
10705 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
10707 * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
10708 (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
10709 selective display. Use overlays instead.
10711 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
10713 * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
10715 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
10717 * spam-stat.el (spam-stat-load): Fix typo in message.
10719 2009-09-23 Juanma Barranquero <lekktu@gmail.com>
10721 * gnus-art.el (gnus-article-encrypt-body):
10722 * message.el (message-check-recipients):
10723 * mm-util.el (mm-codepage-setup):
10724 * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
10725 (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
10727 2009-09-22 Daiki Ueno <ueno@unixuser.org>
10729 * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
10730 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
10731 keys from the menu if mm-{sign,encrypt}-option is 'guided.
10732 * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
10733 * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
10735 2009-09-18 Glenn Morris <rgm@gnu.org>
10737 * gnus-diary.el (gnus-diary-check-message):
10738 * message.el (message-insert-formatted-citation-line):
10739 * nnbabyl.el (top-level):
10740 * nndiary.el (nndiary-schedule):
10741 Fix typos in condition-case handlers.
10743 2009-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
10745 * gnus-art.el (gnus-article-edit-part): Work for the buffer
10746 configuration that provides the sole article window in a frame;
10747 position point correctly after deleting a part.
10749 2009-09-14 Adam Sjøgren <asjo@koldfront.dk>
10751 * spam.el (spam-unregister-on-reregister): Add boolean variable.
10752 (spam-resolve-registrations-routine): Use it to unregister articles
10753 that change status.
10755 2009-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
10757 * nnrss.el (nnrss-request-article): Remove binding of
10758 default-enable-multibyte-characters that has gotten needless by
10759 the 2007-07-13 change in rfc2047-encode-message-header.
10761 * mml.el (mml-insert-multipart): Error on the message header.
10762 (mml-insert-part): Error on the message header; position point at
10763 the end of a MIME tag.
10765 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
10767 * gnus-util.el (with-no-warnings): Define it for old Emacsen.
10768 (gnus-float-time): Alias to float-time if it exists.
10770 * ecomplete.el (with-no-warnings): Define it for old Emacsen.
10771 (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
10772 float-time is available; suppress compile warning for time-to-seconds.
10774 2009-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
10776 * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
10777 may break data. Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
10778 Add the optional argument `encoding' that overrides the default.
10780 * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
10783 2009-09-04 Glenn Morris <rgm@gnu.org>
10785 * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
10786 mm-disable-multibyte, rather than default-enable-multibyte-characters.
10787 * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
10788 mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
10789 * mm-util.el (mm-with-unibyte-current-buffer)
10790 (mm-find-buffer-file-coding-system):
10791 * yenc.el (yenc-decode-region): Use default-value rather than
10792 default-enable-multibyte-characters.
10794 2009-09-03 Glenn Morris <rgm@gnu.org>
10796 * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
10797 * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
10798 than default-enable-multibyte-characters.
10800 2009-09-02 Karl Kleinpaste <karl@kleinpaste.org>
10802 * gnus-art.el (gnus-article-read-summary-keys):
10803 Fix gnus-buffer-configuration's value temporarily used.
10805 2009-09-02 Glenn Morris <rgm@gnu.org>
10807 * gnus-util.el (gnus-float-time): New function.
10808 * gnus-delay.el (gnus-delay-article):
10809 * gnus-sum.el (gnus-thread-latest-date):
10810 * gnus-util.el (gnus-user-date): Use gnus-float-time.
10811 * nnspool.el (nnspool-request-newgroups):
10812 Use gnus-float-time rather than time-to-seconds.
10813 * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
10815 * gnus-art.el (gnus-signature-face, gnus-header-from-face)
10816 (gnus-header-subject-face, gnus-header-newsgroups-face)
10817 (gnus-header-name-face, gnus-header-content-face):
10818 * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
10819 (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
10820 (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
10821 (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
10822 (gnus-cite-face-11):
10823 * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
10824 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10825 (gnus-server-closed-face, gnus-server-denied-face)
10826 (gnus-server-offline-face):
10827 * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
10828 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
10829 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
10830 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
10831 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
10832 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
10833 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
10834 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
10835 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
10836 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
10837 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
10838 (gnus-summary-selected-face, gnus-summary-cancelled-face)
10839 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
10840 (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
10841 (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
10842 (gnus-summary-high-undownloaded-face)
10843 (gnus-summary-low-undownloaded-face)
10844 (gnus-summary-normal-undownloaded-face)
10845 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
10846 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
10847 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
10848 (gnus-splash-face):
10849 * message.el (message-header-to-face, message-header-cc-face)
10850 (message-header-subject-face, message-header-newsgroups-face)
10851 (message-header-other-face, message-header-name-face)
10852 (message-header-xheader-face, message-separator-face)
10853 (message-cited-text-face, message-mml-face):
10854 * sieve-mode.el (sieve-control-commands-face)
10855 (sieve-action-commands-face, sieve-test-commands-face)
10856 (sieve-tagged-arguments-face):
10857 * spam.el (spam-face):
10858 Mark face aliases with "-face" in the name as obsolete.
10860 2009-09-01 Glenn Morris <rgm@gnu.org>
10862 * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
10865 2009-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
10867 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
10868 Don't move point if the command is invoked inside the message header.
10870 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
10872 * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
10873 (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
10874 * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
10875 * nnir.el (nnir-swish-e-index-file):
10876 * gnus-sum.el (gnus-summary-delete-marked-as-read)
10877 (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
10878 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
10879 * gnus-msg.el (gnus-inews-mark-gcc-as-read):
10880 * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
10881 (gnus-treat-display-xface): Add Emacs version of obsolescence.
10883 2009-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
10885 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
10886 Don't save excursion.
10888 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10890 * nnheader.el (nnheader-find-file-noselect):
10891 * mm-util.el (mm-insert-file-contents):
10892 Use (default-value 'major-mode) instead of default-major-mode.
10894 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
10896 * nnrss.el (nnrss-request-article): Avoid default-fill-column.
10898 2009-08-25 Glenn Morris <rgm@gnu.org>
10900 * nnir.el (top-level): Don't require cl at run-time.
10901 (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
10902 Replace cl-function substitute with gnus-replace-in-string.
10903 (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
10904 (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
10905 (nnir-run-find-grep): Replace cl-functions find-if and subseq with
10906 simplified expansions.
10908 2009-08-22 Glenn Morris <rgm@gnu.org>
10910 * gnus-art.el (gnus-button-patch): Use forward-line rather than
10913 2009-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
10915 * gnus-group.el (gnus-safe-html-newsgroups): New user option.
10917 * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
10918 (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
10919 (gnus-mm-display-part, gnus-mime-display-single)
10920 (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
10921 override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
10924 (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
10925 (gnus-summary-move-article): Add expirable mark to articles copied or
10926 moved to group that has auto-expire turned on if the option is non-nil.
10928 2009-07-24 Glenn Morris <rgm@gnu.org>
10930 * gnus-demon.el (gnus-demon-add-nntp-close-connection):
10931 Fix typo. (Bug#3903)
10933 2009-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
10935 * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
10936 gnus-article-read-summary-keys rather than gnus-summary-edit-article
10937 that should not be used for draft articles.
10938 (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
10939 that has no concern in minor mode keys.
10940 (gnus-article-summary-command, gnus-article-summary-command-nosave):
10943 2009-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
10945 * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
10946 article without making inquiry to a user for unknown encoding.
10948 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
10949 (nnmaildir--scan): Assume i-node and device number that file-attributes
10950 returns might be cons-cell.
10952 2009-07-16 Teodor Zlatanov <tzz@lifelogs.com>
10954 * auth-source.el: Remove docs now in auth.texi. Don't use
10955 `gnus-message' for logging. Add new variables `auth-source-debug' and
10956 `auth-source-hide-passwords' and use them.
10958 2009-07-15 Glenn Morris <rgm@gnu.org>
10960 * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
10962 2009-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
10964 * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
10965 excessive whitespace from the default values of title and description.
10967 2009-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
10969 * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
10970 mail-fetch-field to fetch Content-Description header in order to
10973 2009-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
10975 * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
10978 2009-05-30 David Engster <dengste@eml.cc>
10980 * nnmairix.el: Remove old documentation in the commentary block.
10981 (nnmairix-request-group): Do not update active file for nnml back ends.
10982 (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
10983 end so that overview files are ignored.
10984 (nnmairix-update-groups): Make updating the groups more robust by using
10986 (nnmairix-determine-original-group-from-path): Circumvent mairix bug
10987 with dollar characters in message-id.
10989 2009-04-28 Reiner Steib <Reiner.Steib@gmx.de>
10991 * spam.el: Use dns-query instead of query-dns. Was renamed on
10992 2008-12-25 in dns.el.
10994 2009-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
10996 * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
10997 could happen if the text is only composed of spaces and/or tabs.
10999 2009-03-03 Brian Sniffen <bts@evenmere.org> (tiny change)
11001 * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
11002 when sending a queued message to avoid extra mml tags.
11004 2009-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
11006 * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
11008 2009-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
11010 * gnus-dired.el: Remove autoload for gnus-setup-message.
11011 (gnus-dired-attach): Fake this-command value to prevent Gnus from
11012 displaying Gnus logo; always use compose-mail.
11014 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
11016 * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
11018 2009-02-18 Katsumi Yamaoka <yamaoka@jpl.org>
11020 * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
11021 (gnus-nocem-issuers): List currently active issuers; fix custom type.
11022 (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
11024 (gnus-nocem-epg-verify): New function.
11026 2009-02-15 Reiner Steib <Reiner.Steib@gmx.de>
11028 * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
11030 2009-02-15 Glenn Morris <rgm@gnu.org>
11032 * gnus-util.el (rmail-insert-rmail-file-header)
11033 (rmail-count-new-messages, rmail-show-message): Remove unnecessary
11035 (rmail-default-rmail-file): Remove unnecessary declaration.
11036 (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
11038 2009-02-14 Glenn Morris <rgm@gnu.org>
11040 * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
11041 variable (only used in gnus-util, which declares it anyway).
11042 (rmail-output-to-rmail-file): Remove autoload of deleted function,
11043 which was only needed by gnus-art (changed to not use it any more).
11044 (rmail-insert-rmail-file-header): Remove autoload of deleted function,
11045 only used in gnus-util, which autoloads it itself.
11046 (rmail-update-summary): Fix autoload.
11048 * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
11049 rather than rmail-output-to-rmail-file.
11051 2009-02-07 Glenn Morris <rgm@gnu.org>
11053 * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
11054 autoload of function that no longer exists.
11055 (rmail-toggle-header): Declare.
11056 (message-forward-rmail-make-body): Handle mbox Rmail.
11058 2009-01-31 Glenn Morris <rgm@gnu.org>
11060 * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
11063 2009-01-26 Teodor Zlatanov <tzlatanov@jumptrading.com>
11065 * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
11066 (auth-source-forget-all-cached): New convenience function.
11067 (auth-source-user-or-password): Accept list of modes or a single mode.
11069 * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
11072 * nnimap.el (nnimap-open-connection): Use list of
11075 * nntp.el (nntp-send-authinfo): Use list of
11078 2009-01-16 Teodor Zlatanov <tzz@lifelogs.com>
11080 * auth-source.el: Update docs to reflect epa-file-enable is to be used
11083 2009-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
11085 * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
11086 coding system in XEmacs; add a workaround for XEmacs.
11088 2009-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
11090 * mm-util.el (mm-coding-system-priorities): Protect against nil value
11091 of current-language-environment.
11093 2009-01-13 Reiner Steib <Reiner.Steib@gmx.de>
11095 * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
11096 available at runtime.
11098 2009-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
11100 * gnus-art.el (article-date-ut): Fix end point of narrowing.
11102 2009-01-11 Aidan Kehoe <kehoea@parhasard.net>
11104 * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
11105 the greatest positive fixnum value doesn't work under an XEmacs with
11106 bignum support; use the most-positive-fixnum constant instead,
11107 available since Emacs 21.1 with cl and XEmacs 21.1.
11109 2009-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
11111 * gnus-sum.el (gnus-summary-next-article): Revert last change by which
11112 XEmacs gets not to work.
11114 2009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
11116 * mm-util.el (mm-coding-system-priorities): Allow the value like
11117 "Japanese (UTF-8)" of current-language-environment.
11119 2009-01-09 Glenn Morris <rgm@gnu.org>
11121 * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
11122 with last-command-event.
11124 2009-01-08 Reiner Steib <Reiner.Steib@gmx.de>
11126 * message.el (message-fix-before-sending): Amend comment.
11128 2009-01-07 David Engster <dengste@eml.cc>
11130 * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
11131 simplified server definitions by converting it via
11132 gnus-server-to-method.
11134 2009-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
11136 * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
11137 parameter's operands.
11139 2009-01-06 David Engster <dengste@eml.cc>
11141 * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
11142 primary select method (for gnus-group-mark-article-as-read).
11144 2009-01-06 Tassilo Horn <tassilo@member.fsf.org>
11146 * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
11147 `(gnus)Face', not `(gnus)X-Face'.
11149 2009-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
11151 * mm-util.el (mm-ucs-to-char): New function.
11153 * mm-url.el (mm-url-decode-entities): Use it.
11155 2009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
11157 * message.el (message-fix-before-sending): Add `eight-bit' to
11158 illegible-text check.
11160 2009-01-03 Michael Olson <mwolson@gnu.org>
11162 * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
11163 `headers' is nil. This can occur if the IMAP server does not have
11164 permissions to read messages from a folder, but can write new messages
11166 (nnimap-request-article-part): Do not insert `data' if it is nil.
11168 2009-01-01 Dave Love <fx@gnu.org>
11170 * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
11172 * nnimap.el: Fix author email.
11173 (nnimap-split-rule): Add FIXME comment.
11174 (nnimap-debug): Fix doc string.
11176 2008-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
11178 * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
11179 overlay-arrow-position and overlay-arrow-string buffer-local; no need
11180 to check if those variables exist (first appeared in Emacs 18.50).
11182 2008-12-24 Katsumi Yamaoka <yamaoka@jpl.org>
11184 * mm-util.el (mm-line-number-at-pos): New function.
11186 * spam-report.el (spam-report-process-queue): Use it.
11188 2008-12-24 David Engster <dengste@eml.cc>
11190 * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
11191 parameters that haven't existed as variables as buffer-local variables.
11193 2008-12-23 Dave Love <fx@gnu.org>
11195 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
11198 * sieve-manage.el (sieve-manage-starttls-p): Rename from
11200 (sieve-manage-starttls-open): Rename from imap-starttls-open.
11202 2008-12-22 Reiner Steib <Reiner.Steib@gmx.de>
11204 * spam-report.el (spam-report-gmane-max-requests): New constant.
11205 (spam-report-gmane-wait): New variable.
11206 (spam-report-gmane-ham, spam-report-gmane-spam)
11207 (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
11208 spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
11211 * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
11214 * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
11215 nnheader-accept-process-output and nnheader-read-timeout if available.
11216 (pop3-movemail): Use it.
11218 * message.el (message-check-news-body-syntax): Fix signature check if
11219 there's an attachment.
11221 2008-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
11223 * mm-util.el: Add comments to the mm- emulating functions.
11225 2008-12-21 Reiner Steib <Reiner.Steib@gmx.de>
11227 * gnus-start.el (gnus-before-startup-hook): Fix doc string.
11228 Reported by Stephen Berman <stephen.berman@gmx.net>.
11230 2008-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
11232 * mm-util.el (mm-substring-no-properties): New function.
11233 (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
11234 (mm-special-display-p): Enable those lambda forms to be byte compiled.
11235 (mm-string-to-multibyte): Doc fix.
11237 * mml.el (mml-attach-file): Use mm-substring-no-properties.
11239 2008-12-18 Reiner Steib <Reiner.Steib@gmx.de>
11241 * mml.el (mml-attach-file): Strip text properties from file name.
11244 2008-12-16 Glenn Morris <rgm@gnu.org>
11246 * mm-util.el (mm-charset-override-alist): Declare for compiler.
11248 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
11250 * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
11251 knows since the charset specified might be a bogus alias that
11252 mm-charset-synonym-alist provides.
11254 2008-12-15 Reiner Steib <Reiner.Steib@gmx.de>
11256 * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
11259 * gnus-start.el (gnus-backup-startup-file): Improve doc string.
11261 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
11263 * mm-util.el (mm-charset-eval-alist):
11264 Define it before mm-charset-to-coding-system.
11265 (mm-charset-to-coding-system): Add optional argument `silent';
11266 define it before mm-charset-override-alist.
11267 (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
11268 default value if it can be used in Emacs currently running;
11269 silence mm-charset-to-coding-system.
11271 2008-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
11273 * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
11274 `allow-override' which says whether to use `mm-charset-override-alist'.
11275 (rfc2047-decode-encoded-words): Use it.
11277 * mm-util.el (mm-charset-override-alist): Fix custom type;
11278 add `(gb2312 . gbk)' to choices.
11280 2008-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
11282 * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
11285 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
11287 2008-12-04 Naohiro Aota <nao.aota@gmail.com>
11289 * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
11292 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
11294 2008-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
11296 * message.el (message-idna-to-ascii-rhs-1): Protect against local
11297 users' addresses that don't have domain parts.
11298 (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
11299 rather than message-narrow-to-head since there will be the message
11302 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
11304 * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
11305 since the result is inserted in a unibyte buffer anyway.
11306 (nnimap-demule-use-string-to-multibyte): Remove.
11307 (nnimap-demule): Alias it to mm-string-to-multibyte.
11309 2008-11-29 Reiner Steib <Reiner.Steib@gmx.de>
11311 * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
11312 variable for debugging bug#464 and bug#1174.
11313 (nnimap-demule): Use it.
11315 2008-11-24 Reiner Steib <Reiner.Steib@gmx.de>
11317 * gnus-score.el (gnus-score-find-trace): Handle default score in total
11318 score calculation correctly.
11320 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
11322 * message.el (message-send-mail): Just set the buffer to unibyte
11323 rather than use mm-with-unibyte-current-buffer which does a lot more.
11324 (message-send-mail-partially): Don't bother with
11325 mm-with-unibyte-current-buffer since it's already been made unibyte by
11328 2008-11-11 Teodor Zlatanov <tzz@lifelogs.com>
11330 * nnrss.el (nnrss-make-hash-index): Debug message of full item.
11332 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
11334 * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
11336 2008-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
11338 * starttls.el (starttls-any-program-available): Rewritten so it doesn't
11339 require itself and to remove `with-no-warnings'.
11341 2008-11-03 Teodor Zlatanov <tzz@lifelogs.com>
11343 * starttls.el (starttls-any-program-available): Get the name of the
11344 available TLS layer program.
11345 (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
11346 well as the host name in the "opening" message.
11348 * auth-source.el (auth-source-cache, auth-source-do-cache)
11349 (auth-source-user-or-password): Cache passwords and logins by default,
11350 allow override with `auth-source-do-cache'.
11351 (auth-source-forget-user-or-password): Allow users to remove cache
11354 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
11356 * ietf-drums.el (ietf-drums-remove-comments): Localize second
11357 condition-case to only the forward-sexp call.
11359 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
11361 * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
11362 quotes contained. Make it more robust regardless by an extra
11363 condition-case wrapper.
11365 2008-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
11367 * nnml.el (nnml-request-expire-articles): Check if the function set to
11368 `nnmail-expiry-target' returns the symbol `delete'.
11370 * nnfolder.el (nnfolder-request-expire-articles): Ditto.
11372 * nnmail.el (nnmail-expiry-target): Fix custom type.
11374 2008-10-02 Glenn Morris <rgm@gnu.org>
11376 * mm-util.el (mm-codepage-setup): Tweak codepage error.
11377 Silence compiler warning.
11379 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
11381 * mml.el (mml-menu): Don't assume mml2015 is bound.
11383 2008-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
11385 * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
11388 2008-09-27 Glenn Morris <rgm@gnu.org>
11390 * gnus-util.el (mail-header-remove-comments): Autoload it.
11392 2008-09-27 Andreas Schwab <schwab@suse.de>
11394 * gnus-util.el (gnus-split-references): Strip comments.
11395 (gnus-parent-id): Likewise.
11397 2008-09-26 Reiner Steib <Reiner.Steib@gmx.de>
11399 * message.el (message-confirm-send): Fix version.
11401 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
11403 * message.el (message-idna-to-ascii-rhs-1): Use
11404 mail-extract-address-components rather than mail-header-parse-addresses
11405 that is an alias by default to ietf-drums-parse-addresses that does not
11406 support non-ASCII names in headers' contents.
11408 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
11410 * message.el (message-confirm-send): Fix variable documentation to
11411 avoid the "y/n" wording.
11413 2008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change)
11415 * message.el (message-set-auto-save-file-name): Save to a different
11416 filename so multiple messages (especially drafts) can be recovered.
11418 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
11420 * message.el (message-confirm-send): Add appropriate version.
11422 2008-09-22 Teodor Zlatanov <tzz@lifelogs.com>
11424 * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
11427 2008-09-22 Daiki Ueno <ueno@unixuser.org>
11429 * mm-view.el (mm-pkcs7-signed-magic): Use literals.
11430 (mm-pkcs7-enveloped-magic): Ditto.
11432 2008-09-17 Simon Josefsson <simon@josefsson.org>
11434 * sieve-manage.el (sieve-manage-is-string): Accept literals too.
11435 Reported by Arnt Gulbrandsen <arnt@oryx.com>.
11437 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
11439 * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
11440 default, it's better.
11442 2008-09-11 Teodor Zlatanov <tzz@lifelogs.com>
11444 * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
11445 summary line gnus-number property and ignore them (with a warning
11448 2008-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
11450 * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
11451 macro caddr in the interactive form since it won't be expanded.
11453 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
11455 * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
11456 `charset'; fix name of function called recursively.
11457 (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
11459 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
11461 * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
11462 (gnus-mime-set-charset-parameters): New function.
11463 (gnus-mime-view-part-as-charset): Use it to correctly display part
11464 specifying wrong charset.
11466 2008-09-08 David Engster <dengste@eml.cc>
11468 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
11469 in completing-read for back end server.
11471 2008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
11473 * message.el (message-confirm-send): New variable to confirm sending a
11475 (message-send): Use it.
11477 2008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
11479 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
11481 2008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
11483 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
11485 2008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
11487 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
11488 prevent tracking too many groups.
11489 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
11492 2008-08-11 Ralf Angeli <angeli@caeruleus.net>
11494 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
11495 moving point to the bottom of the window in order to avoid recentering.
11497 2008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
11499 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
11500 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
11501 (gnus-article-beginning-of-window): Fix calculation.
11503 2008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
11505 * gnus-msg.el (gnus-summary-supersede-article)
11506 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
11507 value of gnus-newsgroup-charset to decode non-MIME encoded text in
11510 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
11514 * gnus-registry.el: Remove VMS support.
11516 2008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
11518 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
11520 (rfc2104-hash): Use it.
11522 2008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
11524 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
11525 (gnus-summary-sort-by-most-recent-date): New commands.
11526 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
11529 2008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
11531 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
11532 don't redisplay article for raw contents; remove plural articles stuff.
11534 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
11535 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
11536 on gnus-summary-save-article; display results properly.
11538 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
11540 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
11542 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
11544 * gnus-art.el (gnus-summary-save-in-pipe):
11545 Consider gnus-save-all-headers.
11547 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
11549 * gnus-util.el (ns-focus-frame): Remove declaration.
11550 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
11553 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
11555 * rfc2104.el (rfc2104-zero): Delete defconst.
11556 (rfc2104-hex-alist): Likewise.
11557 (rfc2104-hex-to-int): Delete func.
11558 (rfc2104-hexstring-to-bitstring): Likewise.
11559 (rfc2104-nybbles): New defconst.
11560 (rfc2104-hash): Rewrite for speed.
11562 2008-07-16 Glenn Morris <rgm@gnu.org>
11564 * gnus-util.el (ns-focus-frame): Declare for compiler.
11566 2008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
11568 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
11569 set as a group parameter.
11570 (gnus-summary-save-in-pipe): Work when it is called independently.
11571 (gnus-summary-pipe-to-muttprint): Don't modify
11572 gnus-summary-pipe-output-default-command.
11574 2008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
11576 * message.el (message-send-mail-with-sendmail):
11577 Display the error message.
11579 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
11581 * gnus-art.el (gnus-default-article-saver):
11582 Add gnus-summary-save-in-pipe to choices.
11583 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
11584 gnus-summary-pipe-output-default-command as the default command.
11585 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
11586 instead of gnus-last-shell-command.
11588 * gnus-sum.el (gnus-summary-pipe-output-default-command):
11590 (gnus-summary-muttprint-program): Mention the value will be changed.
11591 (gnus-summary-save-article): Force showing of all headers.
11592 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
11594 2008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
11596 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
11598 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
11600 * nnimap.el (nnimap-id):
11601 * sieve-manage.el (sieve-manage-open): Doc fixes.
11603 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
11605 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
11608 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
11610 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
11612 * nnkiboze.el (nnkiboze-generate-group):
11613 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
11615 * nnmairix.el: Require CL.
11617 2008-06-15 David Engster <dengste@eml.cc>
11619 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
11621 2008-06-14 Aidan Kehoe <kehoea@parhasard.net>
11623 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
11624 New macros that expand to an `aset'/`aref' call under Emacs, and to a
11625 runtime choice under XEmacs.
11627 * gnus-sum.el (gnus-summary-set-display-table):
11628 Use `gnus-put-display-table', `gnus-get-display-table',
11629 `gnus-set-display-table' for the display table, instead of `aset'.
11631 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
11633 * nnmairix.el: Add autoloads.
11635 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
11637 * nnmairix.el (nnmairix-delete-recreate-group)
11638 (nnmairix-update-and-clear-marks): Fix error messages.
11640 2008-06-14 David Engster <dengste@eml.cc>
11642 * nnmairix.el: Upgrade to version 0.6.
11643 (nnmairix-group-toggle-propmarks-this-group)
11644 (nnmairix-group-toggle-readmarks-this-group)
11645 (nnmairix-group-delete-recreate-this-group)
11646 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
11647 (nnmairix-remove-tick-mark-original-article): New commands.
11648 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
11649 (nnmairix-propagate-marks-to-nnmairix-groups)
11650 (nnmairix-only-use-registry, nnmairix-allowfast-default)
11651 (nnmairix-marks-cache, nnmairix-version-output): New variables.
11652 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
11653 functions needed for marks propagation and manipulation of read marks.
11654 (nnmairix-update-groups): New function.
11655 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
11656 (nnmairix-determine-original-group-from-registry)
11657 (nnmairix-determine-original-group-from-path)
11658 (nnmairix-get-group-from-file-path, nnmairix-map-range)
11659 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
11660 New helper functions.
11661 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
11662 keystrokes for new commands.
11663 (nnmairix-delete-and-create-on-change): Doc string cleanup.
11664 (nnmairix-request-group): Check allow-fast group parameter.
11665 (nnmairix-request-create-group): Set allow-fast group parameter if
11666 nnmairix-allowfast-default is set.
11667 (nnmairix-close-group): Propagate marks upon closing if needed.
11668 (nnmairix-group-toggle-threads-this-group): Use new.
11669 nnmairix-group-toggle-parameter helper function.
11670 (nnmairix-search): Better check for empty search result.
11671 (nnmairix-goto-original-article): Use new helper functions for
11672 determining original article.
11673 (nnmairix-show-original-article): Make sure message-id is in brackets.
11674 (nnmairix-call-mairix-binary): Change variable name.
11675 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
11677 (nnmairix-widget-toggle-activate): Fix doc string.
11679 2008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
11681 * nnir.el: Require edmacro when compiling with XEmacs.
11682 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
11683 available in Emacs 21.
11685 2008-06-11 Glenn Morris <rgm@gnu.org>
11687 * gnus-util.el (x-focus-frame):
11688 * gnus.el (image-size):
11689 * mm-decode.el (image-size): Declare.
11691 * gnus-picon.el (declare-function): Add compat definition.
11692 (image-size): Declare.
11694 * gnus-group.el (tool-bar-map):
11695 * gnus-sum.el (tool-bar-map): Define for compiler.
11697 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
11699 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
11701 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
11702 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
11703 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
11704 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
11705 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
11706 * sieve-manage.el, spam-report.el, spam.el:
11707 Remove unnecessary eval-and-compile of autoloads.
11709 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
11711 * auth-source.el: Precise Tramp doc.
11713 2008-06-07 Glenn Morris <rgm@gnu.org>
11715 * nnmairix.el: Remove unnecessary eval-when-compile.
11717 2008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
11719 * nnir.el: New file.
11721 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
11723 * gnus-util.el (gnus-read-shell-command): New function.
11724 * mm-decode.el (mm-pipe-part):
11725 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
11727 2008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
11729 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
11731 2008-06-03 Glenn Morris <rgm@gnu.org>
11733 * pop3.el (nnheader-accept-process-output): Autoload it.
11735 2008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
11737 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
11738 are not 2-digit hexadecimal characters that follow `%'s.
11740 2008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
11742 * message.el (message-bogus-recipient-p): Fix type in doc string.
11743 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
11744 (message-bogus-addresses): Rename from message-bogus-address-regexp.
11745 Improve custom options.
11746 (message-bogus-recipient-p): Adjust accordingly.
11748 2008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
11750 * nnmairix.el: Require edmacro when compiling with XEmacs.
11752 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
11754 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
11755 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
11757 2008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
11759 * auth-source.el: Add more docs.
11761 2008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11763 * nnheader.el (nnheader-read-timeout): Change the default timeout from
11764 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
11765 retrieval faster in some cases, but might make CPU usage larger.
11766 If this has any bad side effects, we might revert this change.
11768 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
11769 seems to make mail retrieval much, much faster.
11770 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
11773 * gnus-draft.el (gnus-group-send-queue):
11774 Bind message-send-mail-partially-limit to nil to avoid being prompted.
11776 2008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
11778 * mml.el (mml-attach-buffer): Prompt for `disposition'.
11780 * message.el (message-bogus-address-regexp): Fix and improve custom
11782 (message-setup-hook): Add message-check-recipients as custom option.
11784 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
11786 * message.el (message-cite-function): Remove bogus autoload which crept
11787 in during merge from v5-10.
11789 2008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
11791 * nnimap.el (nnimap-open-connection): Fix login/password bug.
11793 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
11795 * auth-source.el: Preliminary Tramp docs.
11796 (auth-sources): Change the default auth-sources to use
11799 2008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
11801 * nntp.el: Autoload `auth-source-user-or-password'.
11802 (nntp-send-authinfo): Use it.
11804 * nnimap.el: Autoload `auth-source-user-or-password'.
11805 (nnimap-open-connection): Use it.
11807 * auth-source.el: Add docs on using with url-auth. Import gnus-util
11808 for the gnus-message function.
11809 (auth-source-user-or-password): Use it.
11811 2008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
11813 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
11814 rfc2104-hexstring-to-byte-list. Return a unibyte string.
11815 (rfc2104-hash): Use it.
11817 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
11819 * gnus-art.el (gnus-article-toggle-truncate-lines):
11820 Don't use `iff' in docstring.
11822 2008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
11824 * gnus-registry.el: Adjusted copyright dates and added a keyword.
11826 * gnus-util.el (gnus-extract-address-component-name)
11827 (gnus-extract-address-component-email): Convenience functions around
11828 `gnus-extract-address-components'.
11830 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11831 Use `gnus-extract-address-component-email' to fix bug of comparing full
11832 sender name to `user-mail-address'.
11834 2008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
11836 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
11837 catch/throw to optimize.
11838 (gnus-registry-find-keywords): Just use member to find a keyword.
11840 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
11842 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
11843 is current before calling gnus-server-prepare.
11844 (gnus-server-setup-buffer, gnus-server-update-server)
11845 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
11847 2008-05-04 Juri Linkov <juri@jurta.org>
11849 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
11850 (mailcap-file-default-commands): Use mailcap-replace-in-string
11851 instead of replace-regexp-in-string, and mailcap-delete-duplicates
11852 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
11854 2008-05-03 Reiner Steib <reiner.steib@gmx.de>
11856 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
11858 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11860 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
11862 (gnus-update-read-articles): Speed up non-marks-using users.
11863 (gnus-use-marks): Define gnus-use-marks.
11864 (gnus-propagate-marks): Rename variable to something more sensible.
11866 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
11868 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
11869 (gmm-image-load-path-for-library): Fix typos in docstrings.
11870 (gmm-message): Reflow docstring.
11872 2008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
11874 * mail-source.el (mail-source-set-1, mail-source-bind):
11875 Move auth-source code out of the macro to clean it up and fix bugs.
11877 2008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
11879 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
11880 by sender if it's equal to user-mail-address, it's likely to be
11883 * mail-source.el (mail-source-bind): Don't use user or password if they
11884 are not bound. Unintern them if they are nil. Don't use server unless
11885 it's bound, and default it to empty string otherwise.
11887 2008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
11889 * mail-source.el: Load auth-source.el.
11890 (mail-source-bind): Add comments. Call auth-source-user-or-password to
11891 get user name or password, if auth-sources is set up.
11893 * gnus-registry.el (gnus-registry-split-strategy): New variable for
11894 strategy of splitting with parent.
11895 (gnus-registry-split-fancy-with-parent)
11896 (gnus-registry-post-process-groups): Use it and fix prior
11897 bug (returning a list as the split result).
11899 * auth-source.el (auth-sources): Remove server parameter.
11900 (auth-source-pick, auth-source-user-or-password)
11901 (auth-source-user-or-password-imap)
11902 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
11903 (auth-source-user-or-password-sftp)
11904 (auth-source-user-or-password-smtp): Remove server parameter.
11906 2008-04-25 Juanma Barranquero <lekktu@gmail.com>
11908 * smime.el (smime-sign-region, smime-encrypt-region)
11909 (smime-decrypt-region):
11910 Remove redundant calls to `generate-new-buffer-name'.
11912 2008-04-24 Luca Capello <luca@pca.it> (tiny change)
11914 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
11915 Don't use QP for message/rfc822.
11916 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
11918 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
11920 * sieve-manage.el (sieve-string-bytes): Remove.
11921 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
11922 correct byte-length only if the process's coding-system is the same as
11923 the one used internally by Emacs to represent strings.
11925 2008-04-22 Juri Linkov <juri@jurta.org>
11927 * mailcap.el (mailcap-file-default-commands): New function.
11929 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
11931 * message.el (message-signature-separator, message-cite-function):
11932 Change custom version.
11934 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
11936 * mm-decode.el (mm-display-external): Make temp file read-only.
11938 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
11940 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
11941 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
11944 2008-04-12 Adrian Aichner <adrian@xemacs.org>
11946 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
11948 2008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
11950 * auth-source.el: Add docs.
11951 (auth-sources): Modify format to support server.
11952 (auth-source-pick, auth-source-user-or-password)
11953 (auth-source-user-or-password-imap)
11954 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
11955 (auth-source-user-or-password-sftp)
11956 (auth-source-user-or-password-smtp): Add server parameter.
11958 2008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
11960 * gnus-registry.el: Initialize the registry when gnus-registry-install
11963 2008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
11965 * compface.el (uncompface): Make buffer unibyte.
11967 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
11969 * mail-source.el (mail-source-value):
11970 Prefer fboundp to functionp so it works with macros as well.
11972 2008-04-05 Glenn Morris <rgm@gnu.org>
11974 * gnus-ems.el (mm-disable-multibyte): Autoload it.
11976 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
11978 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
11979 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
11981 * nnheader.el (nnheader-init-server-buffer): Change buffer's
11982 multibyteness after rather than before erasing it.
11984 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
11986 (gnus-request-article-this-buffer): Make sure the proper decoding is
11987 used if gnus-original-article-buffer happens to be unibyte.
11989 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
11990 default-enable-multibyte-characters.
11992 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
11993 default-enable-multibyte-characters.
11995 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
11997 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
11999 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
12001 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
12002 Fix last change in case the element is not even a symbol.
12004 2008-04-02 Simon Josefsson <simon@josefsson.org>
12006 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
12007 imap-enable-exchange-bug-workaround.
12008 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
12010 2008-04-01 Simon Josefsson <simon@josefsson.org>
12012 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
12013 a 100 byte status-checks into a 2-3MB transfer for each group.
12014 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
12015 to enable bug workaround or not.
12016 (nnimap-find-minmax-uid): Only enable workaround conditionally.
12018 2008-03-31 Glenn Morris <rgm@gnu.org>
12020 * message.el (mml2015-use): Declare for compiler.
12021 (message-info): Require mml2015 when appropriate.
12023 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
12025 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
12026 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
12027 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
12028 (nntp-service-to-port): New function.
12029 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
12030 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
12031 (nntp-open-netcat-stream): New function.
12032 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
12034 2008-03-29 Sven Joachim <svenjoac@gmx.de>
12036 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
12038 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
12040 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
12042 2008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
12044 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
12046 2008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
12048 * message.el (message-signature-separator): Change default.
12049 Improve custom type.
12050 (message-cite-function): Change default to
12051 message-cite-original-without-signature.
12053 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
12056 * message.el (message-check-news-body-syntax): Fix signature check.
12057 (message-setup-1): Mark buffer as unmodified _after_ running
12058 message-setup-hook and handling message-alternative-emails.
12059 (message-shorten-references): Be more strict when building list of
12060 valid references to comply with GNKSA.
12062 * gnus-group.el (gnus-read-ephemeral-bug-group)
12063 (gnus-read-ephemeral-debian-bug-group)
12064 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
12066 * message.el (message-info): Don't use booleanp which isn't supported
12067 in Emacs 21 and XEmacs.
12069 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
12071 * gnus-group.el (gnus-gmane-group-download-format): Rename from
12072 gnus-group-gmane-group-download-format.
12073 (gnus-group-read-ephemeral-gmane-group): Rename from
12074 gnus-group-read-ephemeral-gmane-group.
12075 (gnus-read-ephemeral-gmane-group-url): Rename from
12076 gnus-group-read-ephemeral-gmane-group-url.
12077 (gnus-bug-group-download-format-alist): New variable.
12078 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
12079 (gnus-read-ephemeral-emacs-bug-group): New commands.
12081 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
12083 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
12084 (gnus-visible-headers): Improve custom type.
12086 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
12088 * mml.el (mml-menu): Add workarounds for XEmacs.
12090 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
12093 * message.el (message-simplify-recipients): Fix previous commit.
12095 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
12097 * mm-util.el (mm-set-buffer-multibyte): New function.
12098 * mm-decode.el (mm-copy-to-buffer): Use it.
12100 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
12101 Prefer fboundp to functionp so it works with macros as well.
12103 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
12105 * message.el (message-alter-recipients-discard-bogus-full-name):
12107 (message-alter-recipients-function): New variable.
12108 (message-get-reply-headers): Use it.
12109 (message-replace-header): New helper function.
12110 (message-recipients-without-full-name): New variable.
12111 (message-simplify-recipients): New command.
12113 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
12115 * message.el (message-info): Handle EasyPG manual.
12117 * mml.el (mml-menu): Add entry for EasyPG.
12119 2008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
12121 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
12124 * message.el (message-disassociate-draft): Specify drafts group name
12127 2008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
12129 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12130 Eliminate unnecessary duplicates from the match list.
12132 2008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
12134 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
12135 args of `how-many' of which the XEmacs version doesn't take; declare
12136 Info-index-next as function.
12138 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
12140 * gnus-score.el (gnus-score-headers): Fix handling of
12141 gnus-inhibit-slow-scoring.
12143 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
12145 (gnus-button-url-regexp): Improve handling of parenthesis.
12146 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
12147 (gnus-button-handle-info-keystrokes): Handle index entries.
12149 2008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
12151 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
12154 2008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
12156 * auth-source.el (auth-sources): Rename from auth-source-choices.
12157 (auth-source-pick): Use it.
12159 2008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
12161 * auth-source.el (auth-source-protocols)
12162 (auth-source-protocols-customize, auth-source-choices): Add and
12163 modified variable customizations and defaults.
12164 (auth-source-pick, auth-source-user-or-password)
12165 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
12166 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
12167 (auth-source-user-or-password-sftp)
12168 (auth-source-user-or-password-smtp): Use new variables and provide an
12169 interface to netrc.el.
12171 2008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
12173 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
12174 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
12175 Make sure the nntp port to specify is a string.
12177 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
12179 * nntp.el: Use with-current-buffer.
12180 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
12181 dubious mm-with-unibyte-current-buffer.
12182 (nntp-with-open-group-function): New function extracted from
12183 nntp-with-open-group macro.
12184 (nntp-with-open-group): Use the function, so it's easier to debug.
12185 Add indentation and debugging info.
12186 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
12187 Recommend the use of the netcat alternatives.
12189 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
12190 Avoid mm-string-as-multibyte as well.
12192 * nnweb.el (nnweb-insert-html):
12193 Remove use of nnheader-string-as-multibyte.
12195 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
12196 (nnheader-string-as-multibyte): Remove.
12198 * mm-view.el: Use inhibit-read-only.
12199 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
12200 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
12203 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
12204 (mm-uu-yenc-extract): Use with-current-buffer.
12206 * gnus-soup.el (gnus-soup-send-packet): Don't use
12207 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
12209 * nnmh.el: Use with-current-buffer.
12210 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
12211 mm-string-as-multibyte on the output of mm-encode-coding-string.
12213 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
12214 (nnimap-request-move-article): Use with-current-buffer.
12216 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
12217 inserting the handle-buffer's text, so the implicit multibyte->unibyte
12218 conversion uses string-make-unibyte rather than string-as-unibyte.
12220 * gnus-msg.el: Use with-current-buffer.
12222 * message.el (message-ignored-resent-headers): Add "Delivered-To".
12224 2008-03-10 Daiki Ueno <ueno@unixuser.org>
12226 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
12227 string for caching if it is 'PIN.
12229 2008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
12231 * mail-source.el (mail-source-delete-old-incoming-confirm):
12232 Change default to nil.
12233 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
12235 2008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
12237 * gnus-art.el (gnus-narrow-to-page): Position point properly.
12238 (gnus-article-goto-prev-page): Work for articles having ^L's.
12240 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
12242 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
12244 2008-03-07 Karl Fogel <kfogel@red-bean.com>
12246 * gnus-bookmark.el: Adjust for renames in bookmark.el.
12247 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
12248 (gnus-bookmark-jump): Adjust some variable names.
12250 2008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
12252 * auth-source.el: New package.
12253 (auth-source-choices): Add customization entry point variable.
12255 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
12258 2008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
12260 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
12261 (gnus-registry-initialize, gnus-registry-install-p): Use it.
12262 (gnus-registry-install-shortcuts): Rename from
12263 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
12264 the `gnus-registry-mark-map' keymap dynamically from
12265 `gnus-registry-marks'. The generated functions update the summary line
12266 when a registry mark is added or deleted, and will call
12267 `gnus-registry-install-p' (see the comments in the code).
12268 (gnus-registry-user-format-function-M): Use concat intelligently.
12270 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
12271 the registry mark functions.
12273 2008-03-05 Glenn Morris <rgm@gnu.org>
12275 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
12276 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
12278 (top-level): No need to load own source when compiling.
12280 2008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
12282 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
12283 Suggested by <chris.anderton@zetnet.co.uk>.
12285 2008-03-04 Glenn Morris <rgm@gnu.org>
12287 * gnus-sum.el (top-level): No need to require gnus when compiling,
12288 since unconditionally required near start of file.
12289 (gnus-summary-display-while-building): Move definition before use.
12291 2008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
12293 * gnus-registry.el (gnus-registry-user-format-function-M):
12294 Add formatting function.
12296 2008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
12298 * gnus-registry.el (gnus-registry-marks): Change format to be nicer
12300 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
12303 2008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
12305 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
12306 `where-is-internal' that returns a range of key sequences.
12308 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
12310 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
12312 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
12313 (gnus-summary-jump-to-group): Consider windows on other displayed
12314 frames as well. Similar changes might be needed elsewhere, but that's
12315 the one I've bumped into during my use.
12317 * nndoc.el (nndoc-oe-dbx-type-p):
12318 * gnus-msg.el (gnus-debug):
12319 * gnus-group.el (gnus-update-group-mark-positions):
12320 Use mm-string-to-multibyte.
12322 2008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
12324 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
12325 doesn't handle NotDashEscaped.
12327 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
12328 (mml-dnd-attach-options): Fix typo in custom choice.
12330 * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
12331 Change nndoc-article-type to mbox.
12332 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
12334 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
12335 to nil, instead of html2text.
12337 * imap.el (imap-debug): Add `imap-ping-server'.
12339 * gnus-bookmark.el: Add FIXMEs.
12341 * message.el (message-form-letter-separator)
12342 (message-send-form-letter-delay): New variables.
12343 (message-send-form-letter): Use them. New command to send form
12344 letters. Requested by Uwe Siart.
12345 (message-send-mail-function): Doc fix. Add "Other" custom option.
12347 2008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
12349 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
12352 2008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
12354 * gnus-registry.el (gnus-registry-marks): Add variable for
12355 customization of marks and their appearance.
12356 (gnus-registry-read-mark): Use it.
12357 (gnus-registry-do-marks): Add utility function to loop through
12358 `gnus-registry-marks'.
12359 (gnus-registry-install-shortcuts-and-menus): Add function to install
12360 shortcuts and menus.
12361 (gnus-registry-initialize): Use it.
12362 (gnus-registry-default-mark): Clarify documentation.
12364 2008-02-29 Glenn Morris <rgm@gnu.org>
12366 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
12367 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
12368 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
12369 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
12370 Change defcustom :version from 23.0 to 23.1.
12372 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
12374 * gnus-registry.el (gnus-registry-follow-group-p)
12375 (gnus-registry-post-process-groups): Add functions to aid registry
12376 splitting and improve logging. Clarify behavior in function
12378 (gnus-registry-split-fancy-with-parent): Use them.
12380 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
12382 * gnus-art.el: Use with-current-buffer.
12384 2008-02-27 David Engster <dengste@eml.cc>
12386 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
12387 Express real group name in the response.
12389 2008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
12391 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
12392 (nnmairix-last-server, nnmairix-current-server): Defvar them.
12393 (nnmairix-goto-original-article): Defvar gnus-registry-install and
12394 autoload gnus-registry-fetch-group when compiling.
12395 (nnmairix-request-group-with-article-number-correction):
12396 Remove unreferenced argument passed to nnmairix-call-backend.
12398 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
12400 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
12401 (mm-uu-extract): Improve face for low color ttys.
12402 Reported by Sascha Wilde.
12404 2008-02-27 Glenn Morris <rgm@gnu.org>
12406 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
12407 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
12408 variables to defconsts. Convert comments to doc-strings.
12409 (nnmairix-last-server, nnmairix-current-server): Convert from free
12410 variables to defvars. Convert comments to doc-strings.
12411 (gnus-registry-fetch-group): Autoload.
12412 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
12413 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
12414 (nnmairix-widget-build-editable-fields): Use car cddr rather than
12416 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
12417 nnmairix-request-group-with-article-number-correction call.
12418 (nnmairix-fast, nnmairix-group): New, less general names, for free
12419 variables passed from nnmairix-request-group to
12420 nnmairix-request-group-with-article-number-correction. Declare.
12421 (nnmairix-request-group-with-article-number-correction):
12422 Use nnmairix-fast, nnmairix-group rather than fast, group.
12424 2008-02-26 David Engster <dengste@eml.cc>
12426 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
12429 2008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
12431 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
12432 instead of making an extra function call. Don't add the current group
12433 to articles only when they have the group. Use
12434 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
12435 Reported by David <de_bb@arcor.de>.
12437 2008-02-24 Miles Bader <miles@gnu.org>
12439 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
12440 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
12441 (mm-find-mime-charset-region):
12442 * mm-bodies.el (mm-encode-body):
12443 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
12445 2008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
12447 * mail-source.el (mail-source-delete-incoming): Change default.
12448 Supplement doc string.
12450 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
12452 2008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
12454 * nnmail.el (nnmail-message-id-cache-file): Derive from
12455 `gnus-home-directory'.
12457 2008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
12459 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
12460 Document negative prefix.
12462 * gnus-group.el (gnus-group-read-group): Document negative prefix.
12464 2008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
12466 * message.el (message-unsent-separator): Add the Exim bounce
12469 2008-02-10 Daiki Ueno <ueno@unixuser.org>
12471 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
12473 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
12474 recipient/signer list.
12476 2008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
12478 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
12479 fbound (Emacs 23 unicode), signal an error.
12481 2008-02-08 Glenn Morris <rgm@gnu.org>
12483 * gnus-art.el (pgg-display-output-buffer): Declare as function.
12485 2008-02-07 Tassilo Horn <tassilo@member.fsf.org>
12487 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
12488 ports to the calls to `netrc-machine-user-or-password' in addition to
12489 "imap" and "imaps".
12491 2008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
12493 * gnus.el (gnus-group-startup-message): Add `find-image' call before
12494 image-load-path is let-bound. Reported by Harald Hanche-Olsen
12495 <hanche@math.ntnu.no>.
12497 2008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
12499 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
12501 2008-02-01 Zhang Wei <id.brep@gmail.com>
12503 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
12505 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
12507 2008-02-01 Miles Bader <miles@gnu.org>
12509 * mml.el (mml-parse-1): Remove apparently vestigial use of
12510 `mm-hack-charsets'.
12511 * mm-bodies.el (mm-encode-body): Likewise.
12513 2008-02-01 Kenichi Handa <handa@m17n.org>
12515 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
12516 rfc2104-hexstring-to-bitstring and changed to return a byte list.
12517 (rfc2104-hash): Convert the result of concat to unibyte string.
12519 2008-02-01 Dave Love <fx@gnu.org>
12521 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
12522 coding-system-for-read.
12523 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
12525 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
12526 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
12527 (mm-find-mime-charset-region): Remove hack-charsets stuff.
12529 2008-01-24 Michael Sperber <sperber@deinprogramm.de>
12531 * mail-source.el (mail-sources): Add `group' choice.
12533 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
12534 parameter `in-group' to control into which group the articles go.
12535 Add treatment of `group' mail-source.
12537 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
12539 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
12540 * message.el (message-beginning-of-line): Use featurep instead of bound
12541 tests in order to resolve conditionals at compile time.
12543 2008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
12545 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
12547 * mm-decode.el (mm-dissect-buffer): Decode description.
12549 * mml.el (mml-to-mime): Encode message header first.
12551 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
12553 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
12554 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
12556 2008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
12558 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
12560 2008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
12562 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
12564 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
12565 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
12568 2008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
12570 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
12571 Add new variables for article mark management.
12572 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
12573 list of extra data entries which, when present, will indicate that the
12574 article ID should not be trimmed from the registry.
12575 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
12577 (gnus-registry-read-mark): New function to read a mark name from the
12579 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
12580 (gnus-registry-set-article-mark-internal): New functions to add and
12582 (gnus-registry-get-article-marks): New function to show the marks for
12583 an article, or retrieve them for further use.
12585 2008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
12587 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
12588 keys when no argument is given.
12590 2008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
12592 * gnus-sum.el (gnus-article-sort-by-random)
12593 (gnus-thread-sort-by-random): Fix doc strings.
12594 Reported by jidanni@jidanni.org.
12596 2008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
12598 * gnus-art.el (gnus-article-describe-bindings): New function.
12599 (gnus-article-read-summary-keys): Use it.
12600 (gnus-article-mode-map): Bind `C-h b' to it.
12602 2008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
12604 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
12606 (gnus-article-describe-key, gnus-article-describe-key-briefly):
12607 Protect against non-character events.
12609 2008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
12611 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
12613 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
12614 instead of END. Change name of the temp file.
12615 (gnus-group-gmane-group-download-format): Add doc string. Make it
12618 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
12620 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
12621 bind `S W' to gnus-article-wide-reply-with-original; set default
12622 binding to gnus-article-read-summary-send-keys.
12623 (gnus-article-read-summary-keys): Fix the order of keys; display
12624 continuation keys correctly in the echo area; describe bindings
12625 correctly when keys end with `C-h'.
12626 (gnus-article-read-summary-send-keys): New function.
12627 (gnus-article-describe-key, gnus-article-describe-key-briefly):
12628 Work for gnus-article-read-summary-send-keys; display continuation keys
12629 correctly in the echo area.
12630 (gnus-article-reply-with-original): Ignore prefix argument.
12631 (gnus-article-wide-reply-with-original): New function.
12633 2008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
12635 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
12636 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
12638 2008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
12640 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
12641 (gnus-group-read-ephemeral-gmane-group): New command.
12643 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
12645 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
12647 2007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
12649 * message.el (message-send-mail-function): Increase custom version.
12651 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
12652 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
12654 2007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
12656 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
12657 html parts correctly; support forwarded messages.
12658 (gnus-article-browse-html-article): Remove work buffers.
12660 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
12662 (netrc-bound-and-true-p): New macro.
12663 (netrc-parse): Use it instead of bound-and-true-p that is not available
12666 2007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
12668 * gnus-registry.el (gnus-registry-mark-article)
12669 (gnus-registry-article-marks): Add functionality to mark articles
12670 through the Gnus registry.
12672 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
12673 (netrc-parse): Use encrypt-file-alist to determine if
12674 encrypt-find-model or encrypt-insert-file-contents should be used.
12676 2007-12-19 Glenn Morris <rgm@gnu.org>
12678 * mml.el (message-options-set, message-narrow-to-head)
12679 (message-in-body-p, message-mail-p, message-encode-message-body):
12681 (message-remove-header, message-narrow-to-headers-or-head)
12682 (message-subscribed-p, message-make-mail-followup-to)
12683 (message-position-on-field, message-news-p)
12684 (message-options-set-recipient, message-generate-headers)
12685 (message-sort-headers): Declare as functions.
12687 2007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
12689 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
12690 convention in doc string.
12692 2007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
12694 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
12695 title to html parts.
12696 (gnus-article-browse-html-article): Pass message header to it.
12698 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
12700 2007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
12702 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
12703 or password compatible with XEmacs.
12705 2007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
12707 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
12709 (gnus-mime-delete-part): Don't write description line if empty.
12710 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
12712 2007-12-14 Johan Bockgård <bojohan@gnu.org>
12714 * gnus-sum.el (gnus-summary-mark-unread-as-read)
12715 (gnus-summary-mark-read-and-unread-as-read)
12716 (gnus-summary-mark-current-read-and-unread-as-read)
12717 (gnus-summary-mark-unread-as-ticked): Doc fix.
12718 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
12720 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
12722 * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
12723 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
12725 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
12727 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
12730 2007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
12732 * mm-decode.el (mm-add-meta-html-tag): New function.
12733 (mm-save-part-to-file, mm-pipe-part): Use it.
12735 * gnus-art.el (gnus-article-browse-delete-temp-files):
12736 Use gnus-y-or-n-p instead of y-or-n-p.
12737 (gnus-article-browse-html-parts): Work with message/external-body; use
12738 mm-add-meta-html-tag.
12740 2007-12-11 Glenn Morris <rgm@gnu.org>
12742 * gnus-cache.el: Require gnus-sum not just when compiling.
12744 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
12746 * gnus-int.el (gnus-server-opened, gnus-status-message):
12747 Move definitions before use.
12749 * mm-decode.el: Require gnus-util.
12750 (mm-remove-part): Only call delete-annotation on XEmacs.
12752 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
12754 * nnmail.el: Require gnus-int.
12756 * spam.el: Move `require's before `eval-when-compile's.
12758 * gnus-ems.el (gnus-alive-p):
12759 * gnus-fun.el (message-goto-eoh):
12760 * gnus-util.el (gnus-group-name-decode):
12761 * mail-source.el (gnus-compress-sequence):
12762 * message.el (Info-goto-node, format-spec):
12763 * mm-bodies.el (message-options-get):
12764 * mm-decode.el (mm-view-pkcs7):
12765 * mm-util.el (gmm-write-region):
12766 * mml-smime.el (mml-compute-boundary)
12767 (gnus-completing-read-with-default):
12768 * mml.el (widget-button-press, gnus-make-hashtable):
12769 * mml1991.el (mm-decode-content-transfer-encoding)
12770 (mm-encode-content-transfer-encoding)
12771 (message-options-get, message-options-set):
12772 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
12773 * nnfolder.el (gnus-request-group):
12774 * nnheader.el (ietf-drums-unfold-fws):
12775 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
12776 * smime.el (gnus-run-mode-hooks):
12777 * spam-stat.el (gnus-message): Autoload.
12779 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
12780 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
12781 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
12782 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
12783 Add declare-function compatibility definition.
12785 * gnus-cache.el (nnvirtual-find-group-art):
12786 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
12787 (gnus-add-image, gnus-add-wash-type):
12788 * gnus-group.el (nnkiboze-score-file):
12789 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
12790 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
12791 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
12792 (message-tokenize-header, gnus-get-buffer-create)
12793 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
12794 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
12795 * gnus.el (gnus-group-decoded-name):
12796 * mail-source.el (imap-capability):
12797 * mm-bodies.el (message-options-set):
12798 * mm-decode.el (gnus-configure-windows):
12799 * mm-extern.el (message-goto-body):
12800 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
12801 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
12802 (epg-sub-key-validity, message-options-set):
12803 * mml.el (widget-event-point, gnus-configure-windows):
12804 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
12805 * mml2015.el (epg-check-configuration, epg-configuration)
12806 (message-options-set):
12807 * nndb.el (nndb-request-article):
12808 * nnfolder.el (gnus-request-create-group):
12809 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
12810 * nnmaildir.el (gnus-group-mark-article-read):
12811 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
12812 * rfc1843.el (message-fetch-field):
12813 * spam.el (gnus-extract-address-components):
12814 Declare as functions.
12816 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
12818 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
12820 2007-12-09 Glenn Morris <rgm@gnu.org>
12822 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
12824 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
12825 * message.el, mm-view.el, sieve-manage.el, smime.el:
12826 Add declare-function compatibility definition.
12828 * gnus-art.el (w3-region, w3m-region, Info-menu):
12829 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
12830 * gnus-sum.el (gnus-get-predicate):
12831 * gnus-util.el (mm-append-to-file, w32-focus-frame):
12832 * message.el (mail-abbrev-in-expansion-header-p):
12833 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
12834 (w3m-detect-meta-charset, w3m-region):
12835 * sieve-manage.el (password-read, password-cache-add)
12836 (password-cache-remove):
12837 * smime.el (password-read-and-add): Declare as functions.
12839 2007-12-08 David Kastrup <dak@gnu.org>
12841 * gnus-sum.el (gnus-summary-simplify-subject-query):
12842 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
12845 2007-12-07 Glenn Morris <rgm@gnu.org>
12847 * gnus-art.el (article-make-date-line): Revert previous change.
12849 2007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
12851 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
12853 2007-12-06 Christian Plate <cplate@web.de> (tiny change)
12855 * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
12856 Call gnus-add-to-range ranges only once with a prepared article-list.
12858 2007-12-06 Paul Jarc <prj@po.cwru.edu>
12860 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
12861 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
12862 group names with backslashes.
12863 Reported by Tassilo Horn <tassilo@member.fsf.org>.
12865 2007-12-06 Deepak Goel <deego3@gmail.com>
12867 * gnus-art.el (article-make-date-line):
12868 * gnus-start.el (gnus-load):
12869 * pop3.el (pop3-read-response): Fix buggy call to `error'.
12871 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
12873 * gnus-art.el (gnus-use-idna):
12874 * gnus-start.el (gnus-site-init-file):
12875 * message.el (message-use-idna):
12876 * mm-uu.el (mm-uu-hide-markers):
12877 * smiley.el (smiley-style): Revert changes that suppress warnings.
12879 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
12881 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
12882 specify charset to html source.
12883 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
12885 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
12887 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
12888 idna-program in order to suppress byte compile warning issued by XEmacs
12889 that came to byte compile the default value section of defcustom forms
12892 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
12893 value of installation-directory.
12895 * message.el (message-use-idna): Don't directly refer to the value of
12898 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
12900 * smiley.el (smiley-style): Don't directly call face-attribute.
12902 2007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
12904 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
12906 * gnus-dired.el: Reduce Gnus dependencies.
12907 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
12908 Don't require. Use autoloads instead.
12909 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
12910 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
12911 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
12912 (gnus-dired-mode): Adjust doc string.
12913 (gnus-dired-mail-mode): New variable.
12914 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
12915 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
12916 (gnus-dired-mail-buffers): New function. Return mail or message
12917 composition buffers.
12918 (gnus-dired-attach): Use it.
12919 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
12921 (gnus-dired-print): Use `gnus-print-buffer' depending on
12922 `gnus-dired-mail-mode'.
12924 2007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
12926 * rfc2047.el (rfc2047-encoded-word-regexp)
12927 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
12928 explaining what regexp patterns are for.
12930 2007-12-04 Glenn Morris <rgm@gnu.org>
12932 * password.el: Move to ../password-cache.el.
12934 * mml1991.el (password-read, password-cache-add, password-cache-remove):
12935 * mml2015.el (password-read, password-cache-add, password-cache-remove):
12936 * mml-smime.el (password-read, password-cache-add)
12937 (password-cache-remove):
12938 No need to autoload, since mml-sec requires password.
12940 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
12941 * message.el (gnus-extract-address-components):
12942 * mml-smime.el (gnus-extract-address-components): Define for compiler.
12944 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
12947 2007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
12949 * mailcap.el: Reduce dependencies.
12950 (mail-header-parse-content-type): Autoload.
12951 (mailcap-delete-duplicates): New alias.
12952 (mailcap-mime-info): Add optional argument NO-DECODE.
12953 (mailcap-mime-types): Use mailcap-delete-duplicates.
12955 * message.el (message-ignored-supersedes-headers): Add "X-ID".
12957 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12959 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
12962 * gnus-uu.el (gnus-uu-decode-yenc): New command.
12963 (gnus-uu-yenc-article): New function.
12965 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
12967 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
12969 2007-12-02 Glenn Morris <rgm@gnu.org>
12971 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
12974 * binhex.el, uudecode.el: Move to ../mail.
12976 * encrypt.el: Remove file.
12978 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
12980 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
12981 matches on patches.
12983 * gnus-art.el (gnus-article-browse-html-article):
12984 Mention `mm-text-html-renderer' in the doc string.
12986 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
12987 string. Add comments.
12989 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
12992 2007-12-01 Glenn Morris <rgm@gnu.org>
12994 * dig.el, dns.el: Move to ../net.
12995 * format-spec.el, hex-util.el, sha1.el: Move to ../.
12997 * mail-source.el (top-level): Require format-spec before
13000 2007-11-30 Glenn Morris <rgm@gnu.org>
13002 * encrypt.el: Require password, rather than autoloading password-read.
13004 2007-11-28 Elias Oltmanns <eo@nebensachen.de>
13006 * gnus.el (gnus-method-to-server): Add an optional parameter so the
13007 caller can indicate whether the cache should be disregarded for this
13008 call. This way the result of the call is reproducible at all times and
13009 can be considered a canonical server name for the supplied method.
13010 (gnus-agent-method-p): Canonicalize server names by pushing their
13011 method through `gnus-method-to-server' using the no-cache argument.
13013 * gnus-srvr.el (gnus-server-insert-server-line):
13014 Call `gnus-method-to-server' with `no-cache' argument.
13016 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
13017 gnus-agent-possibly-synchronize-flags as this should be called when the
13018 server is actually being opened.
13019 (gnus-agent-possibly-synchronize-flags)
13020 (gnus-agent-possibly-synchronize-flags-server): Move check for the
13021 flags file of an agentized server to the latter function.
13023 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
13024 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
13025 after a connection has been established successfully.
13027 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
13029 * gnus-art.el (article-display-face): Force to display face if called
13030 interactively; check if gnus-article-x-face-too-ugly matches author.
13031 (article-display-x-face): Display face even if From header is missing
13032 as article-display-face does.
13034 2007-11-28 Richard Stallman <rms@gnu.org>
13036 * md4.el: Move to ../.
13037 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
13039 2007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
13041 * mail-source.el (mail-sources): Default to fetch from file for
13042 compatibility with default of nnmail-spool-file.
13044 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
13046 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
13047 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
13048 to look for encoded word that should be encoded again.
13049 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
13050 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
13052 (rfc2047-decode-region): Switch strict regexp and loose one according
13053 to rfc2047-allow-irregular-q-encoded-words.
13055 2007-11-26 Simon Josefsson <simon@josefsson.org>
13057 * imap.el: Move to ../net directory.
13059 2007-11-25 Romain Francoise <romain@orebokech.com>
13061 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
13063 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
13065 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
13066 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
13068 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
13069 `nnmail-spool-file'.
13071 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
13072 `nnmail-spool-file'.
13074 * gnus-move.el (gnus-change-server): Ditto.
13076 * gnus-kill.el (gnus-batch-score): Ditto.
13078 * gnus-cache.el (gnus-jog-cache): Ditto.
13080 * gnus-msg.el (gnus-summary-reply):
13081 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
13083 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
13085 * gnus-cache.el (gnus-cache-generate-nov-databases):
13086 Use nnml-generate-nov-databases-directory instead of
13087 nnml-generate-nov-databases-1.
13089 2007-11-24 Glenn Morris <rgm@gnu.org>
13091 * message.el (message-tool-bar-retro): Update for rename
13092 mail_send.xpm->mail-send.xpm.
13094 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
13096 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
13097 `smime-ldap-search' for Emacs 22 and up.
13099 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
13101 * hashcash.el: Move to ../mail directory.
13103 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
13105 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
13106 `smime-ldap-search' for Emacs 22 and up.
13108 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
13110 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
13112 * message.el (message-send-mail-function): Fix error convention.
13113 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
13114 (message-widen-reply, message-send-mail, message-talkative-question)
13115 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
13116 (message-clone-locals, message-send-news): Use with-current-buffer.
13117 (message-insert-or-toggle-importance): Remove unused var `valid'.
13118 (message-make-references): Remove unused var `new-references'.
13119 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
13121 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
13123 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
13124 (spam-split-symbolic-return-positive): Reflow docstring.
13125 (spam-backends, spam-summary-exit-behavior)
13126 (spam-mark-ham-unread-before-move-from-spam-group)
13127 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
13128 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
13129 (spam-clear-cache, spam-backend-check, spam-install-backend)
13130 (spam-install-statistical-backend, spam-list-of-processors)
13131 (spam-group-processor-p, spam-split, spam-bogofilter-score)
13132 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
13133 (spam-check-crm114, spam-initialize, spam-unload-hook):
13134 Fix typos in docstrings.
13136 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
13138 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
13139 been checked if they have never been read and those group levels are
13140 higher than the one that a user specified.
13142 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
13144 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
13145 foreign groups unless a group level is specified by a user.
13146 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
13148 2007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
13150 * message.el (message-send-mail-function): Require sendmail.
13152 2007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
13154 * message.el (message-send-mail-function): Check for smtpmail too.
13156 * utf7.el (utf7-encode, utf7-decode): Use coding system
13157 `utf-7'/`utf-7-imap' from utf-7.el' if available.
13159 * message.el (message-send-mail-function): New function.
13160 (message-send-mail-function): Set default using
13161 message-send-mail-function. Adjust doc string.
13162 (message-send-mail-with-mailclient): New function.
13164 2007-11-17 Richard Stallman <rms@gnu.org>
13166 * assistant.el: Remove file.
13168 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
13171 * rfc2047.el (message-posting-charset):
13172 * qp.el (mm-use-ultra-safe-encoding):
13173 * pop3.el (parse-time-months):
13174 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
13176 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
13177 (jka-compr-compression-info-list, ange-ftp-path-format)
13179 * nndiary.el (files):
13180 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
13181 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
13182 (epg-digest-algorithm-alist, inhibit-redisplay)
13183 (password-cache-expiry):
13184 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
13185 (pgg-output-buffer, password-cache-expiry):
13186 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
13188 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
13189 (inhibit-redisplay):
13190 * mm-uu.el (file-name, start-point, end-point, entry)
13191 (gnus-newsgroup-name, gnus-newsgroup-charset):
13192 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
13193 (latin-unity-ucs-list):
13194 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
13195 (mm-uu-binhex-decode-function):
13196 * message.el (gnus-message-group-art, gnus-list-identifiers)
13197 (rmail-enable-mime-composing, gnus-local-organization)
13198 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
13199 (gnus-read-active-file, facemenu-add-face-function)
13200 (facemenu-remove-face-function, gnus-article-decoded-p)
13202 * mail-source.el (display-time-mail-function):
13203 * gnus-util.el (nnmail-pathname-coding-system)
13204 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
13205 (gnus-original-article-buffer, gnus-user-agent)
13206 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
13207 (xemacs-codename, sxemacs-codename, emacs-program-version):
13208 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
13209 * gnus-start.el (gnus-agent-covered-methods)
13210 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
13211 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
13212 (gnus-newsgroup-headers, gnus-group-list-mode)
13213 (gnus-group-mark-positions, gnus-newsgroup-data)
13214 (gnus-newsgroup-unreads, nnoo-state-alist)
13215 (gnus-current-select-method, mail-sources)
13216 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
13217 (nnmail-spool-file, gnus-cache-active-hashtb):
13218 * gnus-mh.el (mh-lib-progs):
13219 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
13220 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
13221 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
13222 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
13223 (gnus-group-buffer):
13224 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
13225 (font-lock-set-defaults):
13226 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
13227 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
13228 (gnus-summary-post-menu, total-parts, type, condition, length):
13229 * gnus-agent.el (gnus-agent-read-agentview):
13230 * flow-fill.el (show-trailing-whitespace):
13231 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
13232 eval-and-compile wrappers for byte compiler pacifiers.
13234 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
13235 (mm-display-inline-fontify): Check for featurep 'xemacs not
13238 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
13240 (mm-create-image-xemacs): Only do something for XEmacs.
13241 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
13243 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
13245 * gnus-registry.el (gnus-adaptive-word-syntax-table):
13246 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
13248 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
13250 * nnimap.el (nnimap-split-download-body):
13251 * gnus-demon.el (gnus-demon):
13252 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
13254 2007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
13256 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
13258 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
13259 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
13260 copy data from unibyte buffer to multibyte current buffer.
13261 (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
13262 to copy data from unibyte current buffer to multibyte buffer.
13263 (nntp-make-process-buffer): Make process buffer unibyte.
13265 * pop3.el (pop3-open-server): Fix typo in Lisp code.
13267 2007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
13269 * pop3.el (pop3-open-server): Accept and process data more robustly at
13270 connection start to avoid spurious "POP SSL connection failed" errors.
13272 2007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
13274 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
13277 2007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
13279 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
13281 2007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
13283 * nnmail.el (nnmail-parse-active): Make group names unibyte.
13284 (nnmail-save-active): Use a unibyte buffer when saving active file,
13285 which may contain non-ASCII group names.
13287 * nnml.el (nnml-request-group): Decode group names in messages.
13289 2007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
13291 * message.el (message-citation-line-function)
13292 (message-insert-formatted-citation-line): Fix spelling of
13293 `message-insert-formated-citation-line'.
13295 2007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
13297 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
13299 2007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
13301 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
13302 nnmail-pathname-coding-system.
13304 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
13305 that a user enters; decode group names in messages.
13307 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
13309 2007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
13311 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
13313 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
13315 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
13316 risky local variable.
13318 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
13320 2007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
13322 * encrypt.el: Improve documentation to fix function name typo.
13323 Reported by Daiki Ueno <ueno@unixuser.org>.
13325 2007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
13327 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
13328 even if the point is not in the last page of an article.
13329 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
13330 back to the previous page.
13332 2007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
13334 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
13336 2007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
13338 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
13340 2007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
13342 * message.el (message-check-news-body-syntax):
13343 Avoid mm-string-as-multibyte.
13344 (message-hide-headers): Don't assume (point-min)==1.
13346 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
13348 * message.el (message-remove-blank-cited-lines): Fix if remove is
13350 (message-bogus-address-regexp): New variable.
13351 (message-bogus-recipient-p): New function.
13352 (message-check-recipients): New command.
13353 (message-syntax-checks): Add `bogus-recipient'.
13354 (message-fix-before-sending): Add `bogus-recipient'.
13356 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
13357 (gnus-treat-body-boundary): Don't test window-system.
13359 2007-10-28 Leo Liu <sdl.web@gmail.com> (tiny change)
13361 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
13363 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
13365 * gnus.el: Bump version to Gnus v5.13.
13367 2007-10-28 Miles Bader <miles@gnu.org>
13369 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
13370 at compile-time too.
13372 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
13374 * gnus-msg.el (gnus-message-setup-hook):
13375 Add `message-remove-blank-cited-lines' to options.
13377 2007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
13379 * message.el (message-remove-blank-cited-lines): New function.
13380 Suggested by Karl Plästerer.
13382 2007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
13384 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
13387 * imap.el (imap-open): Replace mapcar called for effect with mapc.
13388 (top-level): Use mapc to set functions to be traced for debugging.
13390 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
13391 called for effect with while loop.
13393 * message.el (message-talkative-question): Replace mapcar called for
13396 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
13397 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
13398 called for effect with dolist.
13400 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
13402 * nndiary.el: Use dolist instead of mapcar to add diary headers to
13403 gnus-extra-headers and nnmail-extra-headers.
13405 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
13406 called for effect with dolist.
13407 (top-level): Use mapc to set functions to be traced for debugging.
13409 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
13410 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
13413 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
13414 Replace mapcar called for effect with mapc.
13415 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
13416 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
13417 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
13418 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
13420 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
13421 remove-if that's a cl function.
13423 * webmail.el (webmail-debug): Replace mapcar called for effect with
13426 2007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
13428 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
13429 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
13432 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
13433 functions from article-* functions.
13434 (gnus-multi-decode-header): Replace mapcar called for effect with
13437 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
13438 (gnus-bookmark-show-details): Replace mapcar called for effect with
13441 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
13442 called for effect with while loop.
13444 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
13447 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13448 Replace mapcar called for effect with dolist.
13450 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
13452 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
13453 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
13454 Replace mapcar called for effect with dolist.
13455 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
13458 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
13459 Replace mapcar called for effect with dolist.
13460 (gnus-topic-list): Replace mapcar called for effect with mapc.
13462 * gnus.el: Use mapc instead of mapcar to add autoloads.
13464 2007-10-23 Richard Stallman <rms@gnu.org>
13466 * gnus-group.el (gnus-group-highlight): Mark as risky.
13468 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
13470 * gnus.el (gnus-server-to-method): Return method found first in
13473 * gnus-art.el (gnus-article-highlight-signature)
13474 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
13475 button overlay without the front stickiness.
13477 2007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
13479 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
13480 overview buffer needed a catch to receive its throw.
13481 (gnus-agent-flush-cache): Declare as interactive to make this function
13484 2007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
13486 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
13489 2007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
13491 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
13492 exclude address matching message-dont-reply-to-names.
13494 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
13496 * gnus-util.el (gnus-string<): New function.
13498 * gnus-sum.el (gnus-article-sort-by-author)
13499 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
13501 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
13503 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
13504 the frame-focus tag is set in gnus-buffer-configuration.
13506 2007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
13508 * gnus-art.el (gnus-article-add-button): Make a button overlay without
13509 the front stickiness.
13511 2007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
13513 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
13514 url pattern; remove duplicate one.
13515 (gnus-article-extend-url-button): New function.
13516 (gnus-article-add-buttons): Use it.
13517 (gnus-button-push): Use concatenated url that it makes.
13519 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
13521 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
13522 (sieve-manage-open): Use `mapc' instead of `mapcar'.
13524 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
13526 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
13527 Don't hardcode point-min==1.
13529 2007-09-30 David Kastrup <dak@gnu.org>
13531 * gnus-art.el (gnus-article-reply-with-original)
13532 (gnus-article-followup-with-original): When `transient-mark-mode' is
13533 off, refrain from active-region behavior for followups.
13535 2007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
13537 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
13538 Fix comment about "iso8859-1".
13540 2007-10-08 Daiki Ueno <ueno@unixuser.org>
13542 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
13543 ones returned from the verify-function.
13545 * mm-uu.el (mm-uu-pgp-signed-extract-1):
13546 Call mml2015-extract-cleartext-signature if extraction failed.
13548 2007-10-07 Daiki Ueno <ueno@unixuser.org>
13550 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
13551 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
13554 2007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
13556 * Relicense "GPLv2 or later" files to "GPLv3 or later".
13558 2007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
13560 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
13561 to mark a thread as expirable. Add variable `hide' to handle hiding of
13562 thread for both the null and zero (kill/expire thread) universal prefix
13564 (gnus-summary-expire-thread): Add new function to expire a thread,
13565 using gnus-summary-kill-thread.
13566 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
13567 shortcuts for gnus-summary-expire-thread.
13568 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
13569 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
13571 2007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
13573 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
13574 extras value, so an extras entry can be deleted.
13575 (gnus-registry-delete-extra-entry): Use it.
13576 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
13577 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
13578 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
13579 storage through the gnus-registry, and provide an appropriate API for
13582 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
13584 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
13585 Suggested by Leo <sdl.web@gmail.com>.
13589 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
13591 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
13592 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
13594 * gnus-agent.el (gnus-agent-fetch-headers): Do.
13596 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
13597 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
13599 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
13601 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
13603 (nnmbox-request-accept-article): Don't change article in source buffer;
13604 narrow to header to use message-fetch-field rather than
13605 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
13606 (nnmbox-request-replace-article): Quote lines that'll be misidentified
13607 as delimiters; make sure article ends with newline.
13608 (nnmbox-delete-mail): Correct last position of article to be deleted;
13609 ignore X-Gnus-Newsgroup header in article body.
13610 (nnmbox-save-mail): Quote lines looking like delimiters at the right
13611 positions; make sure article ends with newline.
13613 * message.el (message-display-abbrev): Don't infloop when a user
13614 inserts SPC in the beginning of header.
13616 2007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
13618 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
13619 list of groups not followed by default. Fix type to be regexp.
13620 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
13622 2007-09-06 Tassilo Horn <tassilo@member.fsf.org>
13624 * hmac-def.el (define-hmac-function): Switch from old-style to
13625 new-style backquotes.
13627 * md4.el (md4-make-step): Likewise.
13629 2007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
13631 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
13632 raw-text coding system when saving .newsrc file, which may contain
13633 non-ASCII group names.
13635 2007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
13637 * gnus-cus.el (gnus-score-extra): New widget.
13638 (gnus-score-extra-convert): New function.
13639 (gnus-score-customize): Use it for Extra.
13641 2007-08-31 Daiki Ueno <ueno@unixuser.org>
13643 * mml2015.el (mml2015-extract-cleartext-signature): New function.
13644 (mml2015-mailcrypt-clear-verify): Use it.
13645 (mml2015-gpg-clear-verify): Use it.
13646 (mml2015-pgg-clear-verify): Use it.
13647 (mml2015-epg-clear-verify): Replace the current part with the output
13648 from GnuPG; don't extract the plaintext by itself.
13650 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
13651 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
13652 mml2015-clear-verify-function; don't touch the armor headers or
13653 dash-escaped text here.
13655 2007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
13657 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
13658 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
13659 parts, or application/octet-stream as a last resort.
13660 (gnus-mime-view-part-as-type): Don't toggle display.
13661 (gnus-mime-view-part-as-charset): Don't turn off display before
13664 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
13665 stuff to undisplayer function in Emacs.
13666 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
13668 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
13669 text/calendar parts.
13671 2007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
13673 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
13674 decoding text/calendar parts.
13676 * message.el (message-forward-make-body-mime): Always mark body as
13677 having no illegible text; remove signed-or-encrypted argument.
13678 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
13680 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
13681 (mml-generate-mime-1): Don't encode body if it is specified to be in
13682 raw form; don't make buffer be unibyte when inserting multibyte string.
13684 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
13686 * sha1.el: Fix up comment style.
13687 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
13688 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
13690 * hex-util.el: Fix up comment style.
13691 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
13693 * gnus-salt.el: Use with-current-buffer.
13694 (gnus-pick-setup-message): Fix long-standing typo.
13696 2007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
13698 * imap.el (imap-logout-timeout): New variable.
13699 (imap-logout, imap-logout-wait): New functions.
13700 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
13702 * nnimap.el (nnimap-logout-timeout): New server variable.
13703 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
13704 nnimap-logout-timeout.
13706 * gnus-art.el (gnus-article-summary-command-nosave)
13707 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
13709 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
13711 * gnus.el (gnus-maximum-newsgroup): New variable.
13713 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
13714 according to gnus-maximum-newsgroup.
13716 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
13717 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
13718 Limit the range of articles according to gnus-maximum-newsgroup.
13720 2007-08-14 Tassilo Horn <tassilo@member.fsf.org>
13722 * gnus-art.el (gnus-sticky-article): Fix problems described in
13723 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
13724 Don't perform gnus-configure-windows here; reuse existing sticky
13727 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
13728 it doesn't exist in gnus-article-mode.
13730 2007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
13732 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
13733 (gnus-agent-decoded-group-name): New function.
13734 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
13735 (gnus-agent-expire-group-1): Use it; decode group name in messages.
13737 2007-08-12 Tassilo Horn <tassilo@member.fsf.org>
13739 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
13740 Add binding for gnus-sticky-article.
13741 (gnus-summary-exit): Don't kill sticky article buffers.
13743 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
13745 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
13746 (gnus-kill-sticky-article-buffers): New commands.
13748 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
13750 * nntp.el (nntp-xref-number-is-evil): New server variable.
13751 (nntp-find-group-and-number): If it is non-nil, don't trust article
13752 numbers in the Xref header.
13754 2007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
13756 * gnus-agent.el (gnus-agent-read-group): New function.
13757 (gnus-agent-flush-group, gnus-agent-expire-group)
13758 (gnus-agent-regenerate-group): Use it.
13759 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
13760 nnmail-pathname-coding-system.
13762 2007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
13764 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
13766 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
13767 that are unread as unread, and also as selected so that information of
13768 marks having been changed by a user may be updated when exiting group.
13770 2007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
13772 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
13774 2007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
13776 * gnus-art.el (gnus-mime-display-single): Pass part number that is
13777 calculated ignoring signature parts to gnus-treat-article.
13779 2007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
13781 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
13782 a point here in order to keep the window start.
13783 (gnus-insert-mime-security-button): Make a button overlay without the
13785 (gnus-mime-display-security): Goto the end of a button.
13787 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
13789 2007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
13791 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
13792 group-name-at-point.
13793 (gnus-group-completing-read): New function that offers decoded
13794 non-ASCII group names for completion.
13795 (gnus-fetch-group, gnus-group-read-ephemeral-group)
13796 (gnus-group-jump-to-group, gnus-group-make-group-simple)
13797 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
13798 (gnus-group-fetch-control): Use it.
13799 (gnus-fetch-group): Use group-name-at-point for the initial value
13800 rather than the default value; use gnus-alive-p.
13802 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
13803 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
13804 (gnus-summary-post-news): Use gnus-group-completing-read.
13806 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
13807 (gnus-read-move-group-name): Decode group name for completion.
13809 2007-07-31 Teodor Zlatanov <tzz@lifelogs.com>
13811 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
13812 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
13813 Yamaoka slightly modified the code).
13815 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
13817 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
13818 (nnmail-split-incoming): Bind it.
13820 * nnml.el (nnml-group-name-charset): New function.
13821 (nnml-decoded-group-name): Use it; don't decode group name if
13822 nnmail-group-names-not-encoded-p is non-nil.
13823 (nnml-encoded-group-name): New function.
13824 (nnml-group-pathname): Inline nnml-decoded-group-name.
13825 (nnml-request-expire-articles): Decode group name in message.
13826 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
13827 nnmail-pathname-coding-system.
13828 (nnml-save-mail, nnml-active-number): Work with decoded group names and
13829 not decoded ones according to nnmail-group-names-not-encoded-p.
13830 (nnml-generate-active-info): Use nnml-encoded-group-name.
13832 2007-08-08 Glenn Morris <rgm@gnu.org>
13834 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
13835 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
13836 doc-strings and comments.
13838 2007-07-25 Glenn Morris <rgm@gnu.org>
13840 * Relicense all FSF files to GPLv3 or later.
13842 2007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
13844 * gnus-sum.el (gnus-summary-move-article):
13845 Make gnus-summary-respool-article work.
13847 2007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
13849 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
13852 2007-07-20 Michaël Cadilhac <michael@cadilhac.name>
13854 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
13855 that should be ignored when comparing distant RSS articles with local
13857 (nnrss-make-hash-index): New function. Create a hash index according
13858 to the ignored fields.
13859 (nnrss-check-group): Use it.
13861 2007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
13863 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
13865 * gnus-art.el (article-decode-group-name): Decode Xref header too.
13867 * gnus-group.el (gnus-group-make-group): Encode group name here unless
13868 the new optional argument ENCODED is non-nil.
13869 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
13870 coding system for encoding group name.
13871 (gnus-group-make-rss-group): Pass un-encoded group name to
13872 gnus-group-make-group.
13873 (gnus-group-set-info): Tell gnus-group-make-group that group name is
13876 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
13877 Encode group name to which articles are moved or copied.
13878 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
13879 coding system for encoding Newsgroup, Followup-To and Xref headers.
13881 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
13882 marks; use nnheader-file-coding-system to write a file.
13883 (nnagent-retrieve-headers): Bind file-name-coding-system to
13884 nnmail-pathname-coding-system.
13886 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
13888 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
13889 (nnml-request-article, nnml-request-create-group)
13890 (nnml-request-rename-group, nnml-find-id)
13891 (nnml-possibly-change-directory, nnml-possibly-create-directory)
13892 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
13893 (nnml-save-marks): Use nnml-group-pathname instead of
13894 nnmail-group-pathname.
13896 (nnml-request-create-group, nnml-request-expire-articles)
13897 (nnml-request-move-article, nnml-request-delete-group)
13898 (nnml-deletable-article-p, nnml-possibly-create-directory)
13899 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
13900 (nnml-open-marks): Bind file-name-coding-system to
13901 nnmail-pathname-coding-system.
13903 (nnml-request-article): Pass server argument to nnml-find-group-number.
13904 (nnml-request-create-group, nnml-active-number, nnml-save-marks):
13905 Pass server argument to nnml-possibly-create-directory.
13906 (nnml-request-accept-article): Pass server argument to
13907 nnml-active-number and nnml-save-mail.
13908 (nnml-find-group-number): Pass server argument to nnml-find-id.
13909 (nnml-request-update-info): Pass server argument to
13910 nnml-marks-changed-p.
13912 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
13913 (nnml-save-mail, nnml-active-number): Add server argument.
13915 (nnml-request-delete-group): Warn if group is missing.
13916 (nnml-get-nov-buffer): Decode group name.
13917 (nnml-generate-active-info): Encode group name.
13918 (nnml-open-marks): Decode group name in messages.
13920 2007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
13922 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
13923 if it is not specified.
13924 (gnus-article-pipe-part, gnus-article-save-part)
13925 (gnus-article-interactively-view-part, gnus-article-copy-part)
13926 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
13927 (gnus-article-inline-part, gnus-article-save-part-and-strip)
13928 (gnus-article-replace-part, gnus-article-delete-part)
13929 (gnus-article-view-part-as-type): Pass raw prefix argument to
13930 gnus-article-part-wrapper.
13932 2007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
13934 * gnus-agent.el (gnus-agent-save-active):
13935 Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
13937 * gnus-cache.el (gnus-cache-save-buffers)
13938 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
13939 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
13940 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
13941 (gnus-cache-braid-nov, gnus-cache-braid-heads)
13942 (gnus-cache-generate-active, gnus-cache-rename-group)
13943 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
13944 (gnus-cache-update-overview-total-fetched-for):
13945 Bind file-name-coding-system to nnmail-pathname-coding-system.
13946 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
13948 (gnus-cache-decoded-group-name): New function.
13949 (gnus-cache-file-name): Use it.
13950 (gnus-cache-generate-active): Use non-decoded group name for active.
13952 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
13954 (gnus-write-active-file): Don't break non-ASCII group names.
13956 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
13957 nnmail-pathname-coding-system.
13959 * gnus-uu.el (gnus-uu-decode-save): Typo.
13961 2007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
13963 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
13965 2007-07-14 David Kastrup <dak@gnu.org>
13967 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
13968 finishing actions if we did not edit the article.
13970 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
13972 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
13973 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
13974 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
13975 (gnus-agent-flush-group, gnus-agent-flush-cache)
13976 (gnus-agent-fetch-headers, gnus-agent-load-alist)
13977 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
13978 (gnus-agent-retrieve-headers, gnus-agent-request-article)
13979 (gnus-agent-regenerate-group)
13980 (gnus-agent-update-files-total-fetched-for)
13981 (gnus-agent-update-view-total-fetched-for):
13982 Bind file-name-coding-system to nnmail-pathname-coding-system.
13983 (gnus-agent-group-pathname): Don't encode file names by
13984 nnmail-pathname-coding-system.
13985 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
13986 coding-system-for-write instead of buffer-file-coding-system to
13987 gnus-agent-file-coding-system.
13989 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
13992 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
13994 * gnus-start.el (gnus-update-active-hashtb-from-killed)
13995 (gnus-read-newsrc-el-file): Make group names unibyte.
13997 * nnmail.el (nnmail-group-pathname): Don't encode file names by
13998 nnmail-pathname-coding-system.
14000 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
14001 (nnrss-request-delete-group): Bind file-name-coding-system to
14002 nnmail-pathname-coding-system.
14003 (nnrss-read-server-data, nnrss-read-group-data):
14004 Bind file-name-coding-system correctly.
14005 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
14007 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
14008 (nntp-server-to-method-cache): New variable.
14009 (nntp-group-pathname): New function that decodes non-ASCII group names.
14010 (nntp-possibly-create-directory, nntp-marks-changed-p)
14011 (nntp-save-marks, nntp-open-marks): Use it.
14012 (nntp-possibly-create-directory, nntp-open-marks):
14013 Bind file-name-coding-system to nnmail-pathname-coding-system.
14014 (nntp-open-marks): Decode group names when bootstrapping marks.
14016 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
14017 Newsgroups and Followup-To headers.
14019 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
14021 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14022 (gnus-server-closed-face, gnus-server-denied-face)
14023 (gnus-server-offline-face): Remove variable.
14024 (gnus-server-font-lock-keywords): Use faces that are not aliases.
14026 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
14027 of modifying message-stack directly for XEmacs.
14029 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
14030 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
14031 if the coding-system argument is nil for XEmacs.
14033 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
14034 mm-charset-override-alist.
14036 * rfc2047.el: Don't require base64; require rfc2045 for the function
14037 rfc2045-encode-string.
14038 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
14039 to quote the parameter value.
14041 2007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
14043 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
14044 form in gnus-group-name-charset-method-alist.
14046 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
14047 overrides the default layout edit-form.
14049 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
14051 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
14053 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
14055 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
14056 as unfetched articles.
14058 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
14060 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
14062 2007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
14064 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
14065 original back end that keeps marks in the local system.
14067 2007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
14069 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
14070 arg of pop-to-buffer for XEmacs.
14071 (gnus-article-read-summary-keys): Ditto; don't restore window
14072 configuration if summary command ends up with neither article buffer
14073 nor summary buffer; describe bindings if summary keys end with C-h.
14075 2007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
14077 * message.el (message-fix-before-sending): Skip raw message part to be
14078 forwarded while checking illegible text.
14079 (message-forward-make-body-mime, message-forward-make-body):
14080 Mark signed or encrypted raw message as having no illegible text.
14082 2007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
14084 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
14085 (gnus-message-with-timestamp-1): New macro.
14086 (gnus-message-with-timestamp): New function.
14087 (gnus-message): Use them.
14089 * nnheader.el (nnheader-message): Use them.
14091 2007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
14093 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
14096 2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
14098 * gnus-agent.el (gnus-agent-fetch-headers)
14099 (gnus-agent-retrieve-headers):
14100 Bind gnus-decode-encoded-address-function to identity.
14102 * nntp.el (nntp-send-xover-command): Recognize an xover command is
14103 available also when the server returns simply a dot.
14105 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
14107 2007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
14109 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
14111 2007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
14113 * gnus-ems.el (gnus-x-splash): Make it work.
14115 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
14118 2007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
14120 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
14121 the front stickiness.
14122 (gnus-article-summary-command-nosave): Correct the order of the
14123 arguments passed to pop-to-buffer.
14124 (gnus-article-read-summary-keys): Ditto; make it work properly when the
14125 summary command ends up with the article buffer.
14127 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
14130 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
14132 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
14134 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
14136 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
14137 * gnus-sum.el (gnus-summary-highlight):
14138 * mail-source.el (mail-source-delete-old-incoming-confirm):
14139 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
14141 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
14143 * gnus-art.el (gnus-mime-view-part-externally)
14144 (gnus-mime-view-part-internally): Fix predicate function passed to
14147 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
14149 * gnus.el (gnus-update-message-archive-method): Add :version.
14151 2007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
14153 * gnus.el (gnus-update-message-archive-method): New variable.
14155 * gnus-start.el (gnus-setup-news): Update saved "archive" method
14156 according to gnus-message-archive-method if
14157 gnus-update-message-archive-method is non-nil.
14159 2007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
14161 * gnus-sum.el (gnus-summary-limit-to-address): New function.
14162 Suggested by Loic Dachary <loic@dachary.org>.
14163 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14165 2007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
14167 * message.el (message-pop-to-buffer): Add switch-function argument.
14168 (message-mail): Pass switch-function argument to it.
14170 2007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
14172 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
14173 Improve doc string.
14175 2007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
14177 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
14178 (gnus-header-content):
14179 * gnus-cite.el (gnus-cite-10):
14180 * gnus-srvr.el (gnus-server-closed):
14181 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
14182 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
14183 (gnus-group-mail-3-empty, gnus-group-mail-low)
14184 (gnus-group-mail-low-empty, gnus-splash):
14185 * message.el (message-header-to, message-header-cc)
14186 (message-header-subject, message-header-other, message-header-name)
14187 (message-header-xheader, message-separator, message-cited-text)
14188 (message-mml): Lighten colors of faces used for dark background.
14190 2007-05-24 Simon Josefsson <simon@josefsson.org>
14192 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
14193 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
14195 2007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
14197 * message.el (message-narrow-to-headers-or-head):
14198 Ignore mail-header-separator in the body.
14200 2007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
14202 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
14203 same as window size.
14205 2007-05-22 Kevin Ryde <user42@zip.com.au>
14207 * message.el (message-font-lock-keywords): Use message-header-xheader
14208 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
14209 ahead of the anything pattern, to get it recognized.
14211 2007-05-12 Michaël Cadilhac <michael@cadilhac.name>
14213 * gnus-sum.el (gnus-articles-to-read)
14214 (gnus-summary-insert-old-articles): Don't truncate group name for
14217 * gnus-util.el (gnus-limit-string): Delete this function.
14219 * gnus-sum.el (gnus-simplify-subject-fully):
14220 Use `truncate-string-to-width' instead.
14222 2007-05-11 Michaël Cadilhac <michael@cadilhac.name>
14224 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
14225 Tell if, on summary exit, the next group has to be selected.
14226 (gnus-summary-exit): Use it.
14228 2007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
14230 * gnus-art.el (gnus-article-mode): Fix comment about displaying
14233 2007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
14235 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
14236 Check if group is not a directory.
14237 (nnfolder-request-expire-articles): Don't delete articles if the target
14238 group is not available.
14240 * nnml.el (nnml-request-create-group): Properly check if group is not a
14242 (nnml-request-expire-articles): Don't delete articles if the target
14243 group is not available.
14245 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
14246 Don't quote characters that are within parentheses.
14248 2007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
14250 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
14251 (gnus-handle-ephemeral-exit): Select article according to it.
14253 2007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
14255 * message.el (message-insert-formated-citation-line): Remove newline.
14256 (message-citation-line-format): Add final \n here so that the user can
14257 avoid a blank line.
14259 2007-05-03 Dan Christensen <jdc@uwo.ca>
14261 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
14262 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
14263 Update lanl/arXiv support.
14265 2007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
14267 * gnus.el: Bump version number.
14269 2007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
14271 * gnus.el (gnus-version-number): Bump version.
14273 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
14275 * gnus.el: No Gnus v0.6 is released.
14277 2007-04-27 Didier Verna <didier@xemacs.org>
14279 * gnus-util.el (gnus-orify-regexp): Move and rename to ...
14280 * gmm-utils.el (gmm-regexp-concat): ... here.
14281 * message.el: Don't require 'gnus-util.
14282 (message-dont-reply-to-names): Handle name change above.
14283 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
14285 2007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
14287 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
14288 since the initial value varies according to the system.
14290 2007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
14292 * mm-util.el (mm-charset-synonym-alist): Defcustom.
14294 2007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
14296 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
14298 2007-04-24 Didier Verna <didier@xemacs.org>
14300 Improve the type of gnus-ignored-from-addresses.
14301 * gnus-util.el (gnus-orify-regexp): New function.
14302 * message.el (gnus-util): Require it.
14303 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
14304 * gnus-sum.el (gnus-ignored-from-addresses): New function.
14305 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
14307 2007-04-24 Didier Verna <didier@xemacs.org>
14310 * gnus-utils.el: Fix some trailing whitespaces.
14312 2007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
14314 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
14315 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
14316 article's Message-ID; refer parent article in summary buffer.
14318 * message.el (message-bounce): Call mime-to-mml.
14320 2007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
14322 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
14324 2007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
14326 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
14327 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
14328 displayed of multipart/alternative part if it is invoked from summary
14331 * mm-view.el (mm-inline-text-html-render-with-w3m)
14332 (mm-inline-text-html-render-with-w3m-standalone)
14333 (mm-inline-render-with-function): Use mail-parse-charset by default.
14335 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
14337 * parse-time.el (parse-time-string-chars): Check if CHAR
14338 is less than the length of parse-time-syntax.
14340 2007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
14342 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
14343 from gnus-newsgroup-processable.
14345 2007-04-16 Didier Verna <didier@xemacs.org>
14347 * gnus-msg.el (gnus-configure-posting-styles):
14348 Handle message-signature-directory properly with :file syntax.
14351 2007-04-11 Didier Verna <didier@xemacs.org>
14353 New user option: message-signature-directory.
14354 * gnus-msg.el (gnus-configure-posting-styles): Support it.
14355 * message.el (message-insert-signature): Ditto.
14356 * message.el (message-signature-file): Doc update.
14357 * message.el (message-signature-directory): New.
14359 2007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
14361 * gnus-msg.el (gnus-inews-yank-articles):
14362 Use message-exchange-point-and-mark instead of exchange-point-and-mark.
14364 2007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
14366 * message.el (message-yank-original): Make sure cited text ends with
14367 newline; don't exchange point and mark.
14369 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
14371 * tls.el (open-tls-stream): Properly handle case where there
14372 is no associated buffer.
14374 2007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
14376 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
14377 message-yank-original, make sure (< mark TEXT point).
14379 2007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
14381 * message.el (message-fill-column): New variable.
14382 (message-mode): Use it. Add comment on a possible new hook.
14384 * nnmail.el (nnmail-spool-file): Mark as obsolete.
14385 (nnmail-get-new-mail): Reformat.
14387 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
14389 * gmm-utils.el: Fix Commentary.
14390 (gmm-tool-bar-from-list): Fix typo in doc string.
14392 2007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
14394 * message.el (message-yank-original): Don't switch point and mark
14395 unnecessarily to put point and mark as documented.
14397 2007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
14399 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
14400 from the message heads.
14402 2007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
14404 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
14405 article buffer does not have a window. This may not be the best
14406 solution but is certainly better than setting the start of the null,
14407 that is the current, window.
14409 2007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
14411 * gnus-draft.el (gnus-draft-setup-hook): New hook.
14412 (gnus-draft-setup): Run it.
14414 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
14415 gnus-score-fast-scoring. Allow regexp.
14416 (gnus-score-headers): Use it.
14418 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
14421 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
14423 (gnus-button-alist): Also catch `<f1> k ...'.
14424 (gnus-treat-display-x-face): Fix doc string.
14426 2007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14428 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
14429 evaluation of gnus-extended-version to ensure correct generation of the
14430 User-Agent header when message-generate-headers-first is used.
14432 2007-03-24 Simon Josefsson <simon@josefsson.org>
14434 * hashcash.el (hashcash-generate-payment-async): Don't crash if
14435 hashcash-path is nil. Don't call callback with incorrect number of
14436 parameters if val is 0.
14438 2007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14440 * message.el (message-required-news-headers):
14441 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
14443 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
14445 * message.el (message-generate-new-buffers): Change the meaning of the
14446 nil value; add `standard' to the choices; treat t as `unique'; improve
14448 (gnus-select-frame-set-input-focus): Autoload.
14449 (message-buffer-name): Search for the existing message buffer if
14450 message-generate-new-buffers is nil or `standard'; treat the value t of
14451 message-generate-new-buffers as `unique'.
14452 (message-pop-to-buffer): Raise the frame already displaying the message
14453 buffer; clear the echo area after querying.
14454 (message-setup): Pass the `continue' argument to compose-mail.
14455 (message-mail): Prefer `switch-function' if it is given; search for the
14456 existing message buffer if the `continue' argument is non-nil; pass
14457 continue and switch-function arguments to compose-mail by way of
14459 (message-mail-other-window): Adjust argument of message-setup.
14460 (message-mail-other-frame): Ditto.
14462 2007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
14464 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
14465 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
14466 to turn font-lock on when turning gnus-message-citation-mode on.
14468 2007-03-06 Daiki Ueno <ueno@unixuser.org>
14470 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
14471 (mml-smime-function-alist): New variable; add epg as the backend.
14472 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
14473 mml-smime- functions instead.
14474 * mm-view.el: Require smime.
14476 2007-03-05 Didier Verna <didier@xemacs.org>
14478 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
14479 instead of just inheritance for posting styles.
14480 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
14482 2007-02-24 John Paul Wallington <jpw@pobox.com>
14484 * tls.el (tls-certtool-program): Fix custom type.
14486 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
14488 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
14489 and point-at-eol instead of line-(beginning|end)-position.
14491 * assistant.el (assistant-parse-buffer): Ditto.
14493 2007-02-28 Daiki Ueno <ueno@unixuser.org>
14495 * mml2015.el (mml2015-epg-find-usable-key): New function.
14496 (mml2015-epg-sign): Use it.
14497 (mml2015-epg-encrypt): Use it.
14499 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
14501 * message.el (message-make-in-reply-to): Quote name containing
14502 non-ASCII characters. It will make the RFC2047 encoder cause an error
14503 if there are special characters. Reported by NAKAJI Hiroyuki
14504 <nakaji@jp.freebsd.org>.
14506 2007-02-27 Didier Verna <didier@xemacs.org>
14508 Include the group parameters as well as the topic ones in the
14509 inheritance filter process.
14510 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
14511 argument GROUP-PARAMS-LIST.
14512 * gnus-topic.el (gnus-group-topic-parameters): Use it.
14514 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
14516 * nntp.el (nntp-never-echoes-commands)
14517 (nntp-open-connection-functions-never-echo-commands): New variables.
14518 (nntp-send-command): Use them.
14520 2007-02-20 Daiki Ueno <ueno@unixuser.org>
14522 * mml2015.el (mml2015-epg-verify): Simplify.
14524 2007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
14526 * mml.el (mml-content-disposition-alist): New user option.
14527 (mml-content-disposition): New function.
14528 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
14529 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
14531 2007-02-19 Daiki Ueno <ueno@unixuser.org>
14533 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
14536 2007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14538 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
14539 articles posted in the last 24 hours.
14541 2007-02-14 Chong Yidong <cyd@stupidchicken.com>
14543 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
14545 2007-02-14 Michaël Cadilhac <michael@cadilhac.name>
14547 * nntp.el (nntp-send-command): Don't wait for echoes when
14548 nntp-open-ssl-stream is used.
14550 2007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
14552 * gnus-cite.el (gnus-test-font-lock-add-keywords)
14553 (gnus-message-add-citation-keywords)
14554 (gnus-message-remove-citation-keywords): Remove.
14555 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
14556 directly, make the variables in font-lock-defaults buffer-local, add
14557 gnus-message-citation-keywords to them and then update the value of
14558 font-lock-keywords.
14560 2007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
14562 * message.el (message-cite-original-1): Don't call
14563 gnus-article-highlight-citation.
14565 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
14566 citations; fix line count.
14568 2007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
14570 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
14571 (gnus-message-add-citation-keywords)
14572 (gnus-message-remove-citation-keywords): Use it; fix the emulating
14573 versions of font-lock-add-keywords and font-lock-remove-keywords to
14574 work with XEmacs correctly.
14576 2007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
14578 * gnus-cite.el (gnus-cite-face-list): Set the values of
14579 gnus-message-max-citation-depth and gnus-message-citation-keywords.
14580 (gnus-message-max-citation-depth): Use defvar rather than defconst.
14581 (gnus-message-cite-prefix-regexp): New variable.
14582 (gnus-message-search-citation-line): Use it; protect against long
14583 citation prefix; fill match data with nil rather than 0 for XEmacs; set
14584 the 0th match data for Emacs.
14585 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
14586 (gnus-message-add-citation-keywords): Append keywords rather than
14587 prepending; emulate font-lock-add-keywords if it is not available.
14588 (gnus-message-remove-citation-keywords):
14589 Emulate font-lock-remove-keywords if it is not available.
14591 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
14593 * message.el (message-cite-prefix-regexp): Set the value of
14594 gnus-message-cite-prefix-regexp.
14596 2007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14598 * nnweb.el (nnweb-google-parse-1): Update parser.
14600 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
14602 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
14604 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14606 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
14609 2007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
14611 * uudecode.el (uudecode-string-to-multibyte): New function emulating
14612 string-to-multibyte.
14613 (uudecode-decode-region-internal): Use it.
14615 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
14617 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
14620 * gnus-art.el (gnus-signature-limit): Fix custom choice.
14622 2007-01-22 Daiki Ueno <ueno@unixuser.org>
14624 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
14626 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
14627 `write-region' to respect `mm-inhibit-file-name-handlers'.
14629 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
14631 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
14632 Use gnus-home-directory instead of "~/" or "$HOME".
14634 2007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
14636 * encrypt.el (encrypt-insert-file-contents): Add better prompt
14637 to mention filename.
14638 Add comments at beginning regarding usage.
14639 (encrypt-write-file-contents): Change interactive so a string is
14640 acceptable. If the file has no associated model, show an error instead
14641 of a nonsense prompt.
14643 2007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
14645 * spam.el (spam-bsfilter-ham-switch): Fix typo.
14646 Thanks to Yoshihiko Yamada for kind notification of this typo.
14648 2007-01-12 Kenichi Handa <handa@m17n.org>
14650 * uudecode.el (uudecode-decode-region-internal): Make it work in a
14653 2007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
14655 * gnus-score.el (gnus-score-fast-scoring): New variable.
14656 (gnus-score-headers): Use it.
14658 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
14660 * message.el (message-cite-original-1):
14661 Call gnus-article-highlight-citation if requested.
14662 (message-make-from): Allow name and address as optional arguments.
14664 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
14666 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
14667 bugs to doc string.
14668 (gnus-button-alist): Add mid\\|message-id.
14669 (gnus-button-fetch-group): Extend for use in
14670 `browse-url-browser-function'.
14671 (gnus-button-url-regexp): Try to catch paired parentheses like in
14674 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
14675 Suggested by Simon Krahnke <overlord@gmx.li>.
14677 2007-01-13 Romain Francoise <romain@orebokech.com>
14679 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
14682 2007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
14684 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
14686 2007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
14688 * gnus-registry.el (gnus-registry-unfollowed-groups)
14689 (gnus-registry-split-fancy-with-parent): Fix documentation.
14691 2007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
14693 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
14696 2006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
14698 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
14699 Xref urls. Erase buffer before requesting head.
14701 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
14703 2007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
14705 * gnus-soup.el (gnus-soup): New custom group. Make user variables
14708 2007-01-05 Daiki Ueno <ueno@unixuser.org>
14710 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
14711 no signing key is found.
14712 (mml2015-epg-encrypt): Ask user whether to skip or abort if
14713 no encrypting and/or signing key is found.
14715 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
14717 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
14719 2007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14721 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
14722 headers read from disk with the ones newly found in the current search.
14723 This should no longer cause problems, because the article numbers in
14724 Gmane's `nov.php' output are ignored since the previous change.
14726 2007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14728 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
14730 2007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
14732 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
14734 2007-01-01 Romain Francoise <romain@orebokech.com>
14736 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
14738 2006-12-31 Steve Youngs <steve@sxemacs.org>
14740 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
14741 `define-minor-mode' macro definition expanded properly.
14742 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
14745 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
14746 of 2006-12-30. The default is nil on (S)XEmacs already because of the
14748 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
14749 This is OK to autoload in (S)XEmacs now.
14751 2006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
14753 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
14755 (gnus-summary-limit-to-singletons): Fix typo.
14757 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
14760 2006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14762 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
14765 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
14766 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
14767 (gnus-summary-insert-dormant-articles): Fix typo in message.
14769 2006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
14771 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
14773 (gnus-message-citation-mode): Don't autoload in XEmacs.
14775 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
14777 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
14779 * nnimap.el (nnimap-expunge-search-string):
14780 Mention nnimap-search-uids-not-since-is-evil in docstring.
14782 2006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
14784 * spam.el: Revert to make-obsolete-variable because
14785 define-obsolete-variable-alias is not supported in Emacs 21.
14787 * spam.el (spam-ifile-path, spam-ifile-database-path)
14788 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
14789 make-obsolete-variable.
14790 (spam-bsfilter-path, spam-bsfilter-program)
14791 (spam-spamassassin-path, spam-spamassassin-program)
14792 (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
14793 Don't use "path" inappropriately.
14794 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
14795 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
14798 2006-12-28 Daiki Ueno <ueno@unixuser.org>
14800 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
14803 * password.el (password-cache-remove): Use clear-string to burn
14804 password, if available.
14806 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
14808 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
14810 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
14812 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
14813 (gnus-message-highlight-citation): Move defcustom here from
14815 (gnus-message-citation-mode): Autoload.
14817 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
14818 checks to make it compile with XEmacs.
14819 (gnus-message-citation-mode): New minor mode.
14820 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
14821 (gnus-message-highlight-citation): New variables.
14822 (gnus-message-search-citation-line)
14823 (gnus-message-add-citation-keywords)
14824 (gnus-message-remove-citation-keywords)
14825 (turn-on-gnus-message-citation-mode)
14826 (turn-off-gnus-message-citation-mode): New functions.
14828 2006-12-26 Oliver Scholz <epameinondas@gmx.de>
14830 * gnus-cite.el: Enable highlighting of different citation levels in
14833 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
14835 * message.el (message-make-fqdn): Fix comment.
14836 (message-bogus-system-names): Add ".local".
14838 * spam.el (spam-ifile-path, spam-ifile-program)
14839 (spam-ifile-database-path, spam-ifile-database)
14840 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
14841 Don't use "path" inappropriately.
14842 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
14844 (spam-check-ifile, spam-ifile-register-with-ifile)
14845 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
14846 Use new variable names.
14848 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
14849 (gnus-treat-display-smileys): Simplify using
14850 gnus-image-type-available-p.
14852 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
14855 2006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
14857 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
14858 one after turning on the buffer's multibyteness instead of decoding
14859 them directly in the unibyte buffer that causes unexpected conversion
14860 in Emacs 23 (unicode).
14862 2006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14864 * message.el (message-generate-hashcash): Fix custom type.
14866 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
14868 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
14870 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
14872 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
14873 disconnect icons. Add help text.
14875 2006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
14877 * spam.el (spam-extra-header-to-number): CRM114 spam score is
14878 negated to be consistent with the others we handle.
14880 2006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
14882 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
14883 version of gnus-summary-buffer to something, so that we can use two
14884 article buffers at the same time.
14886 2006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
14888 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
14889 trigger all the extra headers.
14890 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
14893 2006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14895 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
14898 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
14900 * legacy-gnus-agent.el: Add Copyright notice.
14902 2006-12-12 Chong Yidong <cyd@stupidchicken.com>
14904 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
14906 2006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
14908 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
14910 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
14911 to make it work reliably in CVS Emacs.
14912 (gnus-summary-limit-strange-charsets-predicate)
14913 (gnus-summary-limit-to-predicate): New functions.
14915 2006-12-08 Chong Yidong <cyd@stupidchicken.com>
14917 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
14918 specifying array size.
14919 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
14920 array if it is too small.
14921 (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
14922 (gnus-sort-threads-loop): New function.
14924 2006-12-06 Chris Moore <dooglus@gmail.com>
14926 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
14927 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
14929 2006-12-04 Jouni K. Seppänen <jks@iki.fi>
14931 * mm-url.el (mm-url-predefined-programs): Call curl with correct
14934 2006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
14936 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
14937 DOS-ing the recipient.
14939 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
14940 the headers when creating the mapping to avoid mismappings.
14941 (nnweb-gmane-create-mapping): Always nix out old mapping.
14943 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
14945 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
14946 and mm-verify-option to never.
14948 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
14950 * message.el (message-signed-or-encrypted-p): New function.
14951 (message-forward-make-body): Use it.
14953 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
14954 Replace encode-coding-string with mm-encode-coding-string.
14956 2006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
14958 * nneething.el (nneething-decode-file-name):
14959 Replace decode-coding-string with mm-decode-coding-string.
14961 * gnus-int.el (gnus-open-server): Say failed server's name.
14963 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
14965 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
14966 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
14968 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
14969 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
14970 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
14971 (gnus-group-make-directory-group, gnus-group-transpose-groups):
14972 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
14973 (gnus-subscribe-newsgroup, gnus-1):
14974 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
14975 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
14976 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
14977 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
14979 2006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
14981 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
14983 (gnus-summary-limit-to-bodies): Implement headersp.
14985 2006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
14987 * dns.el (query-dns): Protect against "Process dns deleted" strings.
14989 2006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
14991 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
14993 2006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
14995 * message.el (message-generate-hashcash): Expand range of values to
14996 include `opportunistic'.
14997 (message-send-mail): Use it.
14999 2006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15001 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
15004 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
15006 2006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
15008 * gnus-util.el (gnus-extract-address-components): Improve comment.
15010 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
15012 * gnus-util.el (gnus-extract-address-components): Work with address in
15013 which the name portion contains @.
15015 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
15017 * gnus.el (gnus-start): Move custom group up.
15018 (gnus-select-method): Don't autoload, but make it available for
15019 `customize-variable'.
15020 (gnus-getenv-nntpserver): Don't autoload.
15022 2006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
15024 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
15026 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
15028 * message.el (message-sendmail-extra-arguments): New variable.
15029 (message-send-mail-with-sendmail): Use it.
15031 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
15033 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
15034 mm-with-unibyte-current-buffer to make string unibyte.
15036 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
15037 mm-string-as-multibyte.
15039 2006-11-14 Daiki Ueno <ueno@unixuser.org>
15041 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
15042 Reported by Werner Koch <wk@gnupg.org>.
15044 2006-11-14 Daiki Ueno <ueno@p360>
15046 * mml2015.el: Autoload epa-select-keys when compiling.
15048 2006-11-13 Daiki Ueno <ueno@unixuser.org>
15050 * mml2015.el (mml2015-epg-sign): Save the signing keys in
15052 (mml2015-epg-encrypt): Save the recipient keys in message-options.
15054 2006-11-13 Daiki Ueno <ueno@unixuser.org>
15056 * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
15058 (mml2015-always-trust): New user option.
15059 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
15062 2006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
15064 * nntp.el (nntp-authinfo-force): New variable.
15065 (nntp-send-authinfo): Use it.
15067 2006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
15069 * message.el (message-strip-subject-encoded-words): Allow _not_ to
15070 decode encoded words. Improve prompt. Add comment about forwarding.
15071 (message-replacement-char): Move up.
15073 2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
15075 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
15076 instead of gnus-intersection because arguments of gnus-sorted-nunion
15077 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
15079 2006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
15081 * message.el (message-strip-subject-encoded-words): Reformat prompt.
15082 (message-simplify-subject-functions):
15083 Enable message-strip-subject-encoded-words by default.
15085 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
15087 * message.el (message-strip-subject-encoded-words): New function.
15088 (message-simplify-subject-functions): New variable.
15089 (message-simplify-subject): Use it. Fix typo in doc string.
15090 Support message-strip-subject-encoded-words.
15092 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
15094 * gnus-diary.el (gnus-diary-delay-format-function):
15095 * nndiary.el (nndiary-reminders):
15096 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
15098 2006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
15100 * gnus-art.el (article-hide-boring-headers): Fetch date from
15101 gnus-original-article-buffer to avoid problems with localized date
15104 2006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
15106 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
15108 2006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
15110 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
15112 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
15113 (mm-charset-synonym-alist): Move some entries to
15114 mm-codepage-iso-8859-list.
15115 (mm-charset-synonym-alist, mm-charset-override-alist):
15116 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
15118 2006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
15120 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
15122 2006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
15124 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
15125 with Emacs 21 and XEmacs.
15127 2006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
15129 * spam.el (spam-parse-address): New function for better parsing,
15130 catching errors, etc.
15131 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
15133 2006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
15135 * mm-view.el: Add interactive arg to html2text autoload.
15137 2006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
15139 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
15141 2006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
15143 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
15145 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
15146 (mm-charset-synonym-alist): Move some entries to
15147 mm-codepage-iso-8859-list.
15149 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
15151 2006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
15153 * message.el (message-citation-line-format)
15154 (message-insert-formated-citation-line): Fix implementation of %E, %N
15155 and %n according to the doc string.
15157 2006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
15159 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
15160 Use car-safe to avoid bad parses.
15162 2006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
15164 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
15167 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
15169 2006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
15171 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
15174 * message.el (message-draft-headers): Add Date.
15175 (message-headers-to-generate): Fix typo in docstring.
15177 * nndraft.el (nndraft-required-headers): New variable.
15178 (nndraft-generate-headers): Use it.
15180 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
15182 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
15184 * gnus-registry.el (gnus-registry-wash-for-keywords)
15185 (gnus-registry-find-keywords): New functions to allow easy searching of
15186 articles that are in the registry.
15188 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
15190 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
15191 Use ietf-drums-parse-address instead of gnus-extract-address-components.
15192 Reported by Damien Elmes <damien@repose.cx>.
15194 2006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
15196 * gnus.el (gnus-mime): Remove unused custom group.
15198 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15200 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
15201 "blank line" when searching for end of armor headers.
15203 2006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
15205 * gmm-utils.el (gmm-write-region): Fix variable name.
15207 2006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
15209 * gmm-utils.el (gmm-write-region): New function based on compatibility
15210 code from `mm-make-temp-file'.
15212 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
15214 * nnmaildir.el (nnmaildir--update-nov)
15215 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
15216 Use `gmm-write-region'.
15218 2006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
15220 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
15221 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
15223 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
15225 * message.el (message-replacement-char): New variable.
15226 (message-fix-before-sending): Use it.
15227 (message-simplify-subject): New function to remove duplicate code.
15228 (message-reply, message-followup): Use it.
15230 * gnus-sum.el (gnus-summary-make-menu-bar):
15231 Clarify gnus-summary-limit-to-articles.
15233 2006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
15235 * gnus-util.el (gnus-with-local-quit): New macro.
15237 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
15239 2006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
15241 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
15242 ignore non-string data.
15244 2006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
15246 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
15247 non-string data (needs to be done in the registry too).
15249 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
15251 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
15252 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
15253 (gnus-registry-split-fancy-with-parent)
15254 (gnus-registry-fetch-simplified-message-subject-fast)
15255 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
15256 Remove text properties on ingress into the registry and when it's saved.
15257 (gnus-registry-clean-empty-function): Fix bug with cleaning the
15258 registry from entries with no groups.
15260 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
15262 * gnus-util.el (gnus-string-remove-all-properties): Add utility
15263 function to remove string properties.
15265 2006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
15267 * gmm-utils.el (gmm): Adjust custom version.
15269 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
15270 Adjust custom version.
15272 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
15274 2006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
15276 * gnus-art.el (gnus-insert-prev-page-button)
15277 (gnus-insert-next-page-button): Simplify. Reformat.
15279 2006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
15281 * gnus-art.el (gnus-insert-prev-page-button)
15282 (gnus-insert-next-page-button): Apply gnus-article-button-face.
15284 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
15286 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
15288 2006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
15290 * gnus-art.el (gnus-insert-mime-button)
15291 (gnus-insert-mime-security-button):
15292 Apply gnus-article-button-face to MIME and security buttons.
15294 2006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
15296 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
15299 2006-09-20 Steve Youngs <steve@sxemacs.org>
15301 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
15302 `browse-url-of-file' instead of `browse-url'.
15304 2006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15306 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
15307 regexp. Articles containing quotation were cut prematurely.
15309 2006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
15311 * message.el (message-cite-original-1): Use nobody by default for the
15312 value of From header.
15313 (message-reply): Ditto.
15315 2006-09-11 Daiki Ueno <ueno@unixuser.org>
15317 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
15318 to the gnus-info. This fixes a bug of inline-PGP message verification.
15319 Reported by Michael Piotrowski <mxp@dynalabs.de>.
15321 2006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
15323 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
15324 mails in the doc string. Add some URLs in comment.
15325 (pop3-movemail): Warn about pop3-leave-mail-on-server.
15327 2006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
15329 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
15330 backslashes handling and the way to find boundaries of quoted strings.
15332 2006-09-07 Daiki Ueno <ueno@unixuser.org>
15334 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
15335 mml1991-encrypt-to-self is set and mml1991-signers is not set.
15336 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
15337 mml2015-encrypt-to-self is set and mml2015-signers is not set.
15339 2006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
15341 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
15343 (gnus-button-regexp, gnus-button-last): Remove unused variables.
15345 2006-09-06 Simon Josefsson <jas@extundo.com>
15347 * mml2015.el (mml2015-use): Doc fix, mention epg.
15349 2006-09-06 Daiki Ueno <ueno@unixuser.org>
15351 * mml2015.el (mml2015-use): Default to epg, if available.
15353 2006-09-06 Daiki Ueno <ueno@unixuser.org>
15355 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
15357 (mml1991-epg-encrypt): Ditto.
15358 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
15360 (mml2015-epg-encrypt): Ditto.
15362 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
15364 * message.el (message-send-mail-with-sendmail): Look for sendmail in
15365 several common directories.
15367 2006-09-05 Daiki Ueno <ueno@unixuser.org>
15369 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
15370 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
15372 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
15374 * gnus-art.el (article-decode-encoded-words): Make it fast.
15376 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
15378 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
15380 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
15381 in quoted string into `\'.
15383 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
15385 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
15386 Use standard-syntax-table.
15388 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
15390 * gnus-art.el (gnus-decode-address-function): New variable.
15391 (article-decode-encoded-words): Use it to decode headers which are
15392 assumed to contain addresses.
15393 (gnus-mime-delete-part): Remove useless `or'.
15395 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
15396 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
15397 (gnus-nov-parse-line): Use it to decode From header.
15398 (gnus-get-newsgroup-headers): Ditto.
15399 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
15401 * mail-parse.el (mail-decode-encoded-address-region): New alias.
15402 (mail-decode-encoded-address-string): New alias.
15404 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
15406 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
15407 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
15408 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
15409 (rfc2047-decode-string): Ditto.
15410 (rfc2047-decode-address-region): New function.
15411 (rfc2047-decode-address-string): New function.
15413 2006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
15415 * message.el (message-caesar-buffer-body): Allow rotating headers.
15417 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
15419 * message.el (message-insert-formated-citation-line): Fix %f.
15420 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
15422 2006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
15424 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
15425 (gnus-bookmark-mouse-available-p): New macro.
15426 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
15427 (gnus-bookmark-bmenu-show-infos): Use it.
15428 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
15429 (gnus-bookmark-bmenu-hide-infos): Ditto.
15430 (gnus-bookmark-remove-properties): New function.
15431 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
15432 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
15433 (gnus-bookmark-write-file): Bind coding-system-for-write.
15434 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
15435 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
15436 group before selecting it.
15437 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
15438 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
15439 quit-window if it is not available; use gnus-mouse-2 and bind it to
15440 gnus-bookmark-bmenu-select-by-mouse.
15441 (gnus-bookmark-show-details): Remove unused variable `details-list'.
15442 (gnus-bookmark-bmenu-select-by-mouse): New function.
15444 2006-08-13 Romain Francoise <romain@orebokech.com>
15446 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
15449 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
15451 * compface.el (uncompface): Use binary rather than raw-text-unix.
15453 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
15455 * compface.el (uncompface): Make sure the eol conversion doesn't take
15456 place when communicating with the external programs.
15457 Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15459 2006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
15461 * nnheader.el (nnheader-insert-head): Fix typo in comment.
15463 2006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15465 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
15466 Make it more robust by parsing author and date independently.
15468 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
15470 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
15472 2006-07-28 Daiki Ueno <ueno@unixuser.org>
15474 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
15475 first matching secret key.
15476 (mml2015-epg-encrypt): Ditto.
15478 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
15479 first matching secret key.
15480 (mml1991-epg-encrypt): Ditto.
15482 * mml2015.el (mml2015-encrypt-to-self): New user option.
15483 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
15484 mml2015-epg-encrypt-to-self is set.
15486 * mml1991.el (mml1991-encrypt-to-self): New variable.
15487 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
15488 mml1991-epg-encrypt-to-self is set.
15490 * mml2015.el (mml2015-signers): New user option.
15491 (mml2015-epg-sign): Reflect the value of mml2015-signers.
15492 (mml2015-epg-encrypt): Allow to select signing keys.
15494 * mml1991.el (mml1991-signers): New variable.
15495 (mml1991-epg-sign): Reflect the value of mml1991-signers.
15496 (mml1991-epg-encrypt): Allow to select signing keys.
15498 2006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
15500 * nnheader.el (nnheader-insert-head): Make it work even if the file
15501 uses CRLF for the line-break code.
15503 2006-07-25 Daiki Ueno <ueno@unixuser.org>
15505 * mml2015.el: Require mml-sec instead of password.
15506 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
15507 (mml2015-cache-passphrase): Inherit the default value from
15508 mml-secure-cache-passphrase.
15509 (mml2015-passphrase-cache-expiry): Inherit the default value from
15510 mml-secure-passphrase-cache-expiry.
15512 * mml1991.el: Require mml-sec instead of password.
15513 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
15514 (mml1991-cache-passphrase): Inherit the default value from
15515 mml-secure-cache-passphrase.
15516 (mml1991-passphrase-cache-expiry): Inherit the default value from
15517 mml-secure-passphrase-cache-expiry.
15519 * mml-sec.el: Require password.
15520 (mml-secure-verbose): New user option.
15521 (mml-secure-cache-passphrase): New user option.
15522 (mml-secure-passphrase-cache-expiry): New user option.
15524 2006-07-24 David Smith <davidsmith@acm.org> (tiny change)
15525 Andreas Vögele <andreas@altroot.de> (tiny change)
15527 * pgg-def.el (pgg-truncate-key-identifier):
15528 Truncate the key ID to 8 letters from the end.
15530 2006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15532 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
15533 workaround for the url package included with Emacs.
15535 * nnweb.el (nnweb-google-create-mapping): Update regexp.
15537 2006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
15539 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
15540 correctly. This fixes a bug caused by the 2006-05-12 change.
15542 2006-07-18 Karl Fogel <kfogel@red-bean.com>
15544 * nnmail.el (nnmail-article-group): If splitting raises an error, give
15545 some information about the error when saying that the `bogus' mail
15546 group will be used.
15548 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
15550 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
15553 2006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
15555 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
15557 2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15559 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
15561 2006-07-10 Daiki Ueno <ueno@unixuser.org>
15563 * mml1991.el (mml1991-function-alist): Add epg.
15564 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
15565 (mml1991-epg-encrypt): New functions.
15567 2006-07-10 Daiki Ueno <ueno@unixuser.org>
15569 * mml2015.el (mml2015-verbose): New variable.
15570 (mml2015-cache-passphrase): Ditto.
15571 (mml2015-passphrase-cache-expiry): Ditto.
15572 (mml2015-function-alist): Add epg.
15573 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
15574 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
15575 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
15578 2006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15580 * message.el (message-cite-original-1): Preserve region when removing
15581 quoted text due to X-No-Archive in order to avoid bogus attribution
15582 when citing multiple messages.
15584 2006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15586 * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
15587 Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
15589 2006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
15591 * gnus-diary.el (gnus-user-format-function-d)
15592 (gnus-user-format-function-D): Autoload.
15594 * imap.el (Commentary): Fix typo.
15596 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
15597 2006-04-22 contribution.
15599 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15601 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
15602 It didn't really fix the bogosity I'm seeing with solid web groups.
15604 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15606 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
15607 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
15608 created using server names. If we use the feature without declaring
15609 it, Gnus does not properly manage server and group state.
15611 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
15614 2006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15616 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
15617 looking up the method using GROUP's prefix before inventing a new one.
15618 It is used on killed/unknown groups in various places where returning
15619 an all-new method isn't expected by the caller.
15621 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
15622 and match semantics of gnus-group-real-prefix.
15624 2006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
15626 * nnmail.el (nnmail-broken-references-mailers): New variable.
15627 (nnmail-ignore-broken-references): New function generalizing
15628 nnmail-fix-eudora-headers.
15629 (nnmail-fix-eudora-headers): Now obsolete.
15631 * gnus-art.el (gnus-button-handle-custom):
15632 Support `customize-apropos*'.
15634 2006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
15636 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
15638 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
15641 2006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
15643 * message.el (message-cite-reply-above): New variable.
15644 (message-yank-original): Use it.
15646 2006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
15648 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
15650 2006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
15652 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
15655 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
15657 2006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
15659 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
15660 (gnus-bookmark-default-file): Use gnus-directory.
15661 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
15662 Remove "*" in doc string.
15663 (gnus-bookmark-write-file): Simplify.
15664 (gnus-bookmark-maybe-sort-alist): Use `when'.
15665 (gnus-bookmark-get-bookmark): Fix typo in doc string.
15666 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
15667 Add FIXME about Emacs 21 and XEmacs compatibility.
15668 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
15670 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
15672 (gnus-bookmark-menu-heading): Fix version.
15674 2006-06-19 Bastien Guerry <bzg@altern.org>
15676 * gnus-bookmark.el: New file.
15678 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
15680 * message.el (message-syntax-checks): Doc fix.
15682 2006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15684 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
15685 unsubscribed groups as if they were killed ones. It causes duplicate
15686 entries in gnus-newsrc-alist.
15688 2006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
15690 * message.el (message-syntax-checks): Doc fix.
15691 (message-send-mail): Add check for continuation headers.
15692 (message-check-news-header-syntax): Fix regexp used to check for
15693 continuation headers.
15695 2006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
15697 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
15699 2006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
15701 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
15703 2006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
15705 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
15706 default-truncate-lines.
15708 2006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
15710 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
15711 to fill the utf-8 entry.
15713 2006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15715 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
15717 2006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
15719 * gnus-agent.el (directory-files-and-attributes): Move all the way
15720 forward (the third and final move).
15721 (gnus-agent-read-agentview): Trap reconstruction errors due to
15722 nonexistent directory. Handle by returning nil.
15724 2006-05-30 Didier Verna <didier@xemacs.org>
15726 * message.el (message-dont-reply-to-names): Update the custom type.
15727 * message.el (message-dont-reply-to-names): New defsubst: potentially
15728 convert a list of regexps into a single one.
15729 * message.el (message-get-reply-headers): Use it.
15730 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
15732 2006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
15734 * gnus-agent.el (directory-files-and-attributes): Move forward.
15736 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
15738 * gnus-ml.el (gnus-mailing-list-subscribe)
15739 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
15740 (gnus-mailing-list-message): Fix doc strings.
15742 2006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15744 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
15745 of doing it manually.
15747 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
15749 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
15752 2006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
15754 * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
15755 (gnus-agent-read-agentview): Fix handling of end-of-file error.
15756 (gnus-agent-read-local): All symbols allocated in my-obarray.
15757 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
15758 (gnus-agent-regenerate-group): Check numeric names to see if they are
15759 messages or groups.
15760 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
15761 better way of do this...)
15763 * gnus-cache.el (gnus-agent-total-fetched-for):
15764 Ignore 'dummy.group' (there should be a better way of do this...)
15766 2006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
15768 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
15769 (gnus-saved-headers): Ditto.
15770 (gnus-default-article-saver): Mention functions may have properties.
15771 (gnus-article-save): Override gnus-save-all-headers and
15772 gnus-saved-headers by :headers property which saver function may have.
15773 (gnus-summary-save-in-file): Add :headers property.
15774 (gnus-summary-write-to-file): Ditto.
15776 * gnus-sum.el (gnus-summary-save-article): Bind
15777 gnus-prompt-before-saving to t when saving many articles in a file;
15778 always show all headers.
15780 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
15782 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
15785 * message.el (message-indent-citation): Add optional arguments to allow
15786 using it outside of message buffers.
15788 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
15789 (gnus-article-treat-unfold-headers): Use it.
15790 (gnus-article-truncate-lines): New variable.
15791 (gnus-article-mode): Use it.
15792 (gnus-article-toggle-truncate-lines): New function.
15794 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
15795 Add gnus-article-toggle-truncate-lines.
15797 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
15798 coding system in XEmacs, use binary.
15800 2006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
15802 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
15805 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
15806 this function should save decoded articles.
15807 (gnus-summary-write-to-file): Use property to specify this function
15808 should save decoded articles and specify gnus-summary-save-in-file
15809 should be used to save articles other than the first one when saving
15811 (gnus-summary-save-body-in-file): Use property to specify this
15812 function should save decoded articles.
15813 (gnus-summary-write-body-to-file): Use property to specify this
15814 function should save decoded articles and specify
15815 gnus-summary-save-body-in-file should be used to save articles other
15816 than the first one when saving many articles.
15818 * gnus-sum.el (gnus-summary-save-article): Simplify.
15820 2006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
15822 * gnus-art.el (gnus-default-article-saver):
15823 Add gnus-summary-write-body-to-file.
15824 (gnus-article-save-coding-system): Don't use coding system object
15826 (gnus-read-save-file-name): Add optional `dir-var' argument which
15827 specifies directory in which files are saved; work even if optional
15828 `variable' argument is not specified.
15829 (gnus-summary-write-to-file): Read file name.
15830 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
15831 (gnus-summary-write-body-to-file): New function.
15833 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
15834 (gnus-summary-local-variables): Add it.
15835 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
15836 (gnus-summary-save-article): Remove optional `decode' argument;
15837 determine whether to decode articles by the value of
15838 gnus-default-article-saver; when saving many files using
15839 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
15840 it first and use gnus-summary-save-in-file or
15841 gnus-summary-save-body-in-file thereafter unless
15842 gnus-prompt-before-saving is always; move point to article which
15844 (gnus-summary-save-article-file): Revert.
15845 (gnus-summary-write-article-file): Revert.
15846 (gnus-summary-save-article-body-file): Revert.
15847 (gnus-summary-write-article-body-file): New function.
15849 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
15851 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
15853 2006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
15855 * gnus-art.el (gnus-default-article-saver): Doc fix.
15856 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
15857 from gnus-summary-save-article-coding-system, and default to a
15858 certain coding system.
15859 (gnus-output-to-file): Add coding cookie and encode text according
15860 to gnus-article-save-coding-system; don't use mm-append-to-file.
15862 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
15863 gnus-art.el and rename to gnus-article-save-coding-system.
15864 (gnus-summary-save-article): Require gnus-art; don't show all
15865 headers if it decodes articles; don't add coding cookie here;
15866 don't bind mm-text-coding-system-for-write.
15867 (gnus-summary-save-article-file): Save decoded articles.
15868 (gnus-summary-write-article-file): When saving many files, use
15869 gnus-summary-write-to-file first and gnus-summary-save-in-file
15870 thereafter unless gnus-prompt-before-saving is always.
15871 (gnus-summary-save-article-body-file): Save decoded articles.
15873 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
15875 * nnrss.el (nnrss-check-group): Bind hash-index.
15877 2006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
15879 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
15880 its hash index. Store this hash in `nnrss-group-data'.
15881 (nnrss-read-group-data): Update accordingly.
15883 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
15885 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
15888 * gnus-sum.el (gnus-summary-make-menu-bar):
15889 Add gnus-article-browse-html-article.
15891 2006-05-23 Hynek Schlawack <hynek@ularx.de>
15893 * gnus-sum.el (gnus-summary-mime-map):
15894 Add gnus-article-browse-html-article.
15896 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
15898 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
15899 suitable coding systems in customize.
15901 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
15903 * mail-source.el (mail-sources): Fix custom type.
15905 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
15907 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
15908 (gnus-summary-expire-articles-now): Shorten prompt.
15910 * gmm-utils.el (wid-edit): Require.
15911 (defun-gmm): Rename from `gmm-defun-compat'.
15912 (gmm-image-search-load-path): Use it.
15913 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
15915 2006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
15917 * gnus-sum.el (gnus-summary-save-article-coding-system):
15919 (gnus-summary-save-article): Add optional `decode' argument.
15920 If it is set and gnus-summary-save-article-coding-system is non-nil,
15921 save decoded article.
15922 (gnus-summary-write-article-file): Save decoded article if
15923 gnus-summary-save-article-coding-system is non-nil.
15925 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
15928 2006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
15930 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
15932 2006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
15934 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
15935 first to test gnus-single-article-buffer which may be buffer-local.
15937 * gnus-sum.el (gnus-summary-setup-buffer):
15938 Make gnus-single-article-buffer buffer-local and nil in ephemeral
15939 group; make gnus-article-buffer, gnus-article-current, and
15940 gnus-original-article-buffer always buffer-local.
15941 (gnus-summary-exit): Kill article buffer belonging to ephemeral
15943 (gnus-handle-ephemeral-exit): Don't move to next summary line.
15945 2006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
15947 * nnml.el (nnml-request-compact-group): Compressed files might not
15948 have .gz extension.
15950 2006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
15952 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
15953 (mm-copy-to-buffer): Use with-current-buffer.
15954 (mm-display-part): Simplify.
15955 (mm-inlinable-p): Add optional arg `type'.
15957 2006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
15959 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
15960 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
15961 Try harder to show the attachment internally or externally using
15962 gnus-mime-view-part-as-type.
15964 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
15966 * message.el (message-from-style, message-signature-separator)
15967 (message-user-organization-file, message-send-mail-function)
15968 (message-citation-line-function, message-yank-prefix)
15969 (message-indent-citation-function, message-signature)
15970 (message-signature-file, message-signature-insert-empty-line):
15973 * gnus-art.el (gnus-buttonized-mime-types):
15974 Remove "multipart/signed". Revert 2006-04-26 change.
15976 2006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
15978 * gnus.el (gnus-version-number): Bump version.
15980 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
15982 * gnus.el: No Gnus v0.5 is released.
15984 2006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15986 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
15987 fetching articles by message-id.
15989 2006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
15991 * message.el (hashcash): Require hashcash as normal.
15993 * ecomplete.el (ecomplete-highlight-match-line):
15995 (ecomplete-highlight-match-line): Use `highlight', because that
15996 face exists in both Emacs and XEmacs.
15998 * message.el (message-display-abbrev): Use point-at-bol.
16000 * mail-source.el: Don't require timer/timer-funcs.
16002 * gnus-async.el: Ditto.
16004 * password.el: Ditto.
16006 * mm-url.el: Ditto.
16008 * mm-util.el: Require timer/timer-funcs.
16010 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16012 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
16015 2006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
16017 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
16018 unibyte after clear-decrypt function runs.
16020 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
16021 returns as a unibyte string.
16023 2006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
16025 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
16026 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
16027 (mml1991-pgg-encrypt): Ditto.
16029 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
16031 * message.el (message-user-organization-file): Check several
16032 locations of the organization file.
16034 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
16035 Add gnus-article-view-part-as-type.
16037 * gnus-art.el (gnus-article-view-part-as-type): New function.
16039 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
16040 .mobi and .travel. Remove .nato, .bitnet and .uucp.
16042 * mml.el: Simplify autoload.
16043 (mml-mode): defvar dnd-protocol-alist instead of using
16045 (mml-default-directory): New variable.
16046 (mml-minibuffer-read-file): Use it.
16047 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
16049 * message.el (message-citation-line-format): New variable.
16050 (message-insert-formated-citation-line): New function.
16051 (message-citation-line-function):
16052 Add `message-insert-formated-citation-line' to custom type.
16054 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
16057 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
16058 depending on mm-verify-option.
16060 2006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
16062 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
16063 binding pgg-* variables; reimplement the section which prevents
16064 MIME header from being signed.
16065 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
16066 pgg-text-mode; remove a blank line at the top of body.
16068 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
16069 lines at the top of body; use gnus-newsgroup-charset if there's no
16072 2006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
16074 * message.el (message-self-insert-commands): Doc fix.
16076 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
16077 (mm-uu-pgp-encrypted-test): Ditto.
16078 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
16079 between header and body; return application/pgp-encrypted handle
16080 if decryption failed; decode decrypted body by charset.
16082 * mm-decode.el (mm-automatic-display): Don't make application/pgp
16083 element match to application/pgp-*.
16085 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16087 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
16090 2006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
16092 * mail-source.el (mail-source-call-script): Message the error
16095 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
16097 * gnus-util.el (gnus-byte-compile): Use it.
16099 2006-04-22 xyblor <fake@invalid.email> (tiny change)
16101 * gnus-util.el (kill-empty-logs): New function.
16103 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
16105 * message.el (message-mail-alias-type): Doc fix.
16106 (message-mail-alias-type-p): New function.
16107 (message-send): Use it.
16108 (message-mode): Ditto.
16109 (message-strip-forbidden-properties): Ditto.
16111 * ecomplete.el (ecomplete-database-file-coding-system):
16113 (ecomplete-save): Use it.
16114 (ecomplete-setup): Use it.
16116 2006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
16118 * message.el (message-self-insert-commands): New variable.
16119 (message-strip-forbidden-properties): Use it.
16121 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
16123 * message.el (message-put-addresses-in-ecomplete): Use a regexp
16124 that doesn't make XEmacs choke.
16126 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
16128 * gnus-util.el (gnus-replace-in-string):
16129 Prefer replace-regexp-in-string over of replace-in-string.
16131 2006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
16133 * gnus-util.el (gnus-select-frame-set-input-focus):
16134 Use select-frame-set-input-focus if it is available in XEmacs; use
16135 definition defined in Emacs 22 for old Emacsen.
16137 2006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
16139 * mm-view.el (mm-inline-text): Use equal instead of equalp.
16141 2006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
16143 * gnus-registry.el (gnus-registry-cache-save): Remove text
16144 properties when saving via the temp buffer.
16146 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
16148 * message.el (message-generate-hashcash): Honor custom type.
16150 2006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
16152 * message.el (message-generate-hashcash): Default to non-nil when
16155 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
16156 (gnus-refer-thread-limit): Increase default to 500.
16158 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
16160 * flow-fill.el (fill-flowed): Allow delete-space.
16162 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
16164 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16165 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
16168 2006-04-18 Simon Josefsson <jas@extundo.com>
16170 * message.el (message-generate-hashcash): Default to.
16172 2006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
16174 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16175 concatenating segments rather than before concatenating them.
16177 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
16179 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
16181 * imap.el (imap-quote-specials): New function.
16182 (imap-login-auth): Quote specials.
16184 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
16186 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
16188 * message.el (message-forward-make-body-plain):
16189 Allow message-forward-ignored-headers to be a list.
16190 (message-remove-ignored-headers): Factor out into function.
16191 (message-forward-make-body-mml): Use it.
16192 * rfc2231.el (rfc2231-parse-string): Remove dead code.
16193 (rfc2231-parse-string): Allow concatanation of parameters that
16194 aren't contiguous. The test case is
16195 (mail-header-parse-content-type "message/external-body;
16196 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
16197 access-type=LOCAL-FILE;
16198 name*1*=plugh%2fhello-sailor%2fbing.pdf")
16200 2006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
16202 * nntp.el (nntp-accept-process-output): Return the value of
16203 `nnheader-accept-process-output'.
16205 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
16207 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
16208 (gnus-button-alist): Recognize more diff formats.
16209 (gnus-button-patch): Strip directory.
16211 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
16213 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
16214 Emacs 22 when setting focus.
16216 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
16218 * gnus-art.el (gnus-article-treat-types): Do treatment of
16219 text/x-verbatim parts.
16220 (gnus-button-patch): New command.
16222 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
16223 addresses that contain invalid characters.
16225 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
16227 * message.el (message-put-addresses-in-ecomplete):
16228 Use gnus-replace-in-string.
16229 (message-is-yours-p): Use the more correct
16230 mail-header-parse-address instead of
16231 mail-extract-address-components.
16232 (message-put-addresses-in-ecomplete): Fix typo.
16234 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
16237 * gnus-art.el (gnus-treatment-function-alist): Change order of
16238 newsgroups/generic header folding to avoid double-folding.
16240 * message.el (message-hidden-headers): Add X-Draft-From.
16242 * gnus-sum.el (gnus-summary-repeat-search-article-forward):
16244 (gnus-summary-repeat-search-article-backward): New command.
16246 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
16247 groups in the parent topic.
16249 2006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
16251 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
16252 (spam-extra-header-to-number): Return the CRM114 number as a
16253 number instead of a string.
16255 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
16257 * gnus-art.el (gnus-face-properties-alist): Move here from
16260 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
16262 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
16264 * message.el (message-strip-forbidden-properties): Only display on
16265 self-insert-command.
16267 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
16269 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
16271 2006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
16273 * smiley.el (smiley-style): Fix typo.
16275 2006-03-23 Kenichi Handa <handa@m17n.org>
16277 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
16278 instead of set-buffer-multibyte.
16280 2006-03-23 Kenichi Handa <handa@m17n.org>
16282 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
16283 buffer and then decode the buffer text if necessary.
16284 (rfc2231-encode-string): Be sure to work on multibyte buffer at
16285 first, and after mm-encode-body, change the buffer to unibyte.
16287 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
16289 * hashcash.el (hashcash-insert-payment-async-2):
16290 Use message-goto-eoh instead of doing it manually.
16291 (mail-add-payment): Use message-narrow-to-header instead of trying
16292 to do the same itself.
16294 * message.el (message-hidden-headers): Add Face.
16296 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
16298 (gnus-summary-reparent-children): Refactored out code.
16299 (gnus-summary-thread-map): New keystroke.
16300 (gnus-summary-reparent-children): Make into command.
16302 * smiley.el (smiley-style): Default to `medium' if using a large
16305 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
16308 * message.el (message-point-in-header-p): Simplify definition.
16310 2006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
16312 * nnagent.el (nnagent-request-set-mark): Silence log file
16314 (nnagent-request-set-mark): Use write-region instead of
16317 * gnus-sum.el (gnus-read-header): Fudge article number if using a
16318 strange select method.
16320 * ecomplete.el (ecomplete-display-matches): Get highlightling
16322 (ecomplete-display-matches): Use literals.
16323 (ecomplete-display-matches): Disable message logging.
16325 * message.el (message-display-abbrev): Small optimization.
16327 * ecomplete.el (ecomplete-display-matches): Allow automatic
16330 * message.el (message-strip-forbidden-properties):
16332 (message-display-abbrev): Get automatic display right.
16334 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
16337 2006-04-13 Romain Francoise <romain@orebokech.com>
16339 TODO: Backport to v5-10!
16341 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
16342 Move here (and rename) from gnus-registry.el.
16344 * gnus-registry.el: Require gnus-util.
16345 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
16347 2006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
16349 * gnus-group.el (gnus-group-catchup-current):
16350 Change if-then-else-if-then-else into cond.
16351 (gnus-group-catchup): Indent.
16352 (group-name-at-point): New function.
16353 (gnus-fetch-group): Provide default from thing at point.
16355 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
16357 * message.el (message-display-abbrev): Fix regexp.
16359 * ecomplete.el (ecomplete-highlight-match-line):
16360 Reimplement choosing.
16361 (ecomplete-highlight-match-line): Fix up code rewrite, remove
16364 * message.el (message-newline-and-indent): Remove debugging.
16365 (message-display-abbrev): Use new implementation.
16367 2006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
16369 * gnus-art.el (gnus-article-mode):
16370 Set cursor-in-non-selected-windows to nil.
16372 * smiley.el: Revert previous change.
16373 (smiley-data-directory): defvar it before using it in the
16374 defcustom of `smiley-style'.
16376 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
16378 * message.el (message-newline-and-indent): New function.
16380 * ecomplete.el: Implement more bits.
16382 * message.el (message-put-addresses-in-ecomplete): Clean up the
16385 * ecomplete.el (ecomplete-add-item): Chop off decimals.
16387 * gnus-sum.el (gnus-summary-save-parts):
16388 Bind gnus-summary-save-parts-counter and use it to make unique file
16391 * gnus-art.el (gnus-ignored-headers): Add some more headers.
16393 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
16394 parameter to say whether to actually parse the individual
16397 * message.el (message-put-addresses-in-ecomplete): New function.
16398 (ecomplete): Require.
16399 (message-mail-alias-type): Add ecomplete as an option.
16401 2006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
16403 * flow-fill.el (fill-flowed): Remove trailing space from blank
16406 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
16408 * smiley.el (smiley-style): Move definition later to avoid a
16409 compilation warning.
16411 2006-04-12 Kenichi Handa <handa@m17n.org>
16413 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
16414 buffer and then decode the buffer text if necessary.
16415 (rfc2231-encode-string): Be sure to work on multibyte buffer at
16416 first, and after mm-encode-body, change the buffer to unibyte.
16417 Use mm-disable-multibyte instead of set-buffer-multibyte.
16419 2006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
16421 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
16422 Content-Type header instead of Content-Disposition header.
16423 (gnus-mime-inline-part): Ditto.
16424 (gnus-mime-view-part-as-charset): Ignore charset that the part
16427 * mm-decode.el (mm-display-part): Work with external parts and
16428 usual parts similarly.
16430 * mm-extern.el (mm-inline-external-body): Use mm-display-part
16431 instead of gnus-display-mime.
16433 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
16434 instead of with-temp-buffer.
16436 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
16437 tag to summarized topics part in order to encode non-ASCII text.
16439 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
16441 * smiley.el (smiley-style): New variable.
16442 (smiley-directory): New function.
16443 (smiley-data-directory): Derive from `smiley-style' using
16444 `smiley-directory'.
16445 (smiley-regexp-alist): Add new entries.
16447 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
16448 (gnus-article-browse-delete-temp): Add :version.
16450 2006-04-11 Arne Jørgensen <arne@arnested.dk>
16452 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
16455 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
16457 * gnus.el (gnus-version-number): Bump version.
16459 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
16461 * gnus.el: No Gnus v0.4 is released.
16463 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
16465 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
16468 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
16471 * message.el (message-header-synonyms): Add Original-To to the
16474 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
16475 optional parameter.
16477 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
16479 * gnus-fun.el (gnus): Require it for gnus-directory.
16481 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
16483 * gnus-fun.el (gnus-face-properties-alist): Add :version.
16485 2006-04-05 Daiki Ueno <ueno@unixuser.org>
16487 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
16489 2006-04-05 Simon Josefsson <jas@extundo.com>
16491 * password.el (password-reset): New function.
16493 2006-04-05 Daiki Ueno <ueno@unixuser.org>
16495 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
16496 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
16498 2006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16500 * nnweb.el (nnweb-google-create-mapping): Update regexp.
16501 Some whitespace was matched into the url, which broke browsing hits
16502 > 100 when mm-url-use-external was nil.
16504 2006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
16506 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
16507 Check gnus-extra-headers for 'Newsgroups.
16509 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
16512 2006-04-04 Daiki Ueno <ueno@unixuser.org>
16514 * pgg-gpg.el: Clean up process buffers every time gpg processes
16517 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
16519 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
16522 2006-04-03 Daiki Ueno <ueno@unixuser.org>
16524 * pgg-gpg.el (pgg-gpg-process-filter)
16525 (pgg-gpg-wait-for-completion): Check if buffer is alive.
16527 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
16528 lines, temporary fix.
16530 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
16532 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
16534 2006-03-29 Daiki Ueno <ueno@unixuser.org>
16536 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
16537 default-enable-multibyte-characters. This reverts the change from
16538 revision 6.17 which is no longer necessary because the passphrase
16539 is sent separately now. GnuPG messages are unreadable under
16540 multibyte locales with default-enable-multibyte-characters set to
16543 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
16545 * message.el (message-tool-bar-gnome): Move "spell".
16547 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
16549 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
16550 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
16553 2006-03-27 Karl Kleinpaste <karl@charcoal.com>
16555 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
16556 Improve newsgroups handling for NNTP overviews which don't include
16559 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16561 * message.el (message-resend): Bind message-generate-hashcash to nil.
16563 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16565 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
16566 when searching for already-paid recipients.
16568 2006-03-27 Daiki Ueno <ueno@unixuser.org>
16570 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
16571 passphrases when it is not needed.
16572 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
16573 passphrase stuff from gpg, should only be necessary when you use
16574 gpg with a smartcard.
16576 2006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
16578 * mml.el (mml-insert-mime): Ignore cached contents of
16579 message/external-body part.
16581 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
16582 (mm-insert-part): Ditto.
16584 2006-03-23 Simon Josefsson <jas@extundo.com>
16586 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
16588 (pgg-gpg-use-agent-p): Use it again.
16590 2006-03-23 Simon Josefsson <jas@extundo.com>
16592 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
16594 (pgg-gpg-use-agent-p): Don't use it.
16596 2006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
16598 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
16601 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
16603 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
16604 (pgg-gpg-update-agent): New function.
16605 (pgg-gpg-use-agent-p): New function.
16606 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
16607 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
16608 (pgg-gpg-sign-region): Use it.
16610 2006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
16612 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
16613 Reported by Ralf Wachinger <rwachinger@gmx.de>.
16615 2006-03-21 Simon Josefsson <jas@extundo.com>
16617 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
16618 <wilde@sha-bang.de>.
16619 (pgg-gpg-use-agent): New variable.
16620 (pgg-gpg-process-region): Use it.
16621 (pgg-gpg-encrypt-region): Likewise.
16622 (pgg-gpg-encrypt-symmetric-region): Likewise.
16623 (pgg-gpg-decrypt-region): Likewise.
16624 (pgg-gpg-sign-region): Likewise.
16625 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
16627 2006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
16629 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
16631 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
16632 Add comment on version.
16634 2006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
16636 * smiley.el: Add missing test smiley.
16638 2006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
16640 * mm-decode.el (mm-with-part): New macro.
16641 (mm-get-part): Use it; work with message/external-body as well.
16642 (mm-save-part): Treat name and filename equally.
16644 * mm-extern.el (mm-extern-cache-contents): New function.
16645 (mm-inline-external-body): Use it; force the part to be displayed;
16646 move undisplayer added to the cached handle to the parent.
16648 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
16649 (gnus-mime-view-part-as-type): Work with message/external-body.
16651 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
16653 2006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
16655 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
16656 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
16659 2006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
16661 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
16662 path rather than symbol. Always return list of directories.
16663 Guarantee that image directory comes first. [Sync with image.el,
16664 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
16666 * message.el (message-make-tool-bar): Adjust to new API of
16667 `gmm-image-load-path-for-library'.
16669 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
16671 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
16673 2006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16675 * gnus-art.el (gnus-article-only-boring-p):
16676 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
16678 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
16680 2006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
16682 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
16683 Use `defun' instead of `gmm-defun-compat'.
16685 2006-03-14 Simon Josefsson <jas@extundo.com>
16687 * message.el (message-unique-id): Don't use message-number-base36
16688 if (user-uid) is a float.
16689 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
16691 2006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
16693 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
16695 * gnus-art.el (gnus-mime-display-single): Make sure there is an
16696 empty line between a part and a message part.
16698 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
16700 * smiley.el: Add more test smileys.
16701 (smiley-data-directory, smiley-regexp-alist)
16702 (gnus-smiley-file-types): Fix doc strings.
16703 (smiley-update-cache): Clear smiley-cached-regexp-alist before
16704 adding new elements.
16705 (smiley-mouse-map): Unused code. Make it a comment.
16707 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
16709 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
16710 scan latest NoCeM messages instead of old ones.
16711 (gnus-nocem-check-article): Fix regexps so as to match to PGP
16712 delimiters that are recently used.
16713 (gnus-nocem-load-cache): Add autoload cookie.
16715 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
16717 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
16718 level which is larger than gnus-use-nocem is specified.
16720 * gnus-group.el (gnus-group-get-new-news): Ditto.
16722 2006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
16724 * gnus-util.el (gnus-tool-bar-update): New function.
16726 * gnus-group.el (gnus-group-update-tool-bar): New variable.
16727 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
16729 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
16731 * gnus-group.el (gnus-group-redraw-when-idle)
16732 (gnus-group-redraw-check): Remove.
16733 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
16735 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
16737 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
16738 if optional last element is specified in splits (FIELD VALUE...).
16740 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
16742 * message.el (message-make-tool-bar): Rename gmm-image-load-path
16743 to gmm-image-load-path-for-library. Call with no-error argument.
16744 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
16746 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
16748 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
16750 * gmm-utils.el (gmm-image-load-path): Remove alias.
16752 2006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
16754 * gmm-utils.el (gmm-image-load-path): Add alias.
16756 * nnml.el (nnml-generate-nov-databases-directory): Rename from
16757 nnml-generate-nov-databases-1.
16758 (nnml-generate-nov-databases): Use it.
16759 (nnml-generate-nov-databases-directory): Document no-active
16762 * gmm-utils.el (gmm-image-load-path-for-library): Return single
16763 directory if path is t. Add no-error.
16765 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
16766 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
16768 * gnus-art.el (gnus-article-browse-delete-temp-files):
16769 Simplify resetting gnus-article-browse-html-temp-list.
16771 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
16772 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
16773 Add example to docstring. Rename local variables. Move error
16774 checks to default case in cond and simplify.
16776 2006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
16778 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
16779 handle is multipart when calling it recursively.
16780 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
16782 2006-03-03 Daniel Pittman <daniel@rimspace.net>
16784 * nnimap.el (nnimap-request-update-info-internal): Optimize.
16785 Don't `gnus-uncompress-range' to avoid excessive memory usage.
16787 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
16789 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
16792 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
16795 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
16797 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
16798 to "Emacs 23 (unicode)" in doc string.
16800 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
16801 "Emacs 23 (unicode)" in comment.
16803 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
16805 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
16807 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
16808 characters 160 through 255 in Emacs 23.
16810 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
16812 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
16813 gnus-article-browse-html-temp.
16814 (gnus-article-browse-delete-temp): Make it customizable.
16815 Add `file'. Adjust doc string.
16816 (gnus-article-browse-delete-temp-files): Add argument.
16817 Allow query for each file. Adjust doc string.
16818 (gnus-article-browse-html-parts):
16819 Add `gnus-article-browse-delete-temp-files' to
16820 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
16822 2006-03-02 Hynek Schlawack <hynek@ularx.de>
16824 * gnus-art.el (gnus-article-browse-html-temp)
16825 (gnus-article-browse-delete-temp): New variables.
16826 (gnus-article-browse-delete-temp-files): New function.
16827 (gnus-article-browse-html-parts): Use it.
16829 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
16831 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
16833 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
16836 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
16837 gnus-summary-insert-new-articles when unplugged.
16838 Remove gnus-summary-search-article-forward.
16840 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
16841 display-visual-class instead of display-color-cells.
16843 2006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
16845 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
16846 message/* containing non-ASCII text properly.
16848 2006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
16850 * message.el: Require gmm-utils, remove autoloads.
16851 (message-tool-bar): Set default based on
16852 gmm-tool-bar-style.
16853 (message-tool-bar-gnome): Add gmm-customize-mode.
16855 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
16856 gmm-tool-bar-style.
16857 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
16859 * gnus-group.el (gnus-group-tool-bar): Set default based on
16860 gmm-tool-bar-style.
16861 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
16863 * gmm-utils.el (gmm-image-directory): Rename variable from
16864 gmm-image-load-path.
16865 (gmm-image-load-path): Use gmm-image-directory.
16866 (gmm-customize-mode): New function.
16867 (gmm-tool-bar-style): New variable.
16869 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
16870 gnus-group-redraw-line-number.
16871 (gnus-group-redraw-check): Simplify.
16872 (gnus-group-tool-bar-update): Remove redraw check.
16873 (gnus-group-make-tool-bar): Add redraw check.
16875 2006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
16877 * gnus-art.el (gnus-button): Add missing parentheses.
16879 2006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
16881 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
16883 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
16885 * gnus-art.el (gnus-button): New face.
16886 (gnus-article-button-face): Use it.
16888 * gnus-sum.el (gnus-summary-tool-bar-gnome):
16889 Add gnus-summary-next-page. Re-order.
16891 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
16892 next-node are now included.
16893 (gnus-group-redraw-line-number): New internal variable.
16894 (gnus-group-redraw-check): Helper function for updating the tool
16896 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
16898 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
16900 * spam.el (spam-spamassassin-score-regexp): New internal variable.
16901 (spam-extra-header-to-number, spam-check-spamassassin-headers):
16902 Use it to match format of Spamassassin 3.0 and later.
16903 Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
16904 (spam-check-bogofilter)
16905 (spam-bogofilter-register-with-bogofilter): Fix args of
16906 `gnus-error' calls.
16908 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
16910 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
16911 unnecessary interaction when sending queued mails.
16912 Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
16914 2006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
16916 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
16917 first or last are nil.
16919 2006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16921 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
16923 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
16925 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
16927 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
16929 * dns.el (query-dns): Protect more against buggy tcp output.
16931 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
16933 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
16936 2006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
16938 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
16939 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
16940 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
16941 output on the server side.
16942 (nnweb-google-create-mapping): Update regexps and add some
16943 progress indication.
16945 2006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
16947 * gnus-group.el (gnus-group-tool-bar-gnome):
16948 Fix gnus-agent-toggle-plugged. Re-order icons.
16949 (gnus-group-tool-bar-gnome):
16950 Add gnus-group-{prev,next}-unread-group.
16951 (gnus-group-tool-bar-gnome): Re-order icons.
16953 * gnus-sum.el (gnus-summary-tool-bar-gnome):
16954 Move gnus-summary-insert-new-articles.
16956 * message.el (message-tool-bar-gnome, message-tool-bar-retro):
16959 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
16960 also available in Emacs 21.3.
16962 * message.el (message-fix-before-sending): Change "Emacs 22" to
16963 "Emacs 23 (unicode)" in comment.
16965 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
16966 "Emacs 23 (unicode)" in comment.
16968 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
16970 (mm-coding-system-p): Add comment about no-MULE XEmacs.
16972 * mm-view.el (mm-fill-flowed): Add :version.
16974 2006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
16976 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
16979 2006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
16981 * message.el: Autoload gmm-image-load-path.
16982 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
16983 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
16986 * gmm-utils.el (gmm-image-load-path): Also search in
16987 "../etc/images". Don't set gmm-image-load-path if we don't find
16990 2006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
16992 * gmm-utils.el (gmm-image-load-path): Don't make
16993 `gmm-image-load-path' include subdirectories which the second arg
16994 `image' might specify.
16996 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
16997 subdirectory to icon file names.
16999 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
17001 2006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
17003 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
17004 gmm-image-load-path calls.
17006 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17008 * message.el (message-make-tool-bar): Ditto.
17010 * mml.el (mml-preview): Add comment concerning tool bar icons.
17012 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
17013 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
17015 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
17016 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
17018 * message.el (message-tool-bar-gnome): Use new icon names.
17019 (message-make-tool-bar): Use `gmm-image-load-path'.
17021 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
17022 New functions from MH-E.
17023 (gmm-image-load-path): New variable from MH-E.
17024 (gmm-image-load-path): New function from MH-E. Add arguments
17025 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
17026 *-image-load-path-called-flag.
17028 2006-02-21 Milan Zamazal <pdm@brailcom.org>
17030 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
17032 2006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
17034 * nnimap.el (nnimap-request-move-article): Change folder back to
17035 source group before deleting.
17037 2006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
17039 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
17041 * gnus-art.el (mm-url-insert-file-contents-external):
17044 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
17046 2006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
17048 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
17049 coding system which mm-charset-to-coding-system returns for a
17050 given charset is valid.
17052 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
17054 * html2text.el (html2text-remove-tag-list):
17055 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
17057 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
17059 * gnus-cus.el: Revert 2005-10-17 change.
17061 2006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
17063 * gnus-art.el (article-strip-banner):
17064 Call article-really-strip-banner only when the regexp match is made.
17066 2006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
17068 * gnus-art.el (article-strip-banner):
17069 Use gnus-extract-address-components instead of
17070 mail-header-parse-addresses to make it work with non-ASCII text;
17071 remove mail-encode-encoded-word-string.
17073 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
17074 values which are surrounded with \"...\"; make it never cause a
17075 Lisp error; give up parsing of parameters if it failed in
17078 2006-02-14 Arne Jørgensen <arne@arnested.dk>
17080 * smime.el (smime-cert-by-ldap-1): Fix bug where
17081 `smime-ldap-search' returns results without userCertificates.
17083 2006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
17085 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
17087 2006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
17089 * spam.el (spam-check-spamassassin-headers): Adapt format for
17090 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
17091 <ari@mbf.ocn.ne.jp>.
17092 (spam-list-of-processors): Add spam-use-gmane.
17094 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
17096 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
17097 make-temp-file; make it work with XEmacs as well.
17099 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
17102 * mm-decode.el (mm-display-external): Use the 3rd arg of
17104 (mm-create-image-xemacs): Ditto.
17106 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
17108 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
17109 with message-narrow-to-headers.
17110 (gnus-draft-setup): Narrow to header to run message-fetch-field.
17111 (gnus-draft-check-draft-articles): New function.
17112 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
17114 2006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
17116 * gnus-art.el (gnus-article-browse-html-parts):
17117 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
17118 Don't use suffix argument for mm-make-temp-file for Emacs 21
17119 compatibility. Remove useless `format'.
17121 2006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
17123 * nnweb.el (nnweb-google-wash-article): Update regexps.
17124 (nnweb-group-alist): Use defvoo instead of defvar.
17126 2006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
17128 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
17129 re-loading nn* modules.
17131 2006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
17133 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
17134 for `tool-bar-mode' and don't check it's default-value.
17136 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17138 * message.el (message-make-tool-bar): Ditto.
17140 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
17141 `substring'. Shorten tmp-file name.
17143 * gnus.el: Remove bogus comment.
17145 2006-02-10 Hynek Schlawack <hynek@ularx.de>
17147 * gnus-art.el (gnus-article-browse-html-parts): New function.
17148 (gnus-article-browse-html-article): New function for viewing html
17149 articles with a browser.
17151 2006-02-09 Daiki Ueno <ueno@unixuser.org>
17153 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
17154 (mml2015-pgg-encrypt): Ditto.
17156 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
17157 (mml1991-pgg-encrypt): Ditto.
17159 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
17161 * nnfolder.el (nnfolder-insert-newsgroup-line):
17162 Use message-make-date instead of current-time-string.
17164 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
17165 to gnus-decoded which mm-uu might set.
17167 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
17169 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
17170 don't decode quoted parameters; remove misimported Emacs code.
17171 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17172 (rfc2231-decode-encoded-string): Don't use split-string which
17173 behaves differently according to Emacs version; use
17174 mm-decode-coding-region to convert charset to coding-system.
17175 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17176 (rfc2231-encode-string): Remove misimported Emacs code.
17178 2006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
17180 * gnus-art.el (article-decode-charset): Don't use ignore-errors
17181 when calling mail-header-parse-content-type.
17182 (article-de-quoted-unreadable): Ditto.
17183 (article-de-base64-unreadable): Ditto.
17184 (article-wash-html): Ditto.
17186 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
17187 calling mail-header-parse-content-type and
17188 mail-header-parse-content-disposition.
17189 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
17190 mail-header-parse-content-type.
17192 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
17193 insert charset and format parameters; encode description after
17194 inserting it to buffer.
17195 (mml-insert-parameter): Fold lines properly even if a parameter is
17196 segmented into two or more lines; change the max column to 76.
17198 * rfc1843.el (rfc1843-decode-article-body): Don't use
17199 ignore-errors when calling mail-header-parse-content-type.
17201 * rfc2231.el (rfc2231-parse-string): Return at least type if
17202 possible; don't cause an error even if it fails in parsing of
17203 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17204 (rfc2231-encode-string): Don't break lines at the beginning, leave
17205 it to mml-insert-parameter.
17207 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
17208 calling mail-header-parse-content-type.
17210 2006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
17212 * spam-report.el (spam-report-gmane-use-article-number):
17213 Improve doc string.
17214 (spam-report-gmane-internal): Check if a suitable header was found
17217 2006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
17219 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
17220 (rfc2231-encode-string): Make param*=value always begin with LWSP.
17222 2006-02-05 Romain Francoise <romain@orebokech.com>
17224 Update copyright notices of all files in the gnus directory.
17226 2006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
17228 * nnweb.el (nnweb-request-group): Avoid growing overview files.
17230 2006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
17232 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
17233 segmented lines of parameter value to cope with Thunderbird 1.5
17234 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
17235 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17236 (rfc2231-encode-string): Don't make lines exceeding 76 column.
17238 2006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
17240 * mml.el (mml-generate-mime-1): Correct the order of inline signed
17243 2006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
17245 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
17246 there's only one active file for all servers.
17247 (nnweb-request-scan): Make sure nnweb-articles is initialized on
17248 solid groups. Gnus might have used a FAST request to select the group.
17249 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
17250 and nnweb-search redundantly in the active file.
17251 (nnweb-request-list): Don't list bogus groups. There can only be one.
17252 (nnweb-request-create-group): Don't use ARGS.
17253 (nnweb-possibly-change-server, nnweb-request-group): Remove some
17254 initializations. Let nnoo do the work.
17256 2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
17258 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
17259 Say the part has been decoded.
17261 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
17263 2006-01-31 Kevin Ryde <user42@zip.com.au>
17265 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
17266 mailcap-viewer-test-cache when there's no 'test clause, since that
17267 will invert the meaning of a "nil" test previously determined by
17268 mailcap-mailcap-entry-passes-test.
17270 2006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
17272 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
17275 * gnus-sum.el: Ditto.
17277 * message.el: Don't bind tool-bar-map when compiling.
17279 2006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
17281 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
17283 2006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
17285 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
17286 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
17287 current Google Groups.
17289 2006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
17291 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
17294 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
17297 * message.el (message-tool-bar-update): Simplify.
17298 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
17300 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
17301 gnus-summary-buffer.
17302 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
17303 gnus-summary-reply.
17305 * gmm-utils.el (gmm): Add :version.
17307 2006-01-26 Steve Youngs <steve@sxemacs.org>
17309 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
17312 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
17314 * gmm-utils.el (gmm-verbose): Add :group.
17316 2006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
17318 * message.el: Change some comments WRT tool-bars.
17320 * gnus-sum.el (gnus-summary-tool-bar)
17321 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
17322 (gnus-summary-tool-bar-zap-list): New variables.
17323 (gnus-summary-make-tool-bar): Complete rewrite using
17324 `gmm-tool-bar-from-list'.
17326 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
17327 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
17329 (gnus-group-make-tool-bar): Complete rewrite using
17330 `gmm-tool-bar-from-list'.
17331 (gnus-group-tool-bar-update): New function.
17333 * message.el (message-mode-field-menu): Add "Show hidden Headers".
17335 2006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
17337 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
17338 is dissected into a single part of which the type is the same as
17339 the given one; decode charset.
17341 2006-01-21 Kevin Ryde <user42@zip.com.au>
17343 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
17344 into alists as symbol not string, since that's what
17345 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
17348 2006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
17350 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
17351 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
17353 * message.el (message-tool-bar-gnome): Use gmm-ignore.
17355 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
17357 * gnus-art.el (gnus-mime-security-button-commands): New variable.
17358 (gnus-mime-security-button-menu): New definition.
17359 (gnus-mime-security-button-map): Use them.
17360 (gnus-mime-security-button-menu): New function.
17361 (gnus-insert-mime-security-button): Addition to help echo.
17362 (gnus-mime-security-run-function, gnus-mime-security-save-part)
17363 (gnus-mime-security-pipe-part): New functions.
17365 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
17366 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
17368 * mm-decode.el (mm-handle-set-disposition): Remove.
17369 (mm-handle-set-description): Remove.
17371 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
17373 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
17374 (mm-w3m-standalone-supports-m17n-p): New function.
17375 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
17378 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
17379 Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
17381 2006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
17383 * message.el (message-tool-bar-zap-list):
17384 Use gmm-tool-bar-zap-list as custom type.
17385 (message-tool-bar-update): New function.
17386 (message-tool-bar, message-tool-bar-gnome)
17387 (message-tool-bar-retro): Add message-tool-bar-update.
17388 (message-tool-bar-gnome): Add flyspell-buffer.
17390 * gnus-util.el (gnus-error): Describe `args'.
17392 * gmm-utils.el (gmm-error): Describe `args'.
17393 (gmm-tool-bar-zap-list): New widget.
17394 (gmm-tool-bar-from-list): Improve description of `zap-list'.
17396 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
17398 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
17399 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
17400 the number of recursive calls.
17402 * mm-decode.el (mm-handle-set-disposition): New macro.
17403 (mm-handle-set-description): New macro.
17405 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
17407 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
17410 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
17412 * message.el (message-tool-bar-zap-list, message-tool-bar)
17413 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
17414 (message-tool-bar-local-item-from-menu): Remove.
17415 (message-tool-bar-map): Replace by `message-make-tool-bar'.
17416 (message-make-tool-bar): New function.
17417 (message-mode): Use `message-make-tool-bar'.
17419 * gmm-utils.el: New file.
17420 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
17421 (gmm-lazy): New widget copied from `nnmail.el'.
17422 (gmm-tool-bar-from-list): New function for creating customizable
17424 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
17426 (gmm): Add :prefix to defgroup.
17428 2006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
17430 * gmm-utils.el (gmm-widget-p): New function.
17432 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
17434 * mml.el (mml-attach-file): Describe `description' in doc string.
17435 (mml-menu): Add Emacs MIME manual and PGG manual.
17437 2006-01-20 Richard M. Stallman <rms@gnu.org>
17439 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
17441 2006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
17443 * nntp.el (nntp-end-of-line): Doc fix.
17445 2006-01-20 Chong Yidong <cyd@stupidchicken.com>
17447 * imap.el (imap-open): Handle case where buffer is a buffer
17450 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
17452 * gnus-delay.el (gnus-delay): Don't autoload.
17453 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
17454 to be re-loaded when customizing the `gnus-delay' group.
17456 2005-01-20 Chong Yidong <cyd@stupidchicken.com>
17458 * message.el (message-insert-citation-line): Use newlines.
17460 2006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
17462 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
17464 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
17466 2006-01-19 Mark D. Baushke <mdb@gnu.org>
17468 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
17470 2006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
17472 * mm-decode.el (mm-inlined-types): Add application/pgp.
17473 (mm-automatic-display): Ditto.
17475 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
17478 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
17480 * nnrss.el: Update copyright.
17481 (nnrss-opml-import): Query whether to subscribe to each entry.
17486 * mm-view.el: Update copyright.
17488 2006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
17490 * message.el (message-info): New function.
17491 (message-mode-menu): Add it.
17494 * ChangeLog: Fix and update copyright.
17496 2006-01-13 Romain Francoise <romain@orebokech.com>
17498 * message.el (message-forward-subject-name-subject): Prefer the
17499 address to 'nowhere' if the sender has no name.
17500 Fix typo. Update copyright year.
17502 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
17504 * gnus-art.el (article-wash-html):
17505 Use gnus-summary-show-article-charset-alist if a numeric arg is given.
17506 (gnus-article-wash-html-with-w3m-standalone): New function.
17508 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
17509 mm-inline-text-html-render-with-w3m-standalone.
17510 (mm-text-html-washer-alist): Map w3m-standalone to
17511 gnus-article-wash-html-with-w3m-standalone.
17512 (mm-inline-text-html-render-with-w3m-standalone): New function.
17514 2006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
17516 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
17519 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
17521 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
17522 (nnrss-request-article): Render text/plain parts as HTML.
17524 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
17527 2006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
17529 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
17530 custom definition of `gnus-posting-styles'.
17532 * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
17533 Bind print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
17535 2006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
17537 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
17538 Use nntp for bug archive.
17540 2006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
17542 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
17544 (nnrss-normalize-date): New function converts ISO 8601 date into
17545 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
17546 (nnrss-check-group): Use it.
17548 2006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
17550 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
17552 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
17553 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
17554 (nnrss-insert-w3): Ditto.
17556 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
17558 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
17559 the articles to be forwarded including the case where neither a
17560 number of articles nor a region is specified.
17562 2005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
17564 * nnrss.el (nnrss-request-article): Fix last change; fill
17567 2005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
17569 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
17570 in text/plain part.
17571 (nnrss-check-group): Don't add excessive newline to dc:subject.
17573 2005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
17575 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
17578 2005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
17580 * nnml.el: Don't require gnus-bcklg. Autoload it.
17581 (nnml-use-compressed-files, nnml-save-mail): Support other
17582 comression programs such as bzip2.
17584 2005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
17586 * dns.el (query-dns): Make sure we check the buffer size before
17587 removing tcp headers.
17589 2005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
17591 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
17592 remove MIME buttons associated with multipart/alternative parts.
17593 (gnus-mime-display-alternative): Tag buttons using `article-type'
17596 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
17597 associated with multipart/alternative parts.
17599 * gnus-art.el (gnus-signature-separator): Fix custom type.
17601 * mm-decode.el (mm-inlined-types): Fix custom type.
17602 (mm-keep-viewer-alive-types): Ditto.
17603 (mm-automatic-display): Ditto.
17604 (mm-attachment-override-types): Ditto.
17605 (mm-inline-override-types): Ditto.
17606 (mm-automatic-external-display): Ditto.
17608 2005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
17610 * spam-report.el (spam-report-user-mail-address)
17611 (spam-report-user-agent): New variables.
17612 (spam-report-url-ping-plain): Use spam-report-user-agent.
17614 2005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
17616 * gnus-art.el (gnus-button-handle-custom): Do not just use
17617 `customize-apropos' for any "M-x customize-*" button but the
17618 function called for. Accept both the function name and its
17619 argument in order to achieve this.
17620 (gnus-button-alist): Remove support for "custom:" URL's.
17621 Pass function name to `gnus-button-handle-custom' in case of "M-x
17622 customize-*" buttons.
17624 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
17626 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
17627 multipart/alternative and add xref to mm-discouraged-alternatives
17630 * mm-decode.el (mm-discouraged-alternatives): Add xref to
17631 gnus-buttonized-mime-types in doc string.
17633 2005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
17635 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
17636 Suggest image/.* in the doc string.
17638 2005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
17640 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
17641 message-marks (Debian bug #342521).
17643 2005-12-12 Simon Josefsson <jas@extundo.com>
17645 * password.el (password-read-from-cache): Add.
17646 (password-read): Use it.
17648 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
17650 * rfc2047.el (rfc2047-charset-to-coding-system):
17651 Recognize us-ascii as a MIME charset.
17653 * mm-bodies.el (mm-decode-content-transfer-encoding):
17654 Protect against the case where the 2nd arg TYPE is nil.
17656 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
17658 * pop3.el (pop3-stream-type): Fix custom version.
17660 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
17662 2005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
17664 * mm-decode.el (mm-display-external): Add missing cdr.
17666 2005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
17668 * mm-decode.el (mm-display-external): Use nametemplate (defined in
17669 RFC1524) if it is in mailcap or add a suffix according to
17670 mailcap-mime-extensions when generating a temp filename; postpone
17671 deleting a temp file for 2 seconds for some wrappers, shell
17672 scripts, and so on, which might exit right after having started a
17673 viewer command as a background job.
17675 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
17677 * nntp.el (nntp-marks-directory): Fix custom group.
17679 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
17682 * gnus-start.el (gnus-no-server-1):
17683 Mention `gnus-level-default-subscribed' in doc string.
17685 2005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
17687 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
17690 2005-11-26 Dave Love <fx@gnu.org>
17692 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
17693 (tls-program, tls-success): Provide openssl alternative.
17695 * starttls.el: Doc fixes.
17696 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
17699 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
17700 port null or service name.
17701 (starttls-negotiate): Autoload.
17703 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
17705 * message.el (message-kill-to-signature): Fix interactive spec.
17707 2005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
17709 * pop3.el (pop3-open-server): Recognize a string as a service name.
17711 2005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
17713 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
17715 2005-11-23 Dave Love <fx@gnu.org>
17717 Add pop3s, pop3/starttls.
17719 * pop3.el (pop3-authentication-scheme): Clarify doc.
17720 (open-tls-stream, starttls-open-stream): Autoload.
17721 (pop3-stream-type): New.
17722 (pop3-open-server): Use it.
17724 * mail-source.el (mail-sources): Fix some :types. Add stream type
17726 (mail-source-keyword-map): Add :stream for POP.
17727 (mail-source-fetch-pop): Use pop3-stream-type.
17729 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
17731 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
17732 of current-time-string.
17734 2005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
17736 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
17739 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
17741 * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
17742 it can seriously impact performance as it bypasses the agent's
17745 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
17747 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
17748 must be explicitly online rather than "not explicitly offline" for
17749 its flags to be synchronized.
17751 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
17752 that gnus-uu-unmark-thread will function correctly.
17754 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
17755 1024K is instead displayed as 1M.
17757 2005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
17759 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
17761 2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
17763 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
17765 2005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
17767 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
17768 error message to display actual error condition.
17769 (gnus-agent-save-local): Avoid saving symbols that are bound to
17770 nil as they simply result in a warning message in
17771 gnus-agent-read-local.
17773 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
17775 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
17776 rather than make-variable-buffer-local for file-precious-flag.
17778 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
17780 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
17781 for duplicates which are removed. The invalid sort check then
17782 triggers a rescan after the sort as sorting may have moved
17783 duplicate entries such that they can be cheaply detected.
17785 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
17787 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
17789 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
17791 * gnus-agent.el (gnus-agent-article-alist-save-format):
17792 Change internal variable to a custom variable. Change default value
17793 from compressed(2) to uncompressed(1).
17794 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
17795 support for uncompressed agentview files. Taken together, reading
17796 the agentview file should now be 6-7 times faster.
17798 2005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
17800 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
17801 as a buffer-local variable. This avoids creating truncated
17802 dribble files as a result of a hang up, eg.
17804 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
17806 * gnus-start.el (gnus-start-draft-setup):
17807 Enforce `gnus-draft-mode' for nndraft:drafts at startup.
17809 * gnus.el (gnus-splash): Change custom group.
17810 (gnus-group-get-parameter, gnus-group-parameter-value):
17811 Describe allow-list argument.
17813 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
17816 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
17818 * gnus-art.el (gnus-default-article-saver): Add user-defined
17819 `function' to custom type.
17821 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
17823 * imap.el (imap-open): Handle case where buffer is a buffer
17826 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
17828 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
17830 (gnus-cache-delete-group): Wrap doc strings.
17832 * gnus-agent.el (gnus-agent-rename-group)
17833 (gnus-agent-delete-group): Wrap doc strings.
17835 2005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
17837 * gnus-start.el (gnus-1): Add "native" to
17838 gnus-predefined-server-alist.
17840 * gnus.el (gnus-method-to-server): Don't add "native" to the
17841 lists here, because that leads to problems when
17842 gnus-select-method is bound.
17844 2005-11-09 Simon Josefsson <jas@extundo.com>
17846 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
17847 use (not sort-by-date) instead.
17849 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
17851 * gnus-delay.el (gnus-delay-group): Don't autoload.
17852 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
17853 to be re-loaded when customizing the `gnus-delay' group.
17855 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
17857 * message.el: Revert last changes.
17858 (message-insert-citation-line): Use newlines.
17860 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
17862 * message.el (message-courtesy-message)
17863 (message-mark-insert-begin, message-mark-insert-end)
17864 (message-elide-ellipsis, message-cancel-message)
17865 (message-add-header, message-change-subject)
17866 (message-cross-post-followup-to-header)
17867 (message-cross-post-insert-note, message-reduce-to-to-cc)
17868 (message-widen-reply, message-delete-not-region)
17869 (message-kill-to-signature, message-insert-signature)
17870 (message-insert-importance-high, message-insert-importance-low)
17871 (message-insert-or-toggle-importance)
17872 (message-insert-disposition-notification-to)
17873 (message-indent-citation, message-yank-original)
17874 (message-cite-original-without-signature, message-cite-original)
17875 (message-insert-citation-line, message-position-on-field)
17876 (message-fix-before-sending, message-send-mail-partially)
17877 (message-send-mail, message-send-mail-with-sendmail)
17878 (message-send-mail-with-qmail, message-send-news)
17879 (message-check-news-header-syntax, message-generate-headers)
17880 (message-insert-courtesy-copy, message-fill-address)
17881 (message-fill-header, message-shorten-references)
17882 (message-setup-1, message-cancel-news)
17883 (message-forward-make-body-plain, message-forward-make-body-mime)
17884 (message-forward-make-body-mml, message-encode-message-body)
17885 (message-forward-make-body-digest-plain)
17886 (message-forward-make-body-digest-mime)
17887 (message-use-alternative-email-as-from): Insert `hard-newline'
17888 instead of ordinary newlines.
17890 2005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
17892 * message.el (message-generate-headers): Downcase the argument
17893 given to message-check-element.
17895 2005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
17897 * nntp.el (nntp-authinfo-rejected): New error condition.
17898 (nntp-wait-for): Use new error condition to signal authentication
17900 (nntp-retrieve-data): Rethrow new error condition to break out of
17901 recursive call to nntp-send-authinfo.
17903 2005-11-08 Romain Francoise <romain@orebokech.com>
17905 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
17906 (gnus-summary-exit-map): Bind to `Z p'.
17907 (gnus-summary-make-menu-bar): Add menu item.
17909 2005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
17911 * gnus-art.el (gnus-article-treat-custom): Add `first'.
17912 (gnus-treat-*): Add `first' in all doc strings.
17914 * gnus-group.el (gnus-group-compact-group): Fix typo.
17916 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
17918 * gnus.el (gnus-parameters-case-fold-search): New variable.
17919 (gnus-parameters-get-parameter): Use it.
17921 * gnus-score.el (gnus-home-score-file): Doc fix.
17923 2005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
17925 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
17927 2005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
17929 * mm-util.el (mm-special-display-p): New function.
17931 * mml.el (mml-preview): Use it; doc fix.
17933 2005-10-29 Romain Francoise <romain@orebokech.com>
17935 * message.el (message-fix-before-sending): Fix comment.
17937 2005-10-29 Jari Aalto <jari.aalto@cante.net>
17939 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
17941 2005-10-29 Jari Aalto <jari.aalto@cante.net>
17943 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
17944 Used in gnus-score.el.
17946 2005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
17948 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
17950 2005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
17952 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
17953 whitespace removed in revision 7.8. Use concatenated string to
17954 protect trailing whitespace.
17956 2005-10-27 Jouni K. Seppänen <jks@iki.fi>
17958 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
17959 (nnimap-request-expire-articles): Use it to avoid sending 'UID
17960 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
17961 Courier IMAP ("some version from 2004"). Mostly based on similar
17962 code in the same function.
17964 2005-10-26 Didier Verna <didier@xemacs.org>
17966 * gnus-group.el (gnus-group-compact-group): Invalidate original
17968 * gnus-srvr.el (gnus-server-compact-server): Ditto.
17969 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
17970 NOV database and in article itself.
17971 Invalidate article backlog.
17973 2005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
17975 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
17977 2005-10-26 Simon Josefsson <jas@extundo.com>
17979 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
17980 part of 2004-07-25 change.
17982 2005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
17984 * message.el (message-display-completion-list): New function.
17985 (message-expand-group): Use it; make sure the Completions buffer
17988 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
17990 * imap.el (imap-open): Handle case where buffer is a buffer object.
17992 2005-10-24 Eli Zaretskii <eliz@gnu.org>
17999 * pgg.el: Move to the parent lisp directory.
18001 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
18003 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
18004 user-mail-name is an empty string.
18006 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
18008 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
18009 depending on gnus-score-decay-constant.
18011 * encrypt.el (encrypt-insert-file-contents)
18012 (encrypt-write-file-contents): Don't use `gnus-message'.
18014 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
18016 (mm-uu-type-alist): Add message-marks and insert-marks.
18017 Pass arguments to mm-uu-verbatim-marks-extract.
18018 (mm-uu-hide-markers): New variable.
18019 (mm-uu-extract): Use face similar to `gnus-cite-3'.
18021 * gnus-fun.el (gnus-convert-image-to-x-face-command)
18022 (gnus-convert-image-to-face-command): Use "convert" by default to
18023 allow other input image formats.
18024 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
18027 2005-10-23 Simon Josefsson <jas@extundo.com>
18029 * imap.el (imap-gssapi-program): Align command line parameters
18030 with latest GNU SASL.
18031 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
18033 2005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
18035 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
18037 (nnslashdot-request-article): Ditto.
18039 2005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
18041 * mail-source.el (mail-source-fetch-pop): Require pop3.
18042 (mail-source-check-pop): Ditto.
18044 2005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
18046 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
18049 2005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
18051 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
18052 (gnus-treat-strip-leading-blank-lines): Improve doc string.
18054 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
18056 * mm-bodies.el (mm-decode-string):
18057 Call `mm-charset-to-coding-system' with allow-override argument.
18059 2005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
18061 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
18062 (rfc2047-charset-to-coding-system): New function.
18063 (rfc2047-decode-encoded-words): New function.
18064 (rfc2047-decode-region): Use them.
18065 (rfc2047-decode-cte): Remove.
18066 (rfc2047-parse-and-decode): Remove.
18067 (rfc2047-decode): Remove.
18069 2005-10-15 Kenichi Handa <handa@m17n.org>
18071 * rfc2047.el (rfc2047-decode-cte): New function.
18072 (rfc2047-decode-region): Change the way to decode successive
18073 encoded-words: decode B- or Q-encoding in each encoded-word,
18074 concatenate them, and decode it as charset.
18076 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
18078 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
18079 widget-move-and-invoke.
18080 (gnus-custom-mode): Use gnus-custom-map.
18082 2005-10-15 Bill Wohler <wohler@newt.com>
18084 * message.el (message-tool-bar-map): Rename image file from
18085 mail_send to mail/send.
18087 2005-10-16 Masatake YAMATO <jet@gyve.org>
18089 * message.el (message-expand-group): Pass the common
18090 prefix substring of completion to `display-completion-list'.
18092 2005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
18094 * mml-sec.el (mml-secure-method): New internal variable.
18095 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
18096 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
18097 New functions using mml-secure-method.
18099 * mml.el (mml-mode-map): Add key bindings for those functions.
18100 (mml-menu): Simplify security menu entries. Suggested by Jesper
18101 Harder <harder@myrealbox.com>.
18102 (mml-attach-file, mml-attach-buffer, mml-attach-external):
18103 Goto end of message if point is the headers of the message.
18105 * message.el (message-in-body-p): New function.
18107 * assistant.el: Autoload gnus-util and netrc.
18109 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
18110 Use `mm-charset-override-alist' only when decoding.
18112 * mm-bodies.el (mm-decode-body):
18113 Call `mm-charset-to-coding-system' with allow-override argument.
18115 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
18116 `filename' from Content-Disposition if Content-Type doesn't
18118 (gnus-mime-view-part-as-type): Set default instead of
18121 2005-10-09 Daniel Brockman <daniel@brockman.se>
18123 * format-spec.el (format-spec): Propagate text properties of % spec.
18125 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
18127 * gnus-art.el (gnus-treat-predicate): Add `first'.
18129 2005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
18131 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
18132 (mm-charset-override-alist): New variable.
18133 (mm-charset-to-coding-system): Use it.
18134 (mm-codepage-setup): New helper function.
18135 (mm-charset-eval-alist): New variable.
18136 (mm-charset-to-coding-system): Use mm-charset-eval-alist.
18137 Warn about unknown charsets.
18139 2005-10-04 David Hansen <david.hansen@gmx.net>
18141 * nnrss.el (nnrss-request-article): Add support for the comments tag.
18142 (nnrss-check-group): Ditto.
18144 2005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
18146 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
18147 Rename x-gnus-verbatim to x-verbatim.
18148 (mm-uu-type-alist): Fix regexp for verbatim-marks.
18150 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
18153 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
18155 * gnus-util.el (gnus-remove-duplicates): Remove.
18157 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
18158 instead of gnus-remove-duplicates.
18160 * message.el (message-remove-duplicates): Remove.
18161 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
18162 message-remove-duplicates.
18164 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
18165 available, else use implementation from `delete-dups'.
18167 * message.el (message-insert-expires): New function.
18168 (message-mode-map): Add key binding.
18169 (message-mode-field-menu): Add menu entry.
18170 (message-mode): Document it.
18171 (message-make-expires-date): Use `message-make-date'.
18173 2005-10-04 Josh Huber <huber@alum.wpi.edu>
18175 * message.el (message-make-expires-date): New function.
18177 2005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
18179 * time-date.el: Autoload parse-time-string, XEmacs needs it.
18181 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
18183 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
18184 function rather than the diff-mode.el package.
18185 (mm-display-external): Use with-current-buffer.
18186 (mm-viewer-completion-map, mm-viewer-completion-map):
18187 Move initialization inside declaration.
18189 2005-09-29 Simon Josefsson <jas@extundo.com>
18191 * spam.el: Load hashcash when compiling, to avoid warnings.
18192 Don't autoload mail-check-payment.
18193 (spam-check-hashcash): Define unconditionally, since hashcash.el
18194 is part of Gnus now. Ignore errors from payment checking.
18196 2005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
18198 * message.el (message-bold-region, message-unbold-region):
18199 Rename from `bold-region' and `unbold-region'.
18201 * message.el: Remove useless autoloads.
18203 2005-09-28 Simon Josefsson <jas@extundo.com>
18205 * message.el (message-use-idna): Default to t.
18206 (message-use-idna): Test whether encoding works too. Doc fix.
18208 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
18210 * nntp.el (nntp-warn-about-losing-connection): Remove.
18212 2005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
18214 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
18215 customizable. Change default value.
18216 (mm-uu-diff-groups-regexp): Change default value.
18217 (mm-uu-type-alist): Add doc string.
18218 (mm-uu-configure): Add doc string. Make it interactive.
18219 (mm-uu-tex-groups-regexp): New variable.
18220 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
18221 (mm-uu-type-alist): Add LaTeX documents.
18222 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
18223 of "text/verbatim".
18224 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
18226 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
18227 instead of "text/verbatim".
18229 * message.el (message-mark-inserted-region)
18230 (message-mark-insert-file): Use slrn style marks when called with
18233 2005-09-27 Simon Josefsson <jas@extundo.com>
18235 * message.el (message-idna-to-ascii-rhs-1): Reformat.
18237 2005-09-27 Arne Jørgensen <arne@arnested.dk>
18239 * message.el (message-remove-duplicates): New function.
18240 Implementation borrowed from `gnus-remove-duplicates'.
18241 (message-idna-to-ascii-rhs): Also encode idna addresses in
18242 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
18243 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
18244 only ask about the same idna domain once per header and also tell
18245 in what header to replace the idna domain.
18247 * gnus-art.el (article-decode-idna-rhs): Also decode idna
18248 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
18249 (article-decode-idna-rhs): Fix regexp so that all idna-address in
18250 a header is decoded and not just the last one.
18252 2005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
18254 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
18257 * mm-decode.el (mm-automatic-display): Add text/verbatim.
18258 (mm-insert-part): Don't modify text if it has been decoded.
18260 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
18263 * mm-view.el (mm-inline-text): Don't strip text props unless
18264 decoding enriched or richtext parts.
18266 2005-09-25 Romain Francoise <romain@orebokech.com>
18268 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
18269 * gnus-start.el (gnus-subscribe-interactively):
18270 * gnus-uu.el (gnus-uu-grab-articles):
18271 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
18274 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
18276 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
18277 * mm-view.el (mm-view-pkcs7-decrypt):
18278 * gnus-sum.el (gnus-summary-limit-to-extra)
18279 (gnus-summary-respool-article, gnus-read-move-group-name):
18280 * gnus-score.el (gnus-summary-increase-score):
18281 * gnus-util.el (gnus-completing-read-with-default):
18282 * gnus-art.el (gnus-read-save-file-name)
18283 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
18284 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
18285 * message.el (message-check-news-header-syntax):
18286 Follow convention for reading with the minibuffer.
18288 2005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
18290 * spam-report.el (spam-report-url-ping-plain):
18291 Use gnus-extended-version as User-Agent.
18293 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
18294 default value is nil.
18296 * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
18297 (mm-uu-verbatim-marks-extract): New function.
18298 (mm-uu-extract): New face.
18299 (mm-uu-copy-to-buffer): Use it.
18301 * spam-report.el (spam-report-gmane-ham): Rename from
18302 `spam-report-gmane-unspam'.
18303 (spam-report-gmane-internal): Rename from `spam-report-gmane'.
18304 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
18306 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
18308 (spam-report-gmane-unregister-routine):
18309 Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
18311 2005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
18313 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
18314 (spam-report-gmane-unregister-routine): Add support for gmane
18317 * spam-report.el (spam-report-gmane-unspam)
18318 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
18319 (spam-report-gmane): Change to take a single article and do unspam
18322 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
18324 * mm-url.el (mm-url-decode-entities): Fix regexp.
18326 2005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
18328 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
18329 default to nil, to be able to use Gnus at all. If the default
18330 switches to something else, then the function should be fixed not
18331 be exceedingly slow.
18333 2005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
18335 * gnus-start.el (gnus-activate-group): If the server is nil, don't
18338 * spam-report.el: Add better Keywords line.
18340 * spam.el: Add Maintainer and better Keywords line.
18342 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
18344 * gnus-art.el (gnus-article-replace-part)
18345 (gnus-mime-replace-part): New functions.
18346 (gnus-mime-action-alist, gnus-mime-button-commands)
18347 (gnus-mime-save-part-and-strip): Add file argument.
18348 (gnus-article-part-wrapper): Add interactive argument.
18350 * gnus-sum.el (gnus-summary-mime-map):
18351 Add `gnus-article-replace-part'.
18353 2005-09-19 Didier Verna <didier@xemacs.org>
18355 The nnml compaction feature:
18356 * nnml.el (nnml-request-compact-group): New function.
18357 * nnml.el (nnml-request-compact): New function.
18358 * gnus-int.el (gnus-request-compact-group): New function.
18359 * gnus-int.el (gnus-request-compact): New function.
18360 * gnus-group.el (gnus-group-compact-group): New function.
18361 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
18362 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
18363 * gnus-srvr.el (gnus-server-compact-server): New function.
18364 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
18365 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
18367 2005-09-18 Deepak Goel <deego@gnufans.org>
18369 * sieve.el (sieve-help): Fix `message' call: first arg should be a
18372 2005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
18374 * gnus.el (gnus-group-startup-message): Bind image-load-path.
18376 2005-09-15 Romain Francoise <romain@orebokech.com>
18378 * message.el (message-fill-paragraph): Clarify docstring.
18380 2005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
18382 * gnus-art.el (gnus-mime-display-part): Protect against broken
18385 2005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
18387 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
18388 before parsing header.
18390 2005-09-11 Jari Aalto <jari.aalto@cante.net>
18392 * html2text.el (html2text-replace-list): Add new entities.
18394 2005-09-11 Romain Francoise <romain@orebokech.com>
18396 * message.el (message-alternative-emails): Improve docstring.
18397 (message-setup-1): Call `message-use-alternative-email-as-from'
18398 after `message-setup-hook' to give it precedence over posting
18400 (message-use-alternative-email-as-from): Add docstring.
18401 Remove the original From header if present.
18403 * nnml.el (nnml-compressed-files-size-threshold): New variable.
18404 (nnml-save-mail): Use it.
18406 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
18407 articles. Add new argument `silent'.
18408 (gnus-uu-mark-all): Report the total number of marked articles.
18410 2005-09-10 Romain Francoise <romain@orebokech.com>
18412 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
18413 (gnus-uu-mark-series): Likewise.
18415 2005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
18417 * spam-report.el (spam-report-gmane): Fix generation of spam
18420 2005-09-10 Simon Josefsson <jas@extundo.com>
18422 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
18423 t, based on discussion on the ding list with Robert Epprecht
18424 <epprecht@solnet.ch>.
18426 2005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
18428 * spam-report.el (spam-report-gmane): Make it work without
18429 X-Report-Spam header. Gmane now only provides Archived-At.
18430 This is only used if `spam-report-gmane-use-article-number' is nil.
18431 (spam-report-gmane-spam-header): Remove. Not used anymore.
18433 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
18434 make `gnus-summary-sort-by-recipient' work with threading.
18436 * nnweb.el (nnweb-google-wash-article): Print a message if article
18439 2005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
18441 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
18442 change. Decode text/* parts content before displaying.
18444 2005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
18446 * mml-smime.el: Remove defvar of gnus-extract-address-components.
18448 2005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
18450 * mm-view.el (mm-display-inline-fontify): Disable support modes.
18452 2005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
18454 * message.el (message-tab-body-function): Fix mismatched custom type.
18456 * gnus.el (gnus-group-change-level-function): Ditto.
18458 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
18460 * gnus-art.el (gnus-signature-limit)
18461 (gnus-article-mime-part-function): Ditto.
18463 2005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
18465 * mml.el (mml-mode): Silence the byte compiler.
18467 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
18468 using `(sit-for 0)' before moving the point to the specified part;
18469 skip unbuttonized parts.
18470 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
18471 return to the summary window if gnus-auto-select-part is non-nil.
18473 2005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
18475 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
18477 (mml-dnd-attach-file, mml-mode): Use them.
18479 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
18480 Make fetching article by MID work again for Google Groups.
18481 Add FIXME concerning gnus-group-make-web-group.
18483 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
18484 Don't depend on Gnus by using mail-extract-address-components if
18485 gnus-extract-address-components is not bound.
18487 2005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
18489 * gnus-art.el (gnus-mime-display-security): Don't display the
18490 signature, but only the signed part.
18492 2005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
18494 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
18496 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
18499 2005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
18501 * mm-encode.el (mm-encode-content-transfer-encoding):
18502 Likewise when encoding.
18504 * mm-bodies.el (mm-decode-content-transfer-encoding):
18505 De-canonicalize CRLF for all text content types, not just
18508 2005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
18510 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
18511 valid article; point arrow and cursor at the MIME button.
18513 2005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
18515 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
18516 Suggested by Dan Christensen <jdc@uwo.ca>.
18518 * mm-decode.el (mm-save-part): Enable change of prompt.
18520 2005-08-29 Jari Aalto <jari.aalto@cante.net>
18522 * gnus-msg.el (gnus-inews-add-send-actions):
18523 Make `message-post-method' lambda parameter ARG `&optional'.
18525 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
18527 * gnus-sum.el (gnus-summary-mime-map):
18528 Add gnus-article-save-part-and-strip, gnus-article-delete-part and
18529 gnus-article-jump-to-part.
18531 * gnus-art.el (gnus-article-edit-article): Add quiet argument.
18532 (gnus-article-edit-part): Use it.
18533 (gnus-article-part-wrapper): Add no-handle argument.
18534 (gnus-article-save-part-and-strip, gnus-article-delete-part):
18537 2005-08-29 Romain Francoise <romain@orebokech.com>
18539 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
18541 (gnus-face-from-file): Likewise.
18543 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
18545 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
18546 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
18548 (gnus-auto-select-part): New variable.
18549 (gnus-article-jump-to-part): New function.
18550 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
18551 (gnus-mime-delete-part): Allow selecting specified part after
18552 deleting or stripping parts.
18553 (gnus-article-jump-to-part): Don't use `read-number'. Use last
18554 part if argument is bogus.
18556 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
18558 * gnus-art.el (w3m-minor-mode-map):
18559 * gnus-spec.el (gnus-newsrc-file-version):
18560 * gnus-util.el (nnmail-active-file-coding-system)
18561 (gnus-original-article-buffer, gnus-user-agent):
18562 * gnus.el (gnus-ham-process-destinations)
18563 (gnus-parameter-ham-marks-alist)
18564 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
18565 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
18566 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
18567 * mm-decode.el (gnus-current-window-configuration):
18568 * mm-extern.el (gnus-article-mime-handles):
18569 * mm-url.el (url-current-object, url-package-name)
18570 (url-package-version):
18571 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
18572 (smime-keys, w3m-cid-retrieve-function-alist)
18573 (w3m-current-buffer, w3m-display-inline-images)
18574 (w3m-minor-mode-map):
18575 * mml-smime.el (gnus-extract-address-components):
18576 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
18577 (gnus-newsrc-hashtb, message-default-charset)
18578 (message-deletable-headers, message-options)
18579 (message-posting-charset, message-required-mail-headers)
18580 (message-required-news-headers):
18581 * mml1991.el (mc-pgp-always-sign):
18582 * mml2015.el (mc-pgp-always-sign):
18583 * nnheader.el (nnmail-extra-headers):
18584 * rfc1843.el (gnus-decode-encoded-word-function)
18585 (gnus-decode-header-function, gnus-newsgroup-name):
18586 * spam-stat.el (gnus-original-article-buffer): Add defvars.
18588 2005-08-22 Karl Chen <quarl@cs.berkeley.edu>
18590 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
18591 the end of the date treatments.
18593 2005-08-15 Simon Josefsson <jas@extundo.com>
18595 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
18596 it in url-handlers.el and XEmacs in url.el. Reported by Luca
18597 Capello and Romain Francoise.
18598 (pgg-fetch-key-function): Remove, not used?
18599 (pgg-insert-url-with-w3): Require url, to get
18600 url-insert-file-contents regardless of where it is defined.
18602 2005-08-13 Romain Francoise <romain@orebokech.com>
18604 * message.el (message-cite-original-1): New function.
18605 (message-cite-original): Use it.
18606 (message-cite-original-without-signature): Ditto.
18608 2005-08-08 Romain Francoise <romain@orebokech.com>
18610 * message.el (message-yank-empty-prefix): New variable.
18611 (message-indent-citation): Use it.
18612 (message-cite-original-without-signature): Respect X-No-Archive.
18614 2005-08-08 Simon Josefsson <jas@extundo.com>
18616 * pgg.el: Autoload url-insert-file-contents instead of loading
18618 (pgg-insert-url-with-w3): Don't load url here.
18620 2005-08-07 Jesper Harder <harder@phys.au.dk>
18622 * message.el (message-kill-to-signature): Don't insert newline at
18624 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
18626 2005-08-06 Romain Francoise <romain@orebokech.com>
18628 * message.el (message-user-fqdn): Fix typo in docstring.
18630 2005-08-05 Daiki Ueno <ueno@unixuser.org>
18632 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
18634 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
18636 2005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
18638 * mm-bodies.el (mm-encode-body): Use coding system rather than
18639 charset to encode text.
18641 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
18642 number of charsets if utf-8 is available (XEmacs).
18644 2005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
18646 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
18647 taken from `gnus-button-mid-or-mail-regexp'.
18648 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
18649 (gnus-button-alist): Improve regexp for domain part of the MIDs
18650 for news:localpart@domain buttons.
18651 (gnus-button-ctan-directory-regexp): Update.
18653 2005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
18655 * sieve-manage.el (sieve-manage-interactive-login):
18656 Use make-local-variable rather than make-variable-buffer-local.
18657 (sieve-manage-open): Ditto.
18658 (sieve-manage-authenticate): Ditto.
18660 * mml.el (mml-generate-mime-1): Make the content type default to
18661 text/plain if the filename is not specified.
18663 2005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
18665 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
18666 instead of insert-buffer.
18668 * message.el (message-yank-original): Ditto; set the mark at the
18669 end of the yanked message.
18671 2005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
18673 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
18674 lines to scroll rather than to stop it.
18676 * mml.el (mml-generate-default-type): Add doc string.
18677 (mml-generate-mime-1): Use mm-default-file-encoding or make it
18678 default to application/octet-stream when determining the content
18679 type if it is not specified for the part or the mml contents; add
18680 a comment about mml-generate-default-type.
18682 2005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
18684 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
18685 make it default to application/octet-stream when determining the
18686 content type if it is not specified for the external contents.
18688 2005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
18690 * rfc2231.el (rfc2231-parse-string): Take care that not only a
18691 segmented parameter but also other parameters might be there.
18693 2005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
18695 * mm-decode.el (mm-display-external): Delete temp file, directory
18696 and buffer immediately if the external process is exited.
18698 2005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
18700 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
18701 fewer lines than that of scroll-margin.
18702 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
18704 2005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
18706 * gnus-art.el (gnus-article-next-page): Revert.
18707 (gnus-article-beginning-of-window): New macro.
18708 (gnus-article-next-page-1): Use it.
18709 (gnus-article-prev-page): Ditto.
18710 (gnus-article-edit-part): Use insert-buffer-substring instead of
18712 (gnus-article-edit-exit): Ditto.
18714 * gnus-util.el (gnus-beginning-of-window): Remove.
18715 (gnus-end-of-window): Remove.
18717 2005-07-25 Simon Josefsson <jas@extundo.com>
18719 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
18720 to have the url package without w3. Reported by Daiki Ueno
18721 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
18723 2005-07-20 Didier Verna <didier@xemacs.org>
18725 * gnus-diary.el: Remove the description comment (nndiary is now
18726 properly documented in the Gnus manual).
18727 Fix the spelling of "Back End".
18728 * nndiary.el: Ditto.
18729 Fix the copyright notice.
18731 2005-07-18 Romain Francoise <romain@orebokech.com>
18733 * gnus-sum.el (gnus-summary-to-prefix)
18734 (gnus-summary-newsgroup-prefix): New variables.
18735 (gnus-summary-from-or-to-or-newsgroups): Use them.
18737 2005-07-17 Romain Francoise <romain@orebokech.com>
18739 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
18740 space as it's generally not especially interesting to the user.
18742 2005-07-16 Romain Francoise <romain@orebokech.com>
18744 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
18745 nil to avoid prompting and file modification if one of the
18746 messages at the top of the nnfolder file contains a copyright
18748 Update copyright notice.
18750 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
18751 instead of `current-time-string' as the latter creates a time
18752 string that is not RFC 2822 compliant (it lacks the zone).
18753 Update copyright notice.
18755 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
18757 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
18758 for text/rtf. Display default in prompt. Pass default for M-n.
18760 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
18762 2005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
18764 * gnus-msg.el (gnus-button-mailto):
18765 Remove save-selected-window-window hackery because it relies on
18766 save-selected-window internals.
18768 2005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
18770 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
18771 (gnus-article-next-page-1): Use gnus-beginning-of-window.
18772 (gnus-article-prev-page): Ditto.
18774 * gnus-util.el (gnus-beginning-of-window): New function.
18775 (gnus-end-of-window): New function.
18777 2005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
18779 * gnus-score.el (gnus-score-edit-all-score):
18780 Set gnus-score-edit-exit-function to gnus-score-edit-done and call
18783 2005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
18785 * gnus-msg.el (gnus-button-mailto):
18786 Remove save-selected-window-window hackery because it relies on
18787 save-selected-window internals.
18789 2005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
18791 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
18793 (gnus-binary-mode): Ditto.
18795 * gnus-topic.el (gnus-topic-mode): Ditto.
18797 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
18799 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
18800 (gnus-article-prev-page): Take scroll-margin into consideration.
18802 2005-07-04 Lute Kamstra <lute@gnu.org>
18804 Update FSF's address in GPL notices.
18806 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
18808 * gnus.el (gnus-exit):
18809 * gnus-group.el (gnus-group-icons):
18810 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
18812 * gnus-nocem.el (gnus-nocem):
18813 * message.el (message-various, message-buffers, message-sending)
18814 (message-interface, message-forwarding, message-insertion)
18815 (message-headers, message-news, message-mail):
18816 * pgg-gpg.el (pgg-gpg):
18817 * pgg-parse.el (pgg-parse):
18818 * pgg-pgp.el (pgg-pgp):
18819 * pgg-pgp5.el (pgg-pgp5):
18820 * pop3.el (pop3): Finish `defgroup' description with period.
18822 2005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
18824 * gnus-art.el (article-display-face): Improve the efficiency.
18825 (article-display-x-face): Ditto; remove gray x-face stuff.
18827 2005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
18829 * gnus-art.el (article-display-face): Correct the position in
18830 which Faces are inserted.
18832 2005-06-29 Didier Verna <didier@xemacs.org>
18834 * gnus-art.el (article-display-face): Display faces in correct
18837 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
18839 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
18840 (gnus-fill-real-hashtb): Use hash table instead of obarray.
18841 (gnus-nocem-check-article): Fetch the Type header.
18842 (gnus-nocem-message-wanted-p): Fix the way to examine types.
18843 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
18844 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
18845 make sure gnus-nocem-hashtb is initialized.
18846 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
18847 (gnus-nocem-unwanted-article-p): Ditto.
18849 * pgg.el (pgg-verify): Return the verification result.
18851 2005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
18853 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
18856 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
18858 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
18859 `show-nonbreak-escape'.
18861 2005-06-23 Lute Kamstra <lute@gnu.org>
18863 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
18865 * dig.el (dig-mode):
18866 * smime.el (smime-mode): Use gnus-run-mode-hooks.
18868 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
18870 * nnimap.el (nnimap-split-download-body): Fix spellings.
18872 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
18874 * gnus-art.el (gnus-article-encrypt-body):
18875 * gnus-cus.el (gnus-score-customize):
18876 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
18877 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
18879 2005-06-16 Arne Jørgensen <arne@arnested.dk>
18881 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
18882 header by looking for magic "MII" at the beginning.
18884 2005-06-16 Miles Bader <miles@gnu.org>
18886 * assistant.el (assistant-field): Remove "-face" suffix from face name.
18887 (assistant-field-face): New backward-compatibility alias for renamed
18889 (assistant-render-text): Use renamed assistant-field face.
18891 * spam.el (spam): Remove "-face" suffix from face name.
18892 (spam-face): New backward-compatibility alias for renamed face.
18893 (spam-face, spam-initialize): Use renamed spam face.
18895 * message.el (message-header-to, message-header-cc)
18896 (message-header-subject, message-header-newsgroups)
18897 (message-header-other, message-header-name)
18898 (message-header-xheader, message-separator, message-cited-text)
18899 (message-mml): Remove "-face" suffix from face names.
18900 (message-header-to-face, message-header-cc-face)
18901 (message-header-subject-face, message-header-newsgroups-face)
18902 (message-header-other-face, message-header-name-face)
18903 (message-header-xheader-face, message-separator-face)
18904 (message-cited-text-face, message-mml-face):
18905 New backward-compatibility aliases for renamed faces.
18906 (message-font-lock-keywords): Use renamed message faces.
18908 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
18909 (sieve-test-commands, sieve-tagged-arguments):
18910 Remove "-face" suffix from face names.
18911 (sieve-control-commands-face, sieve-action-commands-face)
18912 (sieve-test-commands-face, sieve-tagged-arguments-face):
18913 New backward-compatibility aliases for renamed faces.
18914 (sieve-control-commands-face, sieve-action-commands-face)
18915 (sieve-test-commands-face, sieve-tagged-arguments-face):
18916 Use renamed sieve faces.
18918 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
18919 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
18920 (gnus-group-news-3-empty, gnus-group-news-4)
18921 (gnus-group-news-4-empty, gnus-group-news-5)
18922 (gnus-group-news-5-empty, gnus-group-news-6)
18923 (gnus-group-news-6-empty, gnus-group-news-low)
18924 (gnus-group-news-low-empty, gnus-group-mail-1)
18925 (gnus-group-mail-1-empty, gnus-group-mail-2)
18926 (gnus-group-mail-2-empty, gnus-group-mail-3)
18927 (gnus-group-mail-3-empty, gnus-group-mail-low)
18928 (gnus-group-mail-low-empty, gnus-summary-selected)
18929 (gnus-summary-cancelled, gnus-summary-high-ticked)
18930 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
18931 (gnus-summary-high-ancient, gnus-summary-low-ancient)
18932 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
18933 (gnus-summary-low-undownloaded)
18934 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
18935 (gnus-summary-low-unread, gnus-summary-normal-unread)
18936 (gnus-summary-high-read, gnus-summary-low-read)
18937 (gnus-summary-normal-read, gnus-splash):
18938 Remove "-face" suffix from face names.
18939 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
18940 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
18941 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
18942 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
18943 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
18944 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
18945 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
18946 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
18947 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
18948 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
18949 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
18950 (gnus-summary-selected-face, gnus-summary-cancelled-face)
18951 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
18952 (gnus-summary-normal-ticked-face)
18953 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
18954 (gnus-summary-normal-ancient-face)
18955 (gnus-summary-high-undownloaded-face)
18956 (gnus-summary-low-undownloaded-face)
18957 (gnus-summary-normal-undownloaded-face)
18958 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
18959 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
18960 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
18961 (gnus-splash-face):
18962 New backward-compatibility aliases for renamed faces.
18963 (gnus-group-startup-message): Use renamed gnus faces.
18965 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
18966 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
18967 (gnus-server-agent): Remove "-face" suffix from face names.
18968 (gnus-server-agent-face, gnus-server-opened-face)
18969 (gnus-server-closed-face, gnus-server-denied-face)
18970 (gnus-server-offline-face):
18971 New backward-compatibility aliases for renamed faces.
18972 (gnus-server-agent-face, gnus-server-opened-face)
18973 (gnus-server-closed-face, gnus-server-denied-face)
18974 (gnus-server-offline-face): Use renamed gnus faces.
18976 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
18977 Remove "-face" suffix from face names.
18978 (gnus-picon-xbm-face, gnus-picon-face):
18979 New backward-compatibility aliases for renamed faces.
18981 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
18982 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
18983 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
18984 (gnus-cite-11): Remove "-face" suffix from face names.
18985 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
18986 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
18987 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
18988 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
18989 New backward-compatibility aliases for renamed faces.
18990 (gnus-cite-attribution-face, gnus-cite-face-list)
18991 (gnus-article-boring-faces): Use renamed gnus faces.
18993 * gnus-art.el (gnus-signature, gnus-header-from)
18994 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
18995 (gnus-header-content): Remove "-face" suffix from face names.
18996 (gnus-signature-face, gnus-header-from-face)
18997 (gnus-header-subject-face, gnus-header-newsgroups-face)
18998 (gnus-header-name-face, gnus-header-content-face):
18999 New backward-compatibility aliases for renamed faces.
19000 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
19002 * gnus-sum.el (gnus-summary-selected-face)
19003 (gnus-summary-highlight): Use renamed gnus faces.
19004 * gnus-group.el (gnus-group-highlight): Likewise.
19006 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
19008 * gnus-sieve.el (gnus-sieve-article-add-rule):
19009 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
19010 * spam-stat.el (spam-stat-buffer-change-to-spam)
19011 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
19013 * message.el (message-is-yours-p):
19014 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
19016 2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
19018 * mm-view.el (mm-inline-text): Withdraw the last change.
19020 2005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
19022 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
19023 executing enriched-decode.
19025 2005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
19027 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
19028 charset of tar files.
19030 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
19032 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
19034 2005-06-04 Lute Kamstra <lute@gnu.org>
19036 * nnfolder.el (nnfolder-read-folder): Make sure that undo
19037 information is never recorded.
19039 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
19041 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
19043 2005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
19045 * pop3.el (pop3-apop): Run md5 in the binary mode.
19047 * starttls.el (starttls-set-process-query-on-exit-flag):
19048 Use eval-and-compile.
19050 2005-05-31 Simon Josefsson <jas@extundo.com>
19052 * smime.el (smime-replace-in-string): Define.
19053 (smime-cert-by-ldap-1): Use it.
19055 2005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
19057 * gnus-art.el (article-display-x-face): Replace
19058 process-kill-without-query by gnus-set-process-query-on-exit-flag.
19060 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
19061 set-process-query-on-exit-flag or process-kill-without-query.
19063 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
19064 loop instead of replace-regexp.
19066 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
19067 instead of process-kill-without-query if it is available.
19069 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
19070 instead of find-file-hooks if it is available.
19072 * mml1991.el: Bind pgg-default-user-id when compiling.
19074 * mml2015.el: Bind pgg-default-user-id when compiling.
19076 * nndraft.el (nndraft-request-associate-buffer):
19077 Use write-contents-functions instead of write-contents-hooks if it is
19080 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
19081 instead of find-file-hooks if it is available.
19083 * nntp.el (nntp-open-connection): Replace
19084 process-kill-without-query by gnus-set-process-query-on-exit-flag.
19085 (nntp-open-ssl-stream): Ditto.
19086 (nntp-open-tls-stream): Ditto.
19088 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
19089 set-process-query-on-exit-flag or process-kill-without-query.
19090 (starttls-open-stream-gnutls): Use it instead of
19091 process-kill-without-query.
19092 (starttls-open-stream): Ditto.
19094 2005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
19096 * smime.el (smime-cert-by-ldap-1): Don't use
19097 replace-regexp-in-string.
19099 2005-05-31 Arne Jørgensen <arne@arnested.dk>
19101 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
19103 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
19104 in PEM format. Adjust to the XEmacs compatibility.
19106 2005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
19108 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
19109 by `string-to-number'.
19110 * gnus-agent.el (gnus-agent-regenerate-group)
19111 (gnus-agent-fetch-articles): Ditto.
19112 * gnus-art.el (gnus-button-fetch-group): Ditto.
19113 * gnus-cache.el (gnus-cache-generate-active)
19114 (gnus-cache-articles-in-group): Ditto.
19115 * gnus-group.el (gnus-group-set-current-level)
19116 (gnus-group-insert-group-line): Ditto.
19117 * gnus-score.el (gnus-score-set-expunge-below)
19118 (gnus-score-set-mark-below, gnus-summary-score-effect)
19119 (gnus-summary-score-entry): Ditto.
19120 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
19121 (gnus-soup-pack): Ditto.
19122 * gnus-spec.el (gnus-xmas-format): Ditto.
19123 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
19124 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
19125 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
19126 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
19127 * nndb.el (nndb-get-remote-expire-response): Ditto.
19128 * nndiary.el (nndiary-parse-schedule-value)
19129 (nndiary-string-to-number, nndiary-request-replace-article)
19130 (nndiary-request-article): Ditto.
19131 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
19132 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
19133 * nneething.el (nneething-make-head): Ditto.
19134 * nnfolder.el (nnfolder-request-article)
19135 (nnfolder-retrieve-headers): Ditto.
19136 * nnheader.el (nnheader-file-to-number): Ditto.
19137 * nnkiboze.el (nnkiboze-request-article): Ditto.
19138 * nnmail.el (nnmail-process-unix-mail-format)
19139 (nnmail-process-babyl-mail-format): Ditto.
19140 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
19141 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
19142 (nnmh-request-create-group, nnmh-request-list-1)
19143 (nnmh-request-group, nnmh-request-article): Ditto.
19144 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
19145 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
19146 * nnsoup.el (nnsoup-make-active): Ditto.
19147 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
19148 * nntp.el (nntp-find-group-and-number)
19149 (nntp-retrieve-headers-with-xover): Ditto.
19150 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
19151 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
19152 (pgg-format-key-identifier): Ditto.
19153 * pop3.el (pop3-last, pop3-stat): Ditto.
19154 * qp.el (quoted-printable-decode-region): Ditto.
19156 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
19159 2005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
19161 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
19163 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
19165 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
19167 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
19169 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
19171 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
19173 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
19174 (gnus-carpal-mode): Ditto.
19176 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
19177 (gnus-browse-mode): Ditto.
19179 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
19181 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
19183 2005-05-29 Richard M. Stallman <rms@gnu.org>
19185 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
19187 2005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
19189 * gnus-util.el (gnus-run-mode-hooks): New function.
19191 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
19193 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
19195 * gnus-agent.el (gnus-agent-make-mode-line-string):
19196 Use mode-line-highlight as mouse-face.
19198 2005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
19200 * canlock.el (canlock): Change the parent group to news.
19202 * deuglify.el (gnus-outlook-deuglify): Add :group.
19204 * dig.el (dig): Add :group.
19206 * dns-mode.el (dns-mode): Add :group.
19208 * encrypt.el (encrypt): Add :group.
19210 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
19211 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
19212 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
19213 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
19214 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
19216 * gnus-diary.el (gnus-diary): Add :group.
19218 * gnus.el (gnus-group-news-1-face): Add :group.
19219 (gnus-group-news-1-empty-face): Ditto.
19220 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
19221 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
19222 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
19223 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
19224 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
19225 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
19226 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
19227 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
19228 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
19229 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
19230 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
19231 (gnus-summary-high-ticked-face): Ditto.
19232 (gnus-summary-low-ticked-face): Ditto.
19233 (gnus-summary-normal-ticked-face): Ditto.
19234 (gnus-summary-high-ancient-face): Ditto.
19235 (gnus-summary-low-ancient-face): Ditto.
19236 (gnus-summary-normal-ancient-face): Ditto.
19237 (gnus-summary-high-undownloaded-face): Ditto.
19238 (gnus-summary-low-undownloaded-face): Ditto.
19239 (gnus-summary-normal-undownloaded-face): Ditto.
19240 (gnus-summary-high-unread-face): Ditto.
19241 (gnus-summary-low-unread-face): Ditto.
19242 (gnus-summary-normal-unread-face): Ditto.
19243 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
19244 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
19246 * hashcash.el (hashcash): New custom group.
19247 (hashcash-default-payment): Add :group.
19248 (hashcash-payment-alist): Ditto.
19249 (hashcash-default-accept-payment): Ditto.
19250 (hashcash-accept-resources): Ditto.
19251 (hashcash-path): Ditto.
19252 (hashcash-extra-generate-parameters): Ditto.
19253 (hashcash-double-spend-database): Ditto.
19254 (hashcash-in-news): Ditto.
19256 * message.el (message-minibuffer-local-map): Add :group.
19258 * netrc.el (netrc): Add :group.
19260 * sieve-manage.el (sieve-manage-log): Add :group.
19261 (sieve-manage-default-user): Diito.
19262 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
19263 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
19264 (sieve-manage-authenticators): Ditto.
19265 (sieve-manage-authenticator-alist): Ditto.
19266 (sieve-manage-default-port): Ditto.
19268 * sieve-mode.el (sieve-control-commands-face): Add :group.
19269 (sieve-action-commands-face): Ditto.
19270 (sieve-test-commands-face): Ditto.
19271 (sieve-tagged-arguments-face): Ditto.
19273 * smime.el (smime): Add :group.
19275 * spam-report.el (spam-report): Add :group.
19277 * spam.el (spam, spam-face): Add :group.
19279 2005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
19281 * nntp.el (nntp-next-result-arrived-p): Some news servers may
19282 return \n.\n.\n at the end of articles. Protect against that.
19283 (nntp-with-open-group): Allow debugging.
19285 * nnheader.el (mail-header-set-extra): Make into a function
19286 because I just could't understand how to quote the list properly.
19288 * dns.el (query-dns-cached): New function.
19290 2005-05-26 Lute Kamstra <lute@gnu.org>
19292 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
19294 2005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
19296 * gnus-art.el: Don't autoload mail-extract-address-components.
19298 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
19299 eval-and-compile to evaluate it.
19301 * hashcash.el: Don't autoload executable-find.
19303 * nndb.el: Don't declare the nndb back end two or more times; don't
19304 autoload news-reply-mode, news-setup, cancel-timer and telnet.
19306 * nntp.el: Autoload format-spec instead of format; use
19307 eval-and-compile to evaluate autoload forms.
19309 2005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
19311 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
19313 2005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
19315 * gnus.el (gnus-version-number): Bump version.
19317 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
19319 * gnus.el: No Gnus v0.3 is released.
19321 2005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
19323 * gnus-art.el (gnus-article-edit-part): Disable undo.
19325 2005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
19327 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
19328 gnus-article-date-lapsed-new-header is t if date timer is active;
19329 skip headers in which the original date value is empty.
19330 (gnus-article-save-original-date): Redefine it as a macro.
19331 (gnus-display-mime): Use it.
19333 2005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
19335 * gnus-art.el (article-date-ut): Support converting date in
19336 forwarded parts as well.
19337 (gnus-article-save-original-date): New function.
19338 (gnus-display-mime): Use it.
19340 2005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
19342 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
19343 enclosure element of <item>.
19345 2005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
19347 * message.el (message-kill-buffer-query): Rename from
19348 `message-kill-buffer-query-if-modified'. Add :version.
19350 2005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
19352 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
19355 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
19357 * mml.el: Autoload dnd when compiling.
19359 2005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
19361 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
19364 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
19366 * qp.el (quoted-printable-encode-region): Save excursion.
19368 2005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
19370 * message.el (message-kill-buffer-query-if-modified): Add new variable
19371 so the user can kill a modified message buffer quickly.
19372 (message-kill-buffer): Use it.
19374 2005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
19376 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
19377 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
19379 2005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
19381 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
19382 contained in text because xml.el decodes entities) with LFs.
19384 2005-04-11 Lute Kamstra <lute@gnu.org>
19386 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
19389 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
19391 * mm-util.el (mm-detect-coding-region): Typo.
19393 2005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
19395 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
19397 2005-04-06 Deepak Goel <deego@gnufans.org>
19399 * spam-stat.el (spam-stat-score-buffer): Add a call to a
19400 user-function allow user modifications of the scores.
19401 (spam-stat-score-buffer-user): New function, to allow
19402 user-computed modifications to the score.
19403 (spam-stat-score-buffer-user-functions): List of additional
19405 (spam-stat-error-holder): Global temporary error holder.
19406 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
19409 2005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
19411 * gnus-registry.el (gnus-registry-clean-empty-function)
19412 (gnus-registry-trim, gnus-registry-fetch-groups)
19413 (gnus-registry-delete-group): Groups that match
19414 `gnus-registry-ignored-groups' are removed from the registry
19415 entries, not just ignored for splitting. This helps clean up the
19416 registry. Also, `gnus-registry-fetch-groups' is a convenient way
19417 to get all the groups a message ID is in.
19419 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
19420 (spam-stat-split-fancy): Change "threshhold" to "threshold".
19421 (spam-stat-score-buffer-user-functions): Add :number custom type.
19423 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
19425 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
19426 argument in XEmacs.
19428 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
19429 (nnrss-request-group): Decode group name first.
19430 (nnrss-request-article): Make a text/plain article if mml-to-mime
19432 (nnrss-get-encoding): Return a compatible encoding according to
19433 nnrss-compatible-encoding-alist.
19434 (nnrss-find-el): Use consp instead of listp.
19435 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
19437 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
19439 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
19440 which Emacs 20 doesn't support.
19441 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
19443 2005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
19445 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
19446 silence the byte compiler inside the defun.
19448 * gnus-demon.el (parse-time-string): Add autoload.
19450 * gnus-delay.el (parse-time-string): Add autoload.
19452 * gnus-art.el (parse-time-string): Add autoload.
19454 * nnultimate.el (parse-time): Require for `parse-time-string'.
19456 2005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
19458 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
19460 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
19462 * smime.el (smime-ldap-host-list): Add :version.
19464 2005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
19466 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
19467 pass it to `gnus-browse-read-group'.
19468 (gnus-browse-read-group): Add NUMBER argument and pass it to
19469 `gnus-group-read-ephemeral-group'.
19471 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
19472 argument and pass it to `gnus-group-read-group'.
19474 2005-03-19 Aidan Kehoe <kehoea@parhasard.net>
19476 * mm-util.el (mm-xemacs-find-mime-charset): Only call
19477 mm-xemacs-find-mime-charset-1 if we have the mule feature
19478 available at runtime.
19480 2005-03-25 Werner Lemberg <wl@gnu.org>
19482 * nnmaildir.el: Replace `illegal' with `invalid'.
19484 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
19486 * gnus-start.el (gnus-display-time-event-handler):
19487 Check display-time-timer at runtime rather than only at load time
19488 in case display-time-mode is turned off in the mean time.
19490 2005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
19492 * nnimap.el (nnimap-open-connection): Print which authinfo file is
19495 * nneething.el (nneething-map-file-directory): Derive from
19498 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
19501 2005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
19503 * nnmaildir.el (nnmaildir-request-accept-article):
19504 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
19506 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
19508 * gnus-async.el: Require timer-funcs at compile time when in
19509 XEmacs for `run-with-idle-timer'.
19511 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
19513 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
19514 autoloaded function.
19516 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
19518 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
19520 2005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
19522 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
19524 2005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
19526 * gnus-msg.el (gnus-confirm-mail-reply-to-news):
19527 Add gnus-expert-user to default.
19529 2005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
19531 * nnimap.el (nnimap-open-server): Ditto.
19533 * imap.el (imap-authenticate): Fix typo.
19535 2005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
19537 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
19538 buffer (since IMAP server might return FETCH response out of
19539 order, and the nntp buffer must be sorted).
19541 2005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
19543 * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
19544 comparison on string.
19546 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
19547 (gnus-agent-score): Rename category keywords to match gnus-cus.
19548 (gnus-agent-summary-fetch-series): Modify to protect against
19549 gnus-agent-summary-fetch-group clearing processable flags.
19550 (gnus-agent-synchronize-group-flags): Update live group buffer as
19551 synchronization may occur due to the user toggle the plugged
19553 (gnus-agent-fetch-group-1): Clear downloadable flag when article
19554 successfully downloaded.
19555 (gnus-agent-expire-group-1): Avoid using markers when the overview
19556 is in ascending order; greatly improves performance.
19557 (gnus-agent-regenerate-group):
19558 Use gnus-agent-synchronize-group-flags to reset read status in both
19560 (gnus-agent-update-files-total-fetched-for): Fix initial size.
19562 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
19564 * message.el: Don't autoload former message-utils variables.
19565 (message-strip-subject-trailing-was): Change doc string.
19567 * nnweb.el: Fixes for `gnus-group-make-web-group'.
19568 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
19569 (nnweb-google-search): Add "hl=en" here.
19570 (nnweb-google-parse-1, nnweb-google-create-mapping):
19571 Don't hardcode URL.
19573 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
19575 * message.el (message-get-reply-headers, message-followup):
19576 Mention related variables `message-use-followup-to' and
19577 `message-use-mail-followup-to', in the information buffer.
19579 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
19580 of broken groups(-beta).google.com.
19582 2005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
19584 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
19585 parameter to invoked gnus-request-move-article; remove the
19586 redundant gnus-sum-hint-move-is-internal variable; apply the marks
19587 all at once instead of once per article.
19588 (gnus-summary-remove-process-mark): Accept a list of articles as
19589 well as a single article for processing.
19591 * gnus-int.el (gnus-request-move-article): Add move-is-internal
19594 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
19596 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
19598 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
19601 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
19604 * nnimap.el (nnimap-request-move-article): Add move-is-internal
19605 parameter and remove the gnus-sum-hint-move-is-internal variable.
19607 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
19610 * nndraft.el (nndraft-request-move-article): Add move-is-internal
19613 * nndiary.el (nndiary-request-move-article): Add move-is-internal
19616 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
19618 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
19621 * nnagent.el (nnagent-request-move-article): Add move-is-internal
19624 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
19626 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
19627 a more conservative way.
19629 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
19631 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
19632 buffer, so it moves the window's cursor.
19634 2005-02-26 Arne Jørgensen <arne@arnested.dk>
19636 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
19637 `mm-dissect-multipart' and receive the from field as an (optional)
19638 argument from `mm-dissect-multipart'.
19639 (mm-dissect-multipart): Receive the from field as an argument and
19640 pass it on when we call `mm-dissect-buffer' on MIME parts.
19641 Fixes verification/decryption of signed/encrypted MIME parts.
19643 2005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
19645 * gnus-sum.el (gnus-summary-move-article):
19646 Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
19647 whatever it calls (right now, only nnimap-request-move article
19650 * nnimap.el (nnimap-request-move-article):
19651 When gnus-sum-hint-move-is-internal is set, don't do the extra
19652 nnimap-request-article.
19654 2005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
19656 * nnheader.el (nnheader-find-file-noselect): Add doc string.
19658 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
19659 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
19661 * gnus-sum.el (gnus-summary-caesar-message):
19662 Apply `gnus-treat-article' after rotation.
19664 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
19667 2005-02-22 Simon Josefsson <jas@extundo.com>
19669 * encrypt.el (encrypt-password-cache-expiry): Remove (use
19670 `password-cache-expiry' instead). Reported by Arne Jørgensen
19671 <arne@arnested.dk>.
19672 (encrypt): Add password-cache and password-cache-expiry as group
19675 2005-02-22 Arne Jørgensen <arne@arnested.dk>
19677 * smime.el (smime-ldap-host-list): Doc fix.
19678 (smime-ask-passphrase): Use `password-read-and-add' to read (and
19680 (smime-sign-region): Use it.
19681 (smime-decrypt-region): Use it.
19682 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
19683 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
19685 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
19686 certificate from DER to PEM format rather than calling openssl.
19688 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
19690 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
19691 for signing/encryption.
19693 * mml.el (mml-parse-1): Use them.
19695 2005-02-21 Arne Jørgensen <arne@arnested.dk>
19697 * nnrss.el (nnrss-verbose): Remove.
19698 (nnrss-request-group): Use `nnheader-message' instead.
19700 2005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
19702 * nnrss.el (nnrss-verbose): New variable.
19703 (nnrss-request-group): Make it say nnrss is requesting a group.
19705 2005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
19707 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
19708 Handle news URL with given port correctly.
19710 2005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
19712 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
19713 containing special characters.
19715 * gnus-sum.el (gnus-summary-edit-article): Ditto.
19717 * mml.el (mime-to-mml): Ditto.
19719 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
19720 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
19721 (rfc2047-decode-region): Quote decoded words containing special
19722 characters when rfc2047-quote-decoded-words-containing-tspecials
19725 2005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
19727 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
19729 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
19731 2005-02-15 Simon Josefsson <jas@extundo.com>
19733 * nnimap.el (nnimap-debug): Doc fix.
19735 * imap.el (imap-debug): Doc fix.
19737 2005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
19739 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
19741 2005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
19743 * gnus.el (spam-contents): Improve docs for spam-contents
19744 parameter in its variable incarnation.
19746 2005-02-14 Simon Josefsson <jas@extundo.com>
19748 * smime-ldap.el: Use require instead of load-library for ldap.
19749 (smime-ldap-search): Indent.
19750 (smime-ldap-search-internal): Shorten line.
19752 * smime.el (smime-cert-by-dns): Add doc-string.
19753 (smime-cert-by-ldap-1): Indent.
19755 * mml-smime.el (mml-smime-get-ldap-cert): Rename from
19756 mml-smime-get-dns-ldap.
19757 (mml-smime-encrypt-query): Use new function. Default to ldap.
19759 2005-02-14 Arne Jørgensen <arne@arnested.dk>
19761 * smime.el: Require smime-ldap.
19762 (smime-ldap-host-list): New variable.
19763 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
19765 * mml-smime.el (mml-smime-encrypt-query): New function.
19766 (mml-smime-encrypt-query): Use it.
19768 * smime-ldap.el: New file.
19770 2005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
19772 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
19774 2005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
19776 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
19777 argument in doc string. Make query for type more clear.
19779 2005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
19781 * gnus.el (gnus-group-startup-message): Search for gnus images in
19783 * mm-util.el (mm-image-load-path): Likewise.
19784 * smiley.el (smiley-data-directory): Search for smilies in
19785 etc/images/smilies.
19787 2005-02-09 Kim F. Storm <storm@cua.dk>
19789 Change Emacs release version from 21.4 to 22.1 throughout.
19790 Change Emacs development version from 21.3.50 to 22.0.50.
19792 2005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
19794 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
19796 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
19797 non-Mule XEmacs as well.
19798 (mm-decompress-buffer): Signal an error intentionally if it does
19799 not decompress compressed data because auto-compression-mode is
19802 2005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
19804 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
19805 an ID in the registry even if it has no groups.
19807 2005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
19809 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
19810 merge it into mm-decompress-buffer.
19811 (gnus-mime-copy-part): Use the MIME part charset, the value which
19812 a user specified or gnus-newsgroup-charset for decoding, like
19813 gnus-mime-inline-part does; set buffer-file-coding-system to tell
19814 save-buffer what was used. Suggested by Kevin Ryde
19815 <user42@zip.com.au>.
19816 (gnus-mime-inline-part): Allow the name parameter as well as the
19817 filename parameter; force decompressing of compressed data; always
19818 display contents being not decoded as unibyte.
19820 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
19821 as well as the filename parameter.
19823 * mm-util.el (mm-decompress-buffer):
19824 Merge gnus-mime-jka-compr-maybe-uncompress.
19825 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
19826 of compressed data.
19828 2005-02-08 Simon Josefsson <jas@extundo.com>
19830 * imap.el (imap-log): Doc fix.
19832 2005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
19834 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
19835 the coding cookies; decompress compressed parts.
19837 * mml.el (mml-generate-mime-1): Add the charset parameter according
19838 to the value which a user specified manually or the coding cookie.
19840 * mm-util.el (mm-string-to-multibyte): New function.
19841 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
19842 (mm-coding-system-to-mime-charset): New function.
19843 (mm-decompress-buffer): New function.
19844 (mm-find-buffer-file-coding-system): New function.
19846 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
19847 (mm-display-inline-fontify): Rewrite for decoding and decompressing
19850 2005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
19852 * mm-view.el (mm-display-inline-fontify): Decode a part according
19853 to the charset parameter.
19855 2005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
19857 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
19858 prefix arg is neither nil nor a number, as info specifies.
19860 2005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
19862 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
19865 2005-02-02 Jari Aalto <jari.aalto@cante.net>
19867 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
19868 groups error checking and notify user.
19870 2005-02-02 Jari Aalto <jari.aalto@poboxes.com>
19872 * message.el (message-send-mail-function): Check existence of
19873 sendmail-program first before using default value
19874 `message-send-mail-with-sendmail'. Otherwise use more generic
19875 `smtpmail-send-it'.
19877 2005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
19879 * nntp.el (nntp-request-update-info): Always return nil.
19881 2005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
19883 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
19885 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
19887 * message.el (message-beginning-of-line): Change the behavior when
19888 invoked between BOL and : so that it first moves backward.
19890 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
19892 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
19893 article buffer when editing of the article is discarded.
19894 (gnus-article-prepare): Revert.
19896 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
19898 * gnus-art.el (gnus-article-prepare):
19899 Remove message-strip-forbidden-properties from the local hook.
19901 2005-01-27 Simon Josefsson <jas@extundo.com>
19903 * password.el (password-cache-add): Only start one timer per key.
19904 Reported by Derek Atkins <warlord@MIT.EDU>.
19906 2005-01-26 Steve Youngs <steve@sxemacs.org>
19908 * run-at-time.el: Remove. It is no longer needed as
19909 timer-funcs.el in the xemacs-base package has a working version of
19912 * password.el: Require timer-funcs instead of run-at-time in
19914 Remove `password-run-at-time' macro.
19915 (password-cache-add): Use `run-at-time' instead of
19916 `password-run-at-time'.
19918 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
19919 for `run-with-idle-timer'.
19921 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
19924 * mm-url.el: Require timer-funcs at compile time when in XEmacs
19925 for `with-timeout'.
19927 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
19929 * mml.el (mml-generate-mime-1): Convert string into unibyte when
19930 inserting " *mml*" buffer's contents into a unibyte temp buffer.
19932 2005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
19934 * mail-source.el (mail-source-fetch-imap): Search for ^From case
19937 2005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
19939 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
19941 2005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
19943 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
19944 which will be inserted according to the multibyteness of a buffer
19945 rather than the type of contents. Suggested by ARISAWA Akihiro
19946 <ari@mbf.ocn.ne.jp>.
19948 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
19949 of string which old xml.el may return rather than a string.
19951 2005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
19953 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
19955 2005-01-16 Simon Josefsson <jas@extundo.com>
19957 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
19958 idn/idna.el isn't available.
19959 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
19960 <michael@waxrat.com>.
19962 * hashcash.el: Remove non-FSF copyright header.
19964 * hashcash.el (hashcash-extra-generate-parameters): New variable.
19965 (hashcash-generate-payment): Use it.
19966 (hashcash-generate-payment-async): Use it.
19968 2005-01-15 Simon Josefsson <jas@extundo.com>
19970 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
19971 Suggested by Raymond Scholz <ray-2005@zonix.de>.
19973 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
19974 gnus-summary-idna-message.
19975 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
19976 (gnus-summary-idna-message): New function.
19978 2005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
19980 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
19983 2005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
19985 * nnrss.el (nnrss-request-delete-group): Delete entries in
19986 nnrss-group-alist as well.
19987 (nnrss-save-server-data): Insert newline.
19989 2005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
19991 * gnus.el (gnus-user-agent): Use list of symbols instead of
19992 symbols. Display full version number for (S)XEmacs.
19993 Optionally display (S)XEmacs codename.
19995 * gnus-util.el (gnus-emacs-version): Update for new
19998 * gnus-msg.el (gnus-extended-version): Make it possible to omit
20001 2005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
20003 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
20004 which is unreadable in some setups.
20006 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
20008 * gnus-spec.el (gnus-update-format-specifications): Flush the
20009 group format spec cache if it doesn't support decoded group names.
20011 2005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
20013 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
20014 Allow to apply decay on score files matching a regexp.
20016 2004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
20018 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
20019 compatibility in %g and %c.
20021 2004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
20023 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
20024 name for only %g and %c.
20025 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
20026 of gnus-tmp-group to decoded group name.
20027 (gnus-group-make-rss-group): Exclude `/'s from group names.
20029 2004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
20031 * nnrss.el (nnrss-get-encoding): Fix regexp.
20033 2004-12-27 Simon Josefsson <jas@extundo.com>
20035 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
20036 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
20037 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
20039 2004-12-17 Kim F. Storm <storm@cua.dk>
20041 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
20043 * gnus-sum.el (gnus-summary-mode-map): Likewise.
20045 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
20047 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
20049 2004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
20051 * nnrss.el: Require rfc2047 and mml.
20052 (nnrss-file-coding-system): New variable.
20053 (nnrss-format-string): Redefine it as an inline function.
20054 (nnrss-decode-group-name): New function.
20055 (nnrss-string-as-multibyte): Remove.
20056 (nnrss-retrieve-headers): Decode group name; don't use
20057 nnrss-format-string.
20058 (nnrss-request-group): Decode group name.
20059 (nnrss-request-article): Decode group name; allow a Message-ID as
20060 well as an article number; don't use nnrss-format-string; encode a
20061 Message-ID string which may contain non-ASCII characters; use
20062 mml-to-mime to compose a MIME article.
20063 (nnrss-request-expire-articles): Decode group name.
20064 (nnrss-request-delete-group): Decode group name.
20065 (nnrss-fetch): Clarify error message.
20066 (nnrss-read-server-data): Use insert-file-contents instead of load;
20067 bind file-name-coding-system; use multibyte buffer.
20068 (nnrss-save-server-data): Bind coding-system-for-write to the
20069 value of nnrss-file-coding-system; bind file-name-coding-system;
20071 (nnrss-read-group-data): Use insert-file-contents instead of load;
20072 bind file-name-coding-system; use multibyte buffer.
20073 (nnrss-save-group-data): Bind coding-system-for-write to the
20074 value of nnrss-file-coding-system; bind file-name-coding-system.
20075 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
20076 make it work with non-ASCII text.
20077 (nnrss-find-el): Make it work with old xml.el as well.
20079 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
20081 * nnrss.el (nnrss-get-encoding): New function.
20082 (nnrss-fetch): Use unibyte buffer initially; bind
20083 coding-system-for-read while performing mm-url-insert; remove ^Ms;
20084 decode contents according to the encoding attribute.
20085 (nnrss-save-group-data): Add coding cookie.
20086 (nnrss-mime-encode-string): New function.
20087 (nnrss-check-group): Use it to encode subject and author.
20089 2004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
20091 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
20092 imaginary variable.
20094 2004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
20096 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
20097 correctly even if there are wide characters.
20099 2004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
20101 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
20102 downcased symbol names; make a new cache instead of reusing
20105 2004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
20107 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
20108 concatenating segments rather than before concatenating them.
20109 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20111 * message.el (message-get-reply-headers): Bind `extra'.
20113 2004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
20115 * message.el (message-extra-wide-headers): New variable.
20116 (message-get-reply-headers): Use it.
20118 2004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
20120 * gnus-agent.el (gnus-agent-group-path): Decode group name.
20121 (gnus-agent-group-pathname): Ditto.
20123 * gnus-cache.el (gnus-cache-file-name): Decode group name.
20125 * gnus-group.el (gnus-group-make-group): Decode group name.
20126 (gnus-group-make-rss-group): Register the group data after opening
20129 2004-12-17 Paul Jarc <prj@po.cwru.edu>
20131 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
20132 by expiry now get marked as read.
20134 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
20136 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
20138 2004-12-17 Aidan Kehoe <kehoea@parhasard.net>
20140 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
20141 unify Latin characters in XEmacs.
20142 (mm-find-mime-charset-region): Use it.
20144 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
20146 * gnus-util.el (gnus-delete-directory): New function.
20148 * gnus-agent.el (gnus-agent-delete-group): Use it.
20150 * gnus-cache.el (gnus-cache-delete-group): Use it.
20152 2004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
20154 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
20157 2004-12-16 Simon Josefsson <jas@extundo.com>
20159 * hashcash.el (hashcash-payment-alist): Fix custom :type.
20161 2004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
20163 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
20165 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
20166 (gnus-group-set-current-level): Decode group name.
20168 2004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
20170 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
20173 2004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
20175 * gnus-group.el (gnus-group-delete-group): Decode group name.
20176 (gnus-group-make-rss-group): Encode group name.
20177 (gnus-group-catchup-current): Decode group name.
20178 (gnus-group-kill-group): Decode group name.
20180 2004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
20182 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
20184 2004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
20186 * gnus-group.el (gnus-group-make-rss-group):
20187 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
20189 * gnus-start.el (gnus-setup-news): Honor user's setting to
20190 gnus-message-archive-method. Suggested by Lute Kamstra
20193 2004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
20195 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
20196 global counterparts of the buffer-local variables.
20198 2004-11-16 Romain Francoise <romain@orebokech.com>
20200 * gnus-sum.el (gnus-summary-exit): Don't clear the global
20201 counterparts of the buffer-local variables.
20203 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
20205 * message.el (message-forbidden-properties): Fix typo in doc
20208 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
20210 * gnus-util.el (gnus-replace-in-string): Add doc string.
20212 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
20213 to avoid problems when splitting mails with many recipients.
20215 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
20217 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
20218 pop-to-buffer, covered by the subsequent gnus-configure-windows.
20220 2004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
20222 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
20223 if there is no hashtable in memory or file modification time is
20224 newer than cached timestamp.
20226 2004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
20228 * gnus-sum.el (gnus-summary-limit-to-recipient):
20229 Implement not-matching option.
20231 2004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
20233 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
20234 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
20235 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
20236 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
20237 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
20238 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
20240 2004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
20242 * message.el (message-forward-make-body-mml): Remove headers
20243 according to message-forward-ignored-headers if a message is decoded.
20245 2004-12-02 Romain Francoise <romain@orebokech.com>
20247 * message.el (message-forward-make-body-plain): Always remove
20248 headers according to message-forward-ignored-headers.
20250 2004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
20252 * spam.el (spam-summary-prepare-exit): Remove the
20253 gnus-summary-limit pop for now, it has problems with ham marks for
20256 2004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
20258 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
20261 2004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
20263 * format-spec.el (format-spec): Message the char.
20265 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
20267 * gnus-art.el (gnus-split-methods): Reformat comments.
20269 * spam.el (spam-summary-prepare-exit): Remove article limits
20270 before exiting the summary buffer.
20272 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
20274 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
20275 order to silence the byte compiler.
20277 * spam.el: Fix the way to silence the byte compiler, which
20278 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
20279 bbdb-search-simple, spam-BBDB-register-routine,
20280 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
20281 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
20282 spam-stat-buffer-is-spam, spam-stat-load,
20283 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
20284 spam-stat-save and spam-stat-split-fancy.
20286 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
20288 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
20289 which may confuse users.
20290 (canlock-password-for-verify): Ditto.
20292 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
20294 * gnus-art.el (gnus-emphasis-alist): Ditto.
20296 * gnus-registry.el (gnus-registry-max-entries): Ditto.
20298 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
20300 * gnus-start.el (gnus-save-killed-list): Ditto.
20302 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
20303 (gnus-sum-thread-tree-root): Ditto.
20304 (gnus-sum-thread-tree-false-root): Ditto.
20305 (gnus-sum-thread-tree-single-indent): Ditto.
20307 * message.el (message-courtesy-message): Ditto.
20308 (message-archive-note): Ditto.
20309 (message-subscribed-address-file): Ditto.
20310 (message-user-fqdn): Ditto.
20312 * spam-report.el (spam-report-gmane-regex): Ditto.
20314 * spam.el (spam-blackhole-good-server-regex): Ditto.
20316 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
20318 * mml.el (mml-preview): Widen the message buffer before copying
20319 the contents to the preview buffer; sort headers before previewing.
20321 * message.el (message-hidden-headers): Fix the way to avoid a bug
20322 in the `repeat' widget in Emacs 21.3 or earlier.
20324 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
20326 * message.el (message-hidden-headers): Default to "^References:".
20327 Improve customization type. Suggested by Reiner Steib
20328 <Reiner.Steib@gmx.de>.
20330 2004-11-25 Romain Francoise <romain@orebokech.com>
20332 * message.el (message-strip-forbidden-properties): Remove check for
20333 obsolete `message-hidden' text property, hidden headers are not
20334 accessible in the buffer anymore.
20336 2004-11-22 Romain Francoise <romain@orebokech.com>
20338 * message.el (message-header-format-alist): Add `From' in list
20339 so that it can be sorted.
20340 (message-fix-before-sending): Widen and sort headers before
20342 (message-hide-headers): Use narrowing to hide headers by moving
20343 them to the top of the buffer and narrowing to the region
20346 2004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
20348 * message.el (message-strip-forbidden-properties):
20349 Bind buffer-read-only (etc) to nil.
20351 2004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
20353 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
20354 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20356 2004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
20358 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
20360 2004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
20362 * dns.el (query-dns): Use sit-for to time instead of
20363 accept-process-output, since that doesn't seem to work on udp
20366 2004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
20368 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
20370 2004-11-15 Jesper Harder <harder@ifa.au.dk>
20372 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
20373 doc string. Improve doc string.
20375 2004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
20377 * nntp.el (nntp-request-update-info): Return nil if
20378 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
20379 may not call gnus-activate-group which uselessly issues the GROUP
20380 commands for all nntp groups and wastes time. Reported by Romain
20381 Francoise <romain@orebokech.com>.
20383 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
20385 2004-11-15 Simon Josefsson <jas@extundo.com>
20387 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
20388 headers separately.
20389 (gnus-button-openpgp): New function, inspired by Jochen Küpper
20390 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
20392 2004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
20394 * gnus-start.el (gnus-convert-old-newsrc):
20395 Assign legacy-gnus-agent to 5.10.7.
20397 2004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
20399 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
20400 start of the lines.
20402 2004-11-14 Magnus Henoch <mange@freemail.hu>
20404 * hashcash.el (hashcash-default-payment): Change default to 20.
20405 (hashcash-default-accept-payment): Change default to 20.
20406 (hashcash-process-alist): New variable.
20407 (hashcash-generate-payment-async): Add.
20408 (hashcash-already-paid-p): Add.
20409 (hashcash-insert-payment): Don't generate payments twice.
20410 (hashcash-insert-payment-async): Add.
20411 (hashcash-insert-payment-async-2): Add.
20412 (hashcash-cancel-async): Add.
20413 (hashcash-wait-async): Add.
20414 (hashcash-processes-running-p): Add.
20415 (hashcash-wait-or-cancel): Add.
20416 (mail-add-payment): New optional argument. Conditionally start
20417 asynchronous calculation.
20418 (mail-add-payment-async): Add.
20420 * message.el (message-send-mail): Wait for asynchronous hashcash
20421 results. Don't clobber existing X-Hashcash headers.
20422 (message-setup-1): Call mail-add-payment-async when
20423 message-generate-hashcash is non-nil.
20425 2004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
20427 * message.el (message-use-alternative-email-as-from): Examine the
20428 From header as well; use message-make-from in order to include a
20431 2004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
20433 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
20434 default; improve customization type.
20435 (gnus-emphasis-custom-with-format): New macro.
20436 (gnus-emphasis-custom-value-to-external): New function.
20437 (gnus-emphasis-custom-value-to-internal): New function.
20439 2004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
20441 * dns.el (query-dns): Resolve reverse addresses.
20443 2004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
20445 * gnus-group.el (gnus-group-get-new-news): Use it.
20447 * gnus-start.el (gnus-check-reasonable-setup): New function.
20449 2004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
20451 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
20452 "Args out of range" error. Reported by Arnaud Giersch
20453 <arnaud.giersch@free.fr>.
20455 2004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
20457 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
20459 2004-11-04 Richard M. Stallman <rms@gnu.org>
20461 * spam.el (spam group): Add :version.
20463 * pgg-def.el (pgg group): Add :version.
20465 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
20467 * gnus-art.el (gnus-article-edit-article): Don't associate the
20468 article buffer with a draft file. This is a temporary measure
20469 against the 2004-08-22 change to gnus-article-edit-mode.
20471 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
20473 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
20474 (html2text-format-tags): Remove unused variable `attr'.
20476 2004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
20478 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
20480 * spam-stat.el (spam-stat): Add :version.
20482 * sieve.el (sieve): Add :version.
20484 * sha1.el (sha1): Add :version.
20485 (sha1-use-external): Remove redundant version.
20487 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
20488 (nnmail-cache-ignore-groups, nnmail-spool-hook)
20489 (nnmail-split-fancy-match-partial-words)
20490 (nnmail-split-lowercase-expanded): Add :version.
20492 * nndiary.el (nndiary): Add :version.
20494 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
20496 * mml-sec.el (mml-default-sign-method)
20497 (mml-default-encrypt-method, mml-signencrypt-style-alist):
20500 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
20502 * mm-url.el (mm-url-use-external, mm-url-program)
20503 (mm-url-arguments): Add :version.
20505 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
20506 (mm-attachment-file-modes, mm-decrypt-option)
20507 (mm-w3m-safe-url-regexp): Add :version.
20509 * message.el (message-cite-prefix-regexp)
20510 (message-sendmail-envelope-from, message-minibuffer-local-map)
20511 (message-user-fqdn, message-completion-alist): Add :version.
20513 * gnus-win.el (gnus-configure-windows-hook)
20514 (gnus-use-frames-on-any-display): Add :version.
20516 * gnus-art.el (gnus-article-address-banner-alist)
20517 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
20518 (gnus-treat-from-picon, gnus-treat-mail-picon)
20519 (gnus-treat-x-pgp-sig): Add :version.
20521 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
20522 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
20523 (gnus-summary-article-delete-hook)
20524 (gnus-summary-display-while-building): Add :version.
20526 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
20527 (gnus-get-top-new-news-hook): Add :version.
20529 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
20530 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
20532 * gnus-registry.el (gnus-registry): Add :version.
20534 * gnus-spec.el (gnus-use-correct-string-widths)
20535 (gnus-make-format-preserve-properties): Add :version.
20537 * gnus.el (gnus-group-charter-alist)
20538 (gnus-group-fetch-control-use-browse-url)
20539 (gnus-install-group-spam-parameters): Add :version.
20541 * gnus-diary.el (gnus-diary): Add :version.
20543 * gnus-delay.el (gnus-delay): Add :version.
20545 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
20546 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
20547 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
20550 * gnus-agent.el (gnus-agent-max-fetch-size)
20551 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
20552 (gnus-agent-prompt-send-queue): Add :version.
20554 * deuglify.el (gnus-outlook-deuglify): Add :version.
20556 * html2text.el: Beautify code. Improve doc strings.
20557 Some checkdoc cleanup.
20558 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
20560 2004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
20562 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
20564 2004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
20566 * gnus-registry.el (gnus-registry-hashtb): Create the registry
20567 when package is loaded.
20569 * spam.el (spam-summary-score-preferred-header): Add global preference
20570 for people who want to override the default SpamAssassin over
20571 Bogofilter preference (when both are set).
20572 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
20573 (spam-user-format-function-S):
20574 Check spam-summary-score-preferred-header.
20575 (spam-extra-header-to-number): Add X-Bogosity header parsing.
20576 (spam-user-format-function-S): Format the score correctly.
20578 2004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
20580 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
20581 signature file. Suggested by Manoj Srivastava
20582 <srivasta@golden-gryphon.com>.
20584 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
20585 iso-2022-jp even in the Japanese language environment.
20586 Suggested by Jason Rumney <jasonr@gnu.org>.
20588 2004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
20590 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
20591 use the same characters as the dummy marks; make it free from
20592 getting affected by the language environment.
20593 (gnus-summary-read-group-1): Update mark positions only when the
20594 format spec is updated.
20596 * gnus-spec.el (gnus-update-format-specifications): Return a list
20599 2004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
20601 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
20602 of boundp to check if display-warning is available.
20604 2004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
20606 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
20608 2004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
20610 * nnspool.el (nnspool-spool-directory): Use news-path if the
20611 news-directory variable is not bound.
20613 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
20614 function instead of display-warning if it is not available.
20616 2004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
20618 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
20619 v5-10: Use `point-at-bol'.
20621 2004-10-26 Simon Josefsson <jas@extundo.com>
20623 * hashcash.el: Fix URL in comment, reported by Cheng Gao
20624 <chenggao@gmail.com>.
20626 2004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
20628 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
20631 2004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
20633 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
20634 to remove a server from the nnimap-server-buffer-alist.
20635 (nnimap-open-connection, nnimap-close-server): Use it.
20637 * gnus-encrypt.el: Remove file in favor of encrypt.el.
20639 2004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
20641 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
20642 running the major-mode function.
20644 2004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
20646 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
20647 dummy marks in the right way.
20649 2004-10-18 David Edmondson <dme@dme.org>
20651 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
20654 2004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
20656 * gnus-util.el (gnus-split-references): Accept a nil references
20657 string and go on blissfully.
20659 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
20660 cases where the references string is non-nil but has no references.
20662 * encrypt.el: Add autoload tags.
20664 * spam.el (spam-resolve-registrations-routine): Remove article
20665 from unregistration list too. Reported by David Hanak
20666 <dhanak@isis.vanderbilt.edu>
20668 2004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
20670 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
20671 nil. Change custom type.
20673 2004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
20675 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
20677 * gnus-sum.el (gnus-summary-move-article): Use it.
20679 2004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
20681 * encrypt.el: Add autoload cookies.
20683 * spam.el (spam-backend-article-list-property)
20684 (spam-backend-get-article-todo-list)
20685 (spam-backend-put-article-todo-list)
20686 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
20687 Resolve registrations separately.
20688 (spam-register-routine): Format comments.
20689 (spam-unregister-routine, spam-register-routine): Always call with
20690 specific-articles, no default list.
20691 (spam-summary-prepare-exit): Use the spam-classifications function.
20693 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
20696 * encrypt.el: Copied from gnus-encrypt.el.
20698 * gnus-encrypt.el: Commented that it's obsolete.
20700 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
20702 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
20703 (gnus-score-save): Use it.
20705 * message.el (message-bury): Use `window-dedicated-p'.
20707 2004-10-15 Simon Josefsson <jas@extundo.com>
20709 * pop3.el (top-level): Don't require nnheader.
20710 (pop3-read-timeout): Add.
20711 (pop3-accept-process-output): Add.
20712 (pop3-read-response, pop3-retr): Use it.
20714 2004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
20716 * spam.el (spam-register-routine): Move comment.
20717 (spam-verify-bogofilter): Use 'unknown for the initial
20718 spam-bogofilter-valid state, not 'never.
20720 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
20723 * nnimap.el (nnimap-open-connection):
20724 Use netrc-machine-user-or-password.
20726 2004-10-17 Richard M. Stallman <rms@gnu.org>
20728 * gnus-registry.el (gnus-registry-unload-hook):
20729 Set as a variable with add-hook.
20731 * nnspool.el (nnspool-spool-directory): Use news-directory instead
20734 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
20736 * spam.el: Delete duplicate `provide'.
20737 (spam-unload-hook): Set as a variable with add-hook.
20739 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
20741 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
20744 * message.el (message-ignored-news-headers)
20745 (message-ignored-supersedes-headers)
20746 (message-ignored-resent-headers)
20747 (message-forward-ignored-headers): Improve custom type.
20749 2004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
20751 * message.el (message-tokenize-header): Fix 2004-09-06 change
20752 which used point-min in the wrong place.
20754 2004-10-12 Simon Josefsson <jas@extundo.com>
20756 * tls.el (tls-certtool-program): New variable.
20757 (tls-certificate-information): New function, based on
20758 ssl-certificate-information.
20760 2004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
20762 * compface.el: Move the version of ELisp-based uncompface program
20763 to the contrib directory because of the copyright problem.
20765 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
20767 * message.el (message-kill-buffer): Raise the current frame.
20769 2004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
20771 * gnus-sum.el: Mention that multibyte characters don't work as marks.
20773 * gnus.el (message-y-or-n-p): Autoload.
20775 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
20776 (pop3-password-required, pop3-authentication-scheme)
20777 (pop3-leave-mail-on-server): Make customizable.
20778 (pop3): New custom group.
20779 (pop3-retr): Remove `sleep-for' statements.
20780 Suggested by Dave Love <fx@gnu.org>.
20782 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
20785 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
20786 (imap-parse-body): Fix incorrect use of `assert'.
20787 Suggested by Dave Love <fx@gnu.org>.
20789 * mml.el (mml-minibuffer-read-disposition): Require match.
20790 Suggested by Dave Love <fx@gnu.org>.
20792 2004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
20794 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
20797 2004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
20799 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
20801 2004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
20803 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
20804 instead of calling `mm-insert-inline', to decode text/* parts
20805 before displaying them.
20807 2004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
20809 * mm-uu.el (mm-uu-text-plain-type): New variable.
20810 (mm-uu-pgp-signed-extract-1): Use it.
20811 (mm-uu-pgp-encrypted-extract-1): Use it.
20812 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
20813 bind mm-uu-text-plain-type with that value.
20814 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
20817 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
20819 * gnus-group.el (gnus-update-group-mark-positions):
20820 * gnus-sum.el (gnus-update-summary-mark-positions):
20821 * message.el (message-check-news-body-syntax):
20822 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
20823 of string-as-multibyte.
20825 2004-10-05 Juri Linkov <juri@jurta.org>
20827 * gnus-group.el (gnus-update-group-mark-positions):
20828 * gnus-sum.el (gnus-update-summary-mark-positions):
20829 * message.el (message-check-news-body-syntax):
20830 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
20831 8-bit unibyte values to a multibyte string for search functions.
20833 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
20835 * mm-uu.el (mm-uu-dissect): Allow optional arg.
20836 (mm-uu-dissect-text-parts): New function.
20838 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
20839 dissect text parts.
20841 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
20842 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
20844 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
20846 * gnus-topic.el (gnus-topic-hierarchical-parameters):
20847 Use gnus-current-topics instead of gnus-current-topic.
20849 2004-10-06 Jesper Harder <harder@ifa.au.dk>
20851 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
20853 2004-10-05 Jesper Harder <harder@ifa.au.dk>
20855 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
20858 * nnml.el (nnml-generate-active-info): do.
20860 * nndiary.el (nndiary-generate-active-info): do.
20862 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
20863 (gnus-topic-move): do.
20865 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
20866 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
20868 * gnus-srvr.el (gnus-server-prepare)
20869 (gnus-server-open-all-servers): do.
20871 * gnus-msg.el (gnus-summary-cancel-article)
20872 (gnus-summary-resend-message)
20873 (gnus-summary-mail-crosspost-complaint): do.
20875 * gnus-move.el (gnus-change-server): do.
20877 * gnus-group.el (gnus-group-unmark-all-groups)
20878 (gnus-group-set-current-level): do.
20880 2004-10-04 Simon Josefsson <jas@extundo.com>
20882 * message.el (message-generate-hashcash): Doc fix.
20884 2004-10-02 Kevin Greiner <kgreiner@compsol.cc>
20886 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
20887 avoid infinite recursion via gnus-get-function.
20889 2004-10-02 Jesper Harder <harder@ifa.au.dk>
20891 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
20893 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
20895 * nnmail.el (nnmail-split-history): do.
20897 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
20898 (nnml-request-delete-group): do.
20900 * nnslashdot.el (nnslashdot-read-groups): do.
20902 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
20903 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
20905 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
20906 (nnspool-sift-nov-with-sed): Use last.
20907 (nnspool-retrieve-headers-with-nov): Use mapc.
20908 (nnspool-request-newgroups): Use dolist.
20909 (nnspool-request-group): Use last.
20911 * nntp.el (nntp-read-server-type): Use dolist.
20913 * nnvirtual.el (nnvirtual-create-mapping)
20914 (nnvirtual-update-read-and-marked): Use dolist.
20915 (nnvirtual-convert-headers): Simplify.
20917 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
20919 * gnus-agent.el (gnus-agent-synchronize-group-flags):
20920 Add support for sync'ing tick marks.
20922 2004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
20924 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
20925 there's no visible header.
20927 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
20929 * gnus-agent.el (gnus-agent-synchronize-group-flags):
20930 When necessary, pass full group name to gnus-request-set-marks.
20932 2004-10-01 Simon Josefsson <jas@extundo.com>
20934 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
20937 2004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
20939 * spam-report.el (spam-report-gmane): Fix interactive.
20941 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
20943 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
20945 (gnus-agent-synchronize-flags): Don't default to being
20948 2004-09-30 Simon Josefsson <jas@extundo.com>
20950 * message.el (message-generate-hashcash): Add.
20951 (message-send-mail): Use it, call mail-add-payment.
20953 2004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
20955 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
20957 2004-09-28 Kevin Greiner <kgreiner@compsol.cc>
20959 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
20960 gnus-request-update-info with explicit code to sync the in-memory
20961 info read flags with the marks being sync'd to the backend.
20963 * gnus-util.el (gnus-pp): Add optional stream to match pp API.
20965 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
20967 * spam.el (spam-verify-bogofilter): Add new function.
20968 (spam-check-bogofilter)
20969 (spam-bogofilter-register-with-bogofilter): Use it.
20970 (spam-verify-bogofilter): Add small fixes.
20972 2004-09-28 Simon Josefsson <jas@extundo.com>
20974 * hashcash.el (hashcash-generate-payment): Revert.
20976 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
20978 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20979 Use gnus-extract-references instead of gnus-split-references.
20981 * gnus-util.el (gnus-extract-references): Add new function, analogous
20982 to gnus-split-references but extracts only the message-ID without
20985 * hashcash.el (hashcash-generate-payment)
20986 (hashcash-check-payment): Do the right thing if hashcash-path is
20987 nil (because the hashcash program could not be found).
20989 * spam.el (spam-use-hashcash): Remove comment.
20991 2004-09-27 Jesper Harder <harder@ifa.au.dk>
20993 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
20994 (gnus-cache-enter-article, gnus-cache-remove-article)
20995 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
20997 * gnus-async.el (gnus-async-prefetch-remove-group): do.
20999 * gnus-art.el (article-hide-boring-headers)
21000 (article-translate-strings, article-display-face)
21001 (gnus-article-mime-match-handle-first)
21002 (gnus-article-highlight-headers)
21003 (gnus-article-add-buttons-to-head): do.
21005 2004-09-27 Simon Josefsson <jas@extundo.com>
21007 * hashcash.el: New version, from
21008 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
21011 2004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
21013 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
21015 2004-09-26 Jesper Harder <harder@ifa.au.dk>
21017 * gnus-dup.el (gnus-dup-open): Use mapc.
21018 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
21020 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
21021 Reported by Stefan Wiens <s.wi@gmx.net>.
21023 * gnus.el (gnus-shutdown): Use dolist.
21025 * gnus-undo.el (gnus-undo): Use mapc.
21027 * nnrss.el (nnrss-generate-active): do.
21029 * message.el (message-cite-original-without-signature)
21030 (message-cite-original): Use mapc.
21031 (message-do-actions, message-make-forward-subject): Use dolist.
21033 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
21035 * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
21036 deletion to remove entire duplicate line. Fixes merged article
21039 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
21041 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
21042 servers that are offline. Avoids having gnus-agent-toggle-plugged
21043 first ask if you want to open a server and then, even when you
21044 responded with no, asking if you want to synchronize the server's
21046 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
21047 multi-line expressions.
21048 (gnus-agent-synchronize-group-flags): New internal function.
21049 Updates marks in memory (in the info structure) AND in the
21052 * gnus-util.el (gnus-remassoc): Fix typo in documentation.
21054 * nnagent.el (nnagent-request-set-mark):
21055 Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
21056 method, to ensure that synchronization updates marks in the
21057 backend and in the info (in memory) structure.
21059 2004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
21061 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
21062 convention fully; don't miss the root article of a thread; make
21063 the X-Draft-From header with correct article numbers.
21065 2004-09-23 Kevin Greiner <kgreiner@compsol.cc>
21067 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
21068 unless plugged. Disable the agent so that an open failure causes
21071 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
21072 Revert 2004-09-21 change. The backend must be opened while
21073 synchronizing flags even when the backend stores the flags
21076 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
21078 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
21079 in `header' match. Reported by Svend Tollak Munkejord.
21081 * message.el (message-cite-original): Fix use of
21082 `message-cite-articles-with-x-no-archive'.
21084 2004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
21086 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
21087 (gnus-window-to-buffer): Ditto.
21089 * mml.el (mml-preview-buffer): New variable.
21090 (mml-preview): Manage window layout with gnus-buffer-configuration.
21092 * gnus-msg.el (gnus-setup-message): Put article numbers into the
21093 X-Draft-From header even if those articles aren't quoted.
21095 2004-09-21 Kevin Greiner <kgreiner@compsol.cc>
21097 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
21098 (gnus-request-set-mark, gnus-request-update-mark): Use new
21099 g-s-t-u-l-m to decide to use backend even when unplugged.
21101 2004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
21103 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
21104 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
21106 2004-09-20 Simon Josefsson <jas@extundo.com>
21108 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
21111 2004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
21113 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
21115 2004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
21117 * uudecode.el (uudecode-use-external): Add :version.
21119 * smime.el (smime-CA-file, smime-encrypt-cipher)
21120 (smime-dns-server): Add :version.
21122 * smiley.el (gnus-smiley-file-types): Add :version.
21124 * sha1.el (sha1-use-external): Add :version.
21126 * pgg-def.el (pgg-query-keyserver): Add :version.
21128 * nnmail.el (nnmail-fancy-expiry-targets)
21129 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
21132 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
21133 (nnimap-retrieve-groups-asynchronous): Add :version.
21134 (nnimap-close-asynchronous): Add :version. Fix typo in doc string.
21136 * mml.el (mml-content-disposition-parameters)
21137 (mml-insert-mime-headers-always): Add :version.
21139 * mm-util.el (mm-coding-system-priorities): Add :version.
21141 * mm-decode.el (mm-inline-text-html-with-images)
21142 (mm-keep-viewer-alive-types, mm-external-terminal-program)
21143 (mm-verify-option): Add :version.
21144 (mm-text-html-renderer): Change :version.
21146 * message.el (message-fcc-externalize-attachments)
21147 (message-required-headers, message-draft-headers)
21148 (message-subject-trailing-was-query)
21149 (message-subject-trailing-was-ask-regexp)
21150 (message-subject-trailing-was-regexp, message-mark-insert-begin)
21151 (message-mark-insert-end, message-archive-header)
21152 (message-archive-note, message-cross-post-default)
21153 (message-cross-post-note, message-followup-to-note)
21154 (message-cross-post-note-function, message-use-mail-followup-to)
21155 (message-subscribed-address-functions)
21156 (message-subscribed-address-file, message-subscribed-addresses)
21157 (message-subscribed-regexps, message-allow-no-recipients)
21158 (message-yank-cited-prefix, message-signature-insert-empty-line)
21159 (message-hidden-headers, message-hierarchical-addresses)
21160 (message-mail-user-agent, message-use-idna)
21161 (message-valid-fqdn-regexp)
21162 (message-strip-special-text-properties, message-header-synonyms)
21163 (message-beginning-of-line, message-tab-body-function): Add :version.
21164 (message-insert-canlock, message-wide-reply-confirm-recipients):
21167 * mail-source.el (mail-source-ignore-errors): Add :group, :type
21169 (mail-source-delete-old-incoming-confirm)
21170 (mail-source-movemail-program): Add :version.
21172 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
21173 (gnus-agent-cache, gnus-agent): Change :version.
21175 * gnus-util.el (gnus-use-byte-compile): Change :version.
21177 * gnus-sum.el (gnus-summary-make-false-root-always)
21178 (gnus-summary-default-high-score)
21179 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
21180 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
21181 (gnus-read-all-available-headers, gnus-article-emulate-mime)
21182 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
21183 (gnus-sum-thread-tree-single-indent)
21184 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
21185 (gnus-sum-thread-tree-leaf-with-other)
21186 (gnus-sum-thread-tree-single-leaf): Add :version.
21187 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
21188 (gnus-article-loose-mime): Change :version.
21190 * gnus-start.el (gnus-backup-startup-file)
21191 (gnus-save-startup-file-via-temp-buffer): Add :version.
21193 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
21194 (gnus-server-offline-face): Add :version.
21196 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
21198 * gnus-msg.el (gnus-gcc-externalize-attachments)
21199 (gnus-debug-files, gnus-debug-exclude-variables)
21200 (gnus-discouraged-post-methods): Change :version.
21201 (gnus-confirm-mail-reply-to-news)
21202 (gnus-confirm-treat-mail-like-news): Add :version.
21204 * gnus-int.el (gnus-server-unopen-status): Add :version.
21206 * gnus-group.el (gnus-group-jump-to-group-prompt)
21207 (gnus-large-ephemeral-newsgroup)
21208 (gnus-fetch-old-ephemeral-headers): Add :version.
21210 * gnus-fun.el (gnus-x-face-directory)
21211 (gnus-convert-pbm-to-x-face-command)
21212 (gnus-convert-image-to-x-face-command)
21213 (gnus-convert-image-to-face-command): Add :version.
21215 * gnus-delay.el (gnus-delay-default-hour): Add :version.
21217 * gnus-cite.el (gnus-cite-blank-line-after-header)
21218 (gnus-article-boring-faces): Add :version.
21220 * gnus-art.el (gnus-buttonized-mime-types)
21221 (gnus-inhibit-mime-unbuttonizing)
21222 (gnus-treat-display-face)
21223 (gnus-treat-body-boundary): Change :version.
21224 (gnus-body-boundary-delimiter, gnus-picon-databases)
21225 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
21226 (gnus-treat-date-english, gnus-treat-fold-headers)
21227 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
21228 (gnus-treat-mail-picon, gnus-treat-wash-html)
21229 (gnus-article-encrypt-protocol)
21230 (gnus-use-idna, gnus-article-over-scroll)
21231 (gnus-mime-display-multipart-alternative-as-mixed)
21232 (gnus-mime-display-multipart-related-as-mixed)
21233 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
21234 (gnus-ctan-url, gnus-button-ctan-handler)
21235 (gnus-button-handle-ctan-bogus-regexp)
21236 (gnus-button-ctan-directory-regexp)
21237 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
21238 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
21239 (gnus-button-man-level, gnus-button-emacs-level)
21240 (gnus-button-message-level, gnus-button-browse-level): Add :version.
21242 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
21243 (gnus-agent-go-online): Change :version.
21244 (gnus-agent-expire-unagentized-dirs)
21245 (gnus-agent-auto-agentize-methods): Add :version.
21247 * flow-fill.el (fill-flowed-display-column)
21248 (fill-flowed-encode-column): Add :version.
21250 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
21251 (gnus-outlook-deuglify-unwrap-max)
21252 (gnus-outlook-deuglify-cite-marks)
21253 (gnus-outlook-deuglify-unwrap-stop-chars)
21254 (gnus-outlook-deuglify-no-wrap-chars)
21255 (gnus-outlook-deuglify-attrib-cut-regexp)
21256 (gnus-outlook-deuglify-attrib-verb-regexp)
21257 (gnus-outlook-deuglify-attrib-end-regexp)
21258 (gnus-outlook-display-hook): Add :version.
21260 * binhex.el (binhex-use-external): Add :version.
21262 2004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
21264 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
21267 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
21269 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
21270 in gnus-registry-trim.
21272 2004-09-13 Simon Josefsson <jas@extundo.com>
21274 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
21276 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
21278 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
21279 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
21281 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
21282 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
21285 * sieve.el (sieve-manage-mode): Ditto.
21287 2004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
21289 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
21291 2004-09-11 Simon Josefsson <jas@extundo.com>
21293 * dns-mode.el: Add.
21295 * mm-view.el (mm-display-dns-inline): Add.
21297 * mm-decode.el (mm-inline-media-tests): Add text/dns.
21298 (mm-automatic-display): Ditto.
21300 * mailcap.el (mailcap-mime-data): Add text/dns.
21301 (mailcap-mime-extensions): Map .soa to text/dns.
21303 2004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
21305 * gnus-art.el (article-decode-mime-words, article-babel)
21306 (gnus-article-highlight-signature, gnus-article-add-buttons)
21307 (gnus-signature-toggle): Remove unnecessary bindings of
21308 `inhibit-read-only' inherited from v5.10 merge.
21310 2004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
21312 * nntp.el (nntp): New customization group.
21313 (nntp-authinfo-file): Add customization group.
21315 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
21317 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
21319 * gnus.el (to-address, to-list, subscribed)
21320 (large-newsgroup-initial): Ditto.
21322 * flow-fill.el (fill-flowed-display-column)
21323 (fill-flowed-encode-column): Ditto.
21325 2004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
21327 * message.el (message-tokenize-header, message-send-mail-with-qmail):
21328 Use point-min rather than 1.
21329 (message-send-mail): Use buffer-size rather than point-max.
21331 * gnus-sum.el (gnus-summary-search-article-forward):
21332 Signal a specific `search-failed' rather than a generic `error'.
21334 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
21335 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
21336 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
21338 2004-09-10 Simon Josefsson <jas@extundo.com>
21340 * nndb.el (require): Remove tcp and duplicate cl.
21342 2004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
21344 * gnus-agent.el (directory-files-and-attributes): Move forward.
21346 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
21348 * gnus-agent.el (directory-files-and-attributes):
21349 Optionally defined to support XEmacs.
21351 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
21353 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
21354 to avoid run-time CL dependencies.
21355 (gnus-agent-unfetch-articles): New function.
21356 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
21357 article numbers even when local .overview file is missing.
21358 (gnus-agent-read-article-number): New function. Only accepts
21359 27-bit article numbers.
21360 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
21361 Use gnus-agent-read-article-number.
21362 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
21363 from backend while recognizing that article numbers in .overview
21365 (gnus-agent-update-files-total-fetched-for):
21366 Use directory-files-and-attributes to improve performance.
21367 * gnus-int.el (gnus-request-move-article):
21368 Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
21369 improve performance.
21371 * gnus-start.el (gnus-convert-old-newsrc): Change message text as
21372 some users confused by references to .newsrc when they only have a
21374 (gnus-convert-mark-converter-prompt)
21375 (gnus-convert-converter-needs-prompt): Fix use of property list.
21376 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
21377 New function. Used internally to only display 'gnus converting
21378 files' message when actually necessary.
21380 * gnus-sum.el (): Remove (require 'gnus-agent) as required
21381 methods now autoloaded.
21383 2004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
21385 * gnus-sum.el (gnus-summary-insert-subject): Remove list
21388 2004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
21390 * gnus-picon.el: Fix indentation and closing parenthesis.
21392 2004-09-01 Simon Josefsson <jas@extundo.com>
21394 * message.el (message-canlock-generate): Require sha1, not
21395 sha1-el. (Can we get rid of this require altogether? It is ugly
21396 to require within a function. Sadly, if sha1.el isn't loaded, the
21397 let binding in m-c-g will hide the defcustom definition, which is
21400 * canlock.el: Require sha1, not sha1-el.
21402 * message.el: Don't autoload sha1 (there is a autoload cookie in
21405 * sha1-el.el: Rename to sha1.el.
21407 2004-08-30 Juanma Barranquero <lektu@terra.es>
21409 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
21411 2004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
21413 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
21415 2004-08-30 Kim F. Storm <storm@cua.dk>
21417 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
21419 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
21420 Add :group 'nnimap.
21422 2004-08-30 Andreas Schwab <schwab@suse.de>
21424 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
21427 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
21428 and ?\' to symbol instead of whitespace.
21430 2004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
21432 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
21434 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
21435 instead of re-search-forward.
21437 * gnus-uu.el (gnus-uu-save-article): Ditto.
21438 (gnus-uu-post-encode-uuencode): Ditto.
21440 * html2text.el (html2text-clean-list-items): Ditto.
21441 (html2text-clean-dtdd): Ditto.
21442 (html2text-format-tags): Ditto.
21444 * message.el (message-send-mail-with-sendmail): Fix regexp.
21445 (message-fill-field-general): Use search-forward instead of
21447 (unbold-region): Ditto.
21449 * nnrss.el (nnrss-request-article): Ditto.
21451 * nnslashdot.el (nnslashdot-request-article): Ditto.
21453 * nnweb.el (nnweb-gmane-wash-article): Ditto.
21455 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
21456 "Unrecognized menu descriptor" error in XEmacs.
21458 2004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
21460 * gnus-sum.el (gnus-read-header): Don't remove a header for the
21461 parent article of a sparse article in the thread hashtb.
21463 2004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
21465 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
21466 (nnmail-expand-newtext): Lowercase expanded entries if
21467 nnmail-split-lowercase-expanded is non-nil.
21469 2004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
21471 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
21473 * gnus-group.el (gnus-group-line-format-alist): Convert the value
21474 of gnus-tmp-news-method into string under XEmacs. It will be
21475 passed to gnus-correct-length which takes only a string argument.
21477 2004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
21479 * gnus-util.el (gnus-bind-print-variables): New macro.
21480 (gnus-prin1): Use it.
21481 (gnus-prin1-to-string): Use it.
21482 (gnus-pp): New function.
21483 (gnus-pp-to-string): New function.
21485 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
21486 Replace pp-to-string with gnus-pp-to-string.
21487 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
21488 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
21489 * gnus-msg.el (gnus-debug): Ditto.
21490 * gnus-score.el (gnus-score-save): Ditto.
21491 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
21493 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
21495 * score-mode.el (gnus-score-pretty-print): Ditto.
21496 * webmail.el (webmail-debug): Ditto.
21498 2004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
21500 * gnus-art.el (article-display-face, article-display-x-face):
21501 Use buffer-read-only.
21503 2004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
21505 * gnus-art.el (article-hide-list-identifiers):
21506 Bind inhibit-read-only as t.
21508 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
21510 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
21512 2004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
21514 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
21515 (gnus-narrow-to-page): Don't assume point-min == 1.
21516 (gnus-article-edit-mode): Derive from message-mode.
21518 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
21521 * imap.el (imap-parse-address-list, imap-parse-body-ext):
21522 Disable incorrect use of `assert'.
21524 * message.el (message-mode): Set comment-start-skip.
21526 2004-08-22 Sam Steingold <sds@gnu.org>
21528 * pop3.el (pop3-leave-mail-on-server): New user variable.
21529 (pop3-movemail): Delete mail only when it is nil.
21531 2004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
21533 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
21535 * mml.el (mml-preview): Use `pop-to-buffer'.
21537 * message.el (message-goto-mail-followup-to): Insert after "To".
21538 (message-carefully-insert-headers): Add comment.
21540 * gnus.el: Remove unused variable `gnus-article-check-size'.
21542 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
21544 * gnus-art.el (gnus-button-alist):
21545 Improve `gnus-button-handle-library' entry.
21547 2004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
21549 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
21550 Use downcase, since XEmacs capitalizes error messages differently.
21552 2004-08-18 Jesper Harder <harder@ifa.au.dk>
21554 * nntp.el: Add (require 'gnus) due to reference to
21555 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
21557 2004-08-18 Florian Weimer <fw@deneb.enyo.de>
21559 * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
21560 Bind `mm-fill-flowed'.
21562 * mm-decode.el (mm-dissect-singlepart): Check it.
21564 2004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
21566 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
21567 'imap' for netrc parsing.
21569 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
21571 * mailcap.el (mailcap-mime-data): Mark as risky.
21573 2004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
21575 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
21576 may be included in the encoded word.
21577 (rfc2047-encode): Don't append a space if the encoded word
21578 includes close parenthesis.
21580 2004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
21582 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
21583 of text within parentheses.
21585 2004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
21587 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
21588 (gnus-encrypt-write-file-contents): Make the password key the file
21589 name PLUS the cipher, not just the cipher. Also remove failed
21590 passwords from the cache.
21592 2004-08-06 Simon Josefsson <jas@extundo.com>
21594 * gnus-sum.el (gnus-article-loose-mime): Change default to t.
21597 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
21599 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
21602 2004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
21604 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
21605 Try to append in-reply-to: data to the references: header.
21607 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
21608 (netrc-parse): Use gnus-encrypt.el functions.
21610 * gnus-encrypt.el: Add new file for encryption support; currently
21611 does only a few GPG ciphers and an internal XOR cipher.
21613 * password.el: Add comments on using password-read-and-add.
21614 (password-read-and-add): Add function to read and add the
21615 password to the cache at once.
21617 2004-07-28 Simon Josefsson <jas@extundo.com>
21619 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
21620 parameter (but don't use it, for now).
21622 * imap.el (imap-ssl-open): Use imap-process-connection-type,
21623 instead of hard coding to nil.
21625 2004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
21627 * mm-view.el (mm-inline-image-emacs): Open lines under an image
21628 as mm-inline-image-xemacs does.
21630 2004-07-26 Simon Josefsson <jas@extundo.com>
21632 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
21633 Revert part of 2004-07-17 change below.
21635 2004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
21637 * rfc2047.el (rfc2047-encode-region): Don't infloop.
21638 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
21640 2004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
21642 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
21643 quotes that actually start with ">" at the beginning of the
21646 2004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
21648 * rfc2047.el (rfc2047-encode-region): Fix last change.
21649 (rfc2047-encode-parameter): Remove useless concat.
21651 2004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
21653 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
21654 encode special characters; fix some kind of misconfigured headers;
21655 signal a real error if debug-on-quit or debug-on-error is non-nil.
21656 (rfc2047-encode-max-chars): New variable.
21657 (rfc2047-encode-1): Use it.
21658 (rfc2047-encode-parameter): New function.
21660 * mml.el (mml-insert-parameter): Remove an excessive space.
21662 2004-07-17 Simon Josefsson <jas@extundo.com>
21664 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
21665 Kai Grossjohann <kai@emptydomain.de>.
21666 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
21667 (gnus-group-make-menu-bar): Ditto.
21669 * gnus-util.el (gnus-group-server): Add.
21671 2004-07-16 Jesper Harder <harder@ifa.au.dk>
21673 * message.el (message-clone-locals): Clone sendmail and smtp
21676 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
21678 * rfc2047.el (rfc2047-encode-region): Fix last change.
21680 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
21682 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
21683 characters as non-special.
21685 2004-07-09 Simon Josefsson <jas@extundo.com>
21687 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
21688 Users will lose all flag changes made while unplugged with
21689 e.g. nntp unless flag synchronization happens, thus `nil' is not a
21690 good default. See numerous reports on ding mailing list.
21692 2004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
21694 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
21695 add generate-head-function and generate-article-function to the
21696 rfc822-forward entry.
21697 (nndoc-rfc822-forward-generate-article): New function.
21698 (nndoc-rfc822-forward-generate-head): New function.
21700 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
21702 2004-07-06 Dan Christensen <jdc@uwo.ca>
21704 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
21705 respect display group parameter and gnus-summary-expunge-below.
21706 (gnus-articles-to-read): Remove unused reference to display group
21709 2004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
21711 * nnheader.el (nnheader-uniquify-message-id): New experimental
21713 (nnheader-nov-read-message-id): Use it.
21715 * spam-report.el (spam-report-gmane): Add interactive.
21717 2004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
21719 * mm-encode.el (mm-content-transfer-encoding-defaults):
21720 Use qp-or-base64 for the application/* types.
21722 2004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
21724 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
21726 2004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
21728 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
21731 2004-01-25 Paul Jarc <prj@po.cwru.edu>
21733 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
21734 New macro and function.
21735 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
21737 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
21739 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
21742 2004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
21744 * gnus-group.el (gnus-group-get-new-news-this-group):
21745 Don't update info that isn't there.
21747 2004-06-29 Ilya N. Golubev <gin@mo.msk.ru>
21749 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
21752 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
21754 * mm-view.el (mm-inline-render-with-function): Use multibyte
21755 buffer; decode html source by charset.
21757 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
21759 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
21760 Mule-UCS is loaded under XEmacs.
21761 (mm-mime-mule-charset-alist): Avoid duplicated entries.
21763 2004-06-28 Jesper Harder <harder@ifa.au.dk>
21765 * nnheader.el (nnheader-max-head-length): Increase to 8192.
21767 2004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
21769 * mm-util.el (mm-coding-system-p): Return a coding-system.
21770 (mm-mime-mule-charset-alist): Use shift_jis instead of
21771 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
21772 entries for the mime charsets iso-2022-jp-3 and shift_jis.
21773 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
21774 instead of japanese-shift-jis and iso-latin-1 respectively in
21775 order to share the default value with both Emacs and XEmacs-mule.
21776 (mm-mule-charset-to-mime-charset):
21777 Make mm-coding-system-priorities effective.
21778 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
21779 while predicating of candidates upon the priorities.
21781 2004-06-27 Jesper Harder <harder@ifa.au.dk>
21783 * gnus-sum.el (gnus-summary-make-menu-bar):
21784 Add gnus-uu-invert-processable.
21786 * gnus.el: Autoload gnus-uu-invert-processable.
21788 2004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
21790 * mm-util.el (mm-with-multibyte-buffer): New macro.
21792 * rfc2047.el (rfc2047-encode-string): Use it.
21793 (rfc2047-encode-region): Move point to the end of the region after
21794 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
21796 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
21798 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
21799 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
21801 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
21803 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
21804 (gnus-cite-parse): Ignore quoted envelope From_.
21805 Suggested by Karl Chen <quarl@nospam.quarl.org>.
21807 2004-06-23 Jesper Harder <harder@ifa.au.dk>
21809 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
21812 2004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
21814 * spam.el: Change section markers, revise TODO list.
21815 (spam-backends): Make new master list of all installed backends.
21816 (spam-summary-exit-behavior): Add new variable to determine how
21817 messages moves are done at summary exit.
21818 (spam-move-spam-nonspam-groups-only)
21819 (spam-process-ham-in-nonham-groups)
21820 (spam-process-ham-in-spam-groups): Remove variables, the
21821 spam-summary-exit-behavior variable should be used to manage this
21823 (spam-old-ham-articles, spam-old-spam-articles): Remove.
21824 (spam-old-articles): Add variable, replacing spam-old-ham-articles
21825 and spam-old-spam-articles.
21826 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
21827 Add empty variables, placeholders for the backends they represent.
21828 (spam-set-difference): Move, unchanged.
21829 (spam-list-of-processors): Declare OBSOLETE, not used anymore
21830 unless the user has a processor variable.
21831 (spam-classifications, spam-classification-valid-p)
21832 (spam-backend-properties, spam-backend-property-valid-p)
21833 (spam-backend-function-type-valid-p)
21834 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
21835 (spam-report-articles-gmane, spam-report-articles-resend):
21836 Remove functions, they are not needed.
21837 (spam-install-backend-super, spam-backend-list)
21838 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
21839 (spam-backend-function, spam-backend-ham-registration-function)
21840 (spam-backend-spam-registration-function)
21841 (spam-backend-ham-unregistration-function)
21842 (spam-backend-spam-unregistration-function)
21843 (spam-backend-statistical-p, spam-backend-mover-p)
21844 (spam-install-backend-alias, spam-install-checkonly-backend)
21845 (spam-install-mover-backend, spam-install-nocheck-backend)
21846 (spam-install-backend, spam-install-statistical-backend)
21847 (spam-install-statistical-checkonly-backend): Add backend installation
21849 (spam-summary-prepare-exit): Rewrite to use the new backend code.
21850 (spam-group-processor-p): Use the new backend code and respect the
21851 summary exit behavior.
21852 (spam-mark-spam-as-expired-and-move-routine): Remove.
21853 (spam-summary-prepare): Change to use the new spam-old-articles
21855 (spam-copy-or-move-routine, spam-copy-spam-routine)
21856 (spam-move-spam-routine, spam-copy-ham-routine)
21857 (spam-move-ham-routine): Add code to copy/move ham or spam.
21858 (spam-fetch-field-fast): Improve doc and code, plus allow the
21860 (spam-list-of-checks, spam-list-of-statistical-checks):
21862 (spam-split, spam-find-spam): Use the new backend code.
21863 (spam-registration-functions): Remove variable.
21864 (spam-unregister-routine): Add convenience wrapper.
21865 (spam-log-undo-registration, spam-register-routine)
21866 (spam-log-processing-to-registry)
21867 (spam-log-unregistration-needed-p): Rename "check" to "backend"
21869 (spam-check-gmane-xref, spam-check-regex-headers)
21870 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
21871 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
21872 (spam-check-bogofilter-headers, spam-check-spamoracle)
21873 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
21874 (spam-check-crm114-headers): Use the spam-split-group that
21875 spam-split prepares, no need to determine it every time.
21877 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
21878 to the nnheader-parse-naked-head call.
21880 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
21882 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
21883 the nnheader-nov-read-message-id call.
21885 2004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
21887 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
21888 gnus-activate-group twice. Suggested by Markus Peter
21891 2004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
21893 * gnus-art.el (gnus-article-time-format): Exchange the order of
21894 day and month in the default value; fix customization type.
21895 (article-date-ut): Use add-text-properties.
21896 (article-make-date-line): Use message-make-date instead of
21897 current-time-string.
21899 * message.el (message-fetch-field): Don't use set-text-properties.
21900 (message-make-date): Simplify.
21902 2004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
21904 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
21905 (rfc2047-encode-region): Treat text within parentheses as special;
21906 show the original text when error has occurred.
21908 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
21909 already-computed method to gnus-activate-group.
21911 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
21912 same select-methods identical Lisp objects.
21914 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
21915 object when modifying the info.
21917 2004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
21919 * gnus-srvr.el (gnus-server-set-info): Remove the server from
21920 gnus-opened-servers since it has never been opened with the new
21923 2004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
21925 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
21926 arg to nnheader-generate-fake-message-id.
21928 2004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
21930 * nnheader.el (nnheader-generate-fake-message-id): Accept a
21931 number and build a fake message ID localized to a group and
21932 article number (so it's repeatable from that point on).
21933 (nnheader-fake-message-id-p): Change regex to accommodate new fake
21936 * gnus-sum.el (gnus-get-newsgroup-headers):
21937 Call nnheader-generate-fake-message-id with the article number.
21939 2004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
21941 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
21944 2004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
21946 * message.el (message-ignored-supersedes-headers): Add Approved.
21948 2004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
21950 * rfc2047.el (rfc2047-encode-message-header): Remove useless
21952 (rfc2047-encode): Fold the line before encoding.
21954 2004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
21956 * rfc2047.el (rfc2047-encode-message-header): Disabled header
21957 folding -- not all headers can be folded, and this should be done
21958 by the message composition mode. Probably. I think.
21960 2004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
21962 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
21965 * gnus-ems.el (gnus-remove-image): Don't use
21966 message-text-with-property; remove only the image found first.
21968 2004-06-09 Jesper Harder <harder@ifa.au.dk>
21970 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
21972 2004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
21974 * message.el (message-text-with-property): Make it fast and accept
21975 optional arguments.
21976 (message-strip-forbidden-properties): Use it.
21977 (message-fix-before-sending): Follow the m-t-w-p change.
21979 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
21981 2004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
21983 * gnus-art.el (article-hide-headers): Don't change the buffer
21984 mistakenly when performing mml-preview even if
21985 gnus-single-article-buffer is nil.
21987 2004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
21989 * message.el (message-expand-name-databases): New user option.
21990 (message-expand-name): Use it.
21992 2004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
21994 * spam.el (spam-report-articles-resend)
21995 (spam-report-resend-register-routine): Allow ham reporting.
21996 (spam-report-resend-register-ham-routine): Add wrapper.
21997 (spam-registration-functions): Add ham resending functions.
21998 (spam-list-of-processors): Add ham resend processor.
22000 * gnus.el (ham-resend-to): Add new group parameter.
22001 (spam-process): Add ham resend option.
22003 * spam-report.el (spam-report-resend): Allow reporting ham.
22004 (spam-report-resend-ham): Add wrapper.
22006 2004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
22008 * message.el (message-cite-articles-with-x-no-archive):
22010 (message-cite-original): Use it.
22012 2004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
22014 * message.el (message-cite-original): Respect X-No-Archive.
22016 2004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
22018 * gnus-art.el (article-hide-headers): Refer to the values for
22019 gnus-ignored-headers and gnus-visible-headers in the summary
22020 buffer since a user may have set them as group parameters.
22022 2004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
22024 * assistant.el (assistant-node-name): Add convenience function.
22025 (assistant-render-text, assistant-render-node): Add error handling,
22026 plus handle multiple next nodes.
22027 (assistant-find-next-node): Comment out for now.
22028 (assistant-find-next-nodes): Add function, returns list of next
22031 2004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
22033 * mail-source.el (mail-source-directory): Fix doc-string.
22035 2004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
22037 * assistant.el (assistant-render-text, assistant-eval): Add :set
22038 widget type, which is different because it takes and returns a
22039 list. Much hilarity ensues.
22041 2004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
22043 * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
22045 * gnus-group.el (gnus-group-get-new-news-this-group):
22048 * gnus-start.el (gnus-activate-group): Add doc-string.
22050 2004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
22052 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
22054 2004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
22056 * assistant.el (assistant-render-text): Try to add a :set
22057 widget, more to come.
22059 * spam.el (spam-group-spam-contents-p): Handle empty groupname
22061 (spam-report-articles-resend)
22062 (spam-register-routine): Do registration iff any articles warrant
22064 (spam-summary-prepare-exit): Change log message for nil group
22067 2004-05-27 Daniel Pittman <daniel@rimspace.net>
22069 * spam.el (spam-report-resend-register-routine):
22070 Allow spam-report-resend-to to be a group parameter or a global value.
22072 2004-05-26 Simon Josefsson <jas@extundo.com>
22074 * starttls.el: Merge with my GnuTLS based starttls.el.
22075 (starttls-gnutls-program, starttls-use-gnutls)
22076 (starttls-extra-arguments, starttls-process-connection-type)
22077 (starttls-connect, starttls-failure, starttls-success):
22079 (starttls-program, starttls-extra-args): Doc fix.
22080 (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
22082 (starttls-negotiate, starttls-open-stream):
22083 Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
22084 function if it is set.
22086 2004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
22088 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
22091 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
22093 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
22095 2004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
22097 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
22099 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
22100 assigning the spam-mark to new messages.
22102 2004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
22104 * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
22106 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
22108 * rfc2047.el (rfc2047-encodable-p): Don't move point.
22109 (rfc2047-decode): Treat the ascii coding-system as raw-text by
22112 2004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
22114 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
22117 2004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
22119 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
22120 (spam-group-processor-p): Fix function.
22121 (spam-group-processor-multiple-p)
22122 (spam-group-spam-processor-report-gmane-p)
22123 (spam-group-spam-processor-report-resend-p)
22124 (spam-group-spam-processor-bogofilter-p)
22125 (spam-group-spam-processor-blacklist-p)
22126 (spam-group-spam-processor-ifile-p)
22127 (spam-group-ham-processor-ifile-p)
22128 (spam-group-spam-processor-spamoracle-p)
22129 (spam-group-spam-processor-crm114-p)
22130 (spam-group-ham-processor-bogofilter-p)
22131 (spam-group-spam-processor-stat-p)
22132 (spam-group-ham-processor-stat-p)
22133 (spam-group-ham-processor-whitelist-p)
22134 (spam-group-ham-processor-BBDB-p)
22135 (spam-group-ham-processor-spamoracle-p)
22136 (spam-group-ham-processor-copy-p): Remove functions with some
22137 prejudice against unneeded code.
22138 (spam-report-articles-resend)
22139 (spam-report-resend-register-routine): Allow the group/topic
22140 spam-resend-to value to override spam-report-resend-to.
22141 (spam-summary-prepare-exit): Invoke spam-group-processor-p
22144 * gnus.el (spam-resend-to): Add group/topic parameter.
22145 (spam-process): Move the OBSOLETE processors to the end of the
22148 2004-05-24 Daniel Pittman <daniel@rimspace.net>
22150 * spam-report.el (spam-report-resend-to, spam-report-resend):
22151 Start with resend-to set to nil, and then ask the user if necessary.
22152 (spam-report-resend): spam-report-resend takes a list of articles, not
22153 separate article numbers.
22155 2004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
22157 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
22158 addition to emacs-w3m.
22160 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
22162 * assistant.el (assistant-authinfo-data): New function.
22163 (assistant-eval): Eval for entire assistant.
22165 * netrc.el (netrc-services-file): New variable.
22166 (netrc-parse-services): New function.
22167 (netrc-find-service-name): New function.
22168 (netrc-find-service-number): New function.
22169 (netrc-port-equal): New function.
22170 (netrc-machine): Use it.
22172 * nnimap.el (nnimap-open-connection): Use netrc.
22174 * gnus-util.el (gnus-netrc-get): Remove aliases.
22176 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
22178 * assistant.el (wid-edit): Fix compilation.
22180 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
22182 2004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
22184 * gnus-util.el (gnus-set-file-modes): New function. (small
22187 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
22189 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
22191 * assistant.el (assistant-render-node): Fix up rendering and
22193 (assistant-render-node): Reset.
22194 (assistant-make-read-only): Not sticky.
22196 2004-05-20 Danny Siu <dsiu@adobe.com>
22198 * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
22199 centered even when gnus-auto-center-summary is t.
22201 2004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
22203 * dns.el (dns-get-txt-answer): New function.
22204 (dns-read-txt): Ditto.
22205 (query-dns): Use it.
22207 2004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
22209 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
22210 active for foreign groups even if the group level is higher than
22211 the specified value.
22213 2004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
22215 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
22218 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
22220 2004-05-20 Magnus Henoch <mange@freemail.hu>
22222 * dns.el (dns-read-type): Add support for SVR. (small patch)
22224 2004-05-20 Adam Sjøgren <asjo@koldfront.dk>
22226 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
22227 (spam-crm114-header, spam-crm114-spam-switch)
22228 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
22229 (spam-crm114-positive-spam-header)
22230 (spam-crm114-database-directory, spam-list-of-processors)
22231 (spam-group-spam-processor-crm114-p)
22232 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
22233 (spam-generic-score, spam-list-of-checks)
22234 (spam-list-of-statistical-checks, spam-registration-functions)
22235 (spam-check-crm114-headers, spam-crm114-score)
22236 (spam-check-crm114, spam-crm114-register-with-crm114)
22237 (spam-crm114-register-spam-routine)
22238 (spam-crm114-unregister-spam-routine)
22239 (spam-crm114-register-ham-routine)
22240 (spam-crm114-unregister-ham-routine): Add CRM114 support.
22242 2004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
22244 * gnus.el: Add spam-use-crm114.
22246 * spam.el (spam-list-of-processors, spam-registration-functions):
22247 Add spam-use-resend.
22248 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
22249 (spam-report-articles-gmane): Add doc fix.
22250 (spam-report-articles-resend, spam-report-resend-register-routine):
22251 Add wrappers around spam-report-resend-to.
22253 * spam-report.el (spam-report-resend-to, spam-report-resend):
22254 Add support for resending spam.
22255 (spam-report-gmane): Fix line length >80.
22257 * gnus.el (spam-process): Add spam-use-resend.
22259 2004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
22261 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
22262 number of processed spam messages.
22263 (spam-ham-copy-or-move-routine): Return the number of processed
22265 (spam-summary-prepare-exit): Use the above values to decide
22266 whether status messages shouled be displayed.
22268 2004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
22270 * rfc2047.el (rfc2047-encode-function-alist): Rename from
22271 `rfc2047-encoding-function-alist' in order to avoid conflicting
22272 with the old version.
22273 (rfc2047-encode-region): Concatenate words containing non-ASCII
22274 characters in structured fields; don't encode space-delimited
22275 ASCII words even in unstructured fields; don't break words at
22276 char-category boundaries.
22277 (rfc2047-encode-1): New function.
22278 (rfc2047-encode): Use it; encode text so that it occupies the
22279 maximum width within 76-column; work correctly on Q encoding for
22280 iso-2022-* charsets.
22281 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
22282 sure not to break a line just after the header name.
22283 (rfc2047-b-encode-region): Remove.
22284 (rfc2047-b-encode-string): New function.
22285 (rfc2047-q-encode-region): Remove.
22286 (rfc2047-q-encode-string): New function.
22288 * mm-util.el (mm-replace-in-string): New function.
22290 2004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
22292 * gnus-msg.el (gnus-inews-make-draft-meta-information):
22293 Really get it right.
22294 (gnus-inews-make-draft): Really.
22296 2004-05-19 Ben Menasha <bmenasha@benmenasha.net>
22298 * nnmh.el (nnmh-request-list-1): Don't check the link count
22299 before descending. (small patch)
22301 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
22303 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
22306 * gnus-start.el (gnus-subscribe-hierarchical-interactive):
22307 Match on real group name.
22309 * gnus-art.el (gnus-signature-limit): Doc fix.
22311 * gnus-msg.el (gnus-inews-make-draft): Quote list.
22313 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
22315 * gnus-draft.el (gnus-draft-send):
22316 Bind rfc2047-encode-encoded-words.
22318 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
22319 (rfc2047-encodable-p): Say that =? needs encoding.
22320 (rfc2047-encode-encoded-words): New variable.
22322 * gnus-group.el (gnus-group-select-group): Doc fix.
22324 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
22326 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
22329 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
22331 * nnheader.el (nnheader-get-lines-and-char): New function.
22333 2004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
22335 * gnus-msg.el (gnus-summary-followup-with-original):
22336 Document yanking of region when active.
22338 2004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
22340 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
22341 groups if the group level is higher than the specified value.
22343 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
22345 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
22346 (gnus-group-jump-to-group): Add prefix argument using
22347 `gnus-group-jump-to-group-prompt'. Query before jumping to
22350 * compface.el (uncompface): Be verbose when changing
22351 `uncompface-use-external'.
22353 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
22354 handle manual section.
22356 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
22358 * gnus-art.el (gnus-button-alist): Revert previous change.
22360 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
22362 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
22364 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
22366 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
22367 whether backend can accept message.
22369 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
22371 2004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
22373 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
22374 Avoid creating directory when nntp-marks-is-evil is true.
22375 Reported by Reiner Steib.
22377 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
22379 * gnus-picon.el (gnus-picon-insert-glyph):
22380 Add optional `nostring' argument.
22382 2004-05-18 Jesper Harder <harder@ifa.au.dk>
22384 * gnus-picon.el (gnus-picon-style): New variable.
22385 (gnus-picon-transform-address): Support `gnus-picon-style'.
22387 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
22389 * message.el (message-fill-field): Return point.
22390 (message-generate-headers): Go to end of field.
22392 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
22393 stuff for non-living groups.
22395 2004-05-18 Jesper Harder <harder@ifa.au.dk>
22397 * gnus-art.el (gnus-article-followup-with-original)
22398 (gnus-article-reply-with-original): gnus-mark-active-p ->
22399 gnus-region-active-p.
22401 2004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
22403 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
22404 only when there is spam or ham to be processed.
22406 2004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
22408 * mail-source.el (mail-source-delete-crash-box): Refactor.
22409 (mail-source-fetch): Use it.
22410 (mail-source-fetch-file): Ditto.
22411 (mail-source-fetch-directory): Run PostScript in loop.
22412 (mail-source-fetch-pop): Delete.
22413 (mail-source-fetch-maildir): Ditto.
22414 (mail-source-fetch-imap): Ditto.
22416 * imap.el (imap-authenticators): Comment out sasl.
22418 * message.el (message-skip-to-next-address): New function.
22419 (message-fill-header-address): Refactor.
22420 (message-fill-address): Use it.
22421 (message-delete-address): Use it.
22422 (message-fill-header-general): Refactor.
22423 (message-fill-field-address): Rename.
22424 (message-narrow-to-field): Find the start of the header.
22425 (message-header-format-alist): Don't pre-fill.
22426 (message-fill-header): Remove.
22427 (message-insert-header): New function.
22428 (message-shorten-references): Use it.
22430 * rfc2047.el (rfc2047-field-value): Strip props.
22432 * mail-parse.el (mail-header-make-address): New alias.
22434 * ietf-drums.el (ietf-drums-make-address): New function.
22436 * imap.el: Add compiler directives.
22438 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
22440 * gnus-art.el (article-decode-idna-rhs): Don't use
22441 message-idna-inside-rhs-p.
22443 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
22445 * message.el (message-idna-inside-rhs-p): Remove.
22446 (message-idna-to-ascii-rhs-1): Use proper address parsing.
22448 * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
22451 2004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
22453 * imap.el (imap-sasl-make-mechanisms): Use sasl.
22455 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
22457 * nneething.el (nneething-file-name): Don't create spurious
22460 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
22461 (gnus-inews-do-gcc): Remove sleep.
22463 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
22466 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
22467 (gnus-agent-regenerate-group): Using nil messages aren't valid.
22469 2004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
22471 * spam.el (spam-summary-prepare-exit): Fix (length).
22473 2004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
22475 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
22476 as expired without moving it" message when there are spam
22479 2004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
22481 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
22484 2004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
22486 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
22487 Call nntp-possibly-create-directory, not nntp-possibly-change-group.
22488 (nntp-marks-changed-p): New arg SERVER.
22489 (nntp-request-update-info): Adjust caller.
22491 2004-05-14 Kai Grossjohann <kai@emptydomain.de>
22493 * nntp.el (nntp-save-marks): Pass missing arg.
22495 2004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
22497 * nntp.el: Support marks.
22498 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
22499 (nntp-marks-modtime, nntp-marks-directory): New variables.
22500 (nntp-request-set-mark, nntp-request-update-info)
22501 (nntp-possibly-create-directory, nntp-marks-changed-p)
22502 (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
22505 2004-05-12 Jesper Harder <harder@ifa.au.dk>
22507 * gnus-score.el (gnus-score-insert-help):
22508 Use gnus-select-lowest-window.
22510 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
22511 appt-select-lowest-window and rename to gnus-select-lowest-window.
22515 2004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
22517 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
22518 encodings of MIME-encoded words, in order to improve
22519 interoperability with several broken MUAs.
22521 2004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
22523 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
22524 tags, only when charsets are not specified in headers.
22525 (mm-inline-text-html-render-with-w3m): Ditto.
22527 2004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
22529 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
22530 instead of MIME-decoded from fields when checking
22531 `gnus-article-address-banner-alist'.
22533 2004-05-03 Jesper Harder <harder@ifa.au.dk>
22535 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
22536 description rather than subject.
22538 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
22540 * gnus.el (gnus-version-number): Bump.
22542 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
22544 * gnus.el: No Gnus v0.2 is released.
22546 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
22548 * gnus-agent.el (gnus-agent-read-agentview):
22549 Inline gnus-uncompress-range.
22551 2004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
22553 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
22554 `exec-installed-p'.
22556 2004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
22558 * gnus.el (spam-process, spam-autodetect-methods):
22559 Add bsfilter and bsfilter-headers.
22561 * spam.el (spam-bsfilter): New customize group.
22562 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
22563 (spam-bsfilter-header, spam-bsfilter-probability-header)
22564 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
22565 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
22566 (spam-bsfilter-database-directory): New options.
22567 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
22568 (spam-list-of-statistical-checks, spam-registration-functions):
22569 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
22570 (spam-bsfilter-score): New command.
22571 (spam-check-bsfilter-headers, spam-check-bsfilter)
22572 (spam-bsfilter-register-with-bsfilter)
22573 (spam-bsfilter-register-spam-routine)
22574 (spam-bsfilter-unregister-spam-routine)
22575 (spam-bsfilter-register-ham-routine)
22576 (spam-bsfilter-unregister-ham-routine): New functions.
22577 (spam-generic-score): Support bsfilter; Accept an optional argument
22578 to recalcurate spam score even if scoring header has already been
22580 (spam-bogofilter-score, spam-spamassassin-score): Accept an
22581 optional argument to recalcurate spam score even if scoring header
22582 has already been added.
22584 2004-04-29 Jesper Harder <harder@ifa.au.dk>
22586 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
22587 strings! Reported by David D. Smith <davidsmith@acm.org>.
22588 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
22591 2004-04-28 Jesper Harder <harder@ifa.au.dk>
22593 * html2text.el (html2text-replace-list): Add & and '.
22594 (html2text-get-attr): Rewrite.
22596 * message.el (message-setup-1): Remove redundant put-text-property
22597 on mail-header-separator.
22599 2004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
22601 * gnus-registry.el (gnus-registry-cache-whitespace)
22602 (gnus-registry-action, gnus-registry-spool-action)
22603 (gnus-registry-split-fancy-with-parent): Change message levels
22604 from 5 to 3 or 7, as needed.
22606 * spam.el (spam-summary-prepare-exit)
22607 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
22608 (spam-split, spam-find-spam, spam-log-undo-registration)
22609 (spam-check-blackholes, spam-enter-ham-BBDB): Change message
22612 2004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
22614 * gnus-ems.el: Autoload appt-select-lowest-window (revert
22615 2004-03-04 change).
22617 2004-04-25 Jesper Harder <harder@ifa.au.dk>
22619 * sieve-manage.el (sieve-manage-open):
22620 * nnweb.el (nnweb-insert-html):
22621 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
22622 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
22623 * nnspool.el (nnspool-request-group):
22624 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
22625 * nnml.el (nnml-request-update-info):
22626 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
22627 (nnmh-request-create-group, nnmh-update-gnus-unreads):
22628 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
22629 (nnimap-request-set-mark):
22630 * nnfolder.el (nnfolder-request-update-info):
22631 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
22632 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
22633 * gnus-uu.el (gnus-uu-find-articles-matching):
22634 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
22635 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
22636 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
22637 * gnus-nocem.el (gnus-nocem-scan-groups):
22638 * gnus-int.el (gnus-start-news-server):
22639 * gnus-group.el (gnus-group-make-kiboze-group)
22640 (gnus-group-browse-foreign-server):
22641 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
22642 Use mapc when appropriate.
22644 2004-04-22 Dan Christensen <jdc@uwo.ca>
22645 Adam Sjøgren <asjo@koldfront.dk>
22646 Wes Hardaker <wes@hardakers.net>
22647 Michael Shields <shields@msrl.com>
22649 * spam.el (spam-necessary-extra-headers): Get the extra headers we
22650 may need for spam sorting and scoring.
22651 (spam-user-format-function-S): Add user format function suitable for
22653 (spam-article-sort-by-spam-status): Add sorting function for summary
22655 (spam-extra-header-to-number): Add function to get a score from a
22657 (spam-summary-score): Add function to get a numeric score from the
22659 (spam-generic-score): Fix function doc, was in wrong place.
22660 (spam-initialize): Take symbols when it's run, and install the
22661 extra headers that spam-necessary-extra-headers thinks we need.
22663 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
22665 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
22666 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
22668 2004-04-17 Jesper Harder <harder@ifa.au.dk>
22670 * gnus-sum.el (gnus-set-global-variables)
22671 (gnus-build-all-threads, gnus-get-newsgroup-headers)
22672 (gnus-article-get-xrefs, gnus-summary-best-group)
22673 (gnus-summary-next-article, gnus-summary-enter-digest-group)
22674 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
22675 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
22676 Use with-current-buffer.
22678 2004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
22680 * spam.el (spam-summary-prepare-exit): Simplify logic.
22681 (spam-fetch-article-header): Read the article header if it's not
22683 (spam-list-articles): Simplify logic.
22684 (spam-filelist-register-routine): Fix bug with unregister-list.
22686 * gnus-registry.el: Fix comments at beginning.
22688 2004-04-16 Jesper Harder <harder@ifa.au.dk>
22690 * message.el (message-cater-to-broken-inn): Remove.
22691 (message-shorten-references): Make sure the total folded length of
22692 References is shorter than 998 characters to cater to a bug in INN
22693 2.3. Also, don't pretend that references aren't folded -- this
22694 hasn't worked for a while.
22696 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
22698 * gnus-agent.el (gnus-agentize):
22699 gnus-agent-send-mail-real-function no longer set to current value
22700 of message-send-mail-function but rather a lambda that calls
22701 message-send-mail-function. The change makes the agent real-time
22702 responsive to user changes to message-send-mail-function.
22704 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
22706 * legacy-gnus-agent.el
22707 (gnus-agent-convert-to-compressed-agentview): Fix typos with
22708 help from Florian Weimer <fw@deneb.enyo.de>
22710 2004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
22712 * nnmail.el (nnmail-cache-insert): Revert last change.
22714 2004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
22716 * nnmail.el (nnmail-cache-insert): Always check whether
22717 nnmail-cache-ignore-groups matches a group name.
22719 2004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
22721 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
22722 (spam-find-spam, spam-log-processing-to-registry)
22723 (spam-log-registered-p, spam-log-unregistration-needed-p)
22724 (spam-log-undo-registration): Use gnus-message instead of
22725 gnus-error, none of these errors are fatal.
22727 * gnus-registry.el (gnus-registry-clean-empty-function)
22728 (gnus-registry-clean-empty): Remove only empty entries without
22731 2004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
22733 * spam-stat.el (spam-stat-buffer-change-to-spam)
22734 (spam-stat-buffer-change-to-non-spam): Change (error) to
22735 (gnus-message 8) invocation.
22737 2004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
22739 * nntp.el (nntp-via-netcat-command): New variable.
22740 (nntp-via-netcat-switches): New variable.
22741 (nntp-open-via-rlogin-and-netcat): New function.
22742 (nntp-open-connection-function): Doc fix.
22743 (nntp-telnet-command): Doc fix.
22744 (nntp-end-of-line): Doc fix.
22745 (nntp-via-rlogin-command): Doc fix.
22746 (nntp-via-user-name): Doc fix.
22747 (nntp-via-address): Doc fix.
22749 2004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
22751 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
22752 error in Emacs 21.1.
22754 2004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
22756 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
22758 2004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
22760 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
22761 (gnus-agent-with-refreshed-group): New macro.
22762 (gnus-agent-rename-group): New function.
22763 (gnus-agent-delete-group): New function.
22764 (gnus-agent-save-group-info): Use gnus-command-method when
22765 `method' parameter is nil. Don't write nil entries into the
22767 (gnus-agent-get-group-info): New function.
22768 (gnus-agent-fetch-articles):
22769 Use gnus-agent-update-files-total-fetched-for to increment disk space
22771 (gnus-agent-fetch-headers, gnus-agent-save-alist):
22772 Use gnus-agent-update-view-total-fetched-for to increment disk space
22774 (gnus-agent-get-local): Add optional parameters to avoid calling
22775 gnus-group-real-name and gnus-find-method-for-group.
22776 (gnus-agent-set-local): Delete stored entry if either min, or max,
22778 (gnus-agent-fetch-session): Reworded error/quit messages.
22779 On quit, use gnus-agent-regenerate-group to record existence of any
22780 articles fetched to disk before the quit occurred.
22781 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
22782 gnus-agent-update-view-total-fetched-for, and
22783 gnus-agent-update-files-total-fetched-for to decrement disk space
22785 (gnus-agent-retrieve-headers):
22786 Use gnus-agent-update-view-total-fetched-for to increment disk space
22788 (gnus-agent-regenerate-group): Replace gnus-group-update-group
22789 with gnus-agent-update-files-total-fetched-for to decrement disk
22790 space and fresh group buffer.
22791 (gnus-agent-inhibit-update-total-fetched-for): New variable.
22792 (gnus-agent-need-update-total-fetched-for): New variable.
22793 (gnus-agent-update-files-total-fetched-for): New function.
22794 (gnus-agent-update-view-total-fetched-for): New function.
22795 (gnus-agent-total-fetched-for): New function.
22797 * gnus-cache.el (gnus-cache-save-buffers):
22798 Use gnus-cache-update-overview-total-fetched-for to change disk space
22799 used by this group.
22800 (gnus-cache-possibly-enter-article):
22801 Use gnus-cache-update-file-total-fetched-for to increment disk space
22802 used by this group.
22803 (gnus-cache-possibly-remove-article):
22804 Use gnus-cache-update-file-total-fetched-for to decrement disk space
22805 used by this group.
22806 (gnus-cache-generate-nov-databases): Purge total fetched cache.
22807 (gnus-cache-rename-group): New function.
22808 (gnus-cache-delete-group): New function.
22809 (gnus-cache-inhibit-update-total-fetched-for): New variable.
22810 (gnus-cache-need-update-total-fetched-for): New variable.
22811 (gnus-cache-with-refreshed-group): New macro.
22812 (gnus-cache-update-file-total-fetched-for): New function.
22813 (gnus-cache-update-overview-total-fetched-for): New function.
22814 (gnus-cache-rename-group-total-fetched-for): New function.
22815 (gnus-cache-delete-group-total-fetched-for): New function.
22816 (gnus-cache-total-fetched-for): New function.
22818 * gnus-group.el: Require gnus-sum and autoload functions to
22819 resolve warnings when gnus-group.el compiled alone.
22820 (gnus-group-line-format): Documented new %F.
22821 (size of Fetched data) group line format; identifies disk space
22822 used by agent and cache.
22823 (gnus-group-line-format-alist): Defined new F format.
22824 (gnus-total-fetched-for): New function.
22825 (gnus-group-delete-group): No longer update
22826 gnus-cache-active-altered as gnus-request-delete-group now keeps
22828 (gnus-group-list-active): Let the agent store a server's active
22829 list if currently plugged.
22831 * gnus-int.el (gnus-request-delete-group):
22832 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
22833 local disk in sync with the server.
22834 (gnus-request-rename-group):
22835 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
22836 local disk in sync with the server.
22838 * gnus-start.el (gnus-get-unread-articles):
22839 Cosmetic simplification to logic.
22841 * gnus-util.el (gnus-rename-file): New function.
22843 2004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
22845 * mm-util.el (mm-image-load-path): Handle nil in load-path.
22847 2004-04-07 Jesper Harder <harder@ifa.au.dk>
22849 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
22850 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
22852 2004-04-06 Jesper Harder <harder@ifa.au.dk>
22854 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
22855 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
22857 2004-04-03 Jesper Harder <harder@ifa.au.dk>
22859 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
22861 2004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
22863 * spam.el (spam-set-difference): Add function to replace
22864 gnus-set-difference in spam.el.
22865 (spam-summary-prepare-exit): Use spam-set-difference.
22867 2004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
22869 * gnus-registry.el (gnus-registry-cache-file): Update to use
22870 gnus-dribble-directory OR gnus-home-directory OR ~.
22871 (gnus-registry-split-fancy-with-parent): Fix doc.
22873 2004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
22875 * message.el (message-exchange-point-and-mark):
22876 Use message-mark-active-p. Suggested by Jesper Harder
22877 <harder@ifa.au.dk>.
22879 2004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
22881 * message.el (message-exchange-point-and-mark): Don't activate
22882 region if it was inactive. Suggested by Hiroshi Fujishima
22883 <pooh@nature.tsukuba.ac.jp>.
22885 2004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
22887 * gnus-art.el (article-display-face): Display Faces in the same
22890 2004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
22892 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
22894 2004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
22896 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
22897 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
22898 (gnus-article-mime-hierarchy): Remove.
22899 (gnus-article-mime-hierarchy-next): Remove.
22900 (gnus-article-mode): Revert 2004-03-19 change.
22901 (gnus-article-setup-buffer): Revert 2004-03-19 change.
22902 (gnus-insert-mime-button): Revert 2004-03-19 change.
22903 (gnus-mime-accumulate-hierarchy): Remove.
22904 (gnus-mime-enter-multipart): Remove.
22905 (gnus-mime-leave-multipart): Remove.
22906 (gnus-mime-display-part): Revert 2004-03-19 change.
22907 (gnus-mime-display-alternative): Revert 2004-03-19 change.
22909 * mml.el (mml-preview): Revert 2004-03-19 change.
22911 2004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
22913 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
22915 2004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
22917 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
22918 t while entering a file name using the mm-with-multibyte macro.
22919 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
22921 * mm-util.el (mm-with-multibyte): New macro.
22923 2004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
22925 * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
22927 (gnus-mime-multipart-functions): Doc and customization fix.
22928 (gnus-article-mime-hierarchy): New variable.
22929 (gnus-article-mime-hierarchy-next): New variable.
22930 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
22931 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
22932 gnus-article-mime-hierarchy-next to nil.
22933 (gnus-insert-mime-button): Show hierarchy numbers.
22934 (gnus-mime-accumulate-hierarchy): New function.
22935 (gnus-mime-enter-multipart): New function.
22936 (gnus-mime-leave-multipart): New function.
22937 (gnus-mime-display-part): Recompute hierarchical MIME structure.
22938 (gnus-mime-display-alternative): Show hierarchy numbers.
22940 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
22941 gnus-article-mime-hierarchy-next to nil.
22943 2004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
22945 * dns.el: Don't require gnus-xmas.
22947 2004-03-17 Jesper Harder <harder@ifa.au.dk>
22949 * mml.el (mml-generate-mime-1): Don't use format=flowed with
22951 (mml-menu): Disable mml-quote-region if mark is inactive.
22953 2004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
22955 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
22956 when the group's active is not available.
22958 2004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
22960 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
22963 2004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
22965 * imap.el (imap-store-password): New variable.
22966 (imap-interactive-login): Use it.
22967 Suggested by Mark Plaksin <happy@mcplaksin.org>.
22969 2004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
22971 * gnus-art.el (gnus-article-read-summary-keys): Restore new
22972 window-start and hscroll to summary window.
22974 2004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
22976 * gnus-start.el (gnus-convert-old-newsrc): Only write the
22977 conversion message to newsrc-dribble when an actual conversion is
22980 2004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
22982 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
22984 2004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
22986 * mm-decode.el (mm-complicated-handles): New function reviving
22987 former definition of mm-multiple-handles.
22989 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
22990 (gnus-mime-delete-part): Use it.
22992 2004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
22994 * gnus-agent.el (gnus-agent-read-local):
22995 Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
22996 avoid the implicit assumption that they will always be equal.
22997 (gnus-agent-save-local): Bind buffer-file-coding-system, not
22998 coding-system-for-write, as the with-temp-file macro first prints
22999 to a buffer then saves the buffer.
23001 2004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
23003 * gnus-art.el (gnus-article-edit-part): New function.
23004 (gnus-mime-save-part-and-strip): Use it; do query instead of
23005 signaling an error; don't use mm-multiple-handles.
23006 (gnus-mime-delete-part): Ditto.
23008 2004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
23010 * gnus-agent.el (gnus-agent-read-agentview): Remove support for
23012 (gnus-group-prepare-hook): Remove function that converted list
23013 form of gnus-agent-expire-days to group properties.
23015 * gnus-int.el: Autoload gnus-agent-regenerate-group.
23016 (gnus-request-accept-article): Re-indented.
23018 * gnus-start.el (gnus-convert-old-newsrc): Registered new
23019 converters to handle old agent file formats. Add logic for a
23020 "backup before upgrading warning".
23021 (gnus-convert-mark-converter-prompt): Developers can mark
23022 functions as needing (default), or not needing,
23023 gnus-convert-old-newsrc's "backup before upgrading warning".
23024 (gnus-convert-converter-needs-prompt): Tests whether the user
23025 should be protected from potentially irreversable changes by the
23028 * legacy-gnus-agent.el: New. Provides converters that are only
23029 loaded when gnus-convert-old-newsrc needs to call them.
23031 2004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
23033 * mail-source.el (mail-source-touch-pop): Doc fix.
23035 * message.el (message-smtpmail-send-it): Doc fix.
23037 2004-03-05 Jesper Harder <harder@ifa.au.dk>
23039 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
23041 * nnmail.el (nnmail-split-fancy): do.
23043 * gnus-kill.el (gnus-kill, gnus-execute): do.
23045 2004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
23047 * gnus-sum.el (gnus-widget-reversible-match)
23048 (gnus-widget-reversible-to-internal)
23049 (gnus-widget-reversible-to-external): New functions.
23050 (gnus-widget-reversible): New widget.
23051 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
23053 2004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
23055 * gnus-sum.el (gnus-thread-sort-functions)
23056 (gnus-article-sort-functions): Document `(not F)' items.
23058 2004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
23060 * spam.el (spam-use-gmane-xref): Add new backend.
23061 (spam-gmane-xref-spam-group): Add variable to control the name of the
23063 (spam-blackhole-servers, spam-blackhole-good-server-regex)
23064 (spam-regex-headers-spam, spam-regex-headers-ham)
23065 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
23066 (spam-list-of-checks): Add spam-use-gmane-xref to list of
23067 backends and checks.
23068 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
23070 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
23071 an autodetect method.
23073 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
23075 * gnus-int.el (gnus-request-accept-article): Inform the agent that
23076 articles are being added to a group.
23077 (gnus-request-replace-article): Inform the agent that articles
23078 need to be uncached as the cached contents are no longer valid.
23080 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
23082 * binhex.el: Don't autoload executable-find.
23084 * canlock.el: Don't autoload mail-fetch-field.
23086 * gnus-ems.el: Don't autoload appt-select-lowest-window.
23088 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
23089 rmail-dont-reply-to and rmail-output.
23091 * gnus-score.el: Don't autoload ffap-string-at-point.
23093 * gnus-setup.el: Don't autoload sc-cite-original.
23095 * imap.el: Don't autoload base64-decode-string,
23096 base64-encode-string and md5.
23098 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
23099 and rmail-msg-restore-non-pruned-header.
23101 * mm-decode.el: Don't autoload executable-find.
23103 * mm-url.el: Don't autoload executable-find.
23105 * mm-view.el: Don't autoload diff-mode.
23107 * nndb.el: Don't autoload news-reply-mode, news-setup,
23108 cancel-timer and telnet.
23110 * password.el: Don't autoload run-at-time for Emacs.
23112 * sha1-el.el: Don't autoload executable-find.
23114 * sieve-mode.el: Don't autoload c-mode.
23116 * uudecode.el: Don't autoload executable-find.
23118 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
23120 * gnus-agent.el (gnus-agent-file-header-cache): Remove.
23121 (gnus-agent-possibly-alter-active): Avoid null in numeric
23123 (gnus-agent-set-local): Refuse to save null in local object table.
23124 (gnus-agent-regenerate-group): The REREAD parameter can now be a
23125 list of articles that will be marked as unread.
23127 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
23129 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
23131 2004-03-04 Jesper Harder <harder@ifa.au.dk>
23133 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
23136 2004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
23138 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
23139 Don't bind "obarray".
23141 * gnus-sum.el (gnus-thread-sort-functions):
23142 Add `gnus-thread-sort-by-most-recent-number' and
23143 `gnus-thread-sort-by-most-recent-date'.
23144 Reported by Kai Grossjohann <kai@emptydomain.de>.
23146 2004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
23148 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
23150 2004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
23152 * gnus-cus.el (gnus-agent-customize-category):
23153 Remove ignore-errors macro reference that required cl to be loaded at
23156 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
23157 single-interval range of the form (min . max). Previously the
23158 range had to look like ((min . max)). Likewise, return
23159 (min . max) rather than ((min . max)).
23160 (gnus-range-map): Use gnus-range-normalize to accept
23161 single-interval range.
23163 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
23164 the cache, but not the agent, now appear with their usual face.
23166 2004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
23168 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
23169 w3m-safe-url-regexp variable buffer-local.
23171 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
23173 2004-02-27 Simon Josefsson <jas@extundo.com>
23175 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
23176 gnus-group-real-prefix.
23177 (gnus-summary-move-article): Use it, instead of
23178 gnus-group-real-prefix.
23180 2004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
23182 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
23183 w3m-safe-url-regexp variable buffer-local and set it as the value
23184 of mm-w3m-safe-url-regexp.
23186 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
23188 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
23189 parsing gnus-posting-styles when the message is not for replying.
23191 * nnrss.el (nnrss-opml-export):
23192 Use mm-set-buffer-file-coding-system instead of
23193 set-buffer-file-coding-system.
23195 2004-02-27 Jesper Harder <harder@ifa.au.dk>
23197 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
23200 * gnus-mlspl.el: do.
23202 * gnus-srvr.el: do.
23204 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
23206 2004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
23208 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
23209 Corrections to custom-manual links.
23211 * gnus-art.el (gnus-article): Ditto.
23213 * mm-decode.el (mime-display, mime-security): Ditto.
23215 2004-02-26 Jesper Harder <harder@ifa.au.dk>
23217 * flow-fill.el: Typo.
23219 2004-02-26 Andrew Cohen <cohen@andy.bu.edu>
23221 * spam-wash.el: New file.
23223 2004-02-26 Mark A. Hershberger <mah@everybody.org>
23225 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
23227 2004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
23229 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
23230 to be run with new-articles as LIST1, not LIST2.
23231 (spam-registration-functions): Add spam-use-ham-copy as a nil
23232 registration backend.
23234 2004-02-26 Jesper Harder <harder@ifa.au.dk>
23236 * spam-stat.el (spam-stat-washing-hook): New option.
23237 (spam-stat-buffer-words): Use it.
23238 (spam-stat-process-directory, spam-stat-test-directory):
23239 Use insert-file-contents-literally.
23240 (spam-stat-coding-system): New variable.
23241 (spam-stat-load, spam-stat-save): Use it.
23243 2004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
23245 * spam-report.el (spam-report-plug-agent):
23246 Quote spam-report-url-to-file and spam-report-url-ping-plain.
23248 2004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
23250 * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
23251 Allow / in mailto URLs.
23253 2004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
23255 * spam-report.el (spam-report-process-queue): Fix interactive use.
23256 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
23257 (spam-report-unplug-agent): Doc fixes.
23258 (spam-report-url-ping-mm-url, spam-report-url-to-file)
23259 (spam-report-agentize, spam-report-deagentize):
23260 Autoload 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
23262 * message.el (message-setup-fill-variables): Add mml tags to
23263 paragraph-start and paragraph-separate. Suggested by Andrew Korty
23265 (message-mode): Don't modify paragraph-separate there.
23267 2004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
23269 * compface.el (uncompface-use-external): Default to undecided.
23270 (uncompface-use-external-threshold): New variable.
23271 (uncompface-float-time): New macro.
23272 (uncompface): Determine whether to use the external decoder if
23273 uncompface-use-external is undecided.
23275 2004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
23277 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
23280 * gnus-art.el (gnus-mime-display-single): Remove dead code.
23282 2004-02-14 Jesper Harder <harder@ifa.au.dk>
23284 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
23286 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
23288 * gnus-sum.el (gnus-summary-limit-to-age)
23289 (gnus-summary-limit-children): do.
23291 * gnus-int.el (gnus-request-scan): do.
23293 * gnus-group.el (gnus-group-suspend): do.
23295 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
23297 * gnus-cite.el (gnus-cite-parse-attributions): do.
23299 * gnus-agent.el (gnus-summary-set-agent-mark)
23300 (gnus-agent-regenerate-group): do.
23302 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
23304 * binhex.el (binhex-decode-region-internal): do.
23306 2004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
23308 * gnus-fun.el (gnus-face-properties-alist): New user option.
23309 (gnus-display-x-face-in-from): Use it.
23311 * gnus-art.el (article-display-face): Ditto.
23313 * compface.el (uncompface-use-external): Default to nil.
23315 2004-02-12 Jesper Harder <harder@ifa.au.dk>
23317 * nntp.el (nntp-erase-buffer): New function.
23318 (nntp-retrieve-data, nntp-send-command)
23319 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
23320 (nntp-possibly-change-group): Use it.
23322 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
23323 Use with-current-buffer.
23325 2004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
23327 * compface.el: Merge the ELisp-based uncompface program.
23328 (compface): New customization group.
23329 (uncompface-use-external): New user option.
23330 (uncompface): Call uncompface-internal if uncompface-use-external
23332 (uncompface-internal): New function. Note that there are also
23333 some other functions and variables added for this function.
23335 2004-02-10 Jesper Harder <harder@ifa.au.dk>
23337 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
23340 2004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
23342 * spam-report.el (spam-report-unplug-agent)
23343 (spam-report-plug-agent, spam-report-deagentize)
23344 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
23345 Add support for the Agent in spam-report: when unplugged, report to a
23346 file; when plugged, submit all the requests.
23348 * spam.el (spam-register-routine): Fix message about
23351 2004-02-09 Jesper Harder <harder@ifa.au.dk>
23353 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
23355 (rfc2047-encode): Use it.
23357 * gnus-art.el (gnus-button-marker-list): Move before first
23360 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
23361 (imap-parse-body): Fix format string mismatch.
23363 * gnus-score.el (gnus-summary-increase-score): do.
23365 * nnrss.el (nnrss-close): New function.
23367 2004-02-08 Jesper Harder <harder@ifa.au.dk>
23369 * nnrss.el (nnrss-make-filename): New function.
23370 (nnrss-request-delete-group, nnrss-read-server-data)
23371 (nnrss-save-server-data, nnrss-read-group-data)
23372 (nnrss-save-group-data): Use it.
23373 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
23374 (nnrss-read-server-data, nnrss-read-group-data): Use load.
23375 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
23377 2004-02-07 Jesper Harder <harder@ifa.au.dk>
23379 * mml.el (mml-compute-boundary-1): Don't uncompress files.
23381 2004-02-06 Jesper Harder <harder@ifa.au.dk>
23383 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
23386 * message.el (message-generate-headers-first): Don't quote nil
23387 and t in docstrings.
23389 * imap.el (imap-id): do.
23391 * gnus-agent.el (gnus-agent-consider-all-articles)
23392 (gnus-agent-queue-mail): do.
23394 2004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
23396 * spam-report.el (spam-report-process-queue): New function.
23397 Process requests from `spam-report-requests-file'.
23398 (spam-report-process-queue): Doc fix.
23400 2004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
23402 * spam.el (spam-register-routine)
23403 (spam-log-processing-to-registry, spam-log-registered-p)
23404 (spam-log-unregistration-needed-p, spam-log-undo-registration):
23405 Change "check" to "spam-check" for semi-clarity.
23407 2004-02-05 Jesper Harder <harder@ifa.au.dk>
23409 * pop3.el: Require nnheader.
23411 * mml-smime.el: Require cl. Autoload message-fetch-field.
23413 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
23415 * gnus-picon.el: Require cl.
23417 * gnus-fun.el: Require gnus-ems and gnus-util.
23419 * gnus.el (gnus-method-to-server): Move defsubst before first use.
23421 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
23423 * gnus-art.el (gnus-article-edit-mode): Define before first
23426 2004-02-04 Jesper Harder <harder@ifa.au.dk>
23428 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
23429 (gnus-uu-post-encoded): Use point-at-bol.
23431 * gnus-topic.el (gnus-group-active-topic-p): do.
23433 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
23435 * gnus-group.el (gnus-group-kill-region): do.
23437 * gnus-art.el (article-date-ut): do.
23439 * message.el (message-fetch-field): Remove redundant
23440 case-fold-search binding.
23441 (message-narrow-to-field): Simplify.
23443 2004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
23445 * spam.el (spam-directory): Derive from `gnus-directory'.
23447 * spam-report.el (spam-report-url-to-file)
23448 (spam-report-requests-file): New function and variable for offline
23450 (spam-report-url-ping-function): Add `spam-report-url-to-file'
23451 and user defined function.
23452 (spam-report-url-ping-mm-url): Remove doubled slash.
23454 2004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
23456 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
23458 2004-02-03 Jesper Harder <harder@ifa.au.dk>
23460 * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
23461 Fix format string mismatch.
23463 * sieve.el (sieve-deactivate-all): do.
23465 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
23467 * nnlistserv.el (nnlistserv-kk-wash-article): do.
23469 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
23471 * mm-bodies.el (mm-7bit-chars): Don't include \r.
23473 2004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
23475 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
23476 the list of checks.
23478 2004-01-31 Jesper Harder <harder@ifa.au.dk>
23480 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
23483 2004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
23485 * mm-view.el (mm-fill-flowed): New variable.
23486 (mm-inline-text): Use it.
23488 2004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
23490 * spam.el (spam-spamassassin-register-ham-routine)
23491 (spam-spamassassin-register-spam-routine): Fix function names.
23493 2004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
23495 * gnus.el (gnus-tmp-grouplens): Remove.
23496 (gnus-summary-line-format): Remove grouplens.
23498 * gnus-group.el (gnus-group-line-format): Ditto.
23500 * gnus-spec.el (gnus-format-specs): Ditto.
23501 (gnus-update-format-specifications): Flush the group format spec
23502 cache if there's the grouplens stuff.
23503 (gnus-parse-simple-format): Replace %l with the empty string.
23505 2004-01-27 Jerry James <james@xemacs.org> (tiny change)
23507 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
23510 2004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
23512 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
23513 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23515 2004-01-25 Paul Jarc <prj@po.cwru.edu>
23517 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
23518 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
23519 New macros and functions.
23520 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
23521 Handle > NLINK_MAX messages.
23522 * nnmaildir.el (nnmaildir-request-set-mark):
23523 Use nnmaildir--emlink-p and nnmaildir--eexist-p.
23525 2004-01-25 Alex Schroeder <alex@gnu.org>
23527 * spam-stat.el (spam-stat-process-directory-age): New option.
23528 (spam-stat-process-directory): Use it.
23530 2004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
23532 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
23533 (spam-stat-save): Accept prefix argument.
23535 2004-01-23 Paul Jarc <prj@po.cwru.edu>
23537 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
23540 2004-01-23 Jesper Harder <harder@ifa.au.dk>
23542 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
23543 compatibility with old .newsrc.eld files.
23545 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
23547 * gnus-start.el (gnus-1): do.
23549 * gnus-group.el (gnus-group-line-format-alist): do.
23551 * gnus.el (gnus-use-grouplens, gnus-visual): do.
23553 * gnus-gl.el: Remove.
23555 2004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
23557 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
23558 marks consisting of a single range {for example, (3 . 5)} rather
23559 than a list of a single range { ((3 . 5)) }.
23561 2004-01-23 Jesper Harder <harder@ifa.au.dk>
23563 * spam-stat.el (spam-stat-store-gnus-article-buffer):
23564 Use with-current-buffer.
23565 (spam-stat-store-current-buffer): Use insert-buffer-substring to
23566 avoid consing a string.
23568 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
23569 Remove obsolete entries for big5 and gb2312.
23571 2004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
23573 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
23576 2004-01-22 Jesper Harder <harder@ifa.au.dk>
23578 * spam-stat.el (spam-stat-strip-xref): New function.
23579 (spam-stat-process-directory): Use it.
23581 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
23582 here -- it's done in message-fetch-field.
23584 2004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
23586 * gnus-agent.el (gnus-agent-queue-mail)
23587 (gnus-agent-prompt-send-queue): New variables.
23588 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
23589 * gnus-draft.el (gnus-group-send-queue): Pass the group name
23590 "nndraft:queue" along to gnus-draft-send.
23591 Use gnus-agent-prompt-send-queue.
23592 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
23593 is "nndraft:queue". Suggested by Gaute Strokkenes
23594 <gs234@srcf.ucam.org>
23596 * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
23597 (agent-enable-undownloaded-faces): Add.
23598 (gnus-agent-cat-groups): Use eval-and-compile, not
23599 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
23600 method of gnus-agent-cat-groups even when the buffer has been
23602 (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
23603 delete gnus-agent-save-active-1.
23604 (gnus-agent-save-groups): Delete. Identical to
23605 gnus-agent-save-active.
23606 (gnus-agent-write-active): No longer adjust agent's copy of active
23607 file as agent's adjustments are now stored in their own
23608 file. Remove optional parameter.
23609 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
23610 servers. Add use of min/max range limits from server's local
23612 (gnus-agent-save-alist): Remove unused optional argument.
23613 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
23614 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
23615 (gnus-agent-set-local): A per-server file that keeps min/max range
23616 limits for articles known to the agent. Provides a fast mechanism
23617 for altering many active ranges.
23618 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
23619 active file (local makes it unnecessary).
23620 (gnus-agent-regenerate-group): Fix XEmacs compatibility.
23622 * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
23623 (agent-enable-undownloaded-faces): Add.
23625 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
23626 disable it when sending to "nndraft:queue".
23627 (gnus-group-send-queue): Add safety check to avoid sending queue
23630 * gnus-group.el (gnus-group-catchup): Use new
23631 gnus-sequence-of-unread-articles, not
23632 gnus-list-of-unread-articles, to avoid exhausting memory with huge
23633 numbers of articles. Use gnus-range-map to avoid having to
23634 uncompress the unread list.
23635 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
23636 Fix invalid ange-ftp reference.
23638 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
23639 (gnus-sorted-range-intersection): Intersection of two ranges
23640 without requiring that they first be uncompressed.
23642 * gnus-start.el (gnus-activate-group): Unless blocked by the
23643 caller, possibly expand the active range to include both cached
23644 and agentized articles.
23645 (gnus-convert-old-newsrc): Rewrote in anticipation of having
23646 multiple version-dependent converters.
23647 (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
23648 gnus-agent-save-active.
23649 (gnus-save-newsrc-file): Save dirty agent range limits.
23651 * gnus-sum.el (gnus-select-newgroup): Replace inline code with
23652 gnus-agent-possibly-alter-active.
23653 (gnus-adjust-marked-articles): Faster handling of simple lists.
23655 2004-01-21 Jesper Harder <harder@ifa.au.dk>
23657 * spam-stat.el (spam-stat-test-directory): New optional argument
23658 displays a list of files detected. Suggested by Andrew Cohen
23659 <cohen@andy.bu.edu>.
23660 (spam-stat-buffer-words-with-scores): Don't narrow and change
23661 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
23663 2004-01-20 Hubert Chan <hubert@uhoreg.ca>
23665 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
23666 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
23667 (spam-spamassassin-arguments)
23668 (spam-spamassassin-spam-flag-header)
23669 (spam-spamassassin-positive-spam-flag-header)
23670 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
23671 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
23672 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
23673 (spam-list-of-processors, spam-list-of-checks)
23674 (spam-list-of-statistical-checks, spam-registration-functions)
23675 (spam-check-spamassassin-headers, spam-check-spamassassin)
23676 (spam-spamassassin-score)
23677 (spam-spamassassin-register-with-sa-learn)
23678 (spam-spamassassin-register-spam-routine)
23679 (spam-spamassassin-register-ham-routine)
23680 (spam-assassin-register-spam-routine)
23681 (spam-assassin-register-ham-routine): Add SpamAssassin support.
23682 (spam-bogofilter-score): Fix to show article before scoring.
23684 2004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
23686 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
23687 default scoring function.
23688 (spam-generic-score): Call spam-spamassassin-score if
23689 spam-use-spamassassin or spam-use-spamassassin-headers is on;
23690 spam-bogofilter-score otherwise.
23692 * gnus.el (spam-process, spam-autodetect-methods):
23693 Add spamassassin and spamassassin-headers.
23695 2004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
23697 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
23698 Suppress unnecessary messages.
23700 2004-01-20 Jesper Harder <harder@ifa.au.dk>
23702 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
23705 2004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
23707 * canlock.el (base64-encode-string): Don't autoload it.
23709 2004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
23711 * run-at-time.el: Remove useless (require 'itimer),
23712 eval-and-compile and (featurep 'xemacs).
23714 2004-01-16 Jesper Harder <harder@ifa.au.dk>
23716 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
23717 GROUP is a virtual group.
23719 2004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
23721 * gnus.el: Autoload `message-y-or-n-p'.
23723 2004-01-15 Jesper Harder <harder@ifa.au.dk>
23725 * pgg-parse.el: Remove unnecessary (require 'custom).
23731 * gnus-undo.el: do.
23733 * gnus-picon.el: do.
23735 * gnus-util.el: do.
23737 2004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
23739 * gnus-sum.el (gnus-pick-line-number): Add autoload.
23741 2004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
23743 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
23744 handle, as well as a list.
23746 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
23747 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
23748 (mm-w3m-cid-retrieve): Simplify.
23750 2004-01-14 Vasily Korytov <deskpot@myrealbox.com>
23752 * message.el (message-kill-to-signature): Allow prefix arg to
23753 specify number of lines to keep before signature.
23755 2004-01-14 Kai Grossjohann <kai@emptydomain.de>
23757 * message.el (message-kill-to-signature): Change docstring.
23759 2004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
23761 * canlock.el: Always require sha1-el.
23762 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
23764 * message.el: Autoload sha1 only when compiling.
23766 2004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
23768 * message.el (message-canlock-generate): Require sha1-el.
23770 2004-01-13 Jesper Harder <harder@ifa.au.dk>
23772 * message.el (message-expand-name): Silence the byte compiler.
23774 2004-01-13 Simon Josefsson <jas@extundo.com>
23776 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
23777 Invoke gnus-score-mode.
23778 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
23780 * gnus-range.el (gnus-compress-sequence): Doc fix.
23781 Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
23783 2004-01-12 Jesper Harder <harder@ifa.au.dk>
23785 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
23787 2004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
23789 * spam.el (spam-get-article-as-string): Update to use
23790 gnus-request-article-this-buffer, much simpler.
23791 (spam-get-article-as-buffer): Remove.
23793 2004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
23795 * message.el (message-expand-name): Use EUDC if the user uses that.
23797 2004-01-12 Jesper Harder <harder@ifa.au.dk>
23799 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
23800 character for the encoding to avoid consing a string.
23802 * rfc2047.el (rfc2047-decode-string): Don't cons a string
23805 * mm-util.el (mm-replace-chars-in-string): Remove.
23807 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
23808 of mm-replace-chars-in-string.
23810 2004-01-11 Jesper Harder <harder@ifa.au.dk>
23812 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
23814 * mm-util.el (mm-subst-char-in-string): Support inplace.
23816 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
23817 a new string in every iteration. Use shy groups.
23819 2004-01-10 Jesper Harder <harder@ifa.au.dk>
23821 * gnus-srvr.el (gnus-browse-unsubscribe-group):
23822 * gnus-soup.el (gnus-soup-group-brew):
23823 * gnus-msg.el (gnus-put-message):
23824 * gnus-move.el (gnus-group-move-group-to-server):
23825 * gnus-kill.el (gnus-batch-score):
23826 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
23827 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
23828 (gnus-group-update-group, gnus-group-read-group)
23829 (gnus-group-make-group, gnus-group-make-help-group)
23830 (gnus-group-make-archive-group, gnus-group-make-directory-group)
23831 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
23832 (gnus-group-sort-by-unread, gnus-group-catchup)
23833 (gnus-group-unsubscribe-group, gnus-group-kill-group)
23834 (gnus-group-yank-group, gnus-group-set-info)
23835 (gnus-group-list-groups):
23836 * gnus.el (gnus-generate-new-group-name):
23837 * gnus-delay.el (gnus-delay-send-queue):
23838 * nnvirtual.el (nnvirtual-catchup-group):
23839 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
23840 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
23841 (gnus-group-prepare-topics, gnus-topic-check-topology):
23842 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
23843 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
23844 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
23845 (gnus-group-make-articles-read):
23846 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
23847 (gnus-group-change-level, gnus-kill-newsgroup)
23848 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
23849 (gnus-get-unread-articles, gnus-make-articles-unread)
23850 (gnus-make-ascending-articles-unread): Use accessor
23851 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
23852 to get group information for improved readability.
23854 2004-01-09 Jesper Harder <harder@ifa.au.dk>
23856 * gnus-art.el (article-decode-mime-words, article-babel)
23857 (gnus-article-highlight-signature, gnus-article-add-buttons)
23858 (gnus-signature-toggle): Use gnus-with-article-buffer.
23860 * gnus-art.el (gnus-article-highlight-headers)
23861 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
23863 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
23864 (gnus-article-set-globals, gnus-request-article-this-buffer)
23865 (gnus-button-message-id, gnus-article-maybe-hide-headers)
23866 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
23867 (gnus-mime-display-alternative): Use with-current-buffer.
23869 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
23871 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
23872 also under 80 char limit, and call gnus-error if needed.
23873 (spam-fetch-article-header): Fix - it was a
23874 buffer-local variable (gnus-newsgroup-data).
23875 (spam-find-spam): Use spam-generate-fake-headers, forget about
23876 spam-insert-fake-headers.
23877 (spam-insert-fake-headers): Remove.
23879 2004-01-09 Jesper Harder <harder@ifa.au.dk>
23881 * deuglify.el (gnus-article-outlook-unwrap-lines)
23882 (gnus-outlook-rearrange-article)
23883 (gnus-outlook-repair-attribution-outlook)
23884 (gnus-outlook-repair-attribution-block)
23885 (gnus-outlook-repair-attribution-other): Remove redundant
23888 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
23890 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
23891 (spam-fetch-field-subject-fast)
23892 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
23893 (spam-fetch-article-header): Add functions to deal with Gnus
23894 internals for fast retrieval of article header data.
23895 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
23897 2004-01-09 Jesper Harder <harder@ifa.au.dk>
23899 * pop3.el (pop3-md5): Remove.
23900 (pop3-apop): Replace pop3-md5 with md5.
23902 * mm-bodies.el: base64 is always built-in.
23904 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
23905 Use with-current-buffer.
23907 2004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
23909 * canlock.el (canlock-insert-header): Remove excessive grouping in
23912 * gnus-sum.el (gnus-summary-read-document): Ditto.
23914 * gnus-uu.el (gnus-uu-part-number): Ditto.
23916 * html2text.el (html2text-remove-tags): Ditto.
23917 (html2text-format-tags): Ditto.
23918 (html2text-format-single-elements): Ditto.
23920 * mml.el (mml-parse-1): Ditto.
23922 2004-01-08 Jesper Harder <harder@ifa.au.dk>
23924 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
23926 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
23928 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
23930 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
23932 2003-11-15 Simon Josefsson <jas@extundo.com>
23934 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
23935 (pgg-gpg-lookup-key): Use regexp match instead of
23936 split-string (split-string is different between emacs 21.2 and
23937 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
23939 2004-01-08 Jesper Harder <harder@ifa.au.dk>
23941 * gnus-art.el (gnus-mime-view-all-parts)
23942 (gnus-article-part-wrapper, gnus-article-view-part):
23943 Use with-current-buffer.
23945 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
23947 * spam.el (spam-disable-spam-split-during-ham-respool)
23948 (spam-spamoracle-database, spam-cache-lookups)
23949 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
23950 (spam-group-ham-mark-p, spam-group-spam-mark-p)
23951 (spam-group-ham-marks, spam-group-spam-marks)
23952 (spam-group-spam-contents-p, spam-group-ham-contents-p)
23953 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
23954 also add spam-use-blackholes to the statistical checks.
23955 (spam-fetch-field-fast): Add interface to fetching fields, may
23957 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
23958 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
23959 (spam-insert-fake-headers): Fake an article when needed.
23960 (spam-find-spam): Fake article when possible.
23961 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
23962 (spam-check-bogofilter-headers): Use message-fetch-field instead
23963 of nnmail-fetch-field.
23965 2004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
23967 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
23969 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
23971 * spam.el (spam-split): Do not require spam-use-CHECK to be
23972 enabled if that check is passed to spam-split explicitly; also
23973 fix so 'spam doesn't get converted to spam-split-group when
23974 spam-split-symbolic-return is t.
23975 (spam-find-spam): Find registrations of the article and use those
23976 instead of re-running spam-split to find the spam/ham
23977 classification of the article.
23978 (spam-log-processing-to-registry, spam-log-registered-p)
23979 (spam-log-unregistration-needed-p, spam-log-undo-registration):
23980 Use gnus-error instead of gnus-message.
23981 (spam-log-registration-type): Add function to determine the
23982 classification of a message based on registry entries; will
23983 return nil if both 'spam and 'ham are found.
23984 (spam-check-BBDB): Expand all the BBDB macros here so we can have
23985 a reasonably fast local cache without the loading errors.
23986 (spam-cache-lookups): Set to t by default.
23987 (spam-find-spam): Don't try to guess spam-cache-lookups.
23988 (spam-enter-whitelist, spam-enter-blacklist): Clear the
23990 (spam-filelist-build-cache, spam-filelist-check-cache):
23991 Fix caching of whitelist/blacklist entries.
23992 (spam-check-whitelist, spam-check-blacklist):
23993 Invoke spam-from-listed-p with a type, not a cache variable.
23994 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
23996 2004-01-07 Jesper Harder <harder@ifa.au.dk>
23998 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
24000 * nnmail.el (nnmail-split-fancy): do.
24002 * mml.el (mml-parse): do.
24004 * gnus-score.el (gnus-enter-score-words-into-hashtb)
24005 (gnus-score-adaptive): do.
24007 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
24009 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
24010 (gnus-mime-button-map): Don't set keymap parent.
24011 (gnus-button-ctan-directory-regexp): Use shy grouping.
24012 (gnus-prev-page-map): Don't set keymap parent.
24013 (gnus-prev-page-map): Remove duplicated one.
24014 (gnus-next-page-map): Don't set keymap parent.
24015 (gnus-mime-security-button-map): Ditto.
24017 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
24020 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
24022 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
24024 * canlock.el (canlock-sha1-function): Remove.
24025 (canlock-sha1-function-for-verify): Remove.
24026 (canlock-openssl-program): Remove.
24027 (canlock-openssl-args): Remove.
24028 (canlock-ignore-errors): Remove.
24029 (canlock-sha1-with-openssl): Remove.
24030 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
24031 (canlock-verify): Don't use canlock-ignore-errors.
24033 * sha1-el.el (sha1-string-external): Make it can return a string
24035 (sha1-region-external): Ditto.
24036 (sha1-string-internal): Ditto.
24037 (sha1-region-internal): Ditto.
24038 (sha1-region): Ditto.
24039 (sha1-string): Ditto.
24042 2004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
24044 * spam.el (spam-report-articles-gmane): New command.
24046 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
24048 * gnus.el: Don't make unnecessary *Group* buffer when loading.
24050 * run-at-time.el (run-at-time-saved): Remove.
24051 (run-at-time): Doc fix.
24053 2004-01-07 Jesper Harder <harder@ifa.au.dk>
24055 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
24056 (gnus-summary-limit-map): Add it.
24057 (gnus-summary-make-menu-bar): do.
24059 2004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
24061 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
24062 Make attempt at some caching support (done for BBDB only now).
24063 (spam-find-spam): Set spam-cache-lookups if there are more than 2
24064 addresses to be checked.
24065 (spam-clear-cache-BBDB): Add function, to be invoked by
24066 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
24067 (spam-check-BBDB): Check and use the caches, if
24068 spam-cache-lookups is on, remove superfluous (provide).
24070 2004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
24072 * gnus-art.el (gnus-treat-ansi-sequences): Change default.
24074 2004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
24076 * run-at-time.el (run-at-time-saved): Move to after the definition
24079 2004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
24081 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
24082 mm-w3m-local-map-property.
24084 * mm-view.el (mm-w3m-mode-map): Remove.
24085 (mm-w3m-local-map-property): Remove.
24086 (mm-inline-text-html-render-with-w3m): Don't use
24087 mm-w3m-local-map-property.
24089 2004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
24091 * run-at-time.el: New file.
24093 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
24094 of gnus-set-text-properties.
24096 * gnus-uu.el (gnus-uu-save-article): Ditto.
24098 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
24100 * gnus-cite.el (gnus-cite-parse): Ditto.
24102 * gnus-art.el (gnus-button-push): Use set-text-properties instead
24105 * gnus.el: Change calls to nnheader-run-at-time and
24106 password-run-at-time throughout to use run-at-time directly.
24108 * password.el: Remove definition of run-at-time.
24110 2004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
24112 * mml.el (mml-minibuffer-read-disposition): Show attachment type
24115 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
24117 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
24120 * dns.el (dns-make-network-process): Use `open-network-stream'
24121 instead of `gnus-xmas-open-network-stream'.
24123 * .cvsignore: Add auto-autoloads.el, custom-load.el.
24125 2004-01-06 Jesper Harder <harder@ifa.au.dk>
24127 * gnus-art.el (gnus-mime-display-alternative)
24128 (gnus-insert-mime-button, gnus-insert-mime-security-button)
24129 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
24130 Don't use gnus-local-map-property.
24132 * gnus-util.el (gnus-local-map-property): Remove.
24134 * mm-view.el (mm-view-pkcs7-decrypt):
24135 Replace gnus-completing-read-maybe-default with completing-read.
24137 * gnus-util.el (gnus-completing-read): do.
24138 (gnus-completing-read-maybe-default): Remove.
24140 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
24142 * password.el: Only autoload `run-at-time' if not XEmacs.
24143 Only autoload the itimer functions if XEmacs.
24145 2004-01-06 Jesper Harder <harder@ifa.au.dk>
24147 * gnus-art.el (gnus-read-string): Remove.
24148 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
24151 2004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
24153 * netrc.el: Autoload password-read.
24154 (netrc): Add configuration group.
24155 (netrc-encoding-method, netrc-openssl-path):
24156 Add variables for encoding and decoding of files with symmetric
24158 (netrc-encode): Add assistant function to encode a file with
24159 netrc-encoding-method.
24160 (netrc-parse): Add interactive parameter, added optional
24161 decoding if netrc-encoding-method is non-nil but otherwise
24162 behavior is standard.
24163 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
24164 Do s/encode/encrypt/ everywhere.
24166 * spam.el: Remove executable-find autoload.
24168 2004-01-05 Jesper Harder <harder@ifa.au.dk>
24170 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
24172 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
24174 2004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
24176 * gnus-art.el (gnus-treat-ansi-sequences)
24177 (article-treat-ansi-sequences): New variable and function.
24178 Suggested by Dan Jacobson <jidanni@jidanni.org>.
24180 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
24183 2004-01-05 Jesper Harder <harder@ifa.au.dk>
24185 * mm-util.el (mm-quote-arg): Remove.
24187 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
24188 shell-quote-argument.
24190 * gnus-uu.el (gnus-uu-command): do.
24192 * gnus-sum.el (gnus-summary-insert-pseudos): do.
24194 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
24197 * mm-util.el (mm-make-char): Remove.
24199 * mml.el (mml-mode): Replace gnus-add-minor-mode with
24202 * gnus-undo.el (gnus-undo-mode): do.
24204 * gnus-topic.el (gnus-topic-mode): do.
24206 * gnus-sum.el (gnus-dead-summary-mode): do.
24208 * gnus-start.el (gnus-slave-mode): do.
24210 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
24212 * gnus-ml.el (gnus-mailing-list-mode): do.
24214 * gnus-gl.el (gnus-grouplens-mode): do.
24216 * gnus-draft.el (gnus-draft-mode): do.
24218 * gnus-dired.el (gnus-dired-mode): do.
24220 * gnus-ems.el (gnus-add-minor-mode): Remove.
24222 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
24223 Replace gnus-char-width with char-width.
24225 * gnus-ems.el (gnus-char-width): Remove.
24227 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
24228 Replace gnus-char-width with char-width.
24230 * gnus-ems.el (gnus-char-width): Remove.
24232 * spam-stat.el (with-syntax-table): Remove with-syntax-table
24234 Remove Emacs 20 hash table compatibility code.
24236 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
24237 20 compatibility code.
24239 * spam.el (spam-point-at-eol): Replace with point-at-eol.
24241 * smime.el (smime-point-at-eol): Replace with point-at-eol.
24243 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
24244 Replace with point-at-{eol,bol}.
24246 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
24248 * imap.el (imap-point-at-eol): Replace with point-at-eol.
24250 * flow-fill.el (fill-flowed-point-at-bol)
24251 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
24253 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
24254 Replace with point-at-{eol,bol} throughout all files.
24256 2004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
24258 * ntlm.el (ntlm-string-as-unibyte): New macro.
24259 (ntlm-build-auth-response): Use it.
24261 Remove Emacs 20 stuff:
24262 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
24263 of delq and copy-sequence.
24264 * gnus-art.el (popup-menu): Remove the compiler macro.
24265 * nnmail.el (nnmail-split-fancy): Don't support customizing with
24268 2004-01-05 Simon Josefsson <jas@extundo.com>
24270 * ntlm.el: Fix namespace. Change smb-passwd-hash into
24271 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
24272 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
24273 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
24274 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
24275 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
24276 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
24277 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
24278 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
24279 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
24280 ntlm-string-permute, string-lshift into ntlm-string-lshift,
24281 string-xor into ntlm-string-xor.
24282 Suggested by Jesper Harder <harder@myrealbox.com>.
24284 * ntlm.el: Don't include poem.
24286 * md4.el (print-int32, print-string-hexa): Remove.
24287 Suggested by Jesper Harder <harder@myrealbox.com>.
24289 * sasl-ntlm.el, ntlm.el, md4.el: New files.
24291 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
24292 probably breaks emacs with DL patch, but do we care? Is anyone
24293 still using the DL stuff?)
24295 * sieve-manage.el: Use the password package.
24296 (sieve-manage-read-passwd): Remove.
24297 (sieve-manage-interactive-login): Use password. Re-add
24298 condition-case around loop.
24300 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
24301 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
24302 Use the password package.
24304 2003-02-19 Simon Josefsson <jas@extundo.com>
24306 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
24309 2002-08-07 Simon Josefsson <jas@extundo.com>
24311 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
24312 (sieve-manage-authenticators):
24313 (sieve-manage-authenticator-alist): Add some SASL mechs.
24314 (sieve-sasl-auth): New function.
24315 (sieve-manage-cram-md5-auth):
24316 (sieve-manage-plain-auth): Rewrite using SASL library.
24317 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
24318 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
24319 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
24320 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
24322 2004-01-05 Simon Josefsson <jas@extundo.com>
24324 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
24327 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
24329 * gnus-group.el (gnus-no-groups-message): Update.
24331 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
24333 2003-11-09 Simon Josefsson <jas@extundo.com>
24335 * imap.el: Support for ID IMAP extension (RFC 2971).
24336 (imap-local-variables): Add imap-id.
24337 (imap-id): New variable.
24338 (imap-id): New function.
24339 (imap-parse-response): Parse untagged ID response.
24340 * nnimap.el (nnimap-id): New variable.
24341 (nnimap-open-connection): Use it.
24343 2003-12-28 Simon Josefsson <jas@extundo.com>
24345 * gnus-score.el (gnus-score-edit-all-score): New.
24346 * gnus-group.el (gnus-group-score-map): Bind it to W e.
24348 2004-01-04 Simon Josefsson <jas@extundo.com>
24350 * password.el: Add.
24352 2004-01-04 Mario Lang <lang@zid.tugraz.at>
24354 * dns.el (dns-query-types): Fix typo.
24355 (dns-query-types): New function.
24356 (dns-read-type): Add support for AAAA records, see RFC 3596. Parse MX,
24357 PTR and SOA replies, see RFC 1035.
24359 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
24361 * gnus.el (gnus-logo-color-style): Change colors to `no'.
24363 * Move to Changelog.2.
24365 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
24367 * gnus.el (gnus-version-number): Bump version.
24369 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
24371 * gnus.el: No Gnus v0.1 is released.
24373 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
24375 * gnus.el: No Gnus v0.0 is released.
24377 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
24379 * gnus.el (gnus-version-number): Bump.
24380 (gnus-version): No.
24382 See ChangeLog.2 for earlier changes.
24384 Copyright (C) 2004-2013 Free Software Foundation, Inc.
24386 This file is part of GNU Emacs.
24388 GNU Emacs is free software: you can redistribute it and/or modify
24389 it under the terms of the GNU General Public License as published by
24390 the Free Software Foundation, either version 3 of the License, or
24391 (at your option) any later version.
24393 GNU Emacs is distributed in the hope that it will be useful,
24394 but WITHOUT ANY WARRANTY; without even the implied warranty of
24395 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24396 GNU General Public License for more details.
24398 You should have received a copy of the GNU General Public License
24399 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
24401 ;; Local Variables:
24404 ;; add-log-time-zone-rule: t