1 2011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3 * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
4 no longer is much used.
6 2011-04-03 Kan-Ru Chen <kanru@kanru.info>
8 * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
9 (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
12 2011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
14 * mm-decode.el (mm-text-html-renderer): Doc fix.
16 * gnus-msg.el (gnus-bug): Fix the MML tag.
18 * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
20 2011-07-05 Daiki Ueno <ueno@unixuser.org>
22 * gnus-start.el (gnus-get-unread-articles): Don't connect to the
23 secondary methods if started with `gnus-no-server'.
25 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
27 * message.el (message-return-action): Fix typo in docstring.
29 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
31 * nnimap.el (nnimap-request-scan): Say that splitting has finished.
33 2011-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
35 * nndraft.el: Require gnus-group.
36 (nndraft-request-list): Declare.
38 * nndraft.el (nndraft-update-unread-articles): Don't show group having
39 no unread article unless it matches gnus-permanently-visible-groups.
41 * nndraft.el (nndraft-update-unread-articles): New function.
42 (nndraft-request-associate-buffer): Use it to update the number of
43 unread articles for the nndraft groups in the group buffer when saving
44 or killing a draft message.
46 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
48 * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
49 systems to binary before writing and reading the mbox files.
51 * gnus.el (gnus-summary-line-format): Link to the info node for %U
52 instead of trying to list them all (bug#8978).
54 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
56 * pop3.el (pop3-open-server): Use :end-of-capability.
58 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
60 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
61 the id is always a number.
63 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
64 debbugs mode, if possible.
66 2011-07-02 Daiki Ueno <ueno@unixuser.org>
68 * auth-source.el (auth-source-token-passphrase-callback-function):
70 (epg-context-operation): Remove unnecessary autoload.
72 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
74 * gnus.el (gnus-list-debbugs): New command.
76 * gnus-group.el (gnus-bug-group-download-format-alist): Get the
77 mboxstat instead of the maintbox, since the stat seems to be fuller.
79 * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
82 * message.el (message-get-reply-headers): Delete all duplicates,
84 (message-get-reply-headers): Ensure that we have progress while
87 * gnus-msg.el (gnus-configure-posting-styles): Get the local
88 gnus-posting-style value from the summary buffer to make it easier to
89 make that a per-buffer conf.
91 2011-07-02 Andrew Cohen <cohen@andy.bu.edu>
93 * nnir.el (nnir-run-imap): Allow halting a search when an article is
94 found by setting `shortcut' in 'query.
95 (nnir-request-article): Use `shortcut' setting when requesting article
98 2011-07-02 Teodor Zlatanov <tzz@lifelogs.com>
100 * gnus-msg.el (gnus-bug): Give the Version and Package headers to
101 debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
102 Bring the pseudo-headers back too.
104 2011-07-01 Daiki Ueno <ueno@unixuser.org>
106 * auth-source.el (auth-source-token-passphrase-callback-function):
107 Simplify and remove EPA dependency.
109 2011-07-01 Andrew Cohen <cohen@andy.bu.edu>
111 * nnir.el (nnir-request-article): Fix error message text.
113 2011-07-01 Daiki Ueno <ueno@unixuser.org>
115 * auth-source.el (plstore-delete): Autoload.
116 (auth-source-plstore-search): Support delete operation.
117 * plstore.el (plstore-delete): New function.
119 2011-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
121 * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
122 mark actually existing articles as unread rather than the ones that
125 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
127 * nntp.el (nntp-record-command):
128 * gnus-util.el (gnus-message-with-timestamp-1):
129 Use format-time-string rather than decoding time stamps by hand.
130 This is simpler and insulates the code from potential changes to
133 2011-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
135 * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
137 2011-07-01 Daiki Ueno <ueno@unixuser.org>
139 * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
140 (plstore-save): Support public key encryption.
141 (plstore--init-from-buffer): New function.
142 (plstore-open): Use it; fix error when opening a non-existent file.
143 (plstore-revert): Use plstore--init-from-buffer.
145 2011-07-01 Daiki Ueno <ueno@unixuser.org>
147 * auth-source.el (auth-source-backend): Fix :initarg for data slot.
149 2011-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
151 * mml2015.el (mml2015-use): Replace string-match-p with string-match
154 2011-06-30 Daiki Ueno <ueno@unixuser.org>
156 * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
157 is not fully working.
159 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
161 * dgnushack.el: Autoload sha1 on XEmacs.
163 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
164 quit window configuration.
166 * auth-source.el (epg-context-set-passphrase-callback): Remove
169 2011-06-30 Andrew Cohen <cohen@andy.bu.edu>
171 * nnir.el (nnir-request-article): Allow requesting articles by
172 Message-ID with nnimap.
174 * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
177 2011-06-30 Teodor Zlatanov <tzz@lifelogs.com>
179 * auth-source.el: Autoload EPA/EPG functions.
180 (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
181 changed when EPA/EPG is not available.
182 (auth-source-backend): Rename "arg" member to "data".
183 (auth-source-backend-parse, auth-source-plstore-search)
184 (auth-source-plstore-create): Use it.
186 2011-06-30 Andrew Cohen <cohen@andy.bu.edu>
188 * gnus-art.el (gnus-request-article-this-buffer): Use existing function
189 `gnus-refer-article-methods'.
191 2011-06-30 Teodor Zlatanov <tzz@lifelogs.com>
193 * auth-source.el: Require EPA and EPG.
194 (auth-source-passphrase-alist): New variable.
195 (auth-source-passphrase-callback-function)
196 (auth-source-token-passphrase-callback-function): Callbacks for the
197 netrc field encryption (GPG tokens).
198 (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
199 Symmetric encryption and decryption of the netrc GPG tokens.
200 (auth-source-netrc-normalize): Use them, simplifying the closure.
202 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
204 * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
205 non-nil, and `nnimap-split-methods' is nil, use the former.
207 2011-06-30 Daiki Ueno <ueno@unixuser.org>
209 * plstore.el (plstore-revert): New function.
210 (plstore-open): Use it; hide the buffer from user.
212 2011-06-30 Daiki Ueno <ueno@unixuser.org>
214 * auth-source.el (auth-source-backend): New member "arg".
215 (auth-source-backend-parse): Handle new backend 'plstore.
216 * plstore.el: New file.
218 2011-06-30 Glenn Morris <rgm@gnu.org>
220 * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
222 * mm-util.el (mm-charset-synonym-alist): Move definition before use.
224 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
226 * nnimap.el (nnimap-process-expiry-targets): Say what target we're
227 expiring articles to.
229 * mm-util.el (mm-charset-to-coding-system): Recognise all ANSI.x3.4
230 variations as ASCII (bug#5458).
232 2011-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
234 * nnmh.el (nnmh-request-list-1): Work on MS Windows.
236 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
238 * message.el (message-point-in-header-p): Tweak the function to default
239 to saying that we're not in the headers if there is no separator at
240 all. This makes it possible to use the Message version of `M-q' in
241 buffers with no headers (bug#7987).
242 (message-point-in-header-p): Fix last checkin to work with an empty
243 mail-header-separator, too.
245 * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
246 again, save the choice via customize.
248 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
250 * message.el (message-send-mail-function): Add `sendmail-query-once'.
252 * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
253 ended the connection, bail out before waiting infinitely on a new
256 2011-06-28 Teodor Zlatanov <tzz@lifelogs.com>
258 * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
261 * gnus.el (gnus-bug-package): Use "gnus."
262 (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
264 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
266 * gnus-art.el (gnus-article-stop-animations): New function to stop any
267 animations going on at article exit time.
269 * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
270 since removing it breaks people upgrading.
272 * shr.el (shr-put-image): Use the new interface for animating images.
273 (shr-put-image): Animate for 60 seconds.
275 * auth-source.el (with-auth-source-epa-overrides): Fix compilation
276 error with `find-file-hooks' on Emacs 22.
277 (with-auth-source-epa-overrides): Ugly hack to Wrap the
278 `find-file-hook' things in `symbol-value' to avoid compilation warnings
279 on all architectures.
281 * spam.el (spam-stat): Require in a normal fashion without binding
282 `spam-stat-install-hooks' to avoid compilation warnings.
284 * spam-stat.el (spam-stat-install-hooks): Removed.
285 (spam-stat-install-hooks): Don't run automatically.
287 2011-06-26 Timo Juhani Lindfors <timo.lindfors@iki.fi> (tiny change)
289 * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
292 2011-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
294 * auth-source.el (auth-source-netrc-cache): Move forward.
296 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
298 * auth-source.el (auth-source-netrc-create): Don't query the bits that
300 (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
301 (auth-source-netrc-create): Don't prompt for the stuff we already know.
303 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
305 * auth-source.el (auth-source-netrc-create): Don't print all tokens in
306 %S format, since that looks odd.
307 (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
308 file, especially when saving.
310 2011-06-21 Andrew Cohen <cohen@andy.bu.edu>
312 * nnimap.el (nnimap-find-article-by-message-id): return nil when no
315 2011-06-18 Teodor Zlatanov <tzz@lifelogs.com>
317 * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
318 `auth-source-save-secrets' with a more sensitive alist that can be
319 configured per file. Experimental, so defaults to 'never.
320 (auth-source-netrc-create): Use it. Still experimental code.
321 (with-auth-source-epa-overrides): Use `find-file-hooks' if
322 `find-file-hook' is unbound (XEmacs fix). Fix backquoting bug.
324 2011-06-16 Teodor Zlatanov <tzz@lifelogs.com>
326 * auth-source.el (auth-source-save-secrets): New variable to control if
327 secret tokens should be saved encrypted.
328 (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
329 to `auth-source-netrc-normalize'.
330 (with-auth-source-epa-overrides): Add convenience macro. Don't depend
331 on the EPA variables being defined.
332 (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
333 (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
334 the lexical-let closure.
335 (auth-source-netrc-create): Create "gpg:" tokens according to
336 `auth-source-save-secrets'.
338 2011-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
340 * gnus-group.el (gnus-group-update-group): Add new argument
341 `info-unchanged' that stops updating dribble buffer.
343 * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
344 deletes lines matching to it in dribble buffer.
346 * gnus-agent.el (gnus-agent-fetch-group-1):
347 * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
348 * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
349 * gnus-start.el (gnus-group-change-level):
350 * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
352 * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
353 if newsgroup info is not changed.
355 * gnus-group.el (gnus-group-get-new-news-this-group):
356 * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
357 Don't update dribble buffer.
359 2011-06-01 Teodor Zlatanov <tzz@lifelogs.com>
361 * gnus-registry.el (gnus-registry-remove-ignored): New function to
362 remove entries with groups we ignore.
364 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
366 * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
367 the underline comes at the bottom.
369 2011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
371 * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
372 `gnus-registry-user-format-function-M' and declare the latter obsolete.
373 (gnus-registry-article-marks-to-names): Rename from
374 `gnus-registry-user-format-function-M2'.
376 2011-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
378 * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
381 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
383 * shr.el (shr-browse-image): Copy the URL if called interactively.
385 2011-05-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
387 * gnus-group.el (gnus-group-mark-article-read): It's possible that we
388 want to have `gnus-newsgroup-unselected' kept sorted. If this isn't
389 done, then unselected articles may be marked as read.
391 * pop3.el (pop3-open-server): Erase the buffer after the greeting,
392 since not doing this seems to lead to a race condition in pop3-logon.
394 * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
395 so that the call chain it correct when we call "upwards".
397 * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
400 * gnus-group.el (gnus-group-mark-article-read): Ditto.
402 * message.el (message-cite-reply-position): Doc string fix.
404 * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
405 avoid regexp overflow.
406 (nnimap-transform-split-mail): Ditto.
408 * pop3.el (pop3-retr): Error out if the server closes the connection.
410 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
412 * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
413 mm-with-unibyte-current-buffer. The buffer should not contain any
414 multibyte chars anyway at this stage.
416 2011-05-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
418 * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
421 2011-05-29 Julien Danjou <julien@danjou.info>
423 * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
425 2011-05-27 Glenn Morris <rgm@gnu.org>
427 * gnus-group.el (gnus-bug-group-download-format-alist):
428 Use the "maintainer" version of debian reports as well.
430 2011-05-26 Glenn Morris <rgm@gnu.org>
432 * gnus-group.el (gnus-bug-group-download-format-alist):
433 Use the "maintainer" version of debbugs.gnu.org reports.
435 2011-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
437 * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
439 2011-05-20 Teodor Zlatanov <tzz@lifelogs.com>
441 * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
442 the thread moves us backwards and so we loop forever.
444 2011-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
446 * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
447 whitespace in base64 data lines.
449 2011-05-18 Teodor Zlatanov <tzz@lifelogs.com>
451 * gnus-registry.el (gnus-registry-user-format-function-M):
453 (gnus-registry-user-format-function-M2): Use to see the full text of
454 the marks. Make "," the mark text separator.
456 * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
457 authentication with auth-source.
459 2011-05-17 Glenn Morris <rgm@gnu.org>
461 * gnus-group.el (gnus-import-other-newsrc-file):
462 Use insert-file-contents.
464 2011-05-16 Teodor Zlatanov <tzz@lifelogs.com>
466 * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
469 2011-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
471 * nntp.el (nntp-open-connection): Check if process-type is available.
473 2011-05-16 Julien Danjou <julien@danjou.info>
475 * shr.el (shr-tag-del): Add support for del tag.
477 2011-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
479 * gnus-html.el (gnus-html-put-image): Register a displayer.
481 * shr.el (shr-image-displayer): Don't remove text props from alt text.
483 2011-05-13 Teodor Zlatanov <tzz@lifelogs.com>
485 * registry.el (prune-factor): New initialization parameter defaulting
487 (registry-prune-hard): Use it.
489 * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
492 2011-05-13 Glenn Morris <rgm@gnu.org>
494 * message.el (message-send-mail-with-sendmail): Assume sendmail-program
495 is bound, since this function requires sendmail.
497 2011-05-11 Teodor Zlatanov <tzz@lifelogs.com>
499 * registry.el (registry-usage-test): Disable pruning test.
501 2011-05-10 Teodor Zlatanov <tzz@lifelogs.com>
503 * registry.el (registry-prune-hard-candidates)
504 (registry-prune-soft-candidates): Helper methods for registry pruning.
505 (registry-prune): Use them. Make the sort function optional.
507 2011-05-10 Jim Meyering <meyering@redhat.com>
509 * shr.el (shr-colorize-region): Fix typo "on on -> on".
511 2011-05-10 Julien Danjou <julien@danjou.info>
513 * shr.el (shr-put-color-1): Do not bug out when old-props is a face
514 symbol and not a list.
516 2011-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
518 * gnus-art.el (gnus-article-mode): Move binding of
519 shr-put-image-function here from gnus-article-prepare-display.
521 * shr.el (shr-put-image-function): New variable.
522 (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
523 (shr-put-image): Return scaled image.
525 * gnus-art.el (gnus-shr-put-image): New function.
526 (gnus-article-prepare-display): Bind shr-put-image-function to it.
528 * gnus-html.el (gnus-html-wash-images): Register scaled images, not
529 original ones, as deletable.
531 2011-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
533 * nntp.el (nntp-open-connection): Set TCP keepalive option.
535 2011-05-09 Teodor Zlatanov <tzz@lifelogs.com>
537 * registry.el (registry-full): Add convenience method. Fix logic.
538 (registry-insert): Use it. Fix logic here too.
540 * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
541 `registry-prune' if `registry-full' returns t.
542 (gnus-registry-handle-action)
543 (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
544 (gnus-registry-usage-test): Use it.
546 2011-05-07 Julien Danjou <julien@danjou.info>
548 * shr.el (shr-link): Make shr-link inherit from link by default.
550 2011-05-06 Teodor Zlatanov <tzz@lifelogs.com>
552 * shr.el (shr-urlify, shr-link): Fix shr-link face.
554 2011-05-05 Teodor Zlatanov <tzz@lifelogs.com>
556 * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
557 error out because the face is not a list.
559 2011-05-05 Glenn Morris <rgm@gnu.org>
561 * gnus-start.el (gnus-propagate-marks): Declare.
563 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
565 * registry.el (registry-reindex): Fix percentage message.
567 2011-05-03 Teodor Zlatanov <tzz@lifelogs.com>
569 * shr.el: Add shr-link face for links.
570 (shr-urlify): Use it.
572 * registry.el (registry-insert): Make error message more helpful.
574 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
576 * gnus-html.el (gnus-html-schedule-image-fetching):
577 Use url-queue-retrieve, if it exists.
579 * shr.el (shr-tag-img): Ditto.
581 * gnus.el: Autoload more gnus-agent functions.
583 * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
584 agent if we haven't already (bug#8502).
586 * gnus-async.el (gnus-async-article-callback): Put prefetched articles
589 * gnus-agent.el (gnus-agent-store-article): New function.
591 * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
592 and moved from that file for reuse.
594 * pop3.el (pop3-open-server): Error messages are "-ERR".
596 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
598 * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
599 (open-tls-stream): Remove superfluous tls/starttls autoloads.
601 2011-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
603 * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
604 buffer has moved to a different frame.
606 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
608 * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
609 to get the conversion from unibyte to multibyte buffers to work on
612 * nntp.el (nntp-request-article): Slight clean-up.
614 2011-04-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
616 * shr.el (shr-strike-through): New face.
617 (shr-tag-s): Use it to provide <s> support.
618 (shr-tag-s): Remove duplicate definition.
620 2011-04-25 Teodor Zlatanov <tzz@lifelogs.com>
622 * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
623 `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
625 2011-04-23 Glenn Morris <rgm@gnu.org>
627 * gnus-sum.el (gnus-extra-headers): Bump :version.
629 2011-04-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
631 * shr.el (shr-tag-sup): New function.
632 (shr-tag-sub): Ditto.
634 2011-04-22 Teodor Zlatanov <tzz@lifelogs.com>
636 * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
637 for the case where `gnus-registry-ignored-groups' is a list of lists,
638 and don't call `gnus-parameter-registry-ignore' otherwise.
640 2011-04-21 Teodor Zlatanov <tzz@lifelogs.com>
642 * nnimap.el (nnimap-user): New backend variable.
643 (nnimap-open-connection-1): Use it.
644 (nnimap-credentials): Accept user parameter so it's explicit what user
647 * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
650 * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
651 not gnus-registry.el.
653 * gnus-registry.el: Mention in comments how to modify
654 `gnus-extra-headers' for proper recipient tracking and that it may
655 already have To and Cc recently, which it does as of this commit.
656 (gnus-registry-ignored-groups): Remove defcustom.
657 Explain why in comments.
658 (gnus-registry-action): Fix data-header reference to use the extra
659 headers. Explain in package commentary how to add To and Cc headers to
660 the gnus-extra-headers.
661 (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
662 (gnus-registry-ignore-group-p): Adjust to take either a group/topic
663 parameter list or a string list in `gnus-registry-ignored-groups'.
666 2011-04-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
668 * shr.el (shr-expand-url): Protect against null urls.
670 2011-04-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
672 * shr.el (shr-base): New binding.
673 (shr-tag-base): Keep track of <base>.
674 (shr-expand-url): New function used throughout.
676 2011-04-20 Teodor Zlatanov <tzz@lifelogs.com>
679 (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
680 (gnus-registry-ignored-groups): New variable.
681 (gnus-registry-ignore-group-p): Use it.
682 (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
683 set the destination group to nil (same as delete) if it's ignored.
685 2011-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
687 * gnus-registry.el (gnus-registry-action)
688 (gnus-registry-fetch-header-fast):
689 Don't use mail-header that looks an internal function of mailheader.el.
691 2011-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
693 * gnus-registry.el: Eliminate cl functions.
694 (gnus-registry-sort-addresses): New function that replaces mapcan.
695 (gnus-registry-action, gnus-registry-spool-action)
696 (gnus-registry-split-fancy-with-parent)
697 (gnus-registry-fetch-recipients-fast): Use it.
698 (gnus-registry-import-eld): Replace delete* with dolist + delq.
700 * registry.el (initialize-instance, registry-lookup)
701 (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
702 (registry-lookup-secondary-value, registry-search, registry-delete)
703 (registry-insert, registry-reindex, registry-size, registry-prune):
704 Use eval-and-compile.
706 2011-04-16 Teodor Zlatanov <tzz@lifelogs.com>
708 * registry.el (registry-reindex): New method to recreate the secondary
711 * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
712 tracked field changes.
713 (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
714 (gnus-registry-action, gnus-registry-spool-action)
715 (gnus-registry-handle-action)
716 (gnus-registry--split-fancy-with-parent-internal)
717 (gnus-registry-split-fancy-with-parent)
718 (gnus-registry-register-message-ids): Add recipient tracking on spool,
719 move, and delete actions, and for fancy splitting with parent.
720 (gnus-registry-extract-addresses)
721 (gnus-registry-fetch-recipients-fast)
722 (gnus-registry-fetch-header-fast): Convenience functions.
723 (gnus-registry-misc-test): ERT test of
724 `gnus-registry-extract-addresses'.
726 2011-04-15 Teodor Zlatanov <tzz@lifelogs.com>
728 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
729 Track by subject first, then sender.
731 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
733 * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
735 * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
738 * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
739 (gnus-draft-send): Use it to avoid popping
740 up frames from gnus-group-send-queue.
742 2011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
744 * gnus-registry.el: Updated gnus-registry docs.
746 2011-04-12 Teodor Zlatanov <tzz@lifelogs.com>
748 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
750 (gnus-registry-post-process-groups): Fix logging of no results and
751 quote sender and subject.
753 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
755 * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
756 (gnus-read-active-for-groups): Don't try to finish getting stuff where
757 we had no early-data returned.
758 (gnus-get-unread-articles): Add a sanity check so that we don't issue
759 two async commands to the same server at the same time.
761 2011-04-12 Stig Sandbeck Mathisen <ssm@fnord.no> (tiny change)
763 * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
765 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
767 * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
770 * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
771 (mm-url-insert-file-contents): Don't set the package names.
773 2011-04-11 Teodor Zlatanov <tzz@lifelogs.com>
775 * gnus-registry.el (gnus-registry-action): Remove properties and
776 simplify subject in `gnus-registry-handle-action'.
777 (gnus-registry-spool-action): Get subject and sender from message if
778 they are not passed in.
779 (gnus-registry-handle-action): Remove properties and simplify subject
782 2011-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
784 * registry.el: Require CL before using defmacro*.
786 2011-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
788 * gnus-art.el (article-treat-date): Assume that
789 gnus-article-date-headers may be a group parameter.
791 2011-04-07 Teodor Zlatanov <tzz@lifelogs.com>
793 * gnus-registry.el (gnus-registry-handle-action): More debugging.
795 * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
796 interactively so the newsrc file can contain foreign groups too.
797 Useful for debugging but not much for users.
799 2011-04-07 David Engster <dengste@eml.cc>
801 * registry.el (registry-usage-test): Only do
802 `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
805 2011-04-06 David Engster <dengste@eml.cc>
807 * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
808 argument NOERROR for `require', since XEmacs 21.4 does not support it.
810 2011-04-06 David Engster <dengste@eml.cc>
812 * registry.el (initialize-instance): Change :after to :AFTER to be
813 compatible with old EIEIO version in XEmacs.
815 2011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
817 * gnus-registry.el (gnus-registry-post-process-groups)
818 (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
819 and provide better messaging.
821 2011-04-06 David Engster <dengste@eml.cc>
823 * Makefile.in (fail-on-warning): New rule to compile with warnings as
826 2011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
828 * gnus-registry.el: Don't use ERT if it's not available. Load it
829 unconditionally anyway, discarding errors.
830 (gnus-registry-delete-entries): New convenience function.
831 (gnus-registry-import-eld): Import from old .eld registry.
833 * registry.el: Don't use ERT if it's not available. Load it
834 unconditionally anyway, discarding errors.
836 * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
837 version from the Claudio Bley GnuTLS patch (extra optional parameters
840 2011-04-05 Teodor Zlatanov <tzz@lifelogs.com>
842 * gnus-registry.el (gnus-registry-fixup-registry): New function to
843 fixup the parameters that can be customized by the user between
845 (gnus-registry-read): Use it.
846 (gnus-registry-make-db): Use it.
847 (gnus-registry-spool-action, gnus-registry-handle-action):
849 (gnus-registry--split-fancy-with-parent-internal): Fix loop.
850 Map references to actual group names with sender and subject tracking.
851 (gnus-registry-post-process-groups): Use `cond' for better messaging.
852 (gnus-registry-usage-test): Add subject lookup test.
854 * registry.el (registry-db, initialize-instance): Set up constructor
855 instead of :initform arguments for the sake of older Emacsen.
856 (registry-lookup-breaks-before-lexbind): New method to demonstrate
857 pre-lexbind merge bug.
858 (registry-usage-test): Use it.
859 (initialize-instance, registry-db): Move the non-function initforms
860 back to the class definition.
862 2011-04-03 Teodor Zlatanov <tzz@lifelogs.com>
864 * registry.el: New library to manage gnus-registry-style data.
866 * gnus-registry.el: Use it (major rewrite).
868 * nnregistry.el: Use it.
872 2011-04-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
874 * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
875 marks on non-selected articles.
877 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
879 * proto-stream.el: Move to Emacs core, at net/network-stream.el.
881 * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
882 parameter to open-protocol-stream.
884 2011-04-01 Julien Danjou <julien@danjou.info>
886 * mm-view.el (mm-display-inline-fontify): Do not fontify with
889 2011-04-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
891 * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
894 2011-03-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
896 * gnus-sum.el (gnus-update-marks): Revert intersection change, which
897 made marks not propagate, again.
899 2011-03-30 Chong Yidong <cyd@stupidchicken.com>
901 * proto-stream.el (open-protocol-stream): Bring back `network' type.
902 Make this the default type.
903 (proto-stream-open-plain): Rename from proto-stream-open-default.
904 (open-protocol-stream, proto-stream-open-starttls)
905 (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
908 * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
911 * nntp.el (nntp-open-connection-function): Document the fact that some
912 values are not functions but are instead handled specially.
913 Recognize nntp-open-plain-stream value.
914 (nntp-open-connection): Recognize that value.
916 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
918 * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
921 * gnus-score.el (gnus-score-string): Fix calling convention of
922 `gnus-simplify-buffer-fuzzy' after last patches.
924 * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
925 server for articles we didn't get any headers for. This is a sanity
928 2011-03-29 Michael Welsh Duggan <md5i@md5i.com>
930 * nnimap.el (nnimap-open-connection-1): Is the login responds with a
931 new CAPABILITY, use it.
933 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
935 * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
936 downloading anything.
938 * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
940 2011-03-29 Adam Sjøgren <asjo@koldfront.dk>
942 * gnus.el (gnus-group-startup-message): Prefer svg file and replace
944 (gnus-splash-svg-color-symbols): New function.
946 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
948 * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
949 instead of using the global gnus-simplify-subject-fuzzy-regexp.
950 (gnus-simplify-subject-fuzzy): Use the local
951 gnus-simplify-subject-fuzzy-regex instead of the global one.
952 This makes using this variable in group parameters work.
954 2011-03-29 Teodor Zlatanov <tzz@lifelogs.com>
956 * gnus-registry.el (gnus-registry-unfollowed-groups):
957 Add "archive:sent" to the unfollowed group regex (for the recent Gnus
958 archive:sent-YYYY-MM-DD groups).
959 (gnus-registry-split-fancy-with-parent): Bail out early in sender
960 tracking if there are more than `gnus-registry-max-track-groups'
963 2011-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
965 * message.el (message--yank-original-internal): New function to do the
966 insertion cleanly inside eval in `message-yank-original'.
967 (message-yank-original): Use it.
969 2011-03-29 Julien Danjou <julien@danjou.info>
971 * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
972 local variables disabled rather than `normal-mode'.
974 2011-03-26 Chong Yidong <cyd@stupidchicken.com>
976 * proto-stream.el: Changes preparatory to merging open-protocol-stream
977 with open-network-stream.
978 (proto-stream-always-use-starttls): Option removed.
979 (open-protocol-stream): Return a process object by default. Provide a
980 new parameter :return-list specifying a list-type return value, which
981 now has the form (PROP . PLIST) instead of a fixed-length list. Change
982 :type `network' to `try-starttls', and `network-only' to `default'.
983 Make `default' the default, for compatibility with open-network-stream.
984 Handle the no-parameter case exactly as open-network-stream, with no
985 additional stream processing. Search plists using plist-get.
986 Explicitly add :end-of-commend parameter if it is missing.
987 (proto-stream-open-default): Rename from
988 proto-stream-open-network-only. Return 'default as the type.
989 (proto-stream-open-starttls): Rename from proto-stream-open-network.
990 Use plist-get. Don't return `tls' as the type if STARTTLS negotiation
991 failed. Always return a list with a (possibly dead) process as the
992 first element, for compatibility with open-network-stream.
993 (proto-stream-open-tls): Use plist-get. Always return a list.
994 (proto-stream-open-shell): Return `default' as connection type.
995 (proto-stream-capability-open): Use plist-get.
996 (proto-stream-eoc): Function deleted.
998 * nnimap.el (nnimap-stream, nnimap-open-connection)
999 (nnimap-open-connection-1): Handle renaming of :type parameter for
1000 open-protocol-stream.
1001 (nnimap-open-connection-1): Pass a :return-list parameter
1002 open-protocol-stream to obtain a list return value. Parse this list
1005 * nntp.el (nntp-open-connection): Handle renaming of :type parameter
1006 for open-protocol-stream. Accept open-protocol-stream return value
1007 that is a subprocess object instead of a list. Handle the case of a
1008 dead returned process.
1010 2011-03-25 Teodor Zlatanov <tzz@lifelogs.com>
1012 * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
1014 * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
1016 2011-03-21 Julien Danjou <julien@danjou.info>
1018 * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
1019 normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
1021 (mm-inline-text): Render normal text with fontification whenever
1024 * gnus-sum.el (gnus-summary-save-parts-1):
1025 * gnus-art.el (gnus-article-browse-html-save-cid-content)
1026 (gnus-article-browse-html-parts, gnus-mime-delete-part)
1027 (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
1028 Use `mm-handle-filename'.
1030 * mm-util.el (mm-handle-filename): New function, return the filename of
1033 2011-03-18 Julien Danjou <julien@danjou.info>
1035 * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
1036 (gnus-buffer-live-p): Check that buffer is not nil.
1038 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1040 * gnus-art.el: Require mouse, which the build bot seems to say is
1043 * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
1044 XEmacs, since it doesn't have url-retrieve-synchronously.
1046 2011-03-17 Antoine Levitt <antoine.levitt@gmail.com>
1048 * gnus-group.el (gnus-group-list-ticked): New function.
1049 (gnus-group-make-menu-bar): Provide a menu entry for it.
1050 (gnus-group-list-map): Provide a binding for it.
1052 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1054 * shr.el (shr-visit-file): New command.
1056 * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
1058 2011-03-17 Bjørn Mork <bjorn@mork.no>
1060 * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
1063 2011-03-16 Julien Danjou <julien@danjou.info>
1065 * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
1068 * gnus-art.el (article-hide-list-identifiers):
1069 Use gnus-group-get-list-identifiers.
1071 * gnus-sum.el (gnus-group-get-list-identifiers): New function.
1072 (gnus-summary-remove-list-identifiers):
1073 Use gnus-group-get-list-identifiers to get regexp.
1074 (gnus-select-newsgroup, gnus-summary-insert-subject)
1075 (gnus-summary-insert-articles):
1076 Call gnus-summary-remove-list-identifiers unconditionally.
1078 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1080 * gnus-sum.el (gnus-articles-to-read): Revert back to old behaviour if
1081 we're selecting a group with unread articles.
1083 * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
1085 * gssapi.el: New file separated out from imap.el to provide a general
1086 Kerberos 5 connection facility for Emacs.
1088 * message.el (message-elide-ellipsis): Document the format spec
1091 2011-03-15 Reiner Steib <Reiner.Steib@gmx.de>
1093 * message.el (message-elide-region): Allow the ellipsis to say how many
1096 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1098 * gnus-win.el (gnus-configure-frame): Protect against trying to restore
1099 window configurations containing buffers that are now dead.
1101 * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
1102 parsing to avoid integer overflows.
1103 (nnimap-parse-flags): Simplify the last change.
1104 (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
1105 too large for 32-bit Emacsen.
1107 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
1109 * auth-source.el (auth-source-netrc-create):
1110 * message.el (message-yank-original): Fix use of `case'.
1112 2011-03-15 Nelson Ferreira <nelson.ferreira@ieee.org> (tiny change)
1114 * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
1115 XEmacs, which was one character too wide.
1117 2011-03-09 Antoine Levitt <antoine.levitt@gmail.com>
1119 * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
1120 default number of articles to display.
1121 (gnus-articles-to-read): Use pretty names for prompt.
1123 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1125 * gnus-int.el (gnus-open-server): Ditto.
1127 * gnus-start.el (gnus-activate-group): Give a backtrace if
1128 debug-on-quit is set and the user hits `C-g'.
1129 (gnus-read-active-file): Ditto.
1131 * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
1133 2011-03-15 Teodor Zlatanov <tzz@lifelogs.com>
1135 * message.el (message-yank-original): Use cond instead of CL case.
1137 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
1139 * auth-source.el (auth-source-netrc-create): Use usual format for the
1142 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
1144 * auth-source.el (auth-source-netrc-create): Show the default in the
1145 prompt when prompting for token creation.
1147 2011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
1149 * auth-source.el (auth-source-format-prompt): Always convert the value
1150 to a string to avoid evaluating non-string arguments.
1151 (auth-source-netrc-create): Offer default properly, not as initial
1152 content in `read-string'.
1153 (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
1154 of line to determine if we've been run before. If so, don't run again,
1155 but print a trivial message to indicate the cache was hit instead.
1157 2011-03-11 Teodor Zlatanov <tzz@lifelogs.com>
1159 * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
1160 Don't install `gnus-sync-read' to any hooks by default. It's buggy.
1161 The user will have to run `gnus-sync-read' manually and wait for Cloudy
1164 2011-03-11 Julien Danjou <julien@danjou.info>
1166 * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
1169 2011-03-09 Teodor Zlatanov <tzz@lifelogs.com>
1171 * auth-source.el (auth-source-read-char-choice): New function to read a
1172 character choice using `dropdown-list', `read-char-choice', or
1173 `read-char'. It appends "[a/b/c] " to the prompt if the choices were
1174 '(?a ?b ?c). The `dropdown-list' support is disabled for now. Use
1175 `eval-when-compile' to load `dropdown-list'. Remove `dropdown-list'.
1176 (auth-source-netrc-saver): Use it.
1177 (auth-source-pick-first-password): New convenience function.
1179 2011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
1181 * nnimap.el (nnimap-credentials): Keep the :save-function as the third
1182 parameter in the credentials.
1183 (nnimap-open-connection-1): Use it after a successful login.
1184 (nnimap-credentials): Add IMAP-specific user and password prompt.
1186 * auth-source.el (auth-source-search): Add :require parameter, taking a
1187 list. Document it and the :save-function return token. Pass :require
1188 down. Change the CREATED message from a warning to a debug statement.
1189 (auth-source-search-backends): Pass :require down.
1190 (auth-source-netrc-search): Pass :require down.
1191 (auth-source-netrc-parse): Use :require, if it's given, as a filter.
1192 Change save prompt to indicate all modifications saved here are
1194 (auth-source-netrc-create): Take user login name as default in user
1195 prompt. Move all the save functionality to a lexically bound function
1196 under the :save-function token in the returned list. Set up clearer
1197 default prompts for user, host, port, and secret.
1198 (auth-source-netrc-saver): New function, intended to be wrapped for
1201 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
1203 * Version 23.3 released.
1205 2011-03-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1207 * shr.el (shr-table-horizontal-line): Change the defaults for the table
1208 lines to be spaces instead.
1210 2011-03-07 Julien Danjou <julien@danjou.info>
1212 * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
1213 (sieve-sasl-auth): Check that auth-source-search did return something,
1214 or just return an empty string.
1216 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
1218 * gnus.el (gnus-interactive): Use read-directory-name.
1220 * gnus-uu.el (gnus-uu-decode-uu-and-save)
1221 (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
1222 (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
1223 (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
1226 * gnus-group.el (gnus-group-make-directory-group): Likewise.
1228 2011-03-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1230 * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
1231 onto the list of killed groups, too. This makes killed nnimap groups,
1232 for instance, more reliably not reappear.
1234 * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
1237 * gnus-sum.el (gnus-update-read-articles): Fix typo.
1239 * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
1240 really have server-side marks.
1242 * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
1243 since most backends do not usefully have server-side marks.
1244 (gnus-update-read-articles): Propagate marks to all backends that
1245 really have server-side marks.
1247 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
1249 * message.el (message-cite-reply-position, message-cite-style):
1251 (message-yank-original): Use the new citation styles.
1253 2011-03-04 Daiki Ueno <ueno@unixuser.org>
1255 * message.el (message-options): Revert the change that's a workaround
1256 for XEmacs buffer-local issue; don't mark it buffer-local when running
1259 2011-03-03 Tassilo Horn <tassilo@member.fsf.org>
1261 * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
1262 numbers too big to be `read'.
1264 2011-03-02 Teodor Zlatanov <tzz@lifelogs.com>
1266 * message.el (message-options): Make buffer-local two ways to attempt
1267 to fix a XEmacs bug.
1269 2011-03-02 Julien Danjou <julien@danjou.info>
1271 * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
1273 2011-03-01 Julien Danjou <julien@danjou.info>
1275 * gnus-art.el (list-identifier): Add list-identifier as a parameter
1277 (article-hide-list-identifiers): Use list-identifier group parameter.
1279 2011-02-28 Julien Danjou <julien@danjou.info>
1281 * sieve.el (sieve-buffer-script-name): New local variable to store
1283 (sieve-edit-script): Store sieve script name.
1284 (sieve-upload): Use sieve script name when uploading.
1285 (sieve-upload): Use substitute-command-keys.
1286 (sieve-edit-script): Use substitute-command-keys.
1287 (sieve-refresh-scriptlist): Use substitute-command-keys.
1288 (sieve-manage-mode-map): Define keymap properly.
1289 (sieve-manage-mode): Do not set mode name manually, change mode-name to
1290 (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
1291 Remove commented code about cvs.
1292 (sieve-manage-quit): New function.
1293 (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
1295 2011-02-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
1297 * gnus-group.el (gnus-import-other-newsrc-file): New function.
1299 2011-02-25 Teodor Zlatanov <tzz@lifelogs.com>
1301 * auth-source.el (auth-source-search): Cache empty result sets.
1303 * auth-source.el (auth-source-save-behavior): New variable to replace
1304 `auth-source-never-create'.
1305 (auth-source-netrc-create): Use it.
1306 (auth-source-never-save): Remove.
1308 2011-02-25 Lars Ingebrigtsen <larsi@gnus.org>
1310 * nnimap.el (nnimap-stream): Doc fix.
1311 (nnimap-open-connection-1): Reverse the order of the ports to that the
1312 prompted-for port is first.
1314 * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
1315 retrieval by the no-group selection.
1317 * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
1318 numerical parameters.
1320 2011-02-25 Julien Danjou <julien@danjou.info>
1322 * gnus-gravatar.el: Use gnus-with-article-buffer.
1324 * gnus-art.el (gnus-with-article-buffer): Check that the
1325 gnus-article-buffer is alive.
1327 2011-02-24 Teodor Zlatanov <tzz@lifelogs.com>
1329 * auth-source.el (auth-source-creation-prompts): New variable to manage
1330 creation-time prompts.
1331 (auth-source-search): Document it.
1332 (auth-source-format-prompt): Add utility function.
1333 (auth-source-netrc-create): Don't default the user name to
1334 user-login-name. Use `auth-source-creation-prompts' and some default
1335 prompts for user, host, port, and password (the default generic prompt
1337 (auth-source-never-save): Add customizable option to never save info.
1338 (auth-source-netrc-create): Use it and improve save prompts. Fix help
1341 2011-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
1343 * auth-source.el (auth-source-netrc-create): Use `read-char' with no
1344 argument that XEmacs doesn't support.
1346 2011-02-23 Julien Danjou <julien@danjou.info>
1348 * gnus-art.el (article-make-date-line): Ignore errors if time is
1349 invalid and not convertible.
1350 (article-make-date-line): Only add lapsed time if time is not nil.
1352 2011-02-23 Teodor Zlatanov <tzz@lifelogs.com>
1354 * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
1355 `read-char-choice' for backwards compatibility.
1356 (auth-source-netrc-element-or-first): New function to DTRT for
1357 parameter extraction.
1358 (auth-source-netrc-create): Use it and fix multiple parameter print
1359 bug. Use the default passed from above (given-default) or the
1360 built-in (user-login-name for :user).
1362 2011-02-23 Lars Ingebrigtsen <larsi@gnus.org>
1364 * gnus-start.el (gnus-dribble-read-file):
1365 Set buffer-save-without-query, since we always want to save the dribble
1368 * nnmail.el (nnmail-article-group): Allow a final "" split to work on
1371 * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
1372 -summary- since it's a user-visible variable.
1374 * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
1375 first time you use the new Gnus.
1377 2011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
1379 * auth-source.el: Don't load netrc.el.
1380 (auth-sources): Search ~/.netrc as well by default.
1381 (auth-source-debug): Add 'trivia option for extra output.
1382 (auth-source-do-trivia): Use it.
1383 (auth-source-search): Simplify logic to use
1384 `auth-source-search-backends'. Use `auth-source-do-trivia' where
1385 appropriate. Don't keep a running count at this level. Layer :create
1386 and :delete options appropriately on the first and second passes.
1387 Don't track the backend with the search results.
1388 (auth-source-search-backends): New function to search a list of
1389 backends for a processed spec.
1390 (auth-source-netrc-parse): Cache all netrc files, making
1391 auth-source-netrc-cache an alist keyed by the file name and using the
1392 file mtime as the caching criterion. Keep the obfuscated data secret
1393 with a lexical bind.
1394 (auth-source-netrc-search): Don't calculate the length of the results
1396 (auth-source-search-backends): Fix bug.
1397 (auth-source-netrc-create): Rework prompts.
1399 2011-02-22 Andrew Cohen <cohen@andy.bu.edu>
1401 * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
1402 Lower case names of search constraints.
1403 (nnir-run-query): Cache and reuse search constraints for all imap
1406 2011-02-22 Sam Steingold <sds@gnu.org>
1408 * gnus-msg.el (gnus-setup-message): Also bind `winconf-name'.
1410 2011-02-22 Lars Ingebrigtsen <larsi@gnus.org>
1412 * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
1414 (gnus-setup-message): Define missing variable from last checkin.
1416 * gnus-sum.el (gnus-summary-show-article): When called with t as the
1417 value, show the raw article.
1419 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
1421 * nnimap.el (nnimap-open-connection-1): Revert last change, since
1422 auth-source now accepts numbers.
1424 * auth-source.el (auth-source-netrc-parse): Accept a number as the port
1426 (auth-source-ensure-strings): New function.
1428 * gnus-art.el (gnus-article-update-date-headers): Doc fix.
1429 (gnus-article-setup-buffer): Always restart the date timer so that user
1430 changes to the frequency is respected.
1432 * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
1433 port numbers, so make sure it gets that if nnimap-server-port is
1436 2011-02-21 Simon Josefsson <simon@josefsson.org>
1438 * nnimap.el (nnimap-inbox): Doc fix.
1440 2011-02-20 Chong Yidong <cyd@stupidchicken.com>
1442 * shr-color.el (shr-color->hexadecimal): Use renamed function names
1443 color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
1446 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
1448 * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
1449 given method as in the group name if we're using an extended method.
1450 (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
1451 command, if we're using that, instead of waiting for the beginning.
1453 * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
1454 we're sure to get unique server names, and we don't output two async
1455 commands in the same buffer. This fixes an NNTP hang for some users.
1457 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
1459 * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
1460 summary buffer before reading going to the next buffer. This avoids
1461 putting the point in the group buffer if you `C-g' the command.
1463 * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
1464 cache (for now) to make ~/.authinfo.gpg files usable.
1466 * nnfolder.el (copyright-update): Define for the compiler.
1468 * auth-source.el (auth-source-search): Fix unbound variable.
1470 2011-02-19 Glenn Morris <rgm@gnu.org>
1472 * gnus.el (gnus-meta): Doc fix.
1474 2011-02-19 Chong Yidong <cyd@stupidchicken.com>
1476 * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
1477 in case it's not yet loaded.
1479 2011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
1481 * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
1482 line we're waiting for.
1484 2011-02-19 Darren Hoo <darren.hoo@gmail.com> (tiny change)
1486 * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
1487 face with line-width greater than zero will cause RET in gnus summary
1488 buffer to scroll down article page-wise because auto vscroll happens,
1489 it should be temporalily disabled when doing a scroll-up.
1491 2011-02-19 Lars Ingebrigtsen <larsi@gnus.org>
1493 * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
1494 outputs from the server.
1496 2011-02-18 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
1498 * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
1499 later so that bbdb can hook in easier.
1501 2011-02-18 Lars Ingebrigtsen <larsi@gnus.org>
1503 * auth-source.el (auth-source-search): Don't try to create credentials
1504 if the caller doesn't want that.
1505 (auth-source-search): If we don't find a match, don't bug out on
1506 non-bound variables.
1507 (auth-source-search): Only ask a single backend to create the
1510 * nnimap.el (nnimap-log-command): Add a newline to the inhibited
1512 (nnimap-credentials): Protect against auth-source-search returning nil.
1513 (nnimap-request-list): Protect against not being able to open the
1516 2011-02-17 Lars Ingebrigtsen <larsi@gnus.org>
1518 * auth-source.el (auth-source-search): Do a two-phase search, one with
1519 no :create to get the responses from all backends.
1521 * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
1522 when getting credentials.
1524 * gnus-util.el (gnus-delete-duplicates): New function.
1526 2011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
1528 * nnimap.el (nnimap-credentials): Instead of picking the first port as
1529 a creation default, pass the whole port list down. It will be
1532 * auth-source.el (auth-source-search): Updated docs to talk about
1533 multiple creation choices.
1534 (auth-source-netrc-create): Accept a list as a value (from the search
1535 parameters) and do completion on that list. Keep a separate netrc line
1536 with the password obscured for showing the user.
1538 * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
1539 first choice to `auth-source-search' so it will be used for entry
1540 creation instead of the server's Gnus-specific name.
1541 (nnimap-credentials): Rely on the auth-source library to select which
1542 port is actually wanted in the new netrc entry, so don't override
1543 `auth-source-creation-defaults'.
1545 * auth-source.el (auth-source-netrc-parse): Use :port instead of
1546 :protocol and accept a missing user, host, or port as a wildcard match.
1547 (auth-source-debug): Default to off.
1549 (auth-source-netrc-search, auth-source-netrc-create)
1550 (auth-source-secrets-search, auth-source-secrets-create)
1551 (auth-source-user-or-password, auth-source-backend, auth-sources)
1552 (auth-source-backend-parse-parameters, auth-source-search): Use :port
1553 instead of :protocol.
1555 * nnimap.el (nnimap-credentials): Pass a port default to
1556 `auth-source-search' in case an entry needs to be created.
1557 (nnimap-open-connection-1): Use :port instead of :protocol.
1559 2011-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
1561 * auth-source.el (auth-source-secrets-search): Use mm-delete-duplicates
1562 instead of delete-dups that is not available in XEmacs 21.4.
1564 2011-02-16 Lars Ingebrigtsen <larsi@gnus.org>
1566 * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
1567 nil means that nnimap doesn't get updated.
1569 2011-02-16 Teodor Zlatanov <tzz@lifelogs.com>
1571 * auth-source.el (auth-source-netrc-create): Return a synthetic search
1572 result when the user doesn't want to write to the file.
1573 (auth-source-netrc-search): Expect a synthetic result and proceed
1575 (auth-source-cache-expiry): New variable to override
1576 `password-cache-expiry'.
1577 (auth-source-remember): Use it.
1579 * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
1580 parameter. Create entry if necessary by using :create t.
1581 (nnimap-open-connection-1): Don't pass `inhibit-create'.
1583 2011-02-15 Teodor Zlatanov <tzz@lifelogs.com>
1585 * auth-source.el (auth-source-debug): Enable by default and don't
1586 mention the obsolete `auth-source-hide-passwords'.
1587 (auth-source-do-warn): New function to debug unconditionally.
1588 (auth-source-do-debug): Use it.
1589 (auth-source-backend-parse): Use it for invalid `auth-sources' entries
1590 and for Secrets API entries when the secrets.el library is not
1593 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
1595 * gnus-sum.el (gnus-propagate-marks): Default to nil.
1596 (gnus-summary-exit): Kill the correct article buffer on exit from a
1599 * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
1600 gnus-propagate-marks.
1602 * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
1603 before killing the buffers so that a non-full window conf gets handled
1605 (gnus-summary-exit): Ditto.
1606 (gnus-summary-read-group-1): Ditto.
1608 * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
1609 async code again so that we can debug it properly.
1611 * message.el (message-reply): Take an optional switch-buffer parameter
1612 so that Gnus window confs are respected better.
1614 2011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
1616 * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
1617 `plist-get' to accept non-list parameters (XEmacs issue).
1619 (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
1620 `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
1621 (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
1622 Login collection is "Login" and not "login".
1624 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
1626 * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
1629 * nnimap.el (nnimap-inhibit-logging): New variable.
1630 (nnimap-log-command): Don't log login commands.
1632 * auth-source.el (auth-source-netrc-search): The asserts seem to want
1633 to have more parameters.
1635 * nnimap.el (nnimap-send-command): Mark the command time for each
1636 command, so that we don't get NOOPs stepping on our toes.
1638 * gnus-art.el (article-date-ut): Get the date from the Date header on
1641 2011-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
1643 * auth-source.el (auth-source-search): Use copy-sequence instead of
1644 the cl.el copy-list.
1646 2011-02-13 Adam Sjøgren <asjo@koldfront.dk>
1648 * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
1651 2011-02-13 Lars Ingebrigtsen <larsi@gnus.org>
1653 * gnus-art.el (gnus-article-mode-line-format): Remove the article
1654 washing status from the default format. It isn't very informative.
1656 2011-02-13 Tassilo Horn <tassilo@member.fsf.org> (tiny change)
1658 * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
1659 Fix Gcc processing on imap.
1661 2011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
1663 * message.el (message-bury): Don't pop up a new window when selected
1664 window is dedicated.
1666 2011-02-10 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
1668 * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
1670 2011-02-10 Teodor Zlatanov <tzz@lifelogs.com>
1672 * sieve-manage.el: Autoload `auth-source-search'.
1673 (sieve-sasl-auth): Use it.
1675 2011-02-09 Teodor Zlatanov <tzz@lifelogs.com>
1677 * nnimap.el: Autoload `auth-source-forget+'.
1678 (nnimap-open-connection-1): Use it if the connection fails.
1680 * auth-source.el: Require `password-cache'.
1681 (auth-source-hide-passwords, auth-source-cache): Remove and mark
1683 (auth-source-magic): Marker for `password-cache' keys.
1684 (auth-source-do-cache): Update docstring.
1685 (auth-source-search): Use and check cache.
1686 (auth-source-forget-all-cached, auth-source-remember)
1687 (auth-source-recall, auth-source-forget, auth-source-forget+)
1688 (auth-source-specmatchp): Caching support functions.
1689 (auth-source-forget-user-or-password, auth-source-forget-all-cached):
1690 Remove and obsolete.
1691 (auth-source-user-or-password): Remove caching to further discourage
1692 using it. Always hide passwords.
1694 2011-02-09 Lars Ingebrigtsen <larsi@gnus.org>
1696 * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
1697 code for now, since it doesn't work for all users.
1699 2011-02-09 Julien Danjou <julien@danjou.info>
1701 * message.el (message-options): Make message-options really buffer
1704 2011-02-08 Teodor Zlatanov <tzz@lifelogs.com>
1706 * mail-source.el: Autoload `auth-source-search'.
1707 (mail-source-keyword-map): Note order matters.
1708 (mail-source-set-1): Get all the mail-source source values and
1709 defaults and search auth-source on those if needed. This can all
1710 probably be simplified.
1712 * nnimap.el: Autoload `auth-source-search'.
1713 (nnimap-credentials): Use it.
1714 (nnimap-open-connection-1): Ask for the virtual server and physical
1715 address in one shot.
1717 * nntp.el: Autoload `auth-source-search'.
1718 (nntp-send-authinfo): Use it. Note TODO.
1720 2011-02-08 Julien Danjou <julien@danjou.info>
1722 * shr.el (shr-tag-body): Add support for text attribute in body
1725 * message.el (message-options): Make message-options a local variable.
1727 2011-02-07 Teodor Zlatanov <tzz@lifelogs.com>
1729 * auth-source.el (auth-source-secrets-search)
1730 (auth-source-user-or-password): Use `append' instead of `nconc'.
1731 (auth-source-user-or-password): Build return list better and protect
1732 against nil :secret.
1734 2011-02-07 Lars Ingebrigtsen <larsi@gnus.org>
1736 * nnimap.el (nnimap-update-info): Refactor slightly.
1737 (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
1738 (nnimap-update-info): Clean up slightly.
1739 (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
1741 (nnimap-process-quirk): Rename function to avoid collision.
1742 (nnimap-update-info): Fix macrology bug-out.
1743 (nnimap-update-info): Simplify split history test.
1745 2011-02-06 Michael Albinus <michael.albinus@gmx.de>
1747 * auth-source.el (top): Require 'eieio unconditionally.
1748 Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
1749 (auth-source-secrets-search): Limit search when `max' is greater than
1752 2011-02-06 Lars Ingebrigtsen <larsi@gnus.org>
1754 * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
1755 part not returning any data.
1757 * proto-stream.el (open-protocol-stream): Document the return value.
1759 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
1761 * auth-source.el (auth-source-secrets-search): Add examples.
1763 2011-02-06 Julien Danjou <julien@danjou.info>
1765 * message.el (message-setup-1): Handle message-generate-headers-first
1768 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
1770 * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
1771 API with a string "secrets:collection-name" and with 'default.
1772 (auth-source-backend-parse): Parse "secrets:collection-name" and
1773 'default. Recurse on parses instead of repeating code. Use the
1774 Secrets API is the source is not nil and 'ignore otherwise. Emit a
1775 message when ignoring a source.
1776 (auth-source-search): List ignored search keys at the top level.
1777 (auth-source-netrc-create): Use `case' instead of `cond'.
1778 (auth-source-secrets-search): Created with TODOs.
1779 (auth-source-secrets-create): Created with TODOs.
1780 (auth-source-retrieve, auth-source-create, auth-source-delete)
1781 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
1782 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1783 (auth-source-user-or-password-sftp)
1784 (auth-source-user-or-password-smtp): Remove.
1785 (auth-source-user-or-password): Deprecated and modified to be a wrapper
1786 around `auth-source-search'. Not tested thoroughly.
1788 2011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
1790 * auth-source.el: Bring in assoc and eioeio libraries.
1791 (secrets-enabled): New variable to track the status of the Secrets API.
1792 (auth-source-backend): New EIOEIO class to represent a backend.
1793 (auth-source-creation-defaults): New variable to set prompt defaults
1794 during token creation (see the `auth-source-search' docstring for
1796 (auth-sources): Simplify to allow a simple string as a netrc backend
1798 (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
1799 (auth-source-backend-parse-parameters): Fill in the backend parameters.
1800 (auth-source-search): Main auth-source API entry point.
1801 (auth-source-delete): Wrapper around `auth-source-search' for deletion.
1802 (auth-source-search-collection): Helper function for searching.
1803 (auth-source-netrc-parse, auth-source-netrc-normalize)
1804 (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
1805 Supports search, create, and delete.
1806 (auth-source-secrets-search, auth-source-secrets-create): Secrets API
1808 (auth-source-user-or-password): Call `auth-source-search' but it's not
1811 2011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
1813 * message.el (message-setup-1): Remove the read-only stuff, since it
1814 doesn't work under XEmacs, for some reason.
1816 * gnus-sum.el (gnus-user-date): Rename back from
1817 gnus-summary-user-date since user code refers to it.
1819 * shr.el (shr-render-td): Store the actual background colour used.
1821 * message.el (message-setup-1): Don't bind the constant
1822 -forbidden-properties.
1823 (message-setup-1): Revert previous change, since it needs to bind the
1824 props to insert them.
1825 (message-resend): Allow removing the read-only separator line.
1827 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
1829 * nnimap.el (nnimap-request-accept-article): Give an error message if
1830 the APPEND wasn't successful.
1832 2011-02-03 Adam Sjøgren <asjo@koldfront.dk>
1834 * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
1835 that have no groups.
1837 2011-02-03 Julien Danjou <julien@danjou.info>
1839 * gnus-draft.el: Remove progn around gnus-draft-setup.
1841 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
1843 * gnus-start.el (gnus-read-active-for-groups): This function is never
1844 called with a nil `infos', so clean that up.
1845 (gnus-get-unread-articles): Request active files from primary/secondary
1846 methods that have no groups (yet).
1848 2011-02-03 Julien Danjou <julien@danjou.info>
1850 * message.el (message-setup-1): Always generate References first.
1851 (message-mail): Return the return value of message-setup, not always t.
1852 (message-setup-1): Insert mail-header-separator with read-only and
1853 intangible properties set.
1855 * gnus.el (gnus-summary-line-format): Add missing semi-colon for
1856 user-date in docstring.
1858 * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
1860 * gnus.el (gnus-summary-line-format): Mention &user-date format in
1863 * gnus.el (gnus-user-date-format-alist): Change default value. Use
1864 defcustom, with type and group. Move from gnus-util.el. Rename to
1865 gnus-summary-user-date-format-alist.
1867 2011-02-03 Glenn Morris <rgm@gnu.org>
1869 * nnimap.el (gnus-fetch-headers): Declare.
1871 * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
1873 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
1875 * message.el (message-forward-make-body-digest-plain)
1876 (message-followup, message-reply): Clean up things noted by Stefan.
1878 * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
1879 gnus-article-update-date-headers is nil.
1880 (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
1881 it didn't really work with defcustom.
1882 (article-update-date-lapsed): Make sure the window start doesn't move,
1885 2011-02-01 Julien Danjou <julien@danjou.info>
1887 * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
1890 * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
1891 standard in Emacs nowadays.
1893 2011-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1895 * message.el (message-expand-name): Don't trust the return value of
1897 (message-check-news-header-syntax): Remove unused var `start'.
1898 (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
1899 (message-inhibit-body-encoding): Move to before first use.
1900 (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
1901 (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
1902 (Organization, Message-ID, Date, mh-previous-window-config):
1903 Defvar the vars using dynamic scoping.
1905 2011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
1907 * shr.el (shr-render-td): Only do colours at the final rendering.
1908 Should be slightly faster.
1909 (shr-insert-table): Fix up TD background colours when doing the
1912 * gnus-art.el (article-date-ut): Protect against articles with no Date
1914 (article-update-date-lapsed): Don't use current-column to find the
1915 horizontal position. It's fragile in the presence of \003 characters.
1917 * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
1919 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
1921 * gnus-art.el (article-transform-date): Rewrite to still work when
1922 there are several rfc2822 parts.
1923 (article-transform-date): Fix infinite recursion.
1924 (article-date-ut): Replace infinitely many Date headers with a single
1925 one when called interactively.
1927 * nnimap.el (nnimap-wait-for-response): Wait for results in a more
1930 * gnus-art.el (article-update-date-lapsed): Try to avoid having point
1931 move around by not using save-window-excursion. It seems to work...
1933 2011-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
1935 * gnus-art.el (article-make-date-line): Work for user-defined format.
1937 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
1939 * nntp.el (nntp-retrieve-group-data-early)
1940 (nntp-finish-retrieve-group-infos): Implement the asynchronous data
1943 * gnus-start.el (gnus-read-active-for-groups): Read the active files
1944 thoroughly for all backends that have no known groups. This should
1945 allow new nnml methods to retrieve mail.
1947 * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
1948 that Gnus doesn't know exists again.
1950 * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
1951 (gnus-treat-date-ut): Ditto.
1952 (gnus-article-update-date-header): Rename.
1953 (gnus-treat-date-local): Remove.
1954 (gnus-treat-date-english): Remove.
1955 (gnus-treat-date-lapsed): Remove.
1956 (gnus-treat-date-combined-lapsed): Remove.
1957 (gnus-treat-date-original): Remove.
1958 (gnus-treat-date-iso8601): Remove.
1959 (gnus-treat-date-user-defined): Remove.
1960 (gnus-article-date-headers): New variable to control all the date
1962 (article-date-ut): Rewrite to allow using the new way to format date
1965 2011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
1967 * nnmail.el (nnmail-article-group): Check for a direct fancy split
1969 (nnmail-article-group): A better test for fanciness.
1971 * nnimap.el (nnimap-request-head): Protect against not finding the
1972 article by Message-ID.
1974 2011-01-29 Lars Ingebrigtsen <larsi@gnus.org>
1976 * gnus-art.el (article-update-date-lapsed): Try a better way to really
1977 keep point at the "same place".
1979 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
1981 * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
1982 data if the group is unactivated.
1984 2011-01-28 Julien Danjou <julien@danjou.info>
1986 * gnus-win.el: Remove dead function gnus-window-configuration-element.
1987 (gnus-all-windows-visible-p): Remove old compatibility code.
1988 (gnus-window-top-edge): Add docstring.
1990 * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
1992 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
1994 * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
1995 older request-update-info.
1997 * gnus-art.el (article-make-date-line): Limit the length a bit more.
1999 2011-01-28 Daiki Ueno <ueno@unixuser.org>
2001 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
2002 Give mml2015-signers higher precedence over mml2015-sign-with-sender.
2004 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
2006 * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
2007 groups. This makes the nndraft:queue group pop up if it's not already
2010 * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
2011 messages" logic, which was reversed.
2013 * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
2014 the "same place" even if point is on the line being replaced.
2015 (article-update-date-lapsed): Allow updating both the combined lapsed
2016 and the lapsed headers.
2017 (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
2018 (article-make-date-line): Limit the number of segments dynamically to
2019 avoid too-long lines.
2021 2011-01-27 Julien Danjou <julien@danjou.info>
2023 * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
2024 (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
2026 2011-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
2028 * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
2029 Use plist-get instead of the cl function getf.
2031 2011-01-27 Glenn Morris <rgm@gnu.org>
2033 * gnus-util.el (float-time): Get rid of compiler warning, again.
2035 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
2037 * shr.el (shr-put-color): Special-case background colours: Do put them
2038 at the blank parts at the front of the lines.
2040 * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
2041 exit hook to nix out all data on readedness on group exit.
2043 * gnus-util.el (float-time): If float-time is bound, always use it on
2044 all Emacsen. It's unclear why the subrp check was there.
2045 (time-date): Require to make some autoload issues on XEmacs go away.
2047 * shr.el (shr-put-color): Don't do the box padding in tables, since
2048 they're already padded.
2050 2011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
2052 * gnus-art.el (gnus-article-next-page): When the last line of the
2053 article is displayed, scroll down once more instead of going to the
2054 next article at once.
2055 (article-lapsed-string): Refactor out and allow specifying how many
2057 (gnus-article-setup-buffer): Start updating the lapsed header directly.
2058 (gnus-article-update-lapsed-header): New variable.
2060 * shr.el: Revert change that made headings use different-sized faces.
2061 The Emacs display engine isn't advanced enough that, for instance,
2062 tables can comfortably use differently-sized faces.
2064 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
2066 * nnimap.el (nnimap-open-connection-1): Store the actual stream type
2068 (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
2069 fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
2070 we're using an encrypted connection.
2072 * proto-stream.el: Alter the interface functions to also return the
2073 actual stream type used: network or tls.
2075 2011-01-25 Julien Danjou <julien@danjou.info>
2077 * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
2078 (mm-display-javascript-inline): New function.
2080 * mm-decode.el (mm-inline-media-tests): Add application/javascript
2083 2011-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
2085 * shr.el (shr-expand-newlines): Fix variable name.
2087 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
2089 * shr.el (shr-expand-newlines): Make nested boxes work.
2091 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
2093 * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
2095 (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
2096 in a more sensible manner.
2098 2011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
2100 * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
2103 2011-01-24 Julien Danjou <julien@danjou.info>
2105 * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
2108 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
2110 * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
2113 * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
2114 in the article buffer.
2115 (gnus-gravatar-insert): Use blank space from the current buffer to
2116 avoid breaking text properties. This makes X-Sent updating work again.
2118 * gravatar.el (gravatar-retrieve): Be silent when retrieving.
2120 2011-01-23 Lars Ingebrigtsen <larsi@gnus.org>
2122 * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
2123 fix the bug in url-http.el instead.
2125 * shr.el (shr-image-fetched): Ditto.
2127 * shr.el (shr-image-fetched): Avoid having point move in the article
2130 * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
2131 buffer after being called. It's apparently being killed by url.el, and
2132 killing it made point move to end-of-buffer in a random buffer.
2134 * shr.el (shr-image-fetched): Ditto.
2136 2011-01-23 Julien Danjou <julien@danjou.info>
2138 * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
2140 * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
2143 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
2145 * gnus-sum.el (gnus-summary-move-article): Protect against backends
2146 (i.e., nnimap) returning nil as the article number.
2148 2011-01-22 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
2150 * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
2151 "DelSp" parameter in RFC3676.
2153 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
2155 * message.el (message-check-recipients): Display the encoded version of
2156 the bogus address if they differ.
2158 * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
2161 * gnus-agent.el (gnus-agent-send-mail): Ditto.
2163 * gnus-group.el (gnus-group-refresh-group): New convenience function.
2165 * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
2166 group buffer after sending the queue.
2168 * gnus-agent.el (gnus-agent-send-mail): Ditto.
2170 2011-01-22 Julien Danjou <julien@danjou.info>
2172 * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
2174 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
2176 * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
2177 nested related parts.
2179 * nnfolder.el (nnfolder-request-expire-articles): Return the list of
2180 unexpired articles. This fixes the regression that led expiry marks to
2181 disappear from nnfolder groups.
2183 2011-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
2185 * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
2186 Don't confuse the "ret" of "retrograde" with RET.
2188 2011-01-21 Julien Danjou <julien@danjou.info>
2190 * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
2191 than mm-insert-inline.
2193 2011-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
2195 * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
2196 Widen article buffer.
2198 2011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
2200 * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
2202 * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
2204 2011-01-20 Julien Danjou <julien@danjou.info>
2206 * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
2208 * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
2209 than mm-insert-inline to insert inline part: this respect
2210 mm-inline-media-tests displayers.
2212 * mm-view.el (mm-display-shell-script-inline): New function.
2214 * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
2216 * mm-uu.el (mm-uu-type-alist): Add org block.
2217 (mm-uu-org-src-code-block-extract): New function.
2219 * mm-view.el (mm-display-org-inline): New function.
2221 * mm-decode.el (mm-automatic-display): Add text/org.
2223 * mailcap.el (mailcap-mime-extensions): Add .org.
2225 2011-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
2227 * gnus-art.el (gnus-article-highlight): Remove argument passed to
2228 gnus-article-add-buttons.
2230 2011-01-19 Tom Rauchenwald <sehnsucht.nach.unendlichkeit@quantentunnel.de> (tiny change)
2232 * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
2233 From header with a date and "nobody" as the sender.
2235 2011-01-19 Julien Danjou <julien@danjou.info>
2237 * gnus-art.el (gnus-article-add-buttons): Simplify condition.
2238 (gnus-button-push): Remove gnus-button-entry function, it fails heavily
2239 if you have the same regexp several times.
2240 (gnus-button-push): Fix matching when regexp is symbol.
2242 2011-01-15 Glenn Morris <rgm@gnu.org>
2244 * message.el (message-mail): A compose-mail function should
2245 accept headers as strings.
2247 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
2249 * message.el (message-tool-bar-gnome): Tweak tool-bar items.
2250 Add :vert-only tags.
2251 (message-mail): New arg RETURN-ACTION.
2252 (message-return-action): New var.
2253 (message-bury): Use it.
2254 (message-mode): Make it buffer-local.
2255 (message-send-and-exit): Always call message-bury.
2257 * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION. Pass it to
2260 2011-01-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2262 * nnimap.el (nnimap-convert-partial-article): Protect against
2263 zero-length body parts.
2265 * mm-decode.el (mm-preferred-alternative-precedence):
2266 Discourage showing empty parts.
2268 * gnus-int.el (gnus-request-accept-article): Don't try to update marks
2269 and stuff if the backend didn't return the article number. This fixes
2270 an Exchange-related nnimap bug.
2272 * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
2273 group window, because it does the wrong thing when a separate frame
2274 displays the group buffer.
2276 * proto-stream.el (open-protocol-stream): Protect against the low-level
2277 transport functions returning nil.
2279 2011-01-07 Daiki Ueno <ueno@unixuser.org>
2281 * mml2015.el (epg-sub-key-fingerprint): Autoload.
2282 (mml2015-epg-find-usable-secret-key): New function.
2283 (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
2284 mml2015-epg-find-usable-key (Bug#7797).
2285 (mml2015-epg-encrypt): Ditto.
2287 2011-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2289 * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
2291 2011-01-03 Glenn Morris <rgm@gnu.org>
2293 * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
2295 * sieve.el (sieve-open-server): Give a more explicit error if
2296 sieve-manage-open returns nil. (Bug#7720)
2298 2011-01-02 Karl Fogel <kfogel@red-bean.com>
2300 * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
2302 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2304 * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
2305 This avoids sending passwords in plain text over non-encrypted
2308 * shr.el (shr-rescale-image): Display all GIF images as animated images.
2310 * nnimap.el (nnimap-login): Refactored out into own function, and
2312 (nnimap-wait-for-line): Refactored out.
2314 * mm-view.el (mml-smime): Require.
2316 2010-12-20 David Engster <deng@eml.cc>
2318 * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
2319 use EPG to decrypt S/MIME messages instead of openssl.
2321 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2323 * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
2325 * gnus-group.el (gnus-group-kill-group): Don't try to update the group
2326 status is the group clearly is unreachable.
2328 * auth-source.el (auth-source-create): Add the optional second
2329 parameter to `local-variable-p' to be compatible with XEmacs.
2331 2011-01-02 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
2333 * nnml.el (nnml-request-article): Allow requesting by Message-ID to
2334 work when using a compressed nnml folder.
2336 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2338 * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
2339 backends after sanitising on entry, because this never makes sense:
2340 If the articles have gone missing, then the data no longer exists on
2341 the backend, and if they haven't, then Gnus is wrong, and shouldn't
2342 overwrite anything anyway.
2344 * shr.el (shr-insert-document): Bind shr-width dynamically to
2345 window-width if it's nil.
2347 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2349 * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
2350 with the meaning of using the full emacs window width for rendering.
2352 2010-12-27 Daiki Ueno <ueno@unixuser.org>
2354 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
2355 case when sender is not given.
2357 2010-12-23 Julien Danjou <julien@danjou.info>
2359 * gnus-gravatar.el (gnus-gravatar-transform-address): Set
2360 `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
2361 the addresses, otherwise we might misplaced the gravatar.
2363 2010-12-21 Daiki Ueno <ueno@unixuser.org>
2365 * mml1991.el (pgg-sign-region, pgg-encrypt-region):
2366 * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
2369 2010-12-20 Julien Danjou <julien@danjou.info>
2371 * gnus-util.el (gnus-rescale-image): Revert last change.
2373 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
2375 * gnus-group.el (gnus-group-delete-articles): New command.
2377 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
2379 * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
2381 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
2383 * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
2384 here, since it's up to the backends to do CRLF removal if their
2387 * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
2389 2010-12-17 Julien Danjou <julien@danjou.info>
2391 * gnus-util.el (gnus-rescale-image): Allow to resize images even if
2392 they are from file. Can also scale up.
2394 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
2396 * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
2398 (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
2400 * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
2402 2010-12-17 Julien Danjou <julien@danjou.info>
2404 * gravatar.el (gravatar-retrieve-synchronously): New function.
2405 (gravatar-get-data): Make more robust.
2407 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2409 * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
2410 to really consider the last line.
2412 2010-12-16 Daiki Ueno <ueno@unixuser.org>
2414 * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
2415 list of recipient keys, or use symmetric encryption if not a list.
2416 (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
2417 EPA override, replacing the call to `netrc-store-data'.
2419 2010-12-16 Dan Davison <dandavison7@gmail.com> (tiny change)
2421 * gnus-srvr.el: Avoid passing nil regexp argument to
2422 delete-matching-lines.
2424 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2426 * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
2427 fetching stops when Gnus exits.
2429 * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
2431 (nnfolder-request-expire-articles): Save all the buffers after doing
2434 * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
2435 the last article", since that led to serious performance regressions
2436 when expiring nnml groups.
2438 2010-12-16 Andrew Cohen <cohen@andy.bu.edu>
2440 * nnir.el: Improve customizations.
2442 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2444 * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
2446 * gnus-group.el (gnus-group-kill-group): Notify the backend that the
2447 group has been killed.
2448 (gnus-group-yank-group): Ditto.
2450 * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
2452 * nnimap.el (nnimap-request-update-group-status): New function.
2454 * gnus-int.el (gnus-request-update-group-status): New interface
2457 * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
2458 copying read-ness to the backends.
2460 * nnimap.el (nnimap-quirk): New function.
2461 (nnimap-retrieve-group-data-early): Use it.
2462 (nnimap-quirks): New alist.
2464 2010-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
2466 * shr.el (shr-insert): Set shr-start after deleting trailing space;
2467 don't delete it within indentation.
2469 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2471 * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
2474 2010-12-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2476 * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
2477 QRESYNC command by deleting a superfluous space which broke Cyrus
2478 servers. This change will break other servers that are buggy the other
2481 2010-12-14 Teodor Zlatanov <tzz@lifelogs.com>
2483 * spam.el: Reindent and fix long lines.
2484 (spam-copy-or-move-routine): Exclude invalid move destinations.
2486 2010-12-14 Andrew Cohen <cohen@andy.bu.edu>
2488 * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
2489 installed the registry.
2491 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
2493 * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
2494 groupname doesn't contain "gmane".
2496 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2498 * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
2499 (gnus-1): Don't create the nndrafts group twice.
2500 (gnus-setup-news): There's no need to read the active file here, since
2501 that's done again later on a per-backend basis.
2502 (gnus-start-draft-setup): Make sure that the new group is started out
2505 * gnus-agent.el (gnus-agentize): Don't create the queue group
2506 automatically on startup. It'll be created later, if needed.
2508 * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
2509 of automatically subscribed groups.
2510 (gnus-auto-subscribed-categories): New variable.
2511 (gnus-matches-options-n): Use it.
2512 (gnus-default-subscribed-newsgroups): Remove unused variable.
2513 (gnus-start-draft-setup): Message a bit less.
2515 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
2517 * nnir.el (nnir-run-imap): Return article list in order of increasing
2520 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2522 * gnus-sum.el (gnus-summary-enter-digest-group):
2523 Mention gnus-auto-select-on-ephemeral-exit.
2525 * proto-stream.el (proto-stream-open-network-only): Fix the calling
2526 convention of the network-only option.
2528 2010-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2530 * proto-stream.el (proto-stream-open-network-only): New function to
2531 have a way to specify non-STARTTLS upgrade connections.
2533 2010-12-10 Julien Danjou <julien@danjou.info>
2535 * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
2536 email address is nil.
2538 * message.el (message-bogus-recipient-p): Set address to "" if nil.
2540 2010-12-10 Andrew Cohen <cohen@andy.bu.edu>
2542 * nnir.el (nnir-request-expire-articles): Ignore expiry except for
2544 (nnir-run-imap): Only need to parse list once.
2546 2010-12-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2548 * shr.el (shr-tag-script): Ignore <script>.
2549 (shr-tag-label): Add <label> support.
2551 2010-12-09 Katsumi Yamaoka <yamaoka@jpl.org>
2553 * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
2555 * shr.el (shr-image-displayer): Work for images lined side by side.
2557 2010-12-08 Robert Pluim <rpluim@gmail.com>
2559 * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
2560 parameter, since XEmacs doesn't accept t as a parameter.
2562 2010-12-08 Andrew Cohen <cohen@andy.bu.edu>
2564 * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
2566 (nnir-run-gmane): Simplify groupspec formatting.
2567 (nnir-request-expire-articles): New function.
2569 2010-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2571 * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
2574 * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
2575 (shr-render-td): Handle td style="" better.
2576 (shr-tag-table): Use the color from the style sheet.
2577 (shr-render-td): Make sure we copy over all the overlays, too.
2579 2010-12-07 Andrew Cohen <cohen@andy.bu.edu>
2581 * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
2582 (nnir-request-article): Improve article retrieval.
2584 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
2586 * mm-util.el (mm-extra-numeric-entities): New variable.
2588 * mm-url.el (mm-url-decode-entities):
2589 * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
2591 2010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2593 * message.el: Use completion-at-point.
2594 (message-completion-function): New fun, extracted from message-tab.
2595 (message-mode): Use it for completion-at-point-functions.
2596 (message-tab): Use it and completion-at-point.
2598 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
2600 * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
2601 character if a non-breakable character follows.
2603 2010-12-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2605 * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
2608 * shr.el (shr-tag-font): Colorize the region.
2609 (shr-tag-body): Ditto.
2610 (shr-tag-font): Actually let the styles be inherited instead of
2612 (shr-tag-font): Get the background color right.
2613 (shr-tag-style): Ignore all <style> tags for the moment.
2615 * gnus-int.el (gnus-request-thread): Rework to take a header instead of
2616 a Message-ID to avoid having nnimap depend on gnus-sum.
2618 * shr.el (shr-descend): Only colorize something if we have a node that
2621 2010-12-06 Julien Danjou <julien@danjou.info>
2623 * shr.el (shr-render-td): Render td content with shr-descend, so style
2624 will be applied to <td> too.
2625 (shr-colorize-region): Colorize region even if we only have a background.
2626 (shr-tag-body): Fix color and background color inheritance.
2627 Do not recolorize after shr-generic.
2628 (shr-tag-font): Let shr-generic colorize via inheritance.
2630 2010-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
2632 * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
2634 2010-12-06 Andrew Cohen <cohen@andy.bu.edu>
2636 * nnir.el (nnir-request-move-article): Remove obsolete code.
2638 2010-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
2640 * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
2642 2010-12-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2644 * gnus-sum.el (gnus-summary-respool-article): The completion function
2645 expects a list instead of an alist.
2647 * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
2648 string as the parameter.
2650 * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
2652 * shr.el (shr-stylesheet): New dynamic variable for cascading the
2654 (shr-colorize-region): New function.
2655 (shr-insert-background-overlay): Remove.
2656 (shr-render-td): Background setting should be taken care of on a higher
2658 (shr-tag-body): Use post-hoc colorizations.
2659 (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
2660 (shr-put-color-1): Don't overwrite old colors.
2661 (shr-colorize-region): When the background color isn't explicit, use
2664 * gnus-util.el (gnus-output-to-mail): Require nnmail before using
2667 2010-12-05 Bjørn Mork <bjorn@mork.no>
2669 * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
2672 2010-12-05 Andrew Cohen <cohen@andy.bu.edu>
2674 * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
2677 2010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2679 * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
2682 * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
2683 C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
2685 * shr.el (shr-urlify): Show the URL before the title to avoid
2688 2010-12-04 Adam Sjøgren <asjo@koldfront.dk>
2690 * shr.el (shr-urlify): Display the title in <a> tags.
2692 2010-12-04 Andrew Cohen <cohen@andy.bu.edu>
2694 * nnir.el (nnir-categorize): Replace mapcar with mapc.
2696 2010-12-03 Andrew Cohen <cohen@andy.bu.edu>
2698 * nnir.el: Rearrange code to allow macros to be autoloaded by
2700 (nnir-retrieve-headers-override-function): Make this variable
2702 (nnir-retrieve-headers): Remove obsolete subject-mangling code.
2704 * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
2707 2010-12-03 Julien Danjou <julien@danjou.info>
2709 * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
2711 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
2713 * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
2714 allow optional argument `environment'.
2716 2010-12-03 Glenn Morris <rgm@gnu.org>
2718 * mm-extern.el (message-goto-body): Update declaration.
2720 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
2722 * gnus-util.el (gnus-macroexpand-all): New function.
2724 * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
2725 instead of macroexpand-all that is unavailable in XEmacs.
2727 2010-12-02 Andrew Cohen <cohen@andy.bu.edu>
2729 * nnir.el (nnir-summary-line-format): New variable.
2730 (nnir-mode): Use it.
2731 (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
2732 (nnir-article-ids): Reimplement as defsubst.
2733 (nnir-retrieve-headers): Don't mangle the subject header.
2734 (nnir-run-imap): Use 100 as RSV score.
2735 (nnir-run-find-grep): Fix for full server searching.
2736 (nnir-run-gmane): Better restriction to gmane groups.
2738 * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
2741 2010-12-02 Julien Danjou <julien@danjou.info>
2743 * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
2745 * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
2747 * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
2750 2010-12-01 Andrew Cohen <cohen@andy.bu.edu>
2752 * nnir.el: Update to handle the registry better.
2753 (autoload): Silence byte-compiler.
2754 (nnir-open-server): Add a hook for nnir groups.
2755 (nnir-request-move-article): Don't mangle the header. Better to use
2756 formating variables (which will be added in the future).
2757 (nnir-registry-action): Update the registry using the original article
2759 (nnir-mode): Install nnir-specific hooks for updating the registry.
2762 (gnus-article-original-subject,gnus-newsgroup-original-name):
2763 Remove obsolete variables.
2764 (gnus-summary-move-article): Remove use of obsolete variables.
2765 (gnus-summary-local-variables): Make move and delete hooks local to
2768 2010-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2770 * rtree.el: New file.
2772 2010-12-01 Julien Danjou <julien@danjou.info>
2774 * message.el (message-user-organization): Do not use
2775 gnus-local-organization.
2777 * gnus.el: Remove gnus-local-organization.
2779 * gnus-msg.el: Remove nastygram thing.
2781 2010-12-01 Teodor Zlatanov <tzz@lifelogs.com>
2783 * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
2786 2010-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
2788 * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
2791 * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
2794 * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
2795 to t of inhibit-read-only since it is inside gnus-with-article-headers.
2796 Suggested by Štěpán Němec <stepnem@gmail.com>.
2797 (gnus-gravatar-transform-address): Use mail-extract-address-components
2798 that supports non-ASCII names rather than mail-header-parse-addresses.
2800 2010-11-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2802 * proto-stream.el (open-protocol-stream): All starttls connections are
2803 handled by the network handler.
2805 2010-11-30 Julien Danjou <julien@danjou.info>
2807 * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
2808 (nnimap-open-connection-1): Fix PREAUTH.
2810 * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
2812 2010-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
2814 * shr.el (shr-char-breakable-p, shr-char-nospace-p)
2815 (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
2816 (shr-insert): Use them.
2817 (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
2819 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
2821 * nnir.el (nnir-request-move-article): Bail out if original group
2822 doesn't support article moves.
2823 (nnir-get-active): Improve active list retrieval.
2825 2010-11-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2827 * shr.el (shr-find-fill-point): Don't break before apostrophes.
2829 2010-11-29 Binjo <binjo.cn@gmail.com> (tiny change)
2831 * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
2832 seem to accept strings-with-numbers as port numbers,
2834 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
2836 * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
2837 change the registry.
2839 2010-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
2841 * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
2842 delete-dups that is not available in XEmacs 21.4.
2844 * mm-util.el (mm-delete-duplicates): Add comment.
2846 2010-11-28 Andrew Cohen <cohen@andy.bu.edu>
2848 * nnir.el (nnir-ignored-newsgroups): New variable.
2849 (nnir-get-active): Use it.
2851 2010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
2853 * proto-stream.el (proto-stream-open-network): Add some comments.
2855 * nntp.el (nntp-open-connection): Provide a :success condition.
2857 * nnimap.el (nnimap-open-connection-1): Ditto.
2859 * proto-stream.el (proto-stream-open-network): See what the response to
2860 the STARTTLS command is.
2862 * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
2863 backwards compatibility).
2864 (nnimap-open-connection-1): Really respect nnimap-server-port.
2866 * proto-stream.el (proto-stream-open-network): When doing opportunistic
2867 TLS upgrades we don't really care about the identity of the peer.
2868 (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
2869 that what we've checked for.
2870 (proto-stream-always-use-starttls): Only default to t if
2871 open-gnutls-stream exists.
2872 (proto-stream-open-network): If STARTTLS failed, then just open a
2874 (proto-stream-open-network): Wait until the greeting before doing
2877 * nntp.el (nntp-open-connection): Report what the connection error is.
2879 * proto-stream.el (open-protocol-stream): Rename from
2882 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2884 * nnimap.el (nnimap-stream): Change default to `undecided'.
2885 (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
2886 first, and then network.
2887 (nnimap-open-connection-1): Respect nnimap-server-port.
2888 (nnimap-open-connection): Be more backwards-compatible.
2890 * proto-stream.el (proto-stream-always-use-starttls): New variable.
2891 (proto-stream-open-starttls): De-duplicate the starttls code.
2892 (proto-stream-open-starttls): Folded back into the main function.
2893 (proto-stream-open-network): Fix typo in the gnutls path.
2894 (proto-stream-command): Refactor out.
2896 * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
2898 * proto-stream.el (proto-stream-open-starttls): Actually implement the
2899 starttls.el STARTTLS.
2901 * color.el (color-lab->srgb): Fix function call name.
2903 * proto-stream.el (proto-stream-open-tls): Delete output from openssl
2904 if we're using tls.el.
2905 (proto-stream-open-network): If we don't have gnutls-cli or gnutls
2906 built in, then don't try to establish a STARTTLS connection.
2908 * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
2911 * proto-stream.el (open-proto-stream): Use network, not stream.
2912 (open-proto-stream): Add a way to specify what the end of a command is.
2914 * nntp.el (nntp-open-connection): Use proto-streams for the relevant
2916 (nntp-open-network-stream): Remove.
2917 (nntp-open-ssl-stream): Remove.
2918 (nntp-open-tls-stream): Remove.
2919 (nntp-ssl-program): Remove.
2921 * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
2923 2010-11-27 Andrew Cohen <cohen@andy.bu.edu>
2925 * nnir.el: Fix typos.
2926 (nnir-retrieve-headers-override-function): Rename variable to reflect
2928 (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
2930 (nnir-request-article, nnir-request-move-article): Use them.
2931 (nnir-categorize): New function.
2932 (nnir-run-query): Use it.
2933 (nnir-retrieve-headers): Rewrite to batch header retrieval.
2934 (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
2936 (nnir-group-full-name): Use gnus-group-full-name instead.
2937 (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
2938 (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
2940 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2942 * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
2944 * proto-stream.el: New library to provide protocol-specific
2945 TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
2947 (open-proto-stream): Complete the documentation.
2948 (proto-stream-open-network): Fix some typos.
2950 * nnimap.el (nnimap-open-connection): Use it.
2952 2010-11-27 Yuri Karaban <tech@askold.net> (tiny change)
2954 * pop3.el (pop3-open-server): Read server greeting before starting TLS
2957 2010-11-26 Julien Danjou <julien@danjou.info>
2959 * color.el: Rename various rgb functions to srgb.
2961 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2963 * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
2966 2010-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
2968 * shr.el (shr-insert): Revert last change.
2969 (shr-find-fill-point): Never leave point being at bol;
2970 relax the kinsoku limitation when rendering tables.
2972 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2974 * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
2975 results from -accept-article.
2977 * shr-color.el: Require cl when compiling.
2979 * nnheader.el (nnheader-update-marks-actions): Fix typo in last
2982 * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
2984 * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
2986 * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
2987 'add and 'delete to set backend marks.
2989 * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
2991 * nnheader.el (nnheader-update-marks-actions): Refactor out.
2993 * nntp.el (nntp-request-set-mark): Use it.
2995 * nnfolder.el (nnfolder-request-set-mark): Ditto.
2997 * nnml.el (nnml-request-set-mark): Ditto.
2999 * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
3000 introduces regressions in article selection.
3001 (nnimap-find-uid-response): New function.
3002 (nnimap-request-accept-article): Use the UID returned, if any.
3003 (nnimap-request-move-article): Use the UID returned, if any.
3004 (nnimap-get-groups): Reimplement to work with folded lines.
3005 (nnimap-find-uid-response): The UID is the last element in the list.
3006 (nnimap-request-set-mark): Extend syntax with 'set.
3008 * nnml.el (nnml-request-set-mark): Ditto.
3010 * nnfolder.el (nnfolder-request-set-mark): Ditto.
3012 * nntp.el (nntp-request-set-mark): Ditto.
3014 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
3016 * message.el (message-called-interactively-p): A temporary macro.
3017 (message-goto-body): Use it temporarily.
3019 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
3021 * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
3022 (nnimap-last-response-string): Unfold quoted lines, if they exist.
3023 (nnimap-last-response-string): Fix last unfolding fix.
3025 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
3027 * shr.el (shr-insert): Fix the way to fold lines.
3029 2010-11-25 Julien Danjou <julien@danjou.info>
3031 * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
3033 * color.el: Rename from color-lab.el
3034 (color-rgb->hex): Add.
3035 (color-complement): Add.
3036 (color-complement-hex): Add.
3038 * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
3040 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
3042 * shr-color.el (shr-color-visible): Don't bug out if the colour names
3045 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
3047 * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
3048 assuming that article displaying or another mml-preview may be
3049 interrupted for an error or for the like.
3051 * shr.el (shr-get-background): Fix argument name.
3053 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3055 * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
3057 * gnus-sum.el (gnus-summary-include-articles): New function.
3059 * message.el (message-goto-body): called-interactively-p needs a
3060 parameter, so use `any'.
3062 * nnimap.el (nnimap-request-move-article): It's no longer necessary to
3063 clear marks before moving, since they're synced from the Gnus side
3066 * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
3067 (gnus-summary-move-article): Copy over all marks before moving, so that
3068 IMAP doesn't think a new article has arrived.
3070 2010-11-24 Julien Danjou <julien@danjou.info>
3072 * shr.el (shr-insert-background-overlay): Fix typo.
3073 (shr-render-td): Copy the background before rendering.
3075 * shr-color.el (shr-color-visible): Fix docstring.
3077 * shr.el (shr-tag-table): Add bgcolor support.
3078 (shr-render-td): Add bgcolor support.
3079 (shr-get-background): Add.
3080 (shr-insert-foreground-overlay): Use shr-get-background.
3082 * message.el (message-goto-body): Use called-interactively-p.
3083 (message-in-body-p): message-goto-body returns point.
3085 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3087 * mm-util.el (mm-enable-multibyte): Use `to' instead of t. This fixes
3088 Fixes something or other in Emacs 23, and is backwards compatible.
3090 * message.el (message-goto-body): Remove the <#secure special-casing,
3091 which is too special.
3093 * shr.el (shr-parse-style): Drop !important from styles.
3095 2010-11-24 Daniel Schoepe <daniel.schoepe@googlemail.com> (tiny change)
3097 * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
3098 this function to return incorrect results when calling it with an
3099 explicit article argument different from
3100 (gnus-summary-article-number).
3102 2010-11-24 Julien Danjou <julien@danjou.info>
3104 * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
3105 (shr-tag-body): Add background support.
3106 (shr-descend): Add background support.
3107 (shr-tag-title): Add.
3109 * shr-color.el (shr-color-visible): Really return original background
3112 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3114 * shr.el (shr-color-check): Protect against non-existent colour names.
3116 2010-11-24 Julien Danjou <julien@danjou.info>
3118 * color-lab.el: Require 'cl when compiling.
3120 * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
3122 * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
3125 * color-lab.el: Fix all expt calls to use float type.
3127 2010-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
3129 * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
3130 expression to shr-color-check as is.
3132 * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
3134 * color-lab.el: Add coding cookie.
3135 (float-pi): Use eval-and-compile.
3137 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3139 * shr.el (shr-insert-color-overlay): Split stuff like
3140 "#444444 !important" to find the real colour.
3141 (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
3142 parse <font color="red"> entries.
3144 2010-11-23 Andrew Cohen <cohen@andy.bu.edu>
3146 * nnheader.el (nnheader-parse-head): Bug fix. Properly position
3147 point when parsing headers.
3149 * nnspool.el (nnspool-insert-nov-head): Bug fix. Make sure point
3150 is positioned properly when parsing headers.
3152 2010-11-23 Julien Danjou <julien@danjou.info>
3154 * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
3156 * shr-color.el (shr-color->hexadecimal): Add support for color names.
3158 * shr.el (shr-parse-style): Replace \n with space in style parsing.
3160 * shr-color.el (shr-color-hsl-to-rgb-fractions):
3161 Use shr-color-hue-to-rgb.
3162 (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
3164 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3166 * shr.el (shr-color->hexadecimal): Autoload.
3167 (shr-descend): Add color to all tags.
3169 2010-11-22 Julien Danjou <julien@danjou.info>
3171 * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
3172 shr-color->hexadecimal.
3174 * shr-color.el (shr-color->hexadecimal): Add converting functions for
3175 RGB() or HSL() color representation.
3177 * shr.el (shr-tag-font): Add.
3178 (shr-tag-color-check): New function to get better colors.
3179 (shr-tag-insert-color-overlay): Factorize code between tag-font and
3182 * shr-color.el: New file.
3184 * color-lab.el: New file.
3186 * gnus-art.el (gnus-url-mailto): Do not downcase args.
3188 2010-11-21 Andrew Cohen <cohen@andy.bu.edu>
3190 * nnir.el: Fix typo in comments.
3191 (nnir-run-imap): Simplify code. No need to reverse artlist.
3192 (nnir-run-gmane): Use nnir-tmp-buffer for web results.
3194 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3196 * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
3198 * nnimap.el (nnimap-get-capabilities): Refactor out.
3199 (nnimap-open-connection): Re-request capabilities after STARTTLS.
3201 2010-11-21 Ralf Angeli <angeli@caeruleus.net>
3203 * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
3204 appearing when `mm-uu-hide-markers' is nil.
3206 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3208 * nnimap.el (nnimap-unselect-group): Make into its own function.
3209 (nnimap-request-rename-group): Unselect group before renaming.
3210 This had gotten lost somewhere.
3211 (nnimap-request-accept-article): Keep track of examined groups, and
3212 unselect the group before APPENDing to read-only groups.
3213 (nnimap-request-move-article): Clear flags before moving so that they
3214 can be re-set later.
3216 2010-11-20 Katsumi Yamaoka <yamaoka@jpl.org>
3218 * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
3219 (gnus-gravatar-insert): Put avatar always in the beginning of the field.
3221 2010-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
3223 * gnus-art.el (gnus-mime-display-single)
3224 * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
3225 * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
3228 2010-11-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3230 * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
3231 (shr-table-vertical-line): New variable.
3232 (shr-insert-table): Use it.
3234 2010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
3236 * gnus-html.el (gnus-html-wash-images): Don't display images if
3237 gnus-inhibit-images is non-nil; register displayer for cid images.
3238 (gnus-html-display-image): Work for cid image.
3239 (gnus-html-insert-image): Allow arguments.
3240 (gnus-html-put-image): Inhibit read-only.
3241 (gnus-html-prefetch-images): Don't prefetch images if
3242 gnus-inhibit-images is non-nil.
3244 2010-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3246 * shr.el (shr-put-image): Break lines when inserting big pictures.
3248 2010-11-17 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
3250 * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
3251 sender, thanks Katsumi Yamaoka.
3253 2010-11-17 Andrew Cohen <cohen@andy.bu.edu>
3255 * nnir.el (nnir-run-imap): Reverse the article list for each group
3256 rather than the whole list.
3258 2010-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
3260 * shr.el (shr-image-displayer): Protect function against non-existent
3263 * gnus-art.el (gnus-inhibit-images): New user option.
3264 (gnus-mime-display-single): Don't display image if it is non-nil.
3266 * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
3267 gnus-inhibit-images.
3269 * shr.el (shr-image-displayer): New function.
3270 (shr-tag-img): Use it.
3272 2010-11-16 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
3274 * mml2015.el (mml2015-epg-sign): Use From header.
3276 2010-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3278 * gnus-html.el (gnus-html-wash-images): Register a displayer.
3280 * gnus-util.el (gnus-find-text-property-region): Return markers.
3282 * shr.el (shr-tag-img): Put a displayer in the text property.
3284 * gnus-util.el (gnus-find-text-property-region): New utility function.
3286 * gnus-html.el (gnus-html-display-image): Make the alt optional.
3287 (gnus-html-show-images): Remove.
3289 * gnus-art.el (gnus-article-show-images): New, more general function.
3291 * gnus-html.el: Use image-url instead of gnus-image-url to unify the
3292 image url text properties.
3296 * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
3297 gnus-agent-auto-agentize-methods is set. Which it isn't.
3299 2010-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
3301 * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
3302 work for two or more articles.
3304 2010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
3306 * gnus-art.el (article-treat-non-ascii): Keep text properties not to
3307 divide an image that's in an html article to two or more when washing
3308 non-ASCII characters in alt text of it.
3310 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
3312 * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
3313 smime-decrypt-region using function argument.
3314 (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
3316 * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
3318 * smime.el (smime-decrypt-region): Catch it.
3320 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
3322 * smime.el (smime-mode-map): Move initialization into declaration.
3323 (gnus-run-mode-hooks): Don't autoload.
3324 (smime-mode): Use define-derived-mode.
3326 2010-11-11 Glenn Morris <rgm@gnu.org>
3328 * smime.el (from): Restrict declaration to XEmacs.
3330 * nnir.el (gnus-group-topic-name): Autoload.
3332 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
3334 * shr.el (shr-insert): Don't break long line if it is because of
3335 kinsoku-bol characters in the line end.
3337 2010-11-11 Andrew Cohen <cohen@andy.bu.edu>
3339 * nnir.el (nnir-request-move-article): Fix to provide original group
3341 (nnir-warp-to-article): Don't fail on articles whose headers haven't
3344 * gnus-sum.el (gnus-summary-move-article): Use original group and
3345 subject for virtual articles such as those in an nnir summary buffer.
3347 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
3349 * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
3352 * smime.el (from): Declare it again for XEmacs.
3354 2010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3356 * message.el (message-resend): Don't disable encoding unless it's
3359 * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
3360 low-numbered articles.
3362 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
3364 * rfc2047.el (rfc2047-syntax-table): Simplify.
3366 * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
3367 set-char-table-range for XEmacs.
3369 2010-11-10 Glenn Morris <rgm@gnu.org>
3371 * smime.el (from): Remove unused declaration.
3373 * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
3374 (gnus-float-time): On Emacs, always an alias.
3376 * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
3377 (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
3379 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
3381 * gnus-art.el (org-entities): Declare it to silence the byte compiler.
3383 2010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
3385 * shr.el (browse-url-mailto): Autoload.
3387 * gnus-art.el (article-treat-non-ascii): New command and keystroke.
3389 * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
3390 regexp doesn't need quoting.
3392 2010-11-09 Sven Joachim <svenjoac@gmx.de>
3394 * message.el (message-subject-trailing-was-ask-regexp)
3395 (message-subject-trailing-was-regexp): Match was: in addition to was.
3397 2010-11-09 Glenn Morris <rgm@gnu.org>
3399 * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
3400 (nnbabyl-check-mbox): Use point-at-bol.
3402 2010-11-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
3404 * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
3406 * message.el (message-mailto): New function.
3407 (message-mailto): Should accept other parameters.
3408 (message-mailto): Remove since it duplicates browse-url-mailto
3411 2010-11-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3413 * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
3415 (gnus-read-active-file): Ditto.
3417 * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
3418 ": " from the prompt.
3419 (gnus-group-make-group): Ditto.
3421 2010-11-07 Glenn Morris <rgm@gnu.org>
3423 * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
3424 (gnus-bookmark-kill-line): Use point-at-eol.
3426 2010-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
3428 * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
3429 asterisks in From header.
3431 2010-11-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3433 * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
3434 string to avoid making the From headers syntactically invalid.
3436 * message.el (message-send-mail): Don't insert courtesy messages if the
3437 message already has List-Post and List-ID messages.
3439 2010-11-06 Glenn Morris <rgm@gnu.org>
3441 * gnus-art.el (gnus-treat-article): Give dynamic local variables
3442 `condition', `type', `length' a prefix.
3443 (gnus-treat-predicate): Update for above name changes.
3445 2010-11-06 Andrew Cohen <cohen@andy.bu.edu>
3447 * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
3448 binding. Handled by `gnus-summary-refer-thread' instead.
3449 (nnir-warp-to-article): New backend function.
3451 * nnimap.el (nnimap-request-thread): Force dependency updating.
3453 * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
3454 (gnus-summary-refer-thread): Rework to improve thread-referral.
3456 * gnus-int.el (gnus-warp-to-article): New function.
3458 * gnus-sum.el (gnus-summary-article-map): Bind it.
3460 2010-11-04 Andrew Cohen <cohen@andy.bu.edu>
3462 * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
3463 gnus-summary-refer-thread.
3465 * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
3467 (gnus-summary-limit-include-thread): Prevent articles in thread from
3468 being cut in gnus-cut-threads.
3469 (gnus-summary-refer-thread): Limit retrieved headers to those in
3472 2010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3474 * message.el (message-send-mail): Use the value of
3475 message-courtesy-message from the message buffer.
3477 * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
3479 * shr.el (shr-browse-url): Implement mailto: URLs.
3481 * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
3484 * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
3485 if it's already selected.
3487 * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
3489 2010-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
3491 * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
3492 to measure the length and truncate alt text.
3494 2010-11-03 Glenn Morris <rgm@gnu.org>
3496 * nndiary.el (nndiary-generate-nov-databases-1)
3497 (nndiary-generate-active-info): Rename dynamic variable `files' to
3498 something less generic.
3500 2010-11-03 Andrew Cohen <cohen@andy.bu.edu>
3502 * nnir.el (nnir-request-move-article): Call the underlying backend to
3503 move articles from nnir.
3505 2010-11-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3507 * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
3509 2010-11-02 Julien Danjou <julien@danjou.info>
3511 * nnir.el: Remove wais support.
3513 2010-11-02 Glenn Morris <rgm@gnu.org>
3515 * gnus-html.el: Reorder requirements to quieten compiler.
3517 2010-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
3519 * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
3520 properly for XEmacs as well.
3521 (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
3522 (gnus-article-natural-long-line-p): Use window-width rather than
3525 2010-11-01 Andrew Cohen <cohen@andy.bu.edu>
3527 * nnir.el (nnir-run-gmane): Inhibit demon. Return nil if no messages.
3528 (nnir-read-parms): Don't modify query.
3529 (nnir-run-query): Add ability to search topic on current line.
3530 (nnir-get-active): Clean up.
3532 2010-11-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3534 * gnus-cite.el (gnus-article-foldable-buffer): Protect against
3535 degenerate articles.
3537 * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
3538 (gnus-print-buffer): Just print the buffer as is, without any copying
3539 to a buffer and then re-highlighting.
3541 * nnimap.el (nnimap-request-group): Store the new updated info.
3542 (nnimap-request-group): Select the group when we don't know whether it
3545 * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
3548 * gnus-group.el (gnus-group-find-new-groups): Display all the new
3551 * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
3554 * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
3555 long-lines case by only filling the long lines.
3557 * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
3560 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
3562 * shr.el: No need to declare `declare-function' since shr.el is for
3563 only Emacsen that provide `libxml-parse-html-region'.
3565 2010-11-01 Glenn Morris <rgm@gnu.org>
3567 * mm-util.el (gnus-completing-read): Autoload.
3568 (mm-read-coding-system): Simplify Emacs definition.
3570 * nnmail.el (gnus-activate-group):
3571 * nnimap.el (gnutls-negotiate):
3572 * nntp.el (netrc-parse): Fix declarations.
3574 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
3576 * gnus-util.el (gnus-string-match-p): New function, that is an alias to
3577 string-match-p in Emacs >=23.
3579 * gnus-msg.el (gnus-configure-posting-styles)
3580 * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
3582 2010-11-01 Glenn Morris <rgm@gnu.org>
3584 * nnir.el (declare-function): Add compat stub.
3585 (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
3586 (nnir-run-gmane): Require 'mm-url.
3588 * mm-util.el (mm-string-to-multibyte): Simplify.
3590 * shr.el (declare-function): Add compat stub.
3591 (url-cache-create-filename): Declare.
3592 (mm-disable-multibyte, widget-convert-button): Autoload.
3594 * smime.el (ldap-search): Declare.
3595 (smime-cert-by-ldap-1): Require ldap on Emacs.
3597 * nnimap.el: Require nnmail, and gnus-sum when compiling.
3598 (nnimap-keepalive): Use gnus-float-time.
3600 * mail-source.el (nnheader-message, gnus-float-time): Autoload.
3601 (mail-source-delete-crash-box): Use gnus-float-time.
3603 * gnus-dired.el (gnus-completing-read): Autoload.
3605 * mm-view.el (gnus-rescale-image): Autoload.
3607 * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
3609 * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
3611 * sieve-manage.el: Require 'cl when compiling.
3613 * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
3614 (gnus-iswitchb-completing-read): Require iswitchb.
3615 (gnus-select-frame-set-input-focus): Silence compiler.
3617 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3619 * message.el (message-subject-trailing-was-query): Change default to t,
3620 since I think that's what most people want.
3622 * nnimap.el (nnimap-request-accept-article): Erase buffer before
3623 appending for easier debugging.
3624 (nnimap-wait-for-connection): Take a regexp.
3625 (nnimap-request-accept-article): Wait for the continuation line before
3626 sending anything unless we're streaming.
3628 * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
3629 leave the header washing to take place.
3631 2010-10-31 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
3633 * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
3634 regular expression match and replace in posting styles.
3636 2010-10-31 Andrew Cohen <cohen@andy.bu.edu>
3638 * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
3640 (nnir-get-active): New function.
3641 (nnir-run-imap): Use it.
3642 (nnir-run-gmane): Who knew, gmane search returns an article score!
3644 * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
3645 server on the current line with nnir.
3647 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3649 * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
3650 (gnus-article-foldable-buffer): Don't fold regions that have a ragged
3652 (gnus-article-foldable-buffer): Skip past the prefix when determining
3655 * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
3656 the raw article, and change `C-u g' to show the article without doing
3659 * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
3660 on to `gnus-treat-article'.
3661 (gnus-inhibit-article-treatments): New variable.
3663 * gnus.el: Autoload gnus-article-fill-cited-long-lines.
3665 * gnus-art.el (gnus-treatment-function-alist): Have
3666 gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
3667 (gnus-treat-fill-long-lines): Change default to fill all text/plain
3670 * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
3672 (gnus-article-fill-cited-long-lines): New function.
3673 (gnus-article-fill-cited-article): Allow filling only long sections.
3675 * shr.el (shr-find-fill-point): Don't break lines between punctuation
3676 and non-punctuation (like after the apostrophe in "'We").
3678 * gnus-sum.el (gnus-summary-select-article): Make sure
3679 gnus-original-article-buffer is alive.
3681 * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
3682 reflect the order they're in in the digest.
3684 * gnus.el (gnus-group-startup-message): Move point to the start of the
3687 * nnimap.el (nnimap-capability): New function.
3688 (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
3691 2010-10-31 David Engster <dengste@eml.cc>
3693 * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
3694 conform with changes to gnus-completing-read.
3696 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3698 * shr.el (shr-tag-img): Output "*" instead of "[img]".
3700 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
3702 * nnir.el: Move defvar, defcustom around to keep file organized
3703 and keep byte-compiler quiet.
3704 (nnir-read-parms): Accept search-engine as arg.
3705 (nnir-run-query): Pass search-engine as arg.
3706 (nnir-search-engine): Remove.
3708 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3710 * shr.el (shr-generic): The text nodes should be text, not :text.
3712 * nnir.el (nnir-search-engine): Ressurect variable, since it's used
3715 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
3717 * nnir.el: General clean up. Allow searching with multiple engines.
3718 Allow separate extra-parameters for each engine.
3719 Batch queries when possible.
3720 (nnir-imap-default-search-key,nnir-method-default-engines):
3721 Add customize interface.
3722 (nnir-run-gmane): New engine.
3723 (nnir-engines): Use it. Qualify all prompts with engine name.
3724 (nnir-search-engine): Remove global variable.
3725 (nnir-run-hyrex): Restore for now.
3726 (nnir-extra-parms,nnir-search-history): New variables.
3727 (gnus-group-make-nnir-group): Use them.
3728 (nnir-group-server): Remove in favor of gnus-group-server.
3729 (nnir-request-group): Avoid searching twice.
3730 (nnir-sort-groups-by-server): New function.
3732 2010-10-30 Julien Danjou <julien@danjou.info>
3734 * gnus-group.el: Remove gnus-group-fetch-control.
3736 * gnus-start.el (gnus-find-new-newsgroups):
3737 Remove gnus-check-first-time-used.
3739 * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
3741 2010-10-30 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
3743 * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
3744 set on groups that don't have \* permanentflags.
3746 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3748 * shr.el (shr-tag-span): Drop colorisation of regions since we don't
3749 control the background color.
3750 (shr-tag-img): Ignore very small web bug type images.
3751 (shr-put-image): Add help-echo alt texts to the images.
3752 (shr-tag-video): Show the video poster image.
3754 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3756 * shr.el (shr-table-depth): New variable.
3757 (shr-tag-table-1): Only insert the images after the top-level table.
3759 * nnimap.el (nnimap-split-incoming-mail): Fix typo.
3761 * gnus-util.el (gnus-list-memq-of-list): New function.
3763 * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
3765 (nnimap-unsplittable-articles): New slot.
3766 (nnimap-new-articles): Use it.
3768 2010-10-29 Stephen Berman <stephen.berman@gmx.net> (tiny change)
3770 * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
3771 move to the previous line on `M-g'.
3773 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3775 * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
3776 *-request-group, which seems unnecessary.
3778 * nnimap.el (nnimap-quote-specials): Function copied over from
3780 (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
3781 they support that. Suggested by Tom Regner.
3783 2010-10-29 Julien Danjou <julien@danjou.info>
3785 * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
3787 (gnus-summary-delete-marked-with): Remove obsolete defalias.
3789 * gnus.el: Remove `gnus-nntp-service' variable.
3790 (gnus-secondary-servers): Make obsolete.
3791 (gnus-nntp-server): Make obsolete.
3793 * gnus-start.el (gnus-1): Remove x-splash calls.
3795 * gnus-ems.el (gnus-x-splash): Remove.
3797 * gnus.el (gnus-group-startup-message): Simplify/update code.
3799 * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
3800 capability before doing anything.
3801 (gnus-group-insert-group-line): Remove useless
3802 gnus-group-remove-excess-properties.
3804 2010-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
3806 * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
3808 2010-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
3810 * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
3811 config after reselecting.
3813 2010-10-28 Julien Danjou <julien@danjou.info>
3815 * shr.el (shr-put-image): Use point even if only inserting text.
3816 (shr-put-image): Save excursion when inserting alt text on non-graphic
3817 display, so the behaviour is the same when we are on a graphic display.
3819 * nnir.el (nnir-run-swish-e): Remove hyrex support.
3821 2010-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
3823 * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
3824 (gnus-mime-copy-part): Check coding system, not charset.
3825 (gnus-mime-view-part-externally): Never remove part.
3826 (gnus-mime-view-part-internally): Don't remove part here.
3827 (gnus-article-part-wrapper): Make sure MIME tag is visible.
3828 (gnus-article-goto-part): Go to displayed or preferred subpart if it is
3829 multipart/alternative.
3831 * mm-decode.el (mm-display-part): Take optional arg `force'.
3833 2010-10-26 Julien Danjou <julien@danjou.info>
3835 * gnus-group.el (gnus-group-default-list-level): Add this function to
3836 compute the default list level.
3837 (gnus-group-default-list-level): Add possibility to use a function.
3839 2010-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
3841 * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
3843 * gnus-group.el (gnus-group-completing-read)
3844 (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
3845 gnus-replace-in-string.
3847 2010-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
3849 * shr.el (shr-tag-div): Add.
3851 2010-10-25 Julien Danjou <julien@danjou.info>
3853 * gnus-util.el: Remove `gnus-with-local-quit'.
3855 * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
3857 2010-10-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
3859 * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
3860 the original article buffer.
3862 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3864 * nnimap.el (nnimap-request-head): New function.
3865 (nnimap-request-move-article): Try to be slighly faster by not
3866 requesting the entire message when moving.
3867 (nnimap-transform-headers): Don't bug out on bodiless articles.
3868 (nnimap-send-command): Have no outstanding messages if the IMAP server
3869 doesn't support streaming.
3870 (nnimap-transform-headers): Fold {quoted} strings more sloppily.
3872 2010-10-24 Julien Danjou <julien@danjou.info>
3874 * message.el (message-default-headers): Fix type.
3876 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3878 * gnus-html.el (gnus-html-prefetch-images): Decode entities before
3881 * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
3882 backend for unknown groups. This is mainly useful for nnimap groups.
3884 * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
3885 group isn't covered by the agent.
3887 2010-10-22 Andrew Cohen <cohen@andy.bu.edu>
3889 * nnir.el (nnir-method-default-engines): New variable.
3890 (nnir-run-query): Use it.
3891 (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
3892 (gnus-summary-nnir-goto-thread): Change group if needed.
3894 * gnus-group.el (gnus-group-group-map): Add key binding for
3895 gnus-group-make-nnir-group.
3897 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3899 * shr.el (shr-tag-object): Add.
3901 * gnus-sum.el (gnus-summary-select-article): Make sure we have the
3902 original article buffer live.
3903 (gnus-summary-select-article-buffer):
3904 Mention gnus-widen-article-buffer.
3906 2010-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3908 * shr.el (shr-tag-strong): Add.
3910 2010-10-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3912 * gnus-group.el (gnus-group-completing-read): Remove all newlines from
3913 group names. They mess up the group buffer badly.
3915 * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
3917 * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
3918 instead of the summary one.
3920 2010-10-22 Katsumi Yamaoka <yamaoka@jpl.org>
3922 * mml.el (mml-preview): Work properly when editing article.
3924 * gnus-start.el (gnus-read-active-file-1): Don't add method to
3925 gnus-have-read-active-file if it's already been in.
3927 2010-10-22 Tom Tromey <tromey@redhat.com>
3929 * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
3930 gnus-group-completing-read.
3932 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3934 * message.el (message-mode-map): Don't bind M-; to comment region, to
3935 allow the global comment-dwim to work.
3937 2010-10-21 Julien Danjou <julien@danjou.info>
3939 * message.el (message-setup-1): Allow message-default-headers to be a
3942 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
3944 * shr.el (shr-tag-table): Simplify.
3946 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3948 * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
3949 to avoid trying to snarf invalid stuff.
3951 * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
3953 * gnus.el (gnus-message-archive-group): Quote value.
3954 (gnus-message-archive-group): Mark as changed.
3956 * shr.el (shr-add-font): Don't put the font properties on the newline
3959 * message.el (message-fix-before-sending): Change options when sending
3960 non-printable characters.
3962 * gnus.el (gnus-message-archive-method): Change the default to
3963 monthly outgoing groups.
3965 * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
3966 that have gotten new numbers.
3968 * nnimap.el (nnimap-request-replace-article): New function.
3970 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
3972 * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
3973 (nnrss-request-article): Don't use special html washing code.
3975 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
3977 * shr.el (shr-tag-table): Remove useless nconc.
3979 2010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
3981 * gnus-art.el (article-wash-html): Simplify and remove the charset
3982 stuff. Use the normal html rendering code instead of the special html
3985 * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
3987 (mm-text-html-washer-alist): Remove.
3989 * mm-decode.el (mm-inline-text-html-renderer): Remove.
3990 (mm-inline-media-tests): Remove use.
3991 (mm-text-html-renderer): Change default to the `shr' symbol.
3993 * mm-view.el (mm-inline-text-html): Remove use.
3995 * gnus-art.el (gnus-blocked-images): New function. Allow the
3996 `gnus-blocked-images' to be a function.
3997 (gnus-article-wash-function): Remove.
3999 2010-10-20 Julien Danjou <julien@danjou.info>
4001 * spam.el (spam-list-of-processors): Mark as obsolete.
4003 * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
4004 (nnimap-insert-partial-structure): Fix boundary detection.
4006 2010-10-20 Andreas Seltenreich <seltenreich@gmx.de>
4008 * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
4009 run file-truename on remote files. This can be expensive and even
4010 prevent one from editing drafts if some unrelated buffer has a stale
4013 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
4015 * shr.el (shr-find-fill-point): Shorten line if the preceding char is
4016 kinsoku-eol regardless of shr-kinsoku-shorten.
4017 (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
4018 (shr-tag-table): Support caption, thead, and tfoot.
4020 2010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4022 * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
4024 (shr-save-contents): New command and keystroke.
4026 * nndoc.el (nndoc-type-alist): Add git support.
4027 (nndoc-git-type-p): New function.
4028 (nndoc-transform-git-article): Ditto.
4029 (nndoc-transform-git-headers): Ditto.
4030 (nndoc-transform-git-headers): Generate Subject headers.
4032 * shr.el (shr-parse-style): New function.
4033 (shr-tag-span): Ditto.
4035 * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
4036 to `G G' to avoid collisions.
4038 2010-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
4040 * shr.el: Load kinsoku if necessary.
4041 (shr-kinsoku-shorten): New internal variable.
4042 (shr-find-fill-point): Make kinsoku shorten text line if
4043 shr-kinsoku-shorten is bound to non-nil.
4044 (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
4045 shr-indentation too when testing if table is wider than frame width.
4046 (shr-insert-table): Use `string-width' instead of `length' to measure
4048 (shr-insert-table-ruler): Make sure indentation is done at bol.
4050 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
4052 * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
4053 (nnimap-process-expiry-targets): Use unibyte for buffers that hold
4054 undecoded network data.
4056 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4058 * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
4059 name in the mode line spec so that the mode line menu works
4062 * message.el (message-get-reply-headers): If we're fed `to-address',
4063 then always use that.
4065 * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
4066 aren't so wide as to need to switch off the edit menu.
4068 * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
4069 binding. Suggested by Leo <sdl.web@gmail.com> (bug #6613).
4071 * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
4073 (nnimap-update-info): Update flags/read marks even if \* isn't part of
4074 the permanent marks.
4076 2010-10-18 Andrew Cohen <cohen@andy.bu.edu>
4078 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4079 Splitting according to references/in-reply-to obeys the ignore-groups
4080 variable, while splitting by sender and subject do not.
4082 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4084 * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
4085 alist, so that we can look for non-Unicode chars.
4086 (article-translate-strings): Allow both character and string maps.
4088 2010-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
4090 * shr.el (shr-insert): Don't insert space behind a wide character
4091 categorized as kinsoku-bol, or between characters both categorized as
4094 2010-10-16 Andrew Cohen <cohen@andy.bu.edu>
4096 * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
4097 headers to gnus-newsgroup-headers.
4099 2010-10-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4101 * shr.el (shr-tag-img): Don't align images -- since we're not
4102 rescaling, this often leads to ugly displays.
4104 2010-10-15 Andrew Cohen <cohen@andy.bu.edu>
4106 * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
4109 2010-10-15 Kan-Ru Chen <kanru@kanru.info> (tiny change)
4111 * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
4114 2010-10-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4116 * gnus.el: Autoload gnus-html-show-images.
4118 * nnimap.el: Use nnheader-message throughout.
4120 * shr.el (shr-tag-img): Ignore images with no data.
4122 2010-10-15 Julien Danjou <julien@danjou.info>
4124 * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
4125 a possibility to disable format=flow encoding when using hard newlines.
4127 2010-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
4129 * shr.el (shr-insert): Remove space inserted before or after a
4130 breakable character or at the beginning or the end of a line.
4131 (shr-find-fill-point): Do kinsoku; find the second best point or give
4132 it up if there's no breakable point.
4134 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4136 * nnimap.el (nnimap-open-connection): Message when opening connection
4137 for debugging purposes.
4139 * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
4140 on every setup buffer call to allow this to change from article to
4143 * shr.el (shr-tag-table): Experimental feature: Truncate lines in
4144 buffers where we have a wide table.
4146 2010-10-14 Andrew Cohen <cohen@andy.bu.edu>
4148 * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
4149 uses *-request-thread.
4151 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4153 * nnimap.el (nnimap-open-connection): Remove %s from openssl
4154 incantation, which is no longer valid.
4156 2010-10-14 Julien Danjou <julien@danjou.info>
4158 * shr.el: Fix defcustom type (char -> character).
4160 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4162 * nnimap.el (nnimap-open-connection): tls-program should be a list of
4165 2010-10-14 Julien Danjou <julien@danjou.info>
4167 * shr.el (shr-tag-a): Use url-link as widget type.
4169 * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
4170 `gnus-group-get-icon'.
4172 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4174 * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
4175 This should make server editing work better.
4177 * shr.el (shr-find-fill-point): Don't inloop on indented text.
4179 * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
4180 (nnimap-parse-flags): Fix regexp.
4182 * shr.el (shr-find-fill-point): Use a filling algorithm that should
4183 probably work for CJVK text, too.
4185 * nnimap.el (nnimap-extend-tls-programs): Remove.
4186 (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
4188 2010-10-13 Julien Danjou <julien@danjou.info>
4190 * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
4193 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4195 * mm-decode.el (mm-shr): Allow use from non-Gnus users.
4197 * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
4200 * shr.el (shr-current-column): Remove buggy and unnecessary function.
4202 2010-10-13 Julien Danjou <julien@danjou.info>
4204 * shr.el (shr-width): Make shr-width a defcustom with default to
4206 (shr-tag-img): Use shr-width rather than fill-column.
4208 2010-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
4210 * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
4212 * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
4213 position when (X-)Faces exist.
4214 (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
4215 avatars when called interactively.
4217 2010-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
4219 * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
4220 gnus-article-x-face-too-ugly is bound.
4222 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4224 * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
4226 * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
4227 mailbox that doesn't exist.
4229 2010-10-12 Julien Danjou <julien@danjou.info>
4231 * shr.el (shr-tag-img): Encode URL properly when retrieving.
4232 (shr-get-image-data): Encode URL properly when fetching from cache.
4233 (shr-tag-img): Use aligned-to spaces to align correctly images.
4235 * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
4236 before inserting the Gravatar.
4238 * shr.el (shr-tag-img): Add align attribute support for <img>.
4240 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4242 * gnus-gravatar.el (gnus-art): Require.
4244 * gnus-sum.el (gnus-summary-mark-as-unread-forward)
4245 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4246 Remove long obsoleted functions.
4248 2010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
4250 * nnimap.el (gnutls-negotiate): Silence the byte compiler.
4252 * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
4253 * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
4254 * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
4255 * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
4256 * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
4257 * rfc1843.el, sieve-manage.el, smime.el, spam.el:
4258 Fix comment for declare-function.
4260 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4262 * nnimap.el (nnimap-request-rename-group): Select group read-only
4265 * shr.el (shr-insert): Fix up the white space only regexp.
4267 * nnimap.el (nnimap-transform-split-mail): Not all articles have
4268 bodies. Protect against this. Reported by Michael Welsh Duggan.
4270 * shr.el (shr-current-column): New function.
4271 (shr-find-fill-point): New function.
4273 2010-10-11 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
4275 * sieve-manage.el (sieve-manage-open): Allow port names as well as port
4278 2010-10-11 Julien Danjou <julien@danjou.info>
4280 * shr.el (shr-hr-line): Add.
4281 (shr-tag-hr): Use shr-hr-line to specify which character to use to
4283 (shr-max-columns): Do not change state to nil if we just inserting
4286 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4288 * gnus-topic.el (gnus-topic-read-group): If after the last group,
4289 select the last group.
4291 2010-10-11 Teodor Zlatanov <tzz@lifelogs.com>
4293 * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
4295 2010-10-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4297 * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
4299 (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
4300 (nnimap-update-qresync-info): Mark \Seen articles as read.
4302 * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
4305 * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
4307 (nnimap-update-info): Rely more on the current active than the param
4308 active to avoid marking articles as read too much.
4310 * auth-source.el (auth-source-create): Use (user-login-name) for the
4313 * nnimap.el (nnimap-update-info): If the server doesn't return any
4314 useful info, just use the previous info.
4315 (nnimap-update-info): Prefer old info over start-article.
4316 (nnimap-update-qresync-info): Finish implementing QRESYNC.
4318 2010-10-10 Andrew Cohen <cohen@andy.bu.edu>
4320 * nnir.el (autoload): Clean up autoloads.
4321 (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
4322 Use key rather than value.
4323 (nnir-imap-search-other): New variable.
4324 (nnir-read-parm): Use it.
4325 (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
4326 (gnus-summary-nnir-goto-thread): Modify to work with imap.
4328 2010-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
4330 * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
4333 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
4335 * spam.el (gnus-summary-mode-map): Bind to "$".
4336 Suggested by Russ Allbery.
4338 * shr.el: Rework the way things are indented by <li> slightly.
4340 * gnus.el (gnus-group-set-parameter): Fix typo.
4342 * nnimap.el: Start implementing QRESYNC support.
4344 2010-10-09 Julien Danjou <julien@danjou.info>
4346 * nnir.el (nnir-engines): Fix too many arguments.
4348 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
4350 * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
4351 group is the "last", so that the backends like nnfolder actually save
4354 * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
4355 try to use that for the tls stream.
4356 (nnimap-retrieve-group-data-early): Rework the marks code to heed
4357 UIDVALIDITY and find out which groups are read-only and not.
4358 (nnimap-get-flags): Use the same marks parsing code as the rest of
4361 2010-10-09 Julien Danjou <julien@danjou.info>
4363 * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
4365 * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
4366 retrieving gravatars.
4368 * shr.el (shr-table-corner): Add.
4369 (shr-table-line): Add.
4370 (shr-insert-table-ruler): Use the above defcustoms to insert tables.
4372 2010-10-08 Julien Danjou <julien@danjou.info>
4374 * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
4376 2010-10-08 Teodor Zlatanov <tzz@lifelogs.com>
4378 * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
4380 * gnus-sum.el (gnus-mark-article-as-unread)
4381 (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
4382 (gnus-summary-set-bookmark): Use it.
4384 * gnus-msg.el (gnus-setup-message): Use it.
4386 * gnus-demon.el (gnus-demon-remove-handler): Use it.
4388 * gnus.el (gnus-group-remove-parameter): Use it.
4390 * gnus-group.el (gnus-group-make-web-group): Use it.
4392 * gnus-demon.el (gnus-demon-remove-handler): Use it.
4394 * nnregistry.el: Update docs to mention manual.
4396 * gnus-registry.el: Update docs to mention nnregistry.el.
4397 (gnus-registry-initialize): Don't install nnregistry refer method
4399 (gnus-registry-install-nnregistry): Remove it.
4401 2010-10-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
4403 * shr.el (shr-insert): Don't insert double spaces.
4405 2010-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
4407 * gnus-gravatar.el (gnus-treat-from-gravatar)
4408 (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
4409 called interactively.
4411 * gnus-art.el (gnus-mime-view-part-externally)
4412 (gnus-mime-view-part-internally): Make predicate function passed to
4413 gnus-mime-view-part-as-type assume argument is a mime type, not a list
4416 * shr.el (shr-table-widths): Don't use cl function `reduce'.
4418 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4420 * shr.el (require): Require cl when compiling.
4421 (shr-tag-hr): New function.
4423 * nnimap.el (nnimap-update-info): Remove double setting of high.
4424 (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
4425 This makes nnimap work properly on Courier again.
4427 * gnus.el (gnus-carpal): The carpal mode has been removed, but define
4428 the variable for backwards compatibility.
4430 * mm-decode.el (mm-save-part): If given a non-directory result, expand
4431 the file name before using to avoid setting mm-default-directory to
4434 * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
4435 bidning gnus-agent variables.
4437 * shr.el (shr-render-td): Use a cache for the table rendering function
4438 to avoid getting an exponential rendering behaviour in nested tables.
4439 (shr-insert): Rework the line-breaking algorithm.
4440 (shr-insert): Don't leave trailing spaces.
4441 (shr-insert-table): Also insert empty TDs.
4442 (shr-tag-blockquote): Ensure paragraphs after </ul>.
4444 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
4446 * gnus-sum.el (gnus-number): Rename from `number'.
4447 (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
4448 (gnus-summary-limit-children): Update uses correspondingly.
4450 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
4452 * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
4453 (gnus-gravatar-transform-address): Don't show avatars of people of
4454 which mail addresses match gnus-gravatar-too-ugly.
4456 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4458 * shr.el (shr-table-widths): Expand TD elements to fill available
4461 2010-10-07 Julien Danjou <julien@danjou.info>
4463 * nnimap.el (nnimap-request-rename-group): Add this method.
4465 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
4467 * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
4468 name from XEmacs' function-arglist.
4470 * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
4471 gravatar under XEmacs.
4473 2010-10-07 Teodor Zlatanov <tzz@lifelogs.com>
4475 * auth-source.el: Update docs with TODO items.
4477 * gnus-sync.el: Update docs to explain state and plans.
4479 * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
4480 Hooks for mark updates.
4481 (gnus-request-set-mark, gnus-request-update-mark): Use them.
4483 * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
4484 hooks with arguments, which is needed for mark update hooks.
4486 2010-10-06 Julien Danjou <julien@danjou.info>
4488 * gnus.el (gnus-expand-group-parameter): Only return and act on what
4491 * sieve-manage.el: Update example in `Commentary'.
4493 * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
4495 * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
4497 (sieve-manage-authenticate): Re-add function.
4499 2010-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4501 * shr.el (shr-insert): Get 'space transition right.
4502 (shr-render-td): Only delete space at the end of the TD.
4504 * nnimap.el (nnimap-open-connection): Prepare to support
4507 * shr.el: Rearrange function order to be more logical.
4509 2010-10-06 Julien Danjou <julien@danjou.info>
4511 * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
4512 (nnrss-discover-feed): Remove 404 URL in docstring.
4514 * nnir.el: Fix Swish-E URL.
4517 * message.el (message-change-subject): Remove 404 URL in a comment.
4519 2010-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
4521 * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
4522 called interactively.
4524 * gnus-util.el (gnus-remove-if): Allow hash table.
4525 (gnus-remove-if-not): New function.
4527 * gnus-art.el (gnus-mime-view-part-as-type)
4528 * gnus-score.el (gnus-summary-score-effect)
4529 * gnus-sum.el (gnus-read-move-group-name):
4530 Replace remove-if-not with gnus-remove-if-not.
4532 * gnus-group.el (gnus-group-completing-read):
4533 Regard collection as a hash table if it is not a list.
4535 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4537 * shr.el (shr-render-td): Allow blank/missing <TD>s.
4539 * shr.el: Document the table-rendering algorithm.
4541 * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
4544 * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
4546 (shr-tag-img): Ignore image fetching errors.
4547 (shr-overlays-in-region): Compute overlay positions correctly.
4549 * mm-decode.el (mm-shr): Require shr.
4551 * gnus-art.el (gnus-blocked-images): Move variable here.
4553 * shr.el (shr-insert-table): Bind free variable.
4555 * mm-decode.el (mm-shr): Bind shr-content-function.
4557 * shr.el (shr-content-function): New variable.
4559 * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
4562 * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
4564 * gnus-group.el (gnus-group-make-group): Doc fix.
4566 * nnimap.el (nnimap-request-newgroups): Return success.
4568 * shr.el (shr-find-elements): New function.
4569 (shr-tag-table): Put all the images after the table.
4570 (shr-tag-table): Really inhibit images inside the table.
4571 (shr-collect-overlays): Copy over overlays from the TD elements to the
4574 * mm-decode.el (mm-shr): Bind shr-blocked-images to
4575 gnus-blocked-images.
4577 2010-10-05 Julien Danjou <julien@danjou.info>
4579 * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
4581 * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
4582 (gnus-html-maximum-image-size): Add this function.
4583 (gnus-html-put-image): Use gnus-html-maximum-image-size.
4585 * sieve-manage.el (sieve-manage-capability): Do not bug out when the
4586 server-value of the capability is nil.
4588 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4590 * shr.el (shr-tag-em): Add <EM> tag.
4592 2010-10-05 Florian Ragwitz <rafl@debian.org> (tiny change)
4594 * sieve-manage.el (sieve-manage-default-stream): Make default stream
4597 * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
4598 handing broken links to browse-url.
4600 2010-10-05 Julien Danjou <julien@danjou.info>
4602 * gnus-util.el (gnus-emacs-completing-read)
4603 (gnus-iswitchb-completing-read): Use autoload rather than require.
4605 2010-10-05 Katsumi Yamaoka <yamaoka@jpl.org>
4607 * gnus-util.el (gnus-completing-read-function): Exclude
4608 gnus-icompleting-read and gnus-ido-completing-read from candidates for
4609 XEmacs since iswitchb.el is very old and ido.el is unavailable in
4612 * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
4613 not to use `delete-dups' that is unavailable in XEmacs 21.4.
4615 * gnus-html.el: Don't require help-fns under XEmacs.
4616 (gnus-html-schedule-image-fetching): Work for XEmacs.
4618 * mm-decode.el (mm-shr): Decode contents by charset.
4620 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4622 * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
4625 * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
4626 (shr-get-image-data): Ensure against the cache file missing.
4628 * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
4631 * spam-report.el (spam-report-url-ping-plain): Don't query about
4632 killing the process.
4634 * shr.el (shr-render-td): Protect against too-wide text.
4636 2010-10-04 Julien Danjou <julien@danjou.info>
4638 * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
4639 (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
4641 * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
4644 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4646 * shr.el (browse-url): Require.
4647 (shr-ensure-paragraph): Don't insert a new newline after empty-ish
4649 (shr-show-alt-text, shr-browse-image): New commands.
4650 (shr-browse-url, shr-copy-url): New commands.
4652 * gnus-sum.el (gnus-widen-article-window): New variable.
4653 (gnus-summary-select-article-buffer): Use it.
4655 * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
4658 2010-10-04 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
4660 * nnir.el (nnir-run-imap): Remove spurious space in search string.
4662 2010-10-04 Julien Danjou <julien@danjou.info>
4664 * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
4667 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4669 * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
4671 * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
4672 (nnimap-close-server): Implement.
4674 * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
4675 (shr-insert): Tweak line breaking.
4676 (shr-insert): Handle <pre> better.
4677 (shr-tag-li): Get <li> indentation right.
4678 (shr-tag-li): Get <li> indentation even righter.
4679 (shr-tag-blockquote): Ensure paragraph start.
4680 (shr-make-table): Tweak table generation.
4681 (shr-make-table): Fix typo.
4683 * shr.el: Implement table rendering.
4685 2010-10-04 Julien Danjou <julien@danjou.info>
4687 * gnus-html.el (gnus-html-put-image): Fix resize image code.
4689 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4691 * shr.el (shr-insert): Use string anchors instead of line anchors.
4693 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4695 * shr.el: Add headings.
4696 (shr-ensure-paragraph): Actually work.
4697 (shr-tag-li): Make <ul> prettier.
4698 (shr-insert): Get white space at the beginning/end of elements right.
4699 (shr-tag-p): Collapse subsequent <p>s.
4700 (shr-ensure-paragraph): Don't insert double line feeds after blank
4702 (shr-insert): \t is also space.
4703 (shr-tag-s): Fix "s" tag name function.
4704 (shr-tag-s): Fix face prop name.
4706 2010-10-03 Julien Danjou <julien@danjou.info>
4708 * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
4710 * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
4711 gnus-window-inside-pixel-edges.
4713 * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
4716 * mm-view.el (mm-inline-image-emacs): Support image resizing.
4718 * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
4721 * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
4724 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4726 * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
4727 beginning of the buffer.
4729 * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
4730 article buffer again.
4732 * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
4734 * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
4735 when it's at the start of the buffer.
4737 * shr.el (shr-tag-blockquote): Convert name.
4738 (shr-rescale-image): Use the right image-size variant.
4740 * gnus-sum.el (gnus-summary-select-article-buffer): If the article
4741 buffer isn't shown, then select the current article first instead of
4743 (gnus-summary-select-article-buffer): Show both the article and summary
4746 * shr.el (shr-fontize-cont): Protect against regions with no text.
4747 Rename tag functions to shr-tag-* for enhanced security.
4748 (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
4750 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
4752 * shr.el (shr-insert):
4753 * pop3.el (pop3-movemail):
4754 * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
4757 2010-10-03 Glenn Morris <rgm@gnu.org>
4759 * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
4761 * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
4763 * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
4765 * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
4767 * gnus-util.el (gnus-make-local-hook): Simplify.
4769 2010-10-02 Julien Danjou <julien@danjou.info>
4771 * gnus-util.el (gnus-iswitchb-completing-read): New function.
4772 (gnus-ido-completing-read): New function.
4773 (gnus-emacs-completing-read): New function.
4774 (gnus-completing-read): Use gnus-completing-read-function.
4775 Add gnus-completing-read-function.
4777 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4779 * shr.el (shr-insert-document): Autoload.
4780 (shr-img): Be silent.
4781 (shr-insert): Add a newline after every picture before text.
4782 (shr-add-font): Use overlays for combining faces.
4783 (shr-insert): Pass upwards the text start point.
4785 * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
4787 (mm-shr): New function.
4789 2010-10-02 Julien Danjou <julien@danjou.info>
4791 * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
4794 2010-10-02 Juanma Barranquero <lekktu@gmail.com>
4796 * shr.el (shr): Fix typo in provide call.
4798 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4802 * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
4804 * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
4807 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4809 * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
4810 we're being queried about. Suggested by Dan Jacobson.
4812 * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
4813 Suggested by Jason Eisner.
4815 * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
4816 table, too. Suggested by Stefan Wiens.
4817 (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
4818 the table unnecessary. Suggested by Stefan Wiens.
4820 * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
4821 longer needed, and probably doesn't work either, as pointed out by
4823 (gnus-summary-exit): Remove call to the clearing function.
4824 (gnus-summary-exit-no-update): Ditto.
4826 * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
4827 instead of gnus-eval-in-buffer-window to avoid popping up frames.
4828 Reported by Stefan Monnier.
4829 (gnus-summary-save-in-rmail): Ditto.
4831 * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
4832 article buffer, instead of both the article buffer and the summary
4833 buffer. Sort of suggested by Dan Jacobson.
4835 * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
4837 * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
4838 Suggested by Dan Jacobson.
4840 * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
4841 documentation clearer.
4843 * message.el (message-shorten-references): Comment on the number "21".
4844 Suggested by Stefan Monnier.
4846 * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
4847 Suggested by Dan Jacobson.
4849 * gnus.el (gnus-large-newsgroup):
4850 Mention gnus-large-ephemeral-newsgroup. Suggested by Dan Jacobson.
4852 * gnus-msg.el (gnus-summary-resend-message): When resending, don't
4853 externalize attachments. Bug reported by Steve Wen.
4855 * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
4856 really message anything to the user.
4858 * nnmail.el (nnmail-article-group): Allow using the fancy split method
4861 * nnimap.el (nnimap-request-group): Low higher than high to signal no
4862 messages in empty groups.
4864 2010-10-01 Ted Zlatanov <tzz@lifelogs.com>
4866 * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
4869 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4871 * gnus-group.el (gnus-group-completing-read): Return the symbol name,
4872 not the value from the collection.
4874 * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
4875 values. This sometimes happens on some groups that have no info.
4876 (nnimap-request-newgroups): New function.
4878 2010-10-01 Teodor Zlatanov <tzz@lifelogs.com>
4880 * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
4881 check into `gnus-registry-initialize'.
4882 (gnus-registry-initialize): Ditto.
4883 Fix and extend header docs.
4885 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4887 * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
4888 regexp backtrace overflows.
4890 * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
4891 for starttls that tls.el implements; i.e. openssl.
4893 2010-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
4895 * gravatar.el: Don't load image.el that XEmacs doesn't provide.
4896 (gravatar-create-image): New function that's an alias to
4897 gnus-xmas-create-image, gnus-create-image, or create-image.
4898 (gravatar-data->image): Use it.
4900 2010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
4902 * gnus-registry.el (gnus-registry-install-nnregistry): New function to
4903 install the nnregistry refer method.
4904 (gnus-registry-install-hooks): Use it.
4905 (gnus-registry-unfollowed-groups): Add nnmairix to the default
4908 2010-09-30 Jose A. Ortega Ruiz <jao@gnu.org> (tiny change)
4910 * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
4913 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4915 * nnir.el: Use the server names without suffixes (bug #7009).
4917 * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
4918 unencrypted to STARTTLS, if possible.
4920 2010-09-30 Teemu Likonen <tlikonen@iki.fi> (tiny change)
4922 * message.el (message-ignored-supersedes-headers): Strip Injection-*
4923 headers before superseding.
4925 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4927 * nnrss.el (nnrss-use-local): Add documentation.
4929 * nnimap.el (nnimap-extend-tls-programs): New function.
4930 (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
4931 (nnimap-wait-for-connection): Accept the greeting from the stupid
4932 output from openssl s_client -starttls, too.
4934 * nnimap.el (nnimap-find-article-by-message-id): Really return the
4936 (nnimap-split-fancy): New variable.
4937 (nnimap-split-incoming-mail): Use it.
4939 * nntp.el (nntp-server-list-active-group): Document.
4941 * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
4942 SELECT to get the message-id.
4944 * mail-source.el (mail-sources): Remove webmail support.
4946 (mail-source-fetcher-alist): Ditto.
4947 (mail-source-fetch-webmail): Remove.
4949 * webmail.el: Remove -- doesn't seem relevant any more.
4951 * gnus.el: Fix up make-obsolete-variable declarations throughout.
4953 * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
4956 2010-09-30 Julien Danjou <julien@danjou.info>
4958 * gnus-agent.el (gnus-agent-add-group): Fix call to
4959 gnus-completing-read.
4961 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4963 * nndoc.el (nndoc-retrieve-groups): New function.
4965 * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
4966 `default', use nnmail-split-methods.
4967 (nnimap-request-article): Downcase the NILs so that they are nil.
4969 * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
4972 * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
4973 code, since if the user has requested network, that's what they ought
4975 (nnimap-request-set-mark): Erase the buffer before issuing commands.
4976 (nnimap-split-rule): Mark as obsolete.
4978 * pop3.el (pop3-send-streaming-command, pop3-stream-length):
4981 * nnimap.el (nnimap-insert-partial-structure): Get the type from the
4984 2010-09-29 Julien Danjou <julien@danjou.info>
4986 * gnus.el (gnus-local-domain): Declare variable obsolete.
4988 * gnus-util.el (gnus-icompleting-read): Require iswitchb.
4989 Fix history computing.
4990 (gnus-ido-completing-read): Require ido.
4992 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4994 * gnus-registry.el: Don't prompt on load, which makes it impossible to
4997 * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
4998 when interpreting the structures.
4999 (nnimap-request-accept-article): Add \r\n to the lines to make this
5002 * nndraft.el (nndraft-request-expire-articles): Use the group name
5003 instead if "nndraft". Fix found by Nils Ackermann.
5005 2010-09-29 Ludovic Courtes <ludo@gnu.org>
5007 * nnregistry.el: Add.
5009 2010-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
5011 * nnmail.el (group, group-art-list, group-art):
5012 Remove unneeded directives.
5014 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
5016 * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
5018 * rfc2047.el (rfc2047-syntax-table)
5019 * utf7.el (utf7-utf-16-coding-system): Comment fix.
5021 * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
5022 rather than `insert-file-contents' and `eval-region'.
5024 2010-09-29 Julien Danjou <julien@danjou.info>
5026 * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
5027 replacement of `gnus-gravatar-relief' to mimic
5028 `gnus-faces-properties-alist'.
5029 Add :version property.
5031 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
5033 * mail-source.el (mail-source-report-new-mail)
5034 * message.el (message-default-mail-headers)
5035 * mm-decode.el (mm-valid-image-format-p): Comment fix.
5037 * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
5039 2010-09-28 Julien Danjou <julien@danjou.info>
5041 * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
5042 mail-address contains the same string as real-name.
5044 * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
5045 non-blank in header, otherwise it'll get stripped.
5047 * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
5048 real-name, and then for mail address rather than doing : or , search.
5050 2010-09-27 Julien Danjou <julien@danjou.info>
5052 * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
5053 right completing-read function.
5054 (gnus-use-ido): New variable
5055 (gnus-completing-read-with-default): Remove.
5056 * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
5057 (gnus-agent-add-group):
5058 * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
5059 * mm-view.el (mm-view-pkcs7-decrypt):
5060 * mm-util.el (mm-codepage-setup):
5061 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
5062 * mml-smime.el (mml-smime-openssl-sign-query):
5063 * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
5064 (mml-insert-multipart):
5065 * gnus-msg.el (gnus-summary-yank-message):
5066 * gnus-int.el (gnus-start-news-server):
5067 * mm-decode.el (mm-interactively-view-part):
5068 * gnus-dired.el (gnus-dired-attach):
5069 * gnus.el (gnus-read-method):
5070 * gnus-bookmark.el (gnus-bookmark-jump):
5071 * gnus-art.el (gnus-mime-view-part-as-type)
5072 (gnus-mime-action-on-part, gnus-article-encrypt-body):
5073 * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
5074 (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
5075 * nnmairix.el (nnmairix-create-server-and-default-group)
5076 (nnmairix-update-groups, nnmairix-get-server)
5077 (nnmairix-backend-to-server, nnmairix-goto-original-article)
5078 (nnmairix-get-group-from-file-path):
5079 * nnrss.el (nnrss-find-rss-via-syndic8):
5080 * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
5081 (gnus-group-make-useful-group, gnus-group-add-to-virtual)
5082 (gnus-group-browse-foreign-server):
5083 * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
5084 (gnus-summary-execute-command, gnus-summary-respool-article)
5085 (gnus-read-move-group-name):
5086 * gnus-score.el (gnus-summary-increase-score)
5087 (gnus-summary-score-effect):
5088 * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
5090 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
5092 * nnimap.el (auth-source-forget-user-or-password)
5093 (auth-source-user-or-password): Autoload.
5095 * message.el (message-from-style, message-interactive)
5096 (message-signature): Remove comment.
5097 (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
5099 (message-sendmail-envelope-from): Comment fix.
5100 (message-yank-prefix): Default to mail-yank-prefix always.
5101 (message-indentation-spaces):
5102 Default to mail-indentation-spaces always.
5103 (message-signature-file): Default to mail-signature-file always.
5105 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5107 * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
5108 (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
5111 * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
5113 (nnimap-request-article): Work with the t setting, too.
5115 * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
5116 that you don't get flashes of other buffers.
5117 (gnus-summary-show-complete-article): Intern before setting.
5119 2010-09-27 David Engster <dengste@eml.cc>
5121 * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
5123 (nnmairix-retrieve-headers): Provide new argument for the above.
5125 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5127 * gnus-sum.el (gnus-summary-move-article): Don't alter
5128 gnus-newsgroup-active. This makes `/ N' work after copying to the same
5131 * nnimap.el (nnimap-update-info): Don't destructively alter active.
5133 * message.el (message-cite-prefix-regexp): Revert my last edit.
5135 * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
5136 variable instead of the Gnus variable.
5138 * nnimap.el (nnimap-find-wanted-parts-1): Use it.
5140 * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
5142 * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
5143 since some servers don't like it.
5144 (nnimap-open-connection): Forget credentials if the server says the
5146 (nnimap-parse-line): Protect against invalid data.
5148 * gnus-sum.el (gnus-summary-move-article): Add comment.
5149 (gnus-summary-insert-new-articles): Copy the old-high watermark so that
5150 nothing alters it while scanning for new messages.
5152 * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
5153 which may or may not help.
5154 (nnimap-open-connection): If we're doing a stream connection, and then
5155 discover we're on a STARTTLS-capable server, then open a STARTTLS
5158 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5160 * nnimap.el (utf7): Require.
5162 * message.el (message-cite-prefix-regexp): Remove "}" from citation
5165 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
5167 * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
5169 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5171 * nnimap.el (nnimap-request-accept-article): Message the error on
5174 2010-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
5176 * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
5178 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5180 * nndoc.el (nndoc-request-list): Return success always.
5182 * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
5183 `fetch-old' -- we only want to fetch the articles we've requested.
5184 The rest are in the agent, probably.
5185 (gnus-agent-read-servers-validate): Change the level for the "Ignoring
5186 disappeared server" to something low. It's not important.
5188 * nnimap.el (nnimap-get-whole-article): Remove the data that may have
5189 arrived before the FETCH data.
5191 * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
5192 target here, because we don't know the Gnus name of the group.
5194 * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
5195 for the correct group.
5197 * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
5199 * gnus.el (gnus): Give a final warning after startup.
5201 * gnus-util.el (gnus-action-message-log): New variable.
5202 (gnus-message): Use it.
5203 (gnus-final-warning): New function.
5205 * nnimap.el (nnimap-open-connection): Record the greeting.
5206 (nnimap): Add greeting.
5208 2010-09-26 Julien Danjou <julien@danjou.info>
5210 * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
5212 (gnus-html-wash-images): Fix spec computing to include start/end.
5214 * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
5216 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5218 * nnimap.el (nnimap-request-expire-articles): Compress ranges before
5220 (nnimap-retrieve-headers): Don't select the group, because that's
5221 already done by nnimap-possibly-change-group.
5223 * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
5224 (gnus-picon-transform-address): Use it.
5226 * mail-source.el (mail-source-value): Revert previous patch.
5228 * nnimap.el (nnimap-credentials): Allow inhibiting the password query
5230 (nnimap-open-connection): Look up both virtual and physical server name
5233 * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
5235 2009-02-08 Dave Love <fx@gnu.org>
5237 * gnus-win.el (gnus-window-to-buffer-helper)
5238 (gnus-all-windows-visible-p): Function needn't be a symbol.
5240 * mail-source.el (mail-source-value): Function needn't be a symbol.
5242 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5244 * message.el (message-cite-prefix-regexp): Remove } from the cite
5247 * gnus-art.el (gnus-treatment-function-alist): Do picons before
5248 highlight again, so that the highlight is correct.
5250 * gnus-picon.el (gnus-picon): Remove again.
5251 (gnus-picon-create-glyph): Set the background XPM colour explicitly.
5253 * gnus-art.el (gnus-treatment-function-alist): Insert picons after
5254 doing the header highlightling, so that the background colour of the
5257 * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
5258 (gnus-picon): Ditto.
5259 (gnus-picon): Reinstate. The background colour for picons is white.
5260 (gnus-picon-insert-glyph): Make the background white.
5262 * nnml.el (nnml-open-nov): Don't return dead buffers.
5264 * auth-source.el (auth-source-create): Query the user for whether to
5265 store the credentials.
5267 * auth-source.el (auth-source-user-or-password): Use the existing auth
5268 sources, if any, for creation.
5270 * gnus.el (gnus-group-fast-parameter): Return the last matching
5271 parameter instead of the first matching parameter.
5273 2010-09-26 Julien Danjou <julien@danjou.info>
5275 * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
5277 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5279 * mml2015.el (mml2015-use): Remove gpg support.
5281 * mml1991.el (mml1991-function-alist): Remove gpg function.
5282 (mml1991-gpg-sign): Remove.
5284 2010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
5286 * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
5287 (gnus-browse-unsubscribe-current-group): Document it.
5288 (gnus-browse-unsubscribe-group): Use it.
5290 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5292 * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
5293 address to the To list for easier response.
5295 * gnus.el (gnus-play-startup-jingle): Remove.
5296 (gnus-splash): Don't play jingle.
5297 (gnus): Silence gnus-load message.
5299 * gnus-art.el (gnus-treat-play-sounds): Remove.
5301 * gnus.el (gnus-play-jingle): Remove audio support.
5303 * gnus-cus.el (gnus-score-customize): Remove audio reference.
5305 * earcon.el: Remove -- no users.
5307 * gnus-audio.el: Remove -- no users of this package.
5309 * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
5311 * gnus-start.el (gnus-setup-news): Remove nocem support.
5313 * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
5315 * gnus.el (gnus-use-nocem): Remove.
5317 * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
5320 * gnus-nocem.el (gnus-nocem-issuers): Remove file. Apparently nobody
5321 uses NoCeM any more.
5323 * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
5324 (gnus-button-ctan-handler): Ditto.
5325 (gnus-button-handle-ctan-bogus-regexp): Ditto.
5326 (gnus-button-ctan-directory-regexp): Ditto.
5327 (gnus-button-handle-ctan): Ditto.
5328 (gnus-button-tex-level): Ditto.
5329 (gnus-button-alist): Remove CTAN stuff.
5331 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
5333 * nnimap.el (nnimap-wait-for-response): Reverse logic in the
5334 nnimap-streaming test.
5336 * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
5339 * nnimap.el (nnimap-open-connection): Add more error reporting when
5342 * nnheader.el (nnheader-get-report-string): New function.
5343 (nnheader-get-report): Use it.
5345 * gnus-int.el (gnus-check-server): Say what the error was when opening
5348 * nnimap.el (nnimap-wait-for-response): Search further when we're not
5351 2010-09-25 Julien Danjou <julien@danjou.info>
5353 * gnus-html.el (gnus-html-rescale-image): Use our defalias
5354 gnus-window-inside-pixel-edges.
5356 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
5358 * gnus-srvr.el (gnus-server-copy-server): Add documentation.
5360 * mm-decode.el (mm-save-part): Allow saving to other directories the
5363 * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
5364 Suggested by Jay Berkenbilt.
5366 * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
5367 there isn't a single byte.
5369 * gnus-int.el (gnus-open-server): Don't query whether to go offline --
5370 just do it. It doesn't really seem to matter what the user responds
5371 here, I think, so it's just a confusing question.
5373 * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
5376 * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
5377 (gnus-article-encrypt-body): Use it.
5379 * gnus-sum.el (gnus-summary-show-complete-article): New command and
5382 * nnimap.el (nnimap-find-wanted-parts-1):
5383 Use gnus-fetch-partial-articles.
5385 * gnus-art.el (gnus-fetch-partial-articles): New variable.
5387 * nnimap.el (nnimap-insert-partial-structure): New function.
5388 (nnimap-get-partial-article): New function.
5389 (nnimap-request-article): Use it.
5390 (nnimap-wait-for-response): Return whether the wait was successful.
5391 (nnimap-finish-retrieve-group-infos): Don't do anything if the
5392 retrieval wasn't successful.
5393 (nnimap-retrieve-group-data-early): Allow throttling servers.
5394 (nnimap-streaming): New variable.
5395 (nnimap-fetch-partial-articles): Remove.
5397 * mm-decode.el (mm-with-part): Protect against killed buffers.
5399 * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
5400 for prettier summary display.
5402 2010-09-25 Andrew Cohen <cohen@andy.bu.edu> (tiny change)
5404 * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
5406 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
5408 * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
5409 apparently third-party libraries depend on it.
5411 * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
5412 before starting negotiation.
5414 * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
5416 (gnus-treat-mail-gravatar): Ditto.
5418 * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
5419 buffer when inserting images. Inserting text into the headers, for
5420 instance, can make them invalid.
5422 2010-09-25 Julien Danjou <julien@danjou.info>
5424 * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
5427 * nnheader.el: Remove useless variables news-reply-yank-from and
5428 news-reply-yank-message-id.
5430 * mml2015.el: Remove useless mc-default-scheme and mc-schemes
5433 * mml1991.el: Remove useless mml1991-verbose.
5435 * gnus.el: Remove useless variable gnus-use-generic-from.
5436 Remove obsolete variable gnus-topic-indentation.
5438 * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
5440 * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
5442 * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
5444 * gnus-group.el: Remove useless gnus-group-icon-cache.
5445 Remove useless gnus-ephemeral-group-server.
5447 * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
5449 * mml2015.el: Remove useless mml2015-verbose.
5451 * mml-smime.el: Remove useless mml-smime-verbose.
5453 * gnus.el: Remove useless gnus-local-domain.
5455 * gnus-gravatar.el (gnus-gravatar-transform-address):
5456 Use gnus-gravatar-size.
5458 * gnus-art.el: Remove useless gnus-treat-translate.
5460 2010-09-24 Julien Danjou <julien@danjou.info>
5462 * gnus-sum.el: Add support for Gravatars.
5464 * gnus-art.el: Add support for Gravatars.
5466 * gnus-gravatar.el: Add this file.
5468 * gravatar.el: Add this file.
5470 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5472 * gnus-sum.el (gnus-summary-fetch-faq): Remove.
5474 * gnus-group.el (gnus-group-fetch-faq): Remove.
5476 * gnus.el (gnus-group-faq-directory): Remove.
5478 * gnus-group.el (gnus-group-fetch-charter): Remove.
5480 * gnus.el (gnus-group-charter-alist): Remove.
5482 * gnus-group.el (gnus-group-archive-directory): Remove.
5483 (gnus-group-recent-archive-directory): Ditto.
5484 (gnus-group-make-archive-group): Remove.
5486 * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
5488 * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
5489 use the same article number for all the cached articles.
5491 * nnimap.el (nnimap-command): Register the last command time so
5492 that we can use it for idling NOOPs.
5493 (nnimap-open-connection): Start the keeplive timer.
5494 (nnimap-make-process-buffer): Store all the process buffers.
5495 (nnimap-keepalive): New function.
5497 * starttls.el (starttls-open-stream): Add autoload cookie.
5499 2010-09-24 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
5501 * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
5504 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5506 * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
5507 its data structures.
5509 * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
5510 instead of the cl.el copy-list.
5511 (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
5514 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
5516 * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
5517 and tool-bar-local-item-from-menu.
5519 * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
5520 mode-line-highlight face for Emacs.
5522 * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
5523 loading gnus-sum.elc; fix comment for canlock-verify.
5524 (gnus-article-jump-to-part): Use read-number.
5525 (gnus-insert-mime-button, gnus-insert-mime-security-button):
5526 Remove Emacs pre-21 compatible code for help-echo.
5527 (gnus-article-next-page-1): No need to adjust the number of lines.
5528 (gnus-article-describe-bindings): Always use help-buffer.
5530 * gnus-audio.el (gnus-audio-inline-sound)
5531 * gnus-cus.el (gnus-custom-mode)
5532 * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
5534 * gnus-sum.el (gnus-remove-overlays): Doc fix.
5536 * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
5539 2010-09-24 Glenn Morris <rgm@gnu.org>
5541 * message.el (message-output): Use gnus-output-to-rmail if a buffer is
5542 visiting the fcc file in rmail-mode.
5544 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
5546 * nnir.el: Silence the byte compiler.
5548 * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
5549 alias to browse-url-url-encode-chars if any.
5550 (gnus-html-encode-url): Use it.
5552 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5554 * gnus-start.el (gnus-use-backend-marks): New variable.
5555 (gnus-get-unread-articles-in-group): Use it.
5557 * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
5560 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
5562 * nnimap.el (nnimap-retrieve-headers): Return 'headers.
5564 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5566 * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
5568 (gnus-setup-news-hook):
5569 Remove gnus-fixup-nnimap-unread-after-getting-new-news.
5571 * gnus-int.el (gnus-request-update-info): Protect against backends not
5572 having the function.
5574 * nnimap.el (nnimap-stream): Mention starttls.
5575 (nnimap-open-connection): Add starttls support.
5577 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
5579 * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
5581 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5583 * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
5585 (nnimap-transform-headers): Unfold quoted {42} headers.
5587 * gnus-start.el (gnus-get-unread-articles): Allow backends to update
5589 (gnus-get-unread-articles): Only call updatep on backends that support
5592 * nnweb.el (nnweb-request-update-info): NOOP.
5594 * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
5596 * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
5597 since it only deals with marks.
5599 * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
5600 gnus-request-marks, and make a new gnus-request-update-info.
5602 * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
5603 the active instead of the high number, which is usually too low.
5605 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
5607 * encrypt.el: Remove.
5609 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5611 * nnimap.el (nnimap-update-info): Sync non-standard flags from the
5612 server in symbolic form.
5614 * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
5616 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5618 * nnimap.el (nnimap-parse-flags): Parse the data in any order.
5619 (nnimap-update-info): Fix up code slightly.
5621 * gnus-int.el (gnus-open-server): Add tracing for performance
5624 * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
5625 (gnus-group-insert-group-line): Pass the real group name so that it
5626 gets the right data.
5628 * gnus-start.el (gnus-get-unread-articles): Don't have
5629 `gnus-get-unread-articles-in-group' update info, since that can be
5630 really slow and doesn't seem to be needed?
5632 2010-09-22 Julien Danjou <julien@danjou.info>
5634 * gnus-group.el (gnus-group-insert-group-line):
5635 Call gnus-group-highlight-line.
5636 (gnus-group-update-hook): Remove gnus-group-highlight-line from the
5638 (gnus-group-update-eval-form): Add new function.
5639 (gnus-group-highlight-line): Use gnus-group-update-eval-form.
5640 (gnus-group-get-icon): Use gnus-group-update-eval-form.
5642 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5644 * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
5645 immediate, then expire all articles.
5646 (nnimap-update-info): Fix off-by-one errors.
5647 (nnimap-flags-to-marks): Would return no marks lists for group with no
5648 flags. Instead return the other data.
5650 2010-09-22 Julien Danjou <julien@danjou.info>
5652 * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
5653 Only return an icon.
5654 (gnus-group-insert-group-line): Compute icon to return.
5656 * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
5657 (gnus-html-image-fetched): Only cache if
5658 gnus-html-image-automatic-caching is set.
5659 (gnus-html-image-fetched): Check for errors.
5661 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5663 * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
5664 once per method on `g'. This ensures that backends like nnfolder don't
5665 open all their folders.
5667 * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
5668 (nnimap-request-list): Nix out group in the correct buffer.
5669 (nnimap-parse-flags): Implement by using `read' instead of
5671 (nnimap-flags-to-marks): Pass on permanent-flags.
5672 (nnimap-make-process-buffer): Record the server name.
5673 (nnimap-parse-flags): Fix typo.
5674 (nnimap-request-scan): Run split on the server in general, not just a
5677 * nnmail.el (nnmail-split-incoming): Take an optional junk-func
5678 parameter, and propagate this downwards.
5680 * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
5681 since EXAMINE changes it on the server.
5683 * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
5684 this command might take a while.
5686 2010-09-22 Julien Danjou <julien@danjou.info>
5688 * gnus-html.el (gnus-html-put-image): Stop using markers. They are
5689 harmful if you have 2 images side-by-side, they can't be properly
5690 update on text deletion. Using text-property is safer here.
5691 (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
5694 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5696 * nnimap.el (nnimap-expunge-inbox): Remove.
5697 (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
5698 (nnimap-expunge): Flip default to t.
5700 * gnus.el (gnus-method-to-server): Don't push things to the cache
5702 (gnus-server-to-method): Ditto.
5704 2010-09-22 Teodor Zlatanov <tzz@lifelogs.com>
5706 * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
5708 2010-09-22 Julien Danjou <julien@danjou.info>
5710 * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
5711 get the start of data.
5712 (gnus-html-encode-url): Add this function to encode special chars in
5714 (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
5715 (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
5717 * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
5719 (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
5721 * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
5723 (gnus-html-put-image): Put alt-text as help-echo.
5725 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
5727 * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
5728 * mm-util.el (mm-decompress-buffer)
5729 * nnir.el (nnir-run-find-grep)
5730 * pop3.el (pop3-list): Use 3rd arg of split-string.
5732 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5734 * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
5735 outside the active range. Suggested by Dan Christensen.
5737 * gnus-start.el (gnus-get-unread-articles): Get the extended method
5738 slightly later to avoid double-getting it.
5740 * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
5743 * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
5745 2010-09-21 Adam Sjøgren <asjo@koldfront.dk>
5747 * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
5749 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5751 * gnus-int.el (gnus-open-server): Give a better error message in the
5754 * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
5755 marks for nnimap, which is seldom the right thing to do.
5757 * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
5758 (gnus-same-method-different-name): New function.
5760 * nnimap.el (parse-time): Require.
5762 * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
5763 method in the presence of many similar methods.
5765 * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
5767 * nnimap.el (nnimap-find-expired-articles): Don't refer to
5768 nnml-inhibit-expiry.
5770 * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
5771 find out whether methods are equal.
5773 * nnimap.el (nnimap-find-expired-articles): New function.
5774 (nnimap-process-expiry-targets): New function.
5775 (nnimap-request-move-article): Request the article before looking at
5776 what the Message-ID is. Fix found by Andrew Cohen.
5777 (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
5779 * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
5780 for oldness in addition to being a predicate.
5782 * nnimap.el (nnimap-request-group): When we have zero articles, return
5783 the right data to Gnus.
5784 (nnimap-request-expire-articles): Only delete articles immediately if
5785 the target is 'delete.
5787 * gnus-sum.el (gnus-summary-move-article): When respooling to the same
5788 method, this would bug out.
5790 * gnus-group.el (gnus-group-expunge-group): Rename from
5791 gnus-group-nnimap-expunge, and implemented as a normal interface
5794 * gnus-int.el (gnus-request-expunge-group): New function.
5796 * nnimap.el (nnimap-request-create-group): Implement.
5797 (nnimap-request-expunge-group): New function.
5799 2010-09-21 Julien Danjou <julien@danjou.info>
5801 * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
5802 (gnus-html-cache-expired): Add new function.
5803 (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
5804 wethever we should display image for fetch it.
5805 Compute alt-text earlier to pass it to the fetching function too.
5806 (gnus-html-schedule-image-fetching): Change function argument to only
5807 get one image at a time, not a list.
5808 (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
5810 (gnus-html-get-image-data): New function to retrieve image data from
5812 (gnus-html-put-image): Change buffer argument to use image data rather
5813 than file, and place image above region rather than inserting a new
5814 one. Do not take alt-text as argument, since it's useless now: we place
5815 the image above alt-text.
5816 (gnus-html-prune-cache): Remove.
5817 (gnus-html-show-images): Start to fetch image when we find one, do not
5818 push into a temporary list.
5819 (gnus-html-prefetch-images): Only fetch image if they have expired.
5820 (gnus-html-browse-image): Fix, use 'gnus-image-url.
5821 (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
5823 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
5825 * rfc2047.el (rfc2047-encode-parameter): Doc fix.
5827 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
5829 * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
5830 spec inser "*" if the group isn't active instead of 0.
5832 * nnimap.el (nnimap-request-group): Don't select the imap buffer before
5834 (nnimap-request-delete-group): Implement group deletion.
5835 (nnimap-transform-headers): Return the size of the entire message in
5836 the Bytes header, not just the size of the first part.
5837 (nnimap-request-move-article): When moving an article from nnimap,
5838 request the article first so the accepting form has an article to
5839 accept. Reported by Dan Christensen.
5840 (nnimap-command): Make sure that the error message doesn't error out.
5842 2010-09-20 David Edmondson <dme@dme.org> (tiny change)
5844 * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
5845 we haven't requested anything.
5847 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
5849 * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
5850 "". Fix found by Andrew Cohen.
5852 * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
5853 instead of -encode-string.
5855 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
5857 * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
5859 * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
5860 by mm-subst-char-in-string.
5862 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5864 * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
5865 waiting for the connection string.
5867 * gnus-html.el (gnus-html-image-fetched): Protect against the data not
5870 * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
5871 bogus characters. This allows selecting certain Gmail groups.
5873 * nnimap.el (nnimap-find-wanted-parts-1): New function.
5874 (nnimap-fetch-partial-articles): New variable.
5875 (nnimap-open-connection): When looking for credentials, also use the
5877 (nnimap-request-article): Return the group/article number, so that Gnus
5878 `^' works as expected.
5879 (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
5881 * gnus.el (gnus-similar-server-opened): Refactor a bit and add
5883 (gnus-methods-sloppily-equal): New function.
5884 (gnus): When using the development version of Gnus, load the gnus-load
5887 * gnus-start.el (gnus-get-unread-articles): Make sure that we call
5888 `gnus-open-server' on each method before trying to scan them etc.
5889 This ensures that all the backend parameters are set correctly.
5891 * nnimap.el (nnimap-authenticator): New variable.
5892 (nnimap-open-connection): Allow anonymous login.
5893 (nnimap-transform-headers): The chars header is called Chars not Bytes.
5894 (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
5896 * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
5897 patch, found by Knut Anders Hatlen.
5899 2010-09-19 Andreas Schwab <schwab@linux-m68k.org>
5901 * gnus-agent.el (gnus-agent-batch-confirmation)
5902 (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
5904 * gnus-art.el (gnus-article-describe-briefly): Likewise.
5905 * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
5906 (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
5907 * gnus-int.el (gnus-open-server): Likewise.
5908 * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
5909 (gnus-score-check-syntax): Likewise.
5910 * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
5911 * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
5913 * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
5915 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5917 * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
5918 calling conventions so that prefetch doesn't bug out.
5920 2010-09-19 Julien Danjou <julien@danjou.info>
5922 * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
5923 rather than `subst-char-in-region' in order to be able to replace ASCII
5926 * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
5928 (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
5929 the right URL and ALT text on images.
5930 (gnus-html-wash-tags): Fix tag case.
5931 Add support for `s' and `ins' tags. Use gnus-emphasis-* faces.
5932 (gnus-article-html): Add -o display_ins_del=2 option.
5933 (gnus-html-wash-tags): Add better support for <ul> tags symbols.
5935 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5937 * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
5938 the extra mail headers, which sometimes seem to happen for unknown
5941 * mail-parse.el (mail-header-encode-parameter): Define as
5942 rfc2045-encode-string instead of as rfc2231-encode-string, since some
5943 (or most, perhaps?) mail readers don't understand the latter, but do
5944 understand the former.
5946 * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
5947 to nil, so that no methods are automatically agentized. I think this
5948 is probably what most users want.
5950 * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
5951 from url-retrieve, for instance about invalid URLs.
5953 * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
5954 groups that have no articles.
5955 (nnimap-request-article): Check that we really got an article when we
5958 * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
5961 * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
5962 nntp buffer so the agent can save it.
5963 (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
5964 that CRLF doesn't get translated to \n.
5965 (nnimap-open-connection): Don't make 'shell commands only send \n.
5967 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5969 * nnml.el (nnml-files): Add prefix to dynamic var `files'.
5970 (nnml-generate-nov-databases-directory, nnml-generate-active-info):
5972 (nnml-generate-nov-file): Use dolist.
5973 (nnml-directory-articles, nnml-current-group-article-to-file-alist):
5974 Use with-current-buffer.
5976 2010-09-18 Julien Danjou <julien@danjou.info>
5978 * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
5981 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
5983 * nnimap.el (nnimap-update-info): When doing partial marks update, get
5984 the range update right.
5985 (nnimap-request-group): Don't make `M-g' bug out on group with no
5987 (nnoo): Require, so that other packages can require nnimap.
5988 (nnimap-wait-for-response): Be a bit more lax in finding the end of the
5989 command we're looking for. This helps when the server sends more
5990 responses after we've gotten everything we expected.
5991 (nnimap): Add a `newlinep' field to keep track of end-of-line
5993 Don't send CRLF to things that don't want it.
5994 (nnimap-request-accept-article): Ditto.
5996 2010-09-18 Julien Danjou <julien@danjou.info>
5998 * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
5999 than curl to retrieve images.
6001 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
6003 * nnimap.el (nnimap-update-info): Extend the info so that we can set
6005 (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
6006 (nnimap-wait-for-connection): New function.
6007 (nnimap-open-connection): If we have PREAUTH, don't query for login
6009 (nnimap-update-info): Fix off-by-one error when concatenating ranges
6010 when doing a partial update.
6012 2010-09-18 Julien Danjou <julien@danjou.info>
6014 * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
6017 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
6019 * nnimap.el (nnimap-credentials): New function.
6020 (nnimap-open-connection): Use the new function to look for credentials
6021 also on the numeric equivalents of "imap" and "imaps".
6023 * gnus-start.el (gnus-activate-group): Send the info to
6026 * nnimap.el (nnimap-request-group): Have the "check" version of the
6027 function parse flags and update the info, so that a `M-g' get a total
6028 resync of all flags from the group.
6030 * gnus-int.el (gnus-request-group): Take an optional `info' parameter
6031 to allow backends to alter the info on group selection. Also alter all
6032 the backend -request-group functions to take the parameter.
6034 * nnimap.el (nnimap-store-info): New function.
6035 (nnimap-update-info): Store the info for later usage.
6036 (nnimap-request-group): Use the stored info for the dont-check case, so
6037 that we don't retrieve all marks when we enter a group.
6039 * nnimap.el: Use deffoo instead of defun for interface functions.
6041 * gnus-start.el (gnus-get-unread-articles): Allow the backends to
6042 update the group info. This makes the nndraft groups, for instance, go
6043 back to their old behaviour.
6045 * gnus-sum.el (gnus-select-newsgroup): Indent.
6047 * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
6049 (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
6052 * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
6053 from methods that are denied.
6055 * gnus-int.el (gnus-method-denied-p): New function.
6057 * nnimap.el (nnimap-open-connection): Use auth-sources to query and
6058 store the password instead of netrc.
6059 (nnimap-open-connection): Don't error out when we can't make a
6062 * auth-source.el (auth-source-create): In the password prompt, say what
6063 we're querying for. Also prompt for user name if that hasn't been
6066 * nnimap.el (nnimap-with-process-buffer): Remove.
6068 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6070 * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
6071 method when we're reading from the agent.
6073 * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
6075 * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
6076 that's probably most useful for users.
6078 * gnus-int.el (gnus-check-server): Save result so that it doesn't say
6079 "failed" all the time.
6081 * gnus.el: Throughout all files, replace (save-excursion (set-buffer
6082 ...)) with (with-current-buffer ... ).
6084 * nntp.el (nntp-open-server): Return whether the open was successful or
6087 * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
6088 select an unread unseen article first.
6090 * nnimap.el (nnimap-open-connection): If the user doesn't have a
6091 /etc/services, supply some sensible port defaults.
6093 2010-09-17 Julien Danjou <julien@danjou.info>
6095 * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
6097 2010-09-17 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
6099 * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
6100 doesn't have any parameters.
6102 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6104 * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
6105 only upcased checks.
6107 * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
6109 * nnimap.el (nnimap-open-shell-stream): New function.
6110 (nnimap-open-connection): Use it.
6111 (nnimap-transform-headers): Get the number of lines in each message.
6112 (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
6114 (nnimap-request-list): Not all servers return UIDNEXT. Work past this
6117 * utf7.el (utf7-encode): Autoload.
6119 * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
6120 to allow the mail splitting to not return a default group. This is
6121 useful for nnimap, which will leave unmatched mail in the inbox.
6123 * nnimap.el: Rewritten.
6125 * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
6128 * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
6129 if the move is internal, so that nnimap can do fast internal moves.
6131 * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
6133 (gnus-read-active-for-groups): Support finishing the early retrieval of
6136 * gnus-range.el (gnus-range-nconcat): New function.
6138 * gnus-int.el (gnus-finish-retrieve-group-infos)
6139 (gnus-retrieve-group-data-early): New functions.
6141 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6143 * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
6144 (nnrss-retrieve-groups):
6145 * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
6146 (pop3-quit): Use with-current-buffer.
6148 2010-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
6150 * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
6151 instead of nnheader-accept-process-output.
6153 * gnus-html.el (gnus-html-schedule-image-fetching)
6154 (gnus-html-prefetch-images): Replace process-kill-without-query by
6155 gnus-set-process-query-on-exit-flag.
6157 2010-09-16 Romain Francoise <romain@orebokech.com>
6159 * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
6161 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6163 * gnus-registry.el (gnus-registry-install-shortcuts): The second
6164 parameter to unintern is mandatory-ish in Emacs 24.
6166 * gnus-html.el (gnus-html-schedule-image-fetching)
6167 (gnus-html-prefetch-images): Check for curl before using it.
6169 * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
6170 depend on curl, which isn't essential.
6172 * imap.el: Revert back to version
6173 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
6176 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
6178 * gnus-registry.el (gnus-registry-install-shortcuts):
6179 Explicitly pass `obarray' to `unintern' to avoid a warning.
6181 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6183 * gnus-start.el (gnus-read-active-for-groups): Revert the previous
6186 * nnrss.el (nnrss-request-list): Remove this function and related
6187 functions, including the moreover stuff.
6189 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6191 * nnrss.el (nnrss-retrieve-groups): New function.
6193 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
6195 * .dir-locals.el: Add no-byte-compile cookie.
6197 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
6199 * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
6200 for back end that doesn't support request-scan.
6202 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
6204 * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
6205 then do request scans from the backends.
6207 * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
6208 avoid running a hook per line, since this takes a lot of time,
6210 (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
6211 directly if gnus-visual-p is true.
6213 2010-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
6215 * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
6216 groups; replace mapcar with dolist which is a bit faster; pass groups
6217 info to gnus-read-active-file-1.
6218 (gnus-read-active-file-1): Scan only specified groups if the new
6219 optional arg `infos' is given.
6221 2010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
6223 * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
6225 * pop3.el (pop3-movemail): Remove.
6226 (pop3-streaming-movemail): Rename to pop3-movemail.
6228 * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
6229 don't restrict end-tag searches to the end of the line.
6231 2010-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
6233 * gnus-start.el (gnus-get-unread-articles): Set the number of unread
6234 articles of every unchecked group to t, which means unknown since the
6235 server has never been opened.
6237 2010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
6239 * gnus-html.el (gnus-html-show-alt-text): New command.
6240 (gnus-html-browse-image): Ditto.
6241 (gnus-html-wash-tags): Add the data to allow showing the ALT text and
6242 to browse the image directly.
6243 (gnus-html-wash-tags): Search for images first, so that <a><img> works
6246 * gnus-async.el (gnus-async-article-callback):
6247 Call `gnus-html-prefetch-images' unconditionally.
6249 * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
6250 before feeding URLs to curl.
6252 2010-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
6254 * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
6255 internal images as deletable by `W D D'.
6257 * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
6258 (gnus-async-article-callback): Fix typo.
6260 2010-09-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
6262 * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
6263 current line to work around bugs in the output from w3m.
6265 * gnus-async.el (gnus-async-article-callback): Always prefetch images
6266 for groups that want that.
6268 * nntp.el (nntp-wait-for-string): Supply a timeout for
6269 accept-process-output to ensure progress.
6271 * gnus-start.el (gnus-get-unread-articles): If being given an explicit
6272 level to get unread articles from, then use that for foreign groups,
6275 * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
6276 confuses the rest of the function.
6278 * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
6279 for the methods that support -retrieve-groups, too.
6281 * nnml.el (nnml-save-nov): Remove some debugging-related messages.
6283 2010-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
6285 * pop3.el: Require cl when compiling.
6286 (pop3-number-of-responses): Search for "+OK", not "+OK ".
6288 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
6290 * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
6291 that aren't going to be activated.
6292 (gnus-get-unread-articles): Fix up the last commit.
6294 * gnus-html.el (gnus-article-html): Allow calling without specifying
6295 the handle. In that case, dissect the buffer first.
6297 * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
6299 * nnimap.el (nnimap-open-connection): Revert the change that would look
6300 into authinfo for imaps instead of imap.
6302 * gnus-start.el (gnus-activate-group): Take an optional parameter to
6303 say that you don't want to call gnus-request-group with don-check, but
6304 do check the reponse. This is for virtual groups only.
6305 (gnus-get-unread-articles): Count the archive groups as secondary, so
6306 that they're activated the same way as before.
6308 * nnimap.el (nnimap-request-list): Servers may return \NoSelect
6310 (nnimap-debug): Remove.
6312 * mail-source.el (mail-source-fetch): Don't message if we're fetching
6313 mail from a file, and the file doesn't exist.
6315 * pop3.el (pop3-streaming-movemail): Return t for success.
6317 * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
6318 .authinfo if we're using ssl connection.
6320 * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
6321 already have if we're in a main Gnus `g' run.
6323 * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
6325 2010-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
6327 * gnus-start.el (gnus-method-rank): Replace equalp with equal.
6329 * nnmh.el (nnmh-request-list-1): Bind `file'.
6331 * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
6332 alias to set-process-query-on-exit-flag or process-kill-without-query.
6333 (pop3-open-server): Use it.
6335 2010-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
6337 * mail-source.el (mail-source-delete-crash-box): Always move the crash
6338 box to the Incoming file. Fixes mistake in previous checkin.
6340 * pop3.el (pop3-send-streaming-command): Off-by-one error on the
6341 request loop (for debugging purposes) removed.
6343 * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
6344 culprit is more visible.
6345 (nnml-save-incremental-nov, nnml-open-incremental-nov)
6346 (nnml-add-incremental-nov): New functions to do "incremental" nov
6347 updates, where we just append to the end of the existing nov files
6348 without reading/writing them in full.
6350 * mail-source.el (mail-source-delete-crash-box): Really only check the
6351 incoming files once in a while.
6353 * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
6355 * mail-source.el (mail-source-delete-crash-box): Only check the
6356 incoming files for deletion once per day to save a lot of file
6359 * pop3.el (pop3-logon): Fix up unbound variable typo.
6361 * mail-source.el (pop3-streaming-movemail): Autoload.
6363 * pop3.el (pop3-streaming-movemail):
6364 Respect pop3-leave-mail-on-server.
6366 * mail-source.el (mail-source-fetch-pop): Use streaming pop3
6369 * pop3.el (pop3-process-filter): Remove unused function.
6370 (pop3-streaming-movemail, pop3-send-streaming-command)
6371 (pop3-wait-for-messages, pop3-write-to-file)
6372 (pop3-number-of-responses): New functions for streaming pop3
6375 * gnus-start.el (gnus-get-unread-articles): Protect against groups that
6376 come from no known methods.
6377 (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
6380 * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
6382 (pop3-movemail): Use erase-buffer instead of looping and deleting
6383 regions, which seems rather odd.
6385 * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
6386 file once per `g' run.
6388 * nnmh.el (nnmh-request-list-1): Output active lines also for empty
6389 directories. This makes the draft queue directory work.
6391 * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
6392 data from the backends, so that we only request the list of groups from
6393 each method once. This should speed things up considerably.
6395 * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
6396 detect that it's not implemented.
6398 * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
6399 we actually do recurse down into the tree, but don't stat all leaf
6402 * gnus-html.el (gnus-html-show-images): If there are no images to show,
6403 then say so instead of bugging out.
6405 * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
6406 files exist before trying to read them.
6408 * gnus-html.el (gnus-html-wash-tags): Remove even more white space
6411 * gnus-art.el (gnus-article-copy-string): Say what data we copied.
6413 * nnmh.el (nnmh-request-list-1): Optimize for speed.
6415 2010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6417 * mm-util.el (mm-image-load-path): Just return the image directories,
6418 not all directories in the path in addition to the image directories.
6419 (mm-image-load-path): Maintain a cache of the image directories so that
6420 the `g' command in Gnus doesn't have to stat dozens of directories each
6423 * gnus-html.el (gnus-html-put-image): Allow images to be removed.
6424 (gnus-html-wash-tags): Add a new `i' command to insert images.
6425 (gnus-html-insert-image): New command and keystroke.
6426 (gnus-html-redisplay-with-images): New command and keystroke.
6427 (gnus-html-show-images): Rename command.
6428 (gnus-html-wash-tags): Remove more white space before <pre_int> image
6430 (gnus-html-wash-tags): Decode entities at the end, so that entities
6431 inside the tags don't mess up the rest of the "parsing".
6433 * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
6434 so that nnimap methods aren't agentized by default. There's apparently
6435 many problems related to agent/imap behaviour.
6437 * gnus-art.el (gnus-article-copy-string): New command and key binding.
6439 * gnus-html.el: Doc fix.
6441 2010-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
6443 * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
6444 glyph-width and glyph-height instead of display-graphic-p and
6445 image-size; make avoidance of displaying small images work for XEmacs.
6447 * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
6450 * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
6451 of symbol that holds plist data.
6452 (gnus-process-plist): Remove plist of process after getting it.
6454 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6456 * message.el (message-generate-hashcash): Change default to
6457 'opportunistic if hashcash is installed.
6459 * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
6460 (gnus-html-put-image): Only call image-size once, since it's somewhat
6461 time-consuming on remote X servers.
6463 2010-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
6465 * gnus-html.el (gnus-article-html): Make work buffer multibyte for
6467 (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
6469 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6471 * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
6472 group line format, since it isn't very interesting.
6474 * gnus-agent.el (gnus-agent-short-article),
6475 (gnus-agent-long-article): Increase values for these two variables,
6476 since most people are likely to have more network connection and
6477 storage than before.
6479 * gnus.el (gnus-refer-article-method): Change default to 'current.
6480 When referring an article, the common behaviour is to refer it from the
6481 current select method, not the native select method. The chances of
6482 the native select method having the message in question is rather slim
6485 * gnus-sum.el (gnus-auto-select-subject): Change default to
6486 `unseen-or-unread'. I think it's likely that most people want to
6487 select an unseen article over a previously seen, but unread one.
6489 * gnus.el (gnus-mode-non-string-length): Change default to 30. nil
6490 means that in the article buffer none of the minor mode elements will
6491 be shown, usually, and this is not desirable in most cases.
6493 * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
6494 that commands like `d' (and the like) go to the next line in the
6495 buffer, instead of the next unread article. I think this is the
6496 behaviour that is most natural for most users.
6497 (gnus-single-article-buffer): Change default to nil, so that people can
6498 have as many article buffers open as they have summary buffer. I think
6499 this is the most natural way for the groups to behave.
6501 * message.el (message-generate-new-buffers): Change default to
6502 `unsent', so that all new message buffers start their names with the
6503 string "*unsent", and it's easier to find the buffers if you move from
6506 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6508 * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
6509 small. They're probably tracking images.
6510 (gnus-html-wash-tags): Remove all <pre_int> place holders.
6511 (gnus-html-rescale-image): Yet another try at getting the image sizing
6514 * nntp.el (nntp-request-set-mark): Refuse to do marks if
6515 nntp-marks-file-name is nil.
6517 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
6519 * gnus-html.el (gnus-html-wash-tags)
6520 (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
6523 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6525 * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
6527 * gnus-html.el (gnus-html-wash-tags): Check the value of
6528 gnus-blocked-images in the summary buffer.
6530 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
6532 * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
6534 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6536 * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
6537 like "a", it seems like.
6538 (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
6539 since it needs to be picked from the correct buffer.
6543 * nnlistserv.el: Remove.
6545 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
6547 * gnus-html.el (gnus-html-image-url-blocked-p): New function.
6548 (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
6550 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6552 * nnkiboze.el: Remove.
6556 * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
6558 (gnus-html-rescale-image): Try to get the rescaling logic right for
6559 images that are just wide and not tall.
6561 * gnus.el (gnus-string-or): Fix the syntax to not use eval or
6562 overshadow variable bindings.
6564 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
6566 * gnus-html.el (gnus-html-wash-tags)
6567 (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
6570 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6572 * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
6573 (gnus-max-image-proportion): New variable.
6574 (gnus-html-rescale-image): New function.
6575 (gnus-html-put-image): Rescale images.
6577 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
6579 Fix up some byte-compiler warnings.
6580 * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
6581 * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
6582 (gnus-article-fill-cited-article, gnus-article-hide-citation)
6583 (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
6584 * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
6585 (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
6586 (gnus-group-update-group): Use save-excursion and with-current-buffer.
6588 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
6590 * gnus-html.el (gnus-article-html): Decode contents by charset.
6592 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
6594 * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
6595 (gnus-html-frame-width, gnus-blocked-images)
6596 * message.el (message-prune-recipient-rules): Add custom version.
6597 * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
6599 * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
6602 * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
6605 2010-08-31 Julien Danjou <julien@danjou.info> (tiny change)
6607 * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
6608 instead of lsub directly.
6610 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
6612 * nnwarchive.el: Remove.
6614 * gnus-soup.el: Remove.
6616 * nnsoup.el: Remove.
6618 * nnultimate.el: Remove.
6620 * gnus-html.el (gnus-blocked-images): New variable.
6622 * message.el (message-prune-recipients): New function.
6623 (message-prune-recipient-rules): New variable.
6625 * gnus-cite.el (gnus-article-natural-long-line-p): New function to
6626 guess whether a long line is natural text or not.
6628 * gnus-html.el (gnus-html-schedule-image-fetching):
6629 Use gnus-process-plist and friends for compatibility.
6631 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
6633 * gnus-html.el: Require packages that define macros used in this file.
6634 (gnus-article-mouse-face): Declare to silence byte-compiler.
6635 (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
6637 (gnus-html-put-image): Use plist-get to avoid getf.
6638 (gnus-html-prefetch-images): Use with-current-buffer.
6640 2010-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
6642 * gnus-ems.el: Provide compatibility functions for
6643 gnus-set-process-plist.
6645 * gnus-sum.el (gnus-summary-stop-at-end-of-message)
6646 * gnus.el (gnus-valid-select-methods)
6647 * message.el (message-send-mail-partially-limit)
6648 * mm-decode.el (mm-text-html-renderer)
6649 * mml.el (mml-insert-mime-headers-always)
6650 * smiley.el (smiley-regexp-alist): Bump custom version.
6652 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
6654 * gnus-html.el: require mm-url.
6655 (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
6656 with the url to `url'.
6657 (gnus-html-wash-tags): Support cid: URLs/images.
6659 2010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6661 * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
6662 minutes, 56 seconds ago on the ding list, remove the `w' and `i'
6663 bindings, as they aren't useful at all. `w' is moved to `W w'.
6665 * gnus-move.el: Remove file, since it doesn't really work.
6667 * gnus-html.el (gnus-article-html): Tell w3m that the input is
6668 UTF-8. This seems to fix problems with some German web feeds.
6670 * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
6671 at the top so that the proper colours are applied.
6673 * gnus-art.el (gnus-article-view-part): Doc fix.
6675 * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
6677 (gnus-html-put-image): Don't do images on non-graphic displays.
6679 * nnslashdot.el: Remove this unused backend.
6681 * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
6683 (gnus-undo-register-1): Revert last change.
6685 * gnus-group.el (gnus-group-completing-read): Protect against not
6686 having completion-styles bound.
6688 * mml.el (mml-insert-mime-headers-always): Change the default to t, to
6689 make broken recipients happier.
6691 * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
6693 * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
6696 * gnus-group.el (gnus-group-completing-read): Add 'substring to
6697 completion-styles for group selection.
6699 2009-02-04 Andreas Schwab <schwab@suse.de>
6701 * gnus-score.el (gnus-score-string): Fix regex for matching extra
6702 headers and regexp-quote the match if necessary.
6704 2009-03-24 Miles Bader <miles@gnu.org>
6706 * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
6707 the blinking smiley.
6709 2009-03-24 Simon Josefsson <simon@josefsson.org>
6711 * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
6714 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
6716 * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
6717 where the dribbel file lives exists.
6719 * message.el (message-send-mail-partially-limit): Change the default to
6720 nil, since most people don't want this.
6722 * mm-url.el (mm-url-decode-entities): Also decode entities like
6725 2009-07-16 Kevin Ryde <user42@zip.com.au> (tiny change)
6727 * gnus-sum.el (gnus-summary-idna-message):
6728 * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
6729 Hyperlink urls in docstrings with URL `...'.
6731 2010-08-29 Adam Sjøgren <asjo@koldfront.dk>
6733 * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
6736 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
6738 * gnus-art.el (gnus-article-add-button): Take an optional parameter to
6739 say what the mouseover text should be.
6741 * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
6742 version of the mm-w3m-safe-url-regexp variable to only download images
6743 in the groups where we want that to happen.
6745 * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
6747 * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
6749 (gnus-article-beginning-of-window): Add kludge to allow spacing past
6750 big pictures in the article buffer.
6752 * mm-decode.el (mm-text-html-renderer): Default the html renderer to
6754 (mm-text-html-renderer): gnus-article-html needs curl in addition to
6757 * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
6759 2010-08-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6761 * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
6762 which doesn't exist.
6764 * message.el (message-inhibit-ecomplete): New variable to allow some
6765 function to inhibit ecomplete address storage.
6766 (message-resend): Disable ecomplete message storage when resending
6769 * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
6771 2010-08-27 Katsumi Yamaoka <yamaoka@jpl.org>
6773 * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
6774 Save excursion while copying, moving, and deleting articles in order to
6775 prevent the cursor from jumping to unforeseen place.
6777 2010-08-17 Glenn Morris <rgm@gnu.org>
6779 * gnus-sync.el: Require gnus components whose functions are used.
6781 * gnus-art.el (bookmark-make-record-function):
6782 * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
6783 Declare for compiler.
6785 * mm-url.el (mml-compute-boundary): Autoload.
6787 2010-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
6789 * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
6791 2010-08-14 Teodor Zlatanov <tzz@lifelogs.com>
6793 Typo fix "hoo4a" -> "hook".
6795 * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
6797 2010-08-14 Glenn Morris <rgm@gnu.org>
6799 * gnus-sync.el (gnus-sync): Fix defgroup version.
6801 2010-08-13 Teodor Zlatanov <tzz@lifelogs.com>
6803 Doc fixes and keep unknown groups (ammended for nunion bug fix).
6805 * gnus-sync.el: Fix docs.
6806 (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
6807 (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
6809 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
6811 Optimizations for gnus-sync.el.
6813 * gnus-sync.el: Add docs about gnus-sync-backend
6815 (gnus-sync-save): Remove unnecessary message.
6816 (gnus-sync-read): Optimize and show what groups were skipped.
6818 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
6820 Minor bug fixes for gnus-sync.el.
6822 * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
6823 Don't read the sync on get-new-news.
6825 * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
6828 * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
6831 2010-07-30 Lawrence Mitchell <wence@gmx.li>
6833 Make saving and restoring of hidden threads work with overlays.
6834 Patch applied by Ted Zlatanov.
6836 * gnus-sum.el (gnus-hidden-threads-configuration)
6837 (gnus-restore-hidden-threads-configuration): Update to deal with text
6838 properties, rather than searching for a magic character.
6840 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
6842 New gnus-sync.el library for synchronization of marks.
6844 * gnus-sync.el: New library for synchronization of marks.
6846 * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
6847 renamed from `gnus-registry-grep-in-list'.
6849 * gnus-registry.el (gnus-registry-follow-group-p):
6850 Use `gnus-grep-in-list'.
6852 * gnus-start.el (gnus-start-draft-setup): Make it interactive.
6854 2010-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
6856 * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
6857 determining charset of text fails.
6859 2010-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
6861 * nnmail.el (nnmail-get-new-mail-1): Revert.
6863 * nnml.el (nnml-active-number): Make sure names of newly created groups
6864 in nnml-group-alist are encoded.
6866 2010-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
6868 * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
6869 containing non-ASCII characters in active file for nnml back end.
6871 2010-07-24 David Engster <dengste@eml.cc>
6873 * mml-smime.el (mml-smime-epg-verify): Also accept the older
6874 x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
6876 2010-07-21 Daiki Ueno <ueno@unixuser.org>
6878 * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
6881 2010-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
6883 * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
6884 the article buffer, not the summary buffer.
6886 2010-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
6888 * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
6891 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6893 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
6894 Patch applied by Karl Fogel.
6896 * gnus-sum.el (gnus-summary-bookmark-make-record):
6897 Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
6899 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6901 Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
6902 Patch applied (with minor tweaks) by Karl Fogel. Note this leaves
6903 C-w still not working correctly from Article buffers; Thierry's
6904 patch to fix that will be applied after this.
6906 * gnus-art.el (bookmark-make-record-function): New local variable.
6908 * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
6910 (gnus-summary-bookmark-jump): Maybe jump to article buffer.
6912 2010-07-13 Karl Fogel <kfogel@red-bean.com>
6914 * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
6915 on changes in bookmark.el.
6917 2010-06-22 Mark A. Hershberger <mah@everybody.org>
6919 * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
6920 the *other* type of HTML form submission.
6922 2010-06-15 Michael Albinus <michael.albinus@gmx.de>
6924 * auth-source.el (auth-source-pick): If choice does not contain a
6925 questioned keyword, set the check to t.
6927 2010-06-12 Romain Francoise <romain@orebokech.com>
6929 * gnus-util.el (gnus-date-get-time): Move up before first use.
6931 2010-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
6933 * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
6934 (gnus-article-edit-part): Bind it to make last part that is substituted
6936 (gnus-mime-display-single): Buttonize part of which id equals to
6937 gnus-mime-buttonized-part-id.
6939 2010-06-10 Dan Christensen <jdc@uwo.ca>
6941 * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
6942 (gnus-dd-mmm): Use gnus-date-get-time.
6943 * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
6945 (gnus-summary-limit-to-age): Use gnus-date-get-time.
6946 (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
6948 2010-06-08 Michael Albinus <michael.albinus@gmx.de>
6950 * auth-source.el (top): Autoload `secrets-list-collections',
6951 `secrets-create-item', `secrets-delete-item'.
6952 (auth-sources): Fix tag string.
6953 (auth-get-source, auth-source-retrieve, auth-source-create)
6954 (auth-source-delete): New defuns.
6955 (auth-source-pick): Rewrite in order to avoid 2 passes.
6956 (auth-source-forget-user-or-password): New parameter USERNAME.
6957 (auth-source-user-or-password): New parameters CREATE-MISSING and
6958 DELETE-EXISTING. Retrieve password interactively, if needed.
6960 2010-06-07 Teemu Likonen <tlikonen@iki.fi> (tiny change)
6962 * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
6963 deleting unused directories when gnus-expert-user is t.
6965 2010-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
6967 * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
6968 for each temp file when gnus-article-browse-delete-temp is ask.
6970 2010-05-20 Kevin Ryde <user42@zip.com.au>
6972 * gnus-start.el (gnus-level-unsubscribed): Doc fix. (Bug#6206)
6974 2010-05-14 Katsumi Yamaoka <yamaoka@jpl.org>
6976 * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
6977 article unless decoding article to be saved.
6979 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
6981 * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
6982 * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
6983 generated within the mm-with-unibyte-current-buffer macro.
6985 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
6987 * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
6988 to nil when we're in a mml-preview buffer and no group is selected.
6990 2010-05-12 Andreas Seltenreich <seltenreich@gmx.de>
6992 * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
6993 when catching the `C-g'. Reported by "Leo".
6995 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
6997 * message.el (message-forward-make-body-plain)
6998 (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
7001 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
7003 * message.el (message-forward-make-body-mml): Assume original message
7004 is multibyte string; error on unibyte.
7005 (message-forward-make-body-plain): Ditto; don't add excessive newline
7008 2010-05-11 Andreas Seltenreich <seltenreich@gmx.de>
7010 * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
7011 instead of g-s-m-a-as-unread to set the expirable mark. (Bug#5284)
7013 2010-05-11 Katsumi Yamaoka <yamaoka@jpl.org>
7015 * mm-extern.el (mm-extern-url): Don't use
7016 mm-with-unibyte-current-buffer.
7017 (mm-extern-cache-contents): Use with-current-buffer instead of
7018 save-excursion + set-buffer.
7020 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
7022 * mm-util.el (mm-emacs-mule): Remove.
7024 2010-05-10 Andreas Seltenreich <seltenreich@gmx.de>
7026 * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
7027 buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
7030 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
7032 * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
7033 bind the default value of enable-multibyte-characters to nil.
7035 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
7037 * message.el (message-forward-make-body-plain)
7038 (message-forward-make-body-mml):
7039 Don't use mm-with-unibyte-current-buffer.
7041 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
7043 * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
7046 2010-05-07 Julien Danjou <julien@danjou.info>
7048 * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
7051 * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
7054 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
7056 * nnweb.el (nnweb-gmane-search)
7057 * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
7060 * gnus-art.el (gnus-article-browse-html-parts)
7061 * gnus-group.el (gnus-read-ephemeral-gmane-group)
7062 (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
7065 * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
7066 gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
7069 * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
7070 gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
7071 XEmacs when compiling.
7073 * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
7074 gnus-pick-mode-off-hook for XEmacs when compiling.
7075 (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
7076 gnus-binary-mode-off-hook for XEmacs when compiling.
7078 * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
7079 Return nil if char-charset is not available.
7081 * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
7084 * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
7085 instead of encode-coding-string.
7087 * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
7088 'xemacs) instead of mm-emacs-mule to switch function definitions.
7089 (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
7091 2010-05-06 Tommi Vainikainen <thv@iki.fi> (tiny change)
7093 * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
7095 2010-05-06 Katsumi Yamaoka <yamaoka@jpl.org>
7097 * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
7098 gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
7100 2010-05-03 Juanma Barranquero <lekktu@gmail.com>
7102 * mm-util.el (mm-decompress-buffer): Use `delete-file';
7103 alias `jka-compr-delete-temp-file' no longer exists.
7105 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
7107 Use define-minor-mode in Gnus where applicable.
7108 * mml.el (mml-mode): Use define-minor-mode.
7109 * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
7110 (gnus-undo-mode): Use define-minor-mode.
7111 * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
7112 (gnus-dead-summary-mode): Use define-minor-mode.
7113 * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
7114 Initialize in declaration.
7115 (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
7116 * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
7117 (gnus-mailing-list-mode): Use define-minor-mode.
7118 * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
7119 (gnus-draft-mode): Use define-minor-mode.
7120 * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
7121 (gnus-dired-mode): Use define-minor-mode.
7123 2010-05-01 Andreas Seltenreich <seltenreich@gmx.de>
7125 * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
7126 handles on recursive mml-to-mime translation and check them for
7127 boundary delimiter collisions. Reported by Greg Troxel.
7129 2010-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
7131 * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
7133 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
7135 * mm-util.el (mm-find-buffer-file-coding-system):
7136 * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
7138 2010-04-22 Andreas Seltenreich <seltenreich@gmx.de>
7140 * message.el (message-generate-headers): Record insertion of optional
7141 headers as well. Otherwise the check to prevent repeated insertion of
7142 optional headers is a no-op.
7144 2010-04-17 Teodor Zlatanov <tzz@lifelogs.com>
7146 * smime.el: Don't mention CVS.
7148 * nnrss.el (nnrss-fetch): Don't mention CVS.
7150 * nnir.el: Don't mention CVS.
7152 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
7154 * gnus-sum.el (gnus-summary-bookmark-make-record):
7155 Add `location' field.
7157 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
7159 * gnus-sum.el: Add bookmark declarations to silence the compiler.
7160 (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
7161 Use with-current-buffer to silence the byte-compiler.
7162 (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
7163 bother to require `gnus'.
7164 (gnus-summary-bookmark-jump): Don't forget to autoload. Simplify.
7166 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7168 * gnus-sum.el (gnus-summary-bookmark-make-record)
7169 (gnus-summary-bookmark-jump): New functions.
7170 (gnus-summary-mode): Setup bookmark support.
7172 2010-04-01 Andreas Schwab <schwab@linux-m68k.org>
7174 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
7177 2010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
7179 * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
7180 gnus-article-browse-html-save-cid-image; make it work recursively for
7181 forwarded messages as well.
7182 (gnus-article-browse-html-parts): Work when prefix arg is given.
7183 (gnus-article-browse-html-article): Doc fix.
7185 2010-03-30 Chong Yidong <cyd@stupidchicken.com>
7187 * message.el (message-default-mail-headers):
7188 (message-default-headers): Carry the value mail-default-headers over
7189 into message-default-mail-headers, rather than message-default-headers.
7191 2010-03-30 Martin Stjernholm <mast@lysator.liu.se>
7193 * mm-decode.el (mm-add-meta-html-tag): Add option to override the
7196 * gnus-art.el (gnus-article-browse-html-parts): Force the correct
7197 charset into the <meta> tag when the article is encoded to utf-8.
7199 2010-03-30 Katsumi Yamaoka <yamaoka@jpl.org>
7201 * gnus-art.el (gnus-article-browse-delete-temp-files):
7202 Delete directories as well.
7203 (gnus-article-browse-html-parts): Work for images that do not specify
7204 file names; delete temp directory when quitting; insert header at the
7205 right place; use file: scheme for image files.
7207 2010-03-30 Eric Schulte <schulte.eric@gmail.com>
7209 * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
7210 (gnus-article-browse-html-parts): Use it to make temporary cid image
7211 files in addition to html file so that browser may display them.
7213 2010-03-29 Katsumi Yamaoka <yamaoka@jpl.org>
7215 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
7217 2010-03-29 Teodor Zlatanov <tzz@lifelogs.com>
7219 * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
7221 2010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
7223 * auth-source.el (auth-sources): Change default to be simpler.
7224 Explain about Secret Service API sources. Improve Customize options.
7225 (auth-source-pick): Change to accept any number of search parameters.
7226 Implement fallbacks iteratively, not recursively. Add scoring on the
7227 second pass and sort by score. Call Secret Service API when needed.
7228 (auth-source-user-or-password): Use it. Call Secret Service API
7229 directly when needed to get the user name and the password.
7231 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
7233 * message.el (message-interactive): Doc fix.
7234 (message-qmail-inject-args): Reflow.
7235 (message-kill-to-signature): Fix typo in docstring.
7237 * smiley.el (smiley-buffer): Fix typo in docstring.
7239 2010-03-24 Glenn Morris <rgm@gnu.org>
7241 * mail-source.el (gnus-message): Declare.
7242 (mail-source-delete-old-incoming): Require gnus-util.
7244 2010-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
7246 * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
7248 * message.el (ecomplete-setup): Autoload it for Emacs <23.
7250 * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
7251 password-cache's default if it is not bound.
7252 (mml-secure-passphrase-cache-expiry): Default to 16 that is
7253 password-cache-expiry's default if it is not bound.
7255 * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
7256 available in Emacs 21.
7258 2010-03-23 Teodor Zlatanov <tzz@lifelogs.com>
7260 * auth-source.el (auth-sources): Fix up definition so extra parameters
7263 2010-03-22 Martin Stjernholm <mast@lysator.liu.se>
7265 * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
7266 wasn't updated after mismatch. Clear cached mailbox info correctly
7267 when uidvalidity changes.
7268 (nnimap-group-prefixed-name): New function to avoid some code
7270 (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
7271 (nnimap-request-group): Use it.
7272 (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
7273 (nnimap-update-unseen): Significantly improved speed of Gnus startup
7274 with many imap folders. This is done by caching the group status from
7275 the imap server persistently in a group parameter `imap-status'. (This
7276 was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
7277 but not persistently, so every Gnus startup was still very slow.)
7279 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
7281 * auth-source.el: Set up autoloads. Bump to 23.2 because of the
7282 secrets.el dependency.
7283 (auth-sources): Add optional user name. Add secrets.el configuration
7284 choice (unused right now).
7286 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
7288 * gnus-sum.el (gnus-summary-make-menu-bar):
7289 Let `gnus-registry-install-shortcuts' fill in the functions.
7291 * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
7293 (gnus-registry-misc-menus): Variable to hold registry mark menus.
7294 (gnus-registry-install-shortcuts): Populate and use it in a
7295 `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
7297 2010-03-20 Martin Stjernholm <mast@lysator.liu.se>
7299 * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
7300 In-place substitutions for the group name encoding/decoding.
7301 (nnimap-find-minmax-uid, nnimap-possibly-change-group)
7302 (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
7303 (nnimap-retrieve-headers-progress, nnimap-request-article-part)
7304 (nnimap-update-unseen, nnimap-request-list)
7305 (nnimap-retrieve-groups, nnimap-request-update-info-internal)
7306 (nnimap-request-set-mark, nnimap-split-to-groups)
7307 (nnimap-split-articles, nnimap-request-newgroups)
7308 (nnimap-request-create-group, nnimap-request-accept-article)
7309 (nnimap-request-delete-group, nnimap-request-rename-group)
7310 (nnimap-acl-get, nnimap-acl-edit): Use them. Replace `mbx' with
7311 `encoded-mbx' for consistency.
7312 (nnimap-close-group): Call `imap-current-mailbox' instead of using the
7313 variable `imap-current-mailbox'.
7315 * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
7316 (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
7318 2010-03-20 Bojan Petrovic <bpetrovi@f.bg.ac.rs>
7320 * pop3.el (pop3-display-message-size-flag): Display message size byte
7321 counts during POP3 download.
7322 (pop3-movemail): Use it.
7323 (pop3-list): Implement listing of available messages.
7325 2010-03-20 Mark Triggs <mst@dishevelled.net> (tiny change)
7327 * nnir.el (nnir-get-article-nov-override-function): New function to
7328 override the normal NOV retrieval.
7329 (nnir-retrieve-headers): Use it.
7331 2010-03-19 Michael Albinus <michael.albinus@gmx.de>
7333 * auth-source.el (netrc-machine-user-or-password): Autoload.
7335 2010-03-19 Glenn Morris <rgm@gnu.org>
7337 Stop message.el from loading about 40 libraries it doesn't always need.
7338 The general approach is to autoload rather than require, and to
7339 require in the specific functions rather than the file. (Bug#5642)
7341 * gmm-utils.el: Don't require wid-edit.
7342 (widget-create-child-value, widget-convert, widget-default-get):
7345 * gnus-util.el: Don't require time-date, netrc.
7346 (message-fetch-field, gnus-group-name-decode): Declare rather than
7348 (gnus-fetch-field): Require message.
7349 (gnus-decode-newsgroups): Require gnus-group.
7351 * ietf-drums.el: Don't require time-date.
7353 * message.el: Don't require hashcash, canlock, ecomplete.
7354 Do require mail-utils. Require nnheader only when compiling.
7355 (smtpmail-default-smtp-server): Remove declaration.
7356 (message-send-mail-function): Check smtpmail-default-smtp-server
7357 is bound rather than requiring smtpmail.
7358 (message-auto-save-directory, message-insert-signature):
7359 Use expand-file-name rather than nnheader-concat.
7360 (nnheader-insert-file-contents): Autoload.
7361 (hashcash-wait-async): Declare.
7362 (message-send-mail): Only call gnus-setup-posting-charset if
7363 gnus-group-posting-charset-alist is bound. Require hashcash if needed.
7364 (message-send-mail-with-sendmail): Require sendmail.
7365 (canlock-password, canlock-password-for-verify): Declare.
7366 (message-canlock-password): Require canlock.
7367 (nnheader-get-report): Autoload.
7368 (gnus-setup-posting-charset): Declare.
7369 (message-send-news): Require gnus-msg.
7370 (message-make-references, message-make-in-reply-to): Use mail-header-id
7371 rather than the alias mail-header-message-id.
7372 (ecomplete-add-item, ecomplete-save): Declare.
7373 (message-put-addresses-in-ecomplete): Require ecomplete.
7374 (ecomplete-display-matches): Autoload.
7376 * mm-decode.el: Don't require mailcap, gnus-util.
7377 (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
7378 (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
7380 (mailcap-mime-extensions): Declare.
7382 * mm-encode.el: Don't require mailcap.
7383 (mailcap-extension-to-mime): Autoload.
7385 * mml-sec.el: Don't require password-cache.
7387 * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
7388 (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
7389 (mml-minibuffer-read-type): Require mailcap.
7390 (mml-preview): Require gnus-msg.
7392 * mml1991.el: Require password-cache.
7393 (password-cache-expiry): Remove declaration.
7395 * mml2015.el: Require password-cache.
7396 (password-cache-expiry): Remove declaration.
7398 * nneething.el (mailcap): Require mailcap.
7400 * nnheader.el (declare-function): Add compatibility stub.
7401 (message-remove-header): Declare rather than autoload.
7402 (nnheader-replace-header): Require message.
7404 * nnimap.el (declare-function): Add compatibility stub.
7405 (netrc-parse, netrc-machine-user-or-password): Declare.
7406 (nnimap-open-connection): Require netrc.
7408 * nntp.el (declare-function): Add compatibility stub.
7409 (netrc-parse, netrc-machine, netrc-get): Declare.
7410 (nntp-send-authinfo): Require netrc.
7412 * rfc2047.el: Don't require qp.
7413 (quoted-printable-encode-region, quoted-printable-decode-string):
7416 * sieve-mode.el: Don't require easymenu.
7417 (easy-menu-add-item): Autoload it.
7419 * spam-stat.el (time-to-number-of-days): Autoload it.
7421 2010-03-17 Kevin Ryde <user42@zip.com.au>
7423 * mml.el (mml-read-tag): Unquote values with `read' to reverse
7424 prin1 in mml-insert-tag (just stripping the quotes gave wrong
7425 value if any backslash escapes).
7427 2010-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
7429 * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
7430 if it is available. (bug#5647)
7432 2010-02-26 Glenn Morris <rgm@gnu.org>
7434 * message.el (message-send-mail-function): Change the default, so that
7435 it inherits from a customized send-mail-function. (Bug#5643)
7437 2010-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
7439 * gnus-art.el (gnus-treat-display-x-face): Don't burp if
7440 shell-command-to-string signals an error (bug#5299).
7442 2010-02-24 Glenn Morris <rgm@gnu.org>
7444 * message.el (message-smtpmail-send-it)
7445 (message-send-mail-with-mailclient): Doc fixes.
7447 2010-02-16 Glenn Morris <rgm@gnu.org>
7449 * message.el (message-default-mail-headers): Change the default value
7450 to ease the transition from mail-mode to message-mode. (Bug#5555)
7452 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
7454 * message.el (message-mail): Just pass yank-action on to message-setup.
7455 (message-setup): Handle (FUN . ARGS) form of yank-action.
7456 (message-with-reply-buffer, message-widen-reply)
7457 (message-yank-original): Handle non-buffer values of
7458 message-reply-buffer (Bug#4080).
7459 (message-setup-1): Prefer to save message-reply-buffer as a buffer.
7461 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
7463 * nnmairix.el (nnmairix-group-delete-recreate-this-group):
7464 Fix typo in docstring.
7466 2010-01-08 Jason Rumney <jasonr@gnu.org>
7468 * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
7471 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
7473 * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
7475 * message.el (message-check-news-header-syntax): Protect against a
7476 string that `rfc822-addresses' returns when parsing fails.
7478 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
7480 * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
7481 (gnus-previous-char-property-change): New functions.
7483 * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
7485 2010-01-05 Andreas Schwab <schwab@linux-m68k.org>
7487 * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
7488 (gnus-summary-recenter): Use it instead of forward-line. (Bug#5257)
7490 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
7492 * message.el (message-exchange-point-and-mark): Rework last change to
7493 avoid using optional arg of exchange-point-and-mark, for backward
7496 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
7498 * message.el (message-exchange-point-and-mark):
7499 Call exchange-point-and-mark with an argument rather than setting
7500 mark-active by hand (Bug#5175).
7502 2009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
7504 * nntp.el (nntp-service-to-port): Work for service expressed with
7505 numeric string; replace [:digit:] with [0-9] for XEmacs.
7507 2009-12-17 Glenn Morris <rgm@gnu.org>
7509 * gnus-group.el (gnus-bug-group-download-format-alist):
7510 Change emacs entry to debbugs.gnu.org. Bump :version.
7512 2009-12-13 Reiner Steib <Reiner.Steib@gmx.de>
7514 * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
7516 2009-12-12 Reiner Steib <Reiner.Steib@gmx.de>
7518 * message.el (message-info): Explain why we use `Info-goto-node'.
7520 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
7522 * message.el (message-completion-in-region): New compatibility function.
7523 (message-expand-group): Use it.
7525 2009-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
7527 * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
7528 with no unread article should be listed if the 2nd arg `predicate' is
7531 2009-11-29 Juri Linkov <juri@jurta.org>
7533 * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
7534 when it is fboundp in GNU Emacs 23.1. Put `isearch-scroll' property
7535 on `gnus-recenter'. (Bug#4698, Bug#4981)
7537 2009-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
7539 * message.el (message-from-style, message-interactive)
7540 (message-signature): Always set default values from the corresponding
7542 (message-cite-prefix-regexp, message-sendmail-envelope-from)
7543 (message-yank-prefix, message-indentation-spaces)
7544 (message-signature-file, message-default-headers): Use boundp rather
7545 than (featurep 'xemacs) to check if the corresponding mail-* variables
7548 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
7550 * message.el (message-send-mail-with-sendmail): Revert last change.
7552 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
7554 * message.el (message-from-style, message-interactive)
7555 (message-cite-prefix-regexp, message-sendmail-envelope-from)
7556 (message-yank-prefix, message-indentation-spaces, message-signature)
7557 (message-signature-file, message-default-headers): For GNU Emacs, set
7558 default values from the corresponding mail-* variables.
7559 (message-send-mail-with-sendmail): Use envelope-from only if
7560 mail-specify-envelope-from is non-nil.
7562 2009-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
7564 * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
7565 containing tspecial characters if they have been already quoted.
7567 2009-10-24 Glenn Morris <rgm@gnu.org>
7569 * gnus-art.el (help-xref-stack-item): Define for compiler.
7571 2009-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
7573 * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
7575 2009-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
7577 * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
7578 (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
7580 2009-10-16 Katsumi Yamaoka <yamaoka@jpl.org>
7582 * gnus.el (gnus-overlay-get): New alias to overlay-get.
7583 (gnus-overlays-in): New alias to overlays-in.
7585 * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
7586 gnus-overlay-get, and gnus-delete-overlay.
7587 (gnus-summary-show-thread): Make it work as well for systems in which
7588 next-single-char-property-change is not available.
7589 (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
7591 2009-10-14 Reiner Steib <Reiner.Steib@gmx.de>
7593 * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
7595 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
7597 * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
7598 and XEmacs that don't have `remove-overlays'.
7600 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
7602 * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
7603 (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
7604 selective display. Use overlays instead.
7606 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
7608 * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
7610 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
7612 * spam-stat.el (spam-stat-load): Fix typo in message.
7614 2009-09-23 Juanma Barranquero <lekktu@gmail.com>
7616 * gnus-art.el (gnus-article-encrypt-body):
7617 * message.el (message-check-recipients):
7618 * mm-util.el (mm-codepage-setup):
7619 * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
7620 (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
7622 2009-09-22 Daiki Ueno <ueno@unixuser.org>
7624 * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
7625 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
7626 keys from the menu if mm-{sign,encrypt}-option is 'guided.
7627 * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
7628 * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
7630 2009-09-18 Glenn Morris <rgm@gnu.org>
7632 * gnus-diary.el (gnus-diary-check-message):
7633 * message.el (message-insert-formatted-citation-line):
7634 * nnbabyl.el (top-level):
7635 * nndiary.el (nndiary-schedule):
7636 Fix typos in condition-case handlers.
7638 2009-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
7640 * gnus-art.el (gnus-article-edit-part): Work for the buffer
7641 configuration that provides the sole article window in a frame;
7642 position point correctly after deleting a part.
7644 2009-09-14 Adam Sjøgren <asjo@koldfront.dk>
7646 * spam.el (spam-unregister-on-reregister): Add boolean variable.
7647 (spam-resolve-registrations-routine): Use it to unregister articles
7650 2009-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
7652 * nnrss.el (nnrss-request-article): Remove binding of
7653 default-enable-multibyte-characters that has gotten needless by
7654 the 2007-07-13 change in rfc2047-encode-message-header.
7656 * mml.el (mml-insert-multipart): Error on the message header.
7657 (mml-insert-part): Error on the message header; position point at
7658 the end of a MIME tag.
7660 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
7662 * gnus-util.el (with-no-warnings): Define it for old Emacsen.
7663 (gnus-float-time): Alias to float-time if it exists.
7665 * ecomplete.el (with-no-warnings): Define it for old Emacsen.
7666 (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
7667 float-time is available; suppress compile warning for time-to-seconds.
7669 2009-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
7671 * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
7672 may break data. Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
7673 Add the optional argument `encoding' that overrides the default.
7675 * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
7678 2009-09-04 Glenn Morris <rgm@gnu.org>
7680 * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
7681 mm-disable-multibyte, rather than default-enable-multibyte-characters.
7682 * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
7683 mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
7684 * mm-util.el (mm-with-unibyte-current-buffer)
7685 (mm-find-buffer-file-coding-system):
7686 * yenc.el (yenc-decode-region): Use default-value rather than
7687 default-enable-multibyte-characters.
7689 2009-09-03 Glenn Morris <rgm@gnu.org>
7691 * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
7692 * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
7693 than default-enable-multibyte-characters.
7695 2009-09-02 Karl Kleinpaste <karl@kleinpaste.org>
7697 * gnus-art.el (gnus-article-read-summary-keys):
7698 Fix gnus-buffer-configuration's value temporarily used.
7700 2009-09-02 Glenn Morris <rgm@gnu.org>
7702 * gnus-util.el (gnus-float-time): New function.
7703 * gnus-delay.el (gnus-delay-article):
7704 * gnus-sum.el (gnus-thread-latest-date):
7705 * gnus-util.el (gnus-user-date): Use gnus-float-time.
7706 * nnspool.el (nnspool-request-newgroups):
7707 Use gnus-float-time rather than time-to-seconds.
7708 * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
7710 * gnus-art.el (gnus-signature-face, gnus-header-from-face)
7711 (gnus-header-subject-face, gnus-header-newsgroups-face)
7712 (gnus-header-name-face, gnus-header-content-face):
7713 * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
7714 (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
7715 (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
7716 (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
7717 (gnus-cite-face-11):
7718 * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
7719 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7720 (gnus-server-closed-face, gnus-server-denied-face)
7721 (gnus-server-offline-face):
7722 * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
7723 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
7724 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
7725 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
7726 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
7727 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
7728 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
7729 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
7730 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
7731 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
7732 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
7733 (gnus-summary-selected-face, gnus-summary-cancelled-face)
7734 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
7735 (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
7736 (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
7737 (gnus-summary-high-undownloaded-face)
7738 (gnus-summary-low-undownloaded-face)
7739 (gnus-summary-normal-undownloaded-face)
7740 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
7741 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
7742 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
7744 * message.el (message-header-to-face, message-header-cc-face)
7745 (message-header-subject-face, message-header-newsgroups-face)
7746 (message-header-other-face, message-header-name-face)
7747 (message-header-xheader-face, message-separator-face)
7748 (message-cited-text-face, message-mml-face):
7749 * sieve-mode.el (sieve-control-commands-face)
7750 (sieve-action-commands-face, sieve-test-commands-face)
7751 (sieve-tagged-arguments-face):
7752 * spam.el (spam-face):
7753 Mark face aliases with "-face" in the name as obsolete.
7755 2009-09-01 Glenn Morris <rgm@gnu.org>
7757 * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
7760 2009-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
7762 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7763 Don't move point if the command is invoked inside the message header.
7765 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
7767 * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
7768 (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
7769 * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
7770 * nnir.el (nnir-swish-e-index-file):
7771 * gnus-sum.el (gnus-summary-delete-marked-as-read)
7772 (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
7773 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
7774 * gnus-msg.el (gnus-inews-mark-gcc-as-read):
7775 * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
7776 (gnus-treat-display-xface): Add Emacs version of obsolescence.
7778 2009-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
7780 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7781 Don't save excursion.
7783 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7785 * nnheader.el (nnheader-find-file-noselect):
7786 * mm-util.el (mm-insert-file-contents):
7787 Use (default-value 'major-mode) instead of default-major-mode.
7789 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
7791 * nnrss.el (nnrss-request-article): Avoid default-fill-column.
7793 2009-08-25 Glenn Morris <rgm@gnu.org>
7795 * nnir.el (top-level): Don't require cl at run-time.
7796 (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
7797 Replace cl-function substitute with gnus-replace-in-string.
7798 (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
7799 (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
7800 (nnir-run-find-grep): Replace cl-functions find-if and subseq with
7801 simplified expansions.
7803 2009-08-22 Glenn Morris <rgm@gnu.org>
7805 * gnus-art.el (gnus-button-patch): Use forward-line rather than
7808 2009-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
7810 * gnus-group.el (gnus-safe-html-newsgroups): New user option.
7812 * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
7813 (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
7814 (gnus-mm-display-part, gnus-mime-display-single)
7815 (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
7816 override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
7819 (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
7820 (gnus-summary-move-article): Add expirable mark to articles copied or
7821 moved to group that has auto-expire turned on if the option is non-nil.
7823 2009-07-24 Glenn Morris <rgm@gnu.org>
7825 * gnus-demon.el (gnus-demon-add-nntp-close-connection):
7826 Fix typo. (Bug#3903)
7828 2009-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
7830 * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
7831 gnus-article-read-summary-keys rather than gnus-summary-edit-article
7832 that should not be used for draft articles.
7833 (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
7834 that has no concern in minor mode keys.
7835 (gnus-article-summary-command, gnus-article-summary-command-nosave):
7838 2009-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
7840 * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
7841 article without making inquiry to a user for unknown encoding.
7843 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
7844 (nnmaildir--scan): Assume i-node and device number that file-attributes
7845 returns might be cons-cell.
7847 2009-07-16 Teodor Zlatanov <tzz@lifelogs.com>
7849 * auth-source.el: Remove docs now in auth.texi. Don't use
7850 `gnus-message' for logging. Add new variables `auth-source-debug' and
7851 `auth-source-hide-passwords' and use them.
7853 2009-07-15 Glenn Morris <rgm@gnu.org>
7855 * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
7857 2009-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
7859 * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
7860 excessive whitespace from the default values of title and description.
7862 2009-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
7864 * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
7865 mail-fetch-field to fetch Content-Description header in order to
7868 2009-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
7870 * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
7873 2009-05-30 David Engster <dengste@eml.cc>
7875 * nnmairix.el: Remove old documentation in the commentary block.
7876 (nnmairix-request-group): Do not update active file for nnml back ends.
7877 (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
7878 end so that overview files are ignored.
7879 (nnmairix-update-groups): Make updating the groups more robust by using
7881 (nnmairix-determine-original-group-from-path): Circumvent mairix bug
7882 with dollar characters in message-id.
7884 2009-04-28 Reiner Steib <Reiner.Steib@gmx.de>
7886 * spam.el: Use dns-query instead of query-dns. Was renamed on
7887 2008-12-25 in dns.el.
7889 2009-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
7891 * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
7892 could happen if the text is only composed of spaces and/or tabs.
7894 2009-03-03 Brian Sniffen <bts@evenmere.org> (tiny change)
7896 * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
7897 when sending a queued message to avoid extra mml tags.
7899 2009-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
7901 * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
7903 2009-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
7905 * gnus-dired.el: Remove autoload for gnus-setup-message.
7906 (gnus-dired-attach): Fake this-command value to prevent Gnus from
7907 displaying Gnus logo; always use compose-mail.
7909 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
7911 * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
7913 2009-02-18 Katsumi Yamaoka <yamaoka@jpl.org>
7915 * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
7916 (gnus-nocem-issuers): List currently active issuers; fix custom type.
7917 (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
7919 (gnus-nocem-epg-verify): New function.
7921 2009-02-15 Reiner Steib <Reiner.Steib@gmx.de>
7923 * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
7925 2009-02-15 Glenn Morris <rgm@gnu.org>
7927 * gnus-util.el (rmail-insert-rmail-file-header)
7928 (rmail-count-new-messages, rmail-show-message): Remove unnecessary
7930 (rmail-default-rmail-file): Remove unnecessary declaration.
7931 (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
7933 2009-02-14 Glenn Morris <rgm@gnu.org>
7935 * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
7936 variable (only used in gnus-util, which declares it anyway).
7937 (rmail-output-to-rmail-file): Remove autoload of deleted function,
7938 which was only needed by gnus-art (changed to not use it any more).
7939 (rmail-insert-rmail-file-header): Remove autoload of deleted function,
7940 only used in gnus-util, which autoloads it itself.
7941 (rmail-update-summary): Fix autoload.
7943 * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
7944 rather than rmail-output-to-rmail-file.
7946 2009-02-07 Glenn Morris <rgm@gnu.org>
7948 * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
7949 autoload of function that no longer exists.
7950 (rmail-toggle-header): Declare.
7951 (message-forward-rmail-make-body): Handle mbox Rmail.
7953 2009-01-31 Glenn Morris <rgm@gnu.org>
7955 * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
7958 2009-01-26 Teodor Zlatanov <tzlatanov@jumptrading.com>
7960 * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
7961 (auth-source-forget-all-cached): New convenience function.
7962 (auth-source-user-or-password): Accept list of modes or a single mode.
7964 * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
7967 * nnimap.el (nnimap-open-connection): Use list of
7970 * nntp.el (nntp-send-authinfo): Use list of
7973 2009-01-16 Teodor Zlatanov <tzz@lifelogs.com>
7975 * auth-source.el: Update docs to reflect epa-file-enable is to be used
7978 2009-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
7980 * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
7981 coding system in XEmacs; add a workaround for XEmacs.
7983 2009-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
7985 * mm-util.el (mm-coding-system-priorities): Protect against nil value
7986 of current-language-environment.
7988 2009-01-13 Reiner Steib <Reiner.Steib@gmx.de>
7990 * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
7991 available at runtime.
7993 2009-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
7995 * gnus-art.el (article-date-ut): Fix end point of narrowing.
7997 2009-01-11 Aidan Kehoe <kehoea@parhasard.net>
7999 * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
8000 the greatest positive fixnum value doesn't work under an XEmacs with
8001 bignum support; use the most-positive-fixnum constant instead,
8002 available since Emacs 21.1 with cl and XEmacs 21.1.
8004 2009-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
8006 * gnus-sum.el (gnus-summary-next-article): Revert last change by which
8007 XEmacs gets not to work.
8009 2009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
8011 * mm-util.el (mm-coding-system-priorities): Allow the value like
8012 "Japanese (UTF-8)" of current-language-environment.
8014 2009-01-09 Glenn Morris <rgm@gnu.org>
8016 * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
8017 with last-command-event.
8019 2009-01-08 Reiner Steib <Reiner.Steib@gmx.de>
8021 * message.el (message-fix-before-sending): Amend comment.
8023 2009-01-07 David Engster <dengste@eml.cc>
8025 * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
8026 simplified server definitions by converting it via
8027 gnus-server-to-method.
8029 2009-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
8031 * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
8032 parameter's operands.
8034 2009-01-06 David Engster <dengste@eml.cc>
8036 * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
8037 primary select method (for gnus-group-mark-article-as-read).
8039 2009-01-06 Tassilo Horn <tassilo@member.fsf.org>
8041 * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
8042 `(gnus)Face', not `(gnus)X-Face'.
8044 2009-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
8046 * mm-util.el (mm-ucs-to-char): New function.
8048 * mm-url.el (mm-url-decode-entities): Use it.
8050 2009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
8052 * message.el (message-fix-before-sending): Add `eight-bit' to
8053 illegible-text check.
8055 2009-01-03 Michael Olson <mwolson@gnu.org>
8057 * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
8058 `headers' is nil. This can occur if the IMAP server does not have
8059 permissions to read messages from a folder, but can write new messages
8061 (nnimap-request-article-part): Do not insert `data' if it is nil.
8063 2009-01-01 Dave Love <fx@gnu.org>
8065 * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
8067 * nnimap.el: Fix author email.
8068 (nnimap-split-rule): Add FIXME comment.
8069 (nnimap-debug): Fix doc string.
8071 2008-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
8073 * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
8074 overlay-arrow-position and overlay-arrow-string buffer-local; no need
8075 to check if those variables exist (first appeared in Emacs 18.50).
8077 2008-12-24 Katsumi Yamaoka <yamaoka@jpl.org>
8079 * mm-util.el (mm-line-number-at-pos): New function.
8081 * spam-report.el (spam-report-process-queue): Use it.
8083 2008-12-24 David Engster <dengste@eml.cc>
8085 * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
8086 parameters that haven't existed as variables as buffer-local variables.
8088 2008-12-23 Dave Love <fx@gnu.org>
8090 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
8093 * sieve-manage.el (sieve-manage-starttls-p): Rename from
8095 (sieve-manage-starttls-open): Rename from imap-starttls-open.
8097 2008-12-22 Reiner Steib <Reiner.Steib@gmx.de>
8099 * spam-report.el (spam-report-gmane-max-requests): New constant.
8100 (spam-report-gmane-wait): New variable.
8101 (spam-report-gmane-ham, spam-report-gmane-spam)
8102 (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
8103 spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
8106 * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
8109 * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
8110 nnheader-accept-process-output and nnheader-read-timeout if available.
8111 (pop3-movemail): Use it.
8113 * message.el (message-check-news-body-syntax): Fix signature check if
8114 there's an attachment.
8116 2008-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
8118 * mm-util.el: Add comments to the mm- emulating functions.
8120 2008-12-21 Reiner Steib <Reiner.Steib@gmx.de>
8122 * gnus-start.el (gnus-before-startup-hook): Fix doc string.
8123 Reported by Stephen Berman <stephen.berman@gmx.net>.
8125 2008-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
8127 * mm-util.el (mm-substring-no-properties): New function.
8128 (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
8129 (mm-special-display-p): Enable those lambda forms to be byte compiled.
8130 (mm-string-to-multibyte): Doc fix.
8132 * mml.el (mml-attach-file): Use mm-substring-no-properties.
8134 2008-12-18 Reiner Steib <Reiner.Steib@gmx.de>
8136 * mml.el (mml-attach-file): Strip text properties from file name.
8139 2008-12-16 Glenn Morris <rgm@gnu.org>
8141 * mm-util.el (mm-charset-override-alist): Declare for compiler.
8143 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
8145 * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
8146 knows since the charset specified might be a bogus alias that
8147 mm-charset-synonym-alist provides.
8149 2008-12-15 Reiner Steib <Reiner.Steib@gmx.de>
8151 * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
8154 * gnus-start.el (gnus-backup-startup-file): Improve doc string.
8156 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
8158 * mm-util.el (mm-charset-eval-alist):
8159 Define it before mm-charset-to-coding-system.
8160 (mm-charset-to-coding-system): Add optional argument `silent';
8161 define it before mm-charset-override-alist.
8162 (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
8163 default value if it can be used in Emacs currently running;
8164 silence mm-charset-to-coding-system.
8166 2008-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
8168 * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
8169 `allow-override' which says whether to use `mm-charset-override-alist'.
8170 (rfc2047-decode-encoded-words): Use it.
8172 * mm-util.el (mm-charset-override-alist): Fix custom type;
8173 add `(gb2312 . gbk)' to choices.
8175 2008-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
8177 * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
8180 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
8182 2008-12-04 Naohiro Aota <nao.aota@gmail.com>
8184 * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
8187 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
8189 2008-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
8191 * message.el (message-idna-to-ascii-rhs-1): Protect against local
8192 users' addresses that don't have domain parts.
8193 (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
8194 rather than message-narrow-to-head since there will be the message
8197 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
8199 * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
8200 since the result is inserted in a unibyte buffer anyway.
8201 (nnimap-demule-use-string-to-multibyte): Remove.
8202 (nnimap-demule): Alias it to mm-string-to-multibyte.
8204 2008-11-29 Reiner Steib <Reiner.Steib@gmx.de>
8206 * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
8207 variable for debugging bug#464 and bug#1174.
8208 (nnimap-demule): Use it.
8210 2008-11-24 Reiner Steib <Reiner.Steib@gmx.de>
8212 * gnus-score.el (gnus-score-find-trace): Handle default score in total
8213 score calculation correctly.
8215 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
8217 * message.el (message-send-mail): Just set the buffer to unibyte
8218 rather than use mm-with-unibyte-current-buffer which does a lot more.
8219 (message-send-mail-partially): Don't bother with
8220 mm-with-unibyte-current-buffer since it's already been made unibyte by
8223 2008-11-11 Teodor Zlatanov <tzz@lifelogs.com>
8225 * nnrss.el (nnrss-make-hash-index): Debug message of full item.
8227 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
8229 * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
8231 2008-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
8233 * starttls.el (starttls-any-program-available): Rewritten so it doesn't
8234 require itself and to remove `with-no-warnings'.
8236 2008-11-03 Teodor Zlatanov <tzz@lifelogs.com>
8238 * starttls.el (starttls-any-program-available): Get the name of the
8239 available TLS layer program.
8240 (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
8241 well as the host name in the "opening" message.
8243 * auth-source.el (auth-source-cache, auth-source-do-cache)
8244 (auth-source-user-or-password): Cache passwords and logins by default,
8245 allow override with `auth-source-do-cache'.
8246 (auth-source-forget-user-or-password): Allow users to remove cache
8249 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
8251 * ietf-drums.el (ietf-drums-remove-comments): Localize second
8252 condition-case to only the forward-sexp call.
8254 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
8256 * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
8257 quotes contained. Make it more robust regardless by an extra
8258 condition-case wrapper.
8260 2008-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
8262 * nnml.el (nnml-request-expire-articles): Check if the function set to
8263 `nnmail-expiry-target' returns the symbol `delete'.
8265 * nnfolder.el (nnfolder-request-expire-articles): Ditto.
8267 * nnmail.el (nnmail-expiry-target): Fix custom type.
8269 2008-10-02 Glenn Morris <rgm@gnu.org>
8271 * mm-util.el (mm-codepage-setup): Tweak codepage error.
8272 Silence compiler warning.
8274 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
8276 * mml.el (mml-menu): Don't assume mml2015 is bound.
8278 2008-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
8280 * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
8283 2008-09-27 Glenn Morris <rgm@gnu.org>
8285 * gnus-util.el (mail-header-remove-comments): Autoload it.
8287 2008-09-27 Andreas Schwab <schwab@suse.de>
8289 * gnus-util.el (gnus-split-references): Strip comments.
8290 (gnus-parent-id): Likewise.
8292 2008-09-26 Reiner Steib <Reiner.Steib@gmx.de>
8294 * message.el (message-confirm-send): Fix version.
8296 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
8298 * message.el (message-idna-to-ascii-rhs-1): Use
8299 mail-extract-address-components rather than mail-header-parse-addresses
8300 that is an alias by default to ietf-drums-parse-addresses that does not
8301 support non-ASCII names in headers' contents.
8303 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
8305 * message.el (message-confirm-send): Fix variable documentation to
8306 avoid the "y/n" wording.
8308 2008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change)
8310 * message.el (message-set-auto-save-file-name): Save to a different
8311 filename so multiple messages (especially drafts) can be recovered.
8313 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
8315 * message.el (message-confirm-send): Add appropriate version.
8317 2008-09-22 Teodor Zlatanov <tzz@lifelogs.com>
8319 * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
8322 2008-09-22 Daiki Ueno <ueno@unixuser.org>
8324 * mm-view.el (mm-pkcs7-signed-magic): Use literals.
8325 (mm-pkcs7-enveloped-magic): Ditto.
8327 2008-09-17 Simon Josefsson <simon@josefsson.org>
8329 * sieve-manage.el (sieve-manage-is-string): Accept literals too.
8330 Reported by Arnt Gulbrandsen <arnt@oryx.com>.
8332 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
8334 * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
8335 default, it's better.
8337 2008-09-11 Teodor Zlatanov <tzz@lifelogs.com>
8339 * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
8340 summary line gnus-number property and ignore them (with a warning
8343 2008-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
8345 * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
8346 macro caddr in the interactive form since it won't be expanded.
8348 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
8350 * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
8351 `charset'; fix name of function called recursively.
8352 (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
8354 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
8356 * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
8357 (gnus-mime-set-charset-parameters): New function.
8358 (gnus-mime-view-part-as-charset): Use it to correctly display part
8359 specifying wrong charset.
8361 2008-09-08 David Engster <dengste@eml.cc>
8363 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
8364 in completing-read for back end server.
8366 2008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
8368 * message.el (message-confirm-send): New variable to confirm sending a
8370 (message-send): Use it.
8372 2008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
8374 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
8376 2008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
8378 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
8380 2008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
8382 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
8383 prevent tracking too many groups.
8384 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
8387 2008-08-11 Ralf Angeli <angeli@caeruleus.net>
8389 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
8390 moving point to the bottom of the window in order to avoid recentering.
8392 2008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
8394 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
8395 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
8396 (gnus-article-beginning-of-window): Fix calculation.
8398 2008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
8400 * gnus-msg.el (gnus-summary-supersede-article)
8401 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
8402 value of gnus-newsgroup-charset to decode non-MIME encoded text in
8405 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
8409 * gnus-registry.el: Remove VMS support.
8411 2008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
8413 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
8415 (rfc2104-hash): Use it.
8417 2008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
8419 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
8420 (gnus-summary-sort-by-most-recent-date): New commands.
8421 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
8424 2008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
8426 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
8427 don't redisplay article for raw contents; remove plural articles stuff.
8429 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
8430 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
8431 on gnus-summary-save-article; display results properly.
8433 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
8435 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
8437 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
8439 * gnus-art.el (gnus-summary-save-in-pipe):
8440 Consider gnus-save-all-headers.
8442 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
8444 * gnus-util.el (ns-focus-frame): Remove declaration.
8445 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
8448 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
8450 * rfc2104.el (rfc2104-zero): Delete defconst.
8451 (rfc2104-hex-alist): Likewise.
8452 (rfc2104-hex-to-int): Delete func.
8453 (rfc2104-hexstring-to-bitstring): Likewise.
8454 (rfc2104-nybbles): New defconst.
8455 (rfc2104-hash): Rewrite for speed.
8457 2008-07-16 Glenn Morris <rgm@gnu.org>
8459 * gnus-util.el (ns-focus-frame): Declare for compiler.
8461 2008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
8463 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
8464 set as a group parameter.
8465 (gnus-summary-save-in-pipe): Work when it is called independently.
8466 (gnus-summary-pipe-to-muttprint): Don't modify
8467 gnus-summary-pipe-output-default-command.
8469 2008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
8471 * message.el (message-send-mail-with-sendmail):
8472 Display the error message.
8474 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
8476 * gnus-art.el (gnus-default-article-saver):
8477 Add gnus-summary-save-in-pipe to choices.
8478 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
8479 gnus-summary-pipe-output-default-command as the default command.
8480 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
8481 instead of gnus-last-shell-command.
8483 * gnus-sum.el (gnus-summary-pipe-output-default-command):
8485 (gnus-summary-muttprint-program): Mention the value will be changed.
8486 (gnus-summary-save-article): Force showing of all headers.
8487 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
8489 2008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
8491 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
8493 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
8495 * nnimap.el (nnimap-id):
8496 * sieve-manage.el (sieve-manage-open): Doc fixes.
8498 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
8500 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
8503 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
8505 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
8507 * nnkiboze.el (nnkiboze-generate-group):
8508 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
8510 * nnmairix.el: Require CL.
8512 2008-06-15 David Engster <dengste@eml.cc>
8514 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
8516 2008-06-14 Aidan Kehoe <kehoea@parhasard.net>
8518 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
8519 New macros that expand to an `aset'/`aref' call under Emacs, and to a
8520 runtime choice under XEmacs.
8522 * gnus-sum.el (gnus-summary-set-display-table):
8523 Use `gnus-put-display-table', `gnus-get-display-table',
8524 `gnus-set-display-table' for the display table, instead of `aset'.
8526 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
8528 * nnmairix.el: Add autoloads.
8530 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
8532 * nnmairix.el (nnmairix-delete-recreate-group)
8533 (nnmairix-update-and-clear-marks): Fix error messages.
8535 2008-06-14 David Engster <dengste@eml.cc>
8537 * nnmairix.el: Upgrade to version 0.6.
8538 (nnmairix-group-toggle-propmarks-this-group)
8539 (nnmairix-group-toggle-readmarks-this-group)
8540 (nnmairix-group-delete-recreate-this-group)
8541 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
8542 (nnmairix-remove-tick-mark-original-article): New commands.
8543 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
8544 (nnmairix-propagate-marks-to-nnmairix-groups)
8545 (nnmairix-only-use-registry, nnmairix-allowfast-default)
8546 (nnmairix-marks-cache, nnmairix-version-output): New variables.
8547 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
8548 functions needed for marks propagation and manipulation of read marks.
8549 (nnmairix-update-groups): New function.
8550 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
8551 (nnmairix-determine-original-group-from-registry)
8552 (nnmairix-determine-original-group-from-path)
8553 (nnmairix-get-group-from-file-path, nnmairix-map-range)
8554 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
8555 New helper functions.
8556 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
8557 keystrokes for new commands.
8558 (nnmairix-delete-and-create-on-change): Doc string cleanup.
8559 (nnmairix-request-group): Check allow-fast group parameter.
8560 (nnmairix-request-create-group): Set allow-fast group parameter if
8561 nnmairix-allowfast-default is set.
8562 (nnmairix-close-group): Propagate marks upon closing if needed.
8563 (nnmairix-group-toggle-threads-this-group): Use new.
8564 nnmairix-group-toggle-parameter helper function.
8565 (nnmairix-search): Better check for empty search result.
8566 (nnmairix-goto-original-article): Use new helper functions for
8567 determining original article.
8568 (nnmairix-show-original-article): Make sure message-id is in brackets.
8569 (nnmairix-call-mairix-binary): Change variable name.
8570 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
8572 (nnmairix-widget-toggle-activate): Fix doc string.
8574 2008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
8576 * nnir.el: Require edmacro when compiling with XEmacs.
8577 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
8578 available in Emacs 21.
8580 2008-06-11 Glenn Morris <rgm@gnu.org>
8582 * gnus-util.el (x-focus-frame):
8583 * gnus.el (image-size):
8584 * mm-decode.el (image-size): Declare.
8586 * gnus-picon.el (declare-function): Add compat definition.
8587 (image-size): Declare.
8589 * gnus-group.el (tool-bar-map):
8590 * gnus-sum.el (tool-bar-map): Define for compiler.
8592 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
8594 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
8596 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
8597 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
8598 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
8599 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
8600 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
8601 * sieve-manage.el, spam-report.el, spam.el:
8602 Remove unnecessary eval-and-compile of autoloads.
8604 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
8606 * auth-source.el: Precise Tramp doc.
8608 2008-06-07 Glenn Morris <rgm@gnu.org>
8610 * nnmairix.el: Remove unnecessary eval-when-compile.
8612 2008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
8614 * nnir.el: New file.
8616 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
8618 * gnus-util.el (gnus-read-shell-command): New function.
8619 * mm-decode.el (mm-pipe-part):
8620 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
8622 2008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
8624 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
8626 2008-06-03 Glenn Morris <rgm@gnu.org>
8628 * pop3.el (nnheader-accept-process-output): Autoload it.
8630 2008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
8632 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
8633 are not 2-digit hexadecimal characters that follow `%'s.
8635 2008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
8637 * message.el (message-bogus-recipient-p): Fix type in doc string.
8638 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
8639 (message-bogus-addresses): Rename from message-bogus-address-regexp.
8640 Improve custom options.
8641 (message-bogus-recipient-p): Adjust accordingly.
8643 2008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
8645 * nnmairix.el: Require edmacro when compiling with XEmacs.
8647 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
8649 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
8650 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
8652 2008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
8654 * auth-source.el: Add more docs.
8656 2008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8658 * nnheader.el (nnheader-read-timeout): Change the default timeout from
8659 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
8660 retrieval faster in some cases, but might make CPU usage larger.
8661 If this has any bad side effects, we might revert this change.
8663 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
8664 seems to make mail retrieval much, much faster.
8665 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
8668 * gnus-draft.el (gnus-group-send-queue):
8669 Bind message-send-mail-partially-limit to nil to avoid being prompted.
8671 2008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
8673 * mml.el (mml-attach-buffer): Prompt for `disposition'.
8675 * message.el (message-bogus-address-regexp): Fix and improve custom
8677 (message-setup-hook): Add message-check-recipients as custom option.
8679 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
8681 * message.el (message-cite-function): Remove bogus autoload which crept
8682 in during merge from v5-10.
8684 2008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
8686 * nnimap.el (nnimap-open-connection): Fix login/password bug.
8688 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
8690 * auth-source.el: Preliminary Tramp docs.
8691 (auth-sources): Change the default auth-sources to use
8694 2008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
8696 * nntp.el: Autoload `auth-source-user-or-password'.
8697 (nntp-send-authinfo): Use it.
8699 * nnimap.el: Autoload `auth-source-user-or-password'.
8700 (nnimap-open-connection): Use it.
8702 * auth-source.el: Add docs on using with url-auth. Import gnus-util
8703 for the gnus-message function.
8704 (auth-source-user-or-password): Use it.
8706 2008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
8708 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
8709 rfc2104-hexstring-to-byte-list. Return a unibyte string.
8710 (rfc2104-hash): Use it.
8712 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
8714 * gnus-art.el (gnus-article-toggle-truncate-lines):
8715 Don't use `iff' in docstring.
8717 2008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
8719 * gnus-registry.el: Adjusted copyright dates and added a keyword.
8721 * gnus-util.el (gnus-extract-address-component-name)
8722 (gnus-extract-address-component-email): Convenience functions around
8723 `gnus-extract-address-components'.
8725 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8726 Use `gnus-extract-address-component-email' to fix bug of comparing full
8727 sender name to `user-mail-address'.
8729 2008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
8731 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
8732 catch/throw to optimize.
8733 (gnus-registry-find-keywords): Just use member to find a keyword.
8735 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
8737 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
8738 is current before calling gnus-server-prepare.
8739 (gnus-server-setup-buffer, gnus-server-update-server)
8740 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
8742 2008-05-04 Juri Linkov <juri@jurta.org>
8744 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
8745 (mailcap-file-default-commands): Use mailcap-replace-in-string
8746 instead of replace-regexp-in-string, and mailcap-delete-duplicates
8747 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
8749 2008-05-03 Reiner Steib <reiner.steib@gmx.de>
8751 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
8753 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8755 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
8757 (gnus-update-read-articles): Speed up non-marks-using users.
8758 (gnus-use-marks): Define gnus-use-marks.
8759 (gnus-propagate-marks): Rename variable to something more sensible.
8761 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
8763 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
8764 (gmm-image-load-path-for-library): Fix typos in docstrings.
8765 (gmm-message): Reflow docstring.
8767 2008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
8769 * mail-source.el (mail-source-set-1, mail-source-bind):
8770 Move auth-source code out of the macro to clean it up and fix bugs.
8772 2008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
8774 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
8775 by sender if it's equal to user-mail-address, it's likely to be
8778 * mail-source.el (mail-source-bind): Don't use user or password if they
8779 are not bound. Unintern them if they are nil. Don't use server unless
8780 it's bound, and default it to empty string otherwise.
8782 2008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
8784 * mail-source.el: Load auth-source.el.
8785 (mail-source-bind): Add comments. Call auth-source-user-or-password to
8786 get user name or password, if auth-sources is set up.
8788 * gnus-registry.el (gnus-registry-split-strategy): New variable for
8789 strategy of splitting with parent.
8790 (gnus-registry-split-fancy-with-parent)
8791 (gnus-registry-post-process-groups): Use it and fix prior
8792 bug (returning a list as the split result).
8794 * auth-source.el (auth-sources): Remove server parameter.
8795 (auth-source-pick, auth-source-user-or-password)
8796 (auth-source-user-or-password-imap)
8797 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8798 (auth-source-user-or-password-sftp)
8799 (auth-source-user-or-password-smtp): Remove server parameter.
8801 2008-04-25 Juanma Barranquero <lekktu@gmail.com>
8803 * smime.el (smime-sign-region, smime-encrypt-region)
8804 (smime-decrypt-region):
8805 Remove redundant calls to `generate-new-buffer-name'.
8807 2008-04-24 Luca Capello <luca@pca.it> (tiny change)
8809 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
8810 Don't use QP for message/rfc822.
8811 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
8813 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
8815 * sieve-manage.el (sieve-string-bytes): Remove.
8816 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
8817 correct byte-length only if the process's coding-system is the same as
8818 the one used internally by Emacs to represent strings.
8820 2008-04-22 Juri Linkov <juri@jurta.org>
8822 * mailcap.el (mailcap-file-default-commands): New function.
8824 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
8826 * message.el (message-signature-separator, message-cite-function):
8827 Change custom version.
8829 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
8831 * mm-decode.el (mm-display-external): Make temp file read-only.
8833 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
8835 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
8836 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
8839 2008-04-12 Adrian Aichner <adrian@xemacs.org>
8841 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
8843 2008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
8845 * auth-source.el: Add docs.
8846 (auth-sources): Modify format to support server.
8847 (auth-source-pick, auth-source-user-or-password)
8848 (auth-source-user-or-password-imap)
8849 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8850 (auth-source-user-or-password-sftp)
8851 (auth-source-user-or-password-smtp): Add server parameter.
8853 2008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
8855 * gnus-registry.el: Initialize the registry when gnus-registry-install
8858 2008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
8860 * compface.el (uncompface): Make buffer unibyte.
8862 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
8864 * mail-source.el (mail-source-value):
8865 Prefer fboundp to functionp so it works with macros as well.
8867 2008-04-05 Glenn Morris <rgm@gnu.org>
8869 * gnus-ems.el (mm-disable-multibyte): Autoload it.
8871 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
8873 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
8874 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
8876 * nnheader.el (nnheader-init-server-buffer): Change buffer's
8877 multibyteness after rather than before erasing it.
8879 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
8881 (gnus-request-article-this-buffer): Make sure the proper decoding is
8882 used if gnus-original-article-buffer happens to be unibyte.
8884 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
8885 default-enable-multibyte-characters.
8887 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
8888 default-enable-multibyte-characters.
8890 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
8892 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
8894 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
8896 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8897 Fix last change in case the element is not even a symbol.
8899 2008-04-02 Simon Josefsson <simon@josefsson.org>
8901 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
8902 imap-enable-exchange-bug-workaround.
8903 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
8905 2008-04-01 Simon Josefsson <simon@josefsson.org>
8907 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
8908 a 100 byte status-checks into a 2-3MB transfer for each group.
8909 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
8910 to enable bug workaround or not.
8911 (nnimap-find-minmax-uid): Only enable workaround conditionally.
8913 2008-03-31 Glenn Morris <rgm@gnu.org>
8915 * message.el (mml2015-use): Declare for compiler.
8916 (message-info): Require mml2015 when appropriate.
8918 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
8920 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
8921 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
8922 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
8923 (nntp-service-to-port): New function.
8924 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
8925 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
8926 (nntp-open-netcat-stream): New function.
8927 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
8929 2008-03-29 Sven Joachim <svenjoac@gmx.de>
8931 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
8933 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
8935 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
8937 2008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
8939 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
8941 2008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
8943 * message.el (message-signature-separator): Change default.
8944 Improve custom type.
8945 (message-cite-function): Change default to
8946 message-cite-original-without-signature.
8948 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
8951 * message.el (message-check-news-body-syntax): Fix signature check.
8952 (message-setup-1): Mark buffer as unmodified _after_ running
8953 message-setup-hook and handling message-alternative-emails.
8954 (message-shorten-references): Be more strict when building list of
8955 valid references to comply with GNKSA.
8957 * gnus-group.el (gnus-read-ephemeral-bug-group)
8958 (gnus-read-ephemeral-debian-bug-group)
8959 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
8961 * message.el (message-info): Don't use booleanp which isn't supported
8962 in Emacs 21 and XEmacs.
8964 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
8966 * gnus-group.el (gnus-gmane-group-download-format): Rename from
8967 gnus-group-gmane-group-download-format.
8968 (gnus-group-read-ephemeral-gmane-group): Rename from
8969 gnus-group-read-ephemeral-gmane-group.
8970 (gnus-read-ephemeral-gmane-group-url): Rename from
8971 gnus-group-read-ephemeral-gmane-group-url.
8972 (gnus-bug-group-download-format-alist): New variable.
8973 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
8974 (gnus-read-ephemeral-emacs-bug-group): New commands.
8976 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
8978 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
8979 (gnus-visible-headers): Improve custom type.
8981 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
8983 * mml.el (mml-menu): Add workarounds for XEmacs.
8985 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
8988 * message.el (message-simplify-recipients): Fix previous commit.
8990 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
8992 * mm-util.el (mm-set-buffer-multibyte): New function.
8993 * mm-decode.el (mm-copy-to-buffer): Use it.
8995 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8996 Prefer fboundp to functionp so it works with macros as well.
8998 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
9000 * message.el (message-alter-recipients-discard-bogus-full-name):
9002 (message-alter-recipients-function): New variable.
9003 (message-get-reply-headers): Use it.
9004 (message-replace-header): New helper function.
9005 (message-recipients-without-full-name): New variable.
9006 (message-simplify-recipients): New command.
9008 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
9010 * message.el (message-info): Handle EasyPG manual.
9012 * mml.el (mml-menu): Add entry for EasyPG.
9014 2008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
9016 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
9019 * message.el (message-disassociate-draft): Specify drafts group name
9022 2008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
9024 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9025 Eliminate unnecessary duplicates from the match list.
9027 2008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
9029 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
9030 args of `how-many' of which the XEmacs version doesn't take; declare
9031 Info-index-next as function.
9033 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
9035 * gnus-score.el (gnus-score-headers): Fix handling of
9036 gnus-inhibit-slow-scoring.
9038 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
9040 (gnus-button-url-regexp): Improve handling of parenthesis.
9041 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
9042 (gnus-button-handle-info-keystrokes): Handle index entries.
9044 2008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
9046 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
9049 2008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
9051 * auth-source.el (auth-sources): Rename from auth-source-choices.
9052 (auth-source-pick): Use it.
9054 2008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
9056 * auth-source.el (auth-source-protocols)
9057 (auth-source-protocols-customize, auth-source-choices): Add and
9058 modified variable customizations and defaults.
9059 (auth-source-pick, auth-source-user-or-password)
9060 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
9061 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
9062 (auth-source-user-or-password-sftp)
9063 (auth-source-user-or-password-smtp): Use new variables and provide an
9064 interface to netrc.el.
9066 2008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
9068 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
9069 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
9070 Make sure the nntp port to specify is a string.
9072 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
9074 * nntp.el: Use with-current-buffer.
9075 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
9076 dubious mm-with-unibyte-current-buffer.
9077 (nntp-with-open-group-function): New function extracted from
9078 nntp-with-open-group macro.
9079 (nntp-with-open-group): Use the function, so it's easier to debug.
9080 Add indentation and debugging info.
9081 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
9082 Recommend the use of the netcat alternatives.
9084 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
9085 Avoid mm-string-as-multibyte as well.
9087 * nnweb.el (nnweb-insert-html):
9088 Remove use of nnheader-string-as-multibyte.
9090 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
9091 (nnheader-string-as-multibyte): Remove.
9093 * mm-view.el: Use inhibit-read-only.
9094 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
9095 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
9098 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
9099 (mm-uu-yenc-extract): Use with-current-buffer.
9101 * gnus-soup.el (gnus-soup-send-packet): Don't use
9102 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
9104 * nnmh.el: Use with-current-buffer.
9105 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
9106 mm-string-as-multibyte on the output of mm-encode-coding-string.
9108 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
9109 (nnimap-request-move-article): Use with-current-buffer.
9111 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
9112 inserting the handle-buffer's text, so the implicit multibyte->unibyte
9113 conversion uses string-make-unibyte rather than string-as-unibyte.
9115 * gnus-msg.el: Use with-current-buffer.
9117 * message.el (message-ignored-resent-headers): Add "Delivered-To".
9119 2008-03-10 Daiki Ueno <ueno@unixuser.org>
9121 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
9122 string for caching if it is 'PIN.
9124 2008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
9126 * mail-source.el (mail-source-delete-old-incoming-confirm):
9127 Change default to nil.
9128 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
9130 2008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
9132 * gnus-art.el (gnus-narrow-to-page): Position point properly.
9133 (gnus-article-goto-prev-page): Work for articles having ^L's.
9135 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
9137 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
9139 2008-03-07 Karl Fogel <kfogel@red-bean.com>
9141 * gnus-bookmark.el: Adjust for renames in bookmark.el.
9142 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
9143 (gnus-bookmark-jump): Adjust some variable names.
9145 2008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
9147 * auth-source.el: New package.
9148 (auth-source-choices): Add customization entry point variable.
9150 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
9153 2008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
9155 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
9156 (gnus-registry-initialize, gnus-registry-install-p): Use it.
9157 (gnus-registry-install-shortcuts): Rename from
9158 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
9159 the `gnus-registry-mark-map' keymap dynamically from
9160 `gnus-registry-marks'. The generated functions update the summary line
9161 when a registry mark is added or deleted, and will call
9162 `gnus-registry-install-p' (see the comments in the code).
9163 (gnus-registry-user-format-function-M): Use concat intelligently.
9165 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
9166 the registry mark functions.
9168 2008-03-05 Glenn Morris <rgm@gnu.org>
9170 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
9171 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
9173 (top-level): No need to load own source when compiling.
9175 2008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
9177 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
9178 Suggested by <chris.anderton@zetnet.co.uk>.
9180 2008-03-04 Glenn Morris <rgm@gnu.org>
9182 * gnus-sum.el (top-level): No need to require gnus when compiling,
9183 since unconditionally required near start of file.
9184 (gnus-summary-display-while-building): Move definition before use.
9186 2008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
9188 * gnus-registry.el (gnus-registry-user-format-function-M):
9189 Add formatting function.
9191 2008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
9193 * gnus-registry.el (gnus-registry-marks): Change format to be nicer
9195 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
9198 2008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
9200 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
9201 `where-is-internal' that returns a range of key sequences.
9203 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
9205 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
9207 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
9208 (gnus-summary-jump-to-group): Consider windows on other displayed
9209 frames as well. Similar changes might be needed elsewhere, but that's
9210 the one I've bumped into during my use.
9212 * nndoc.el (nndoc-oe-dbx-type-p):
9213 * gnus-msg.el (gnus-debug):
9214 * gnus-group.el (gnus-update-group-mark-positions):
9215 Use mm-string-to-multibyte.
9217 2008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
9219 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
9220 doesn't handle NotDashEscaped.
9222 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
9223 (mml-dnd-attach-options): Fix typo in custom choice.
9225 * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
9226 Change nndoc-article-type to mbox.
9227 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
9229 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
9230 to nil, instead of html2text.
9232 * imap.el (imap-debug): Add `imap-ping-server'.
9234 * gnus-bookmark.el: Add FIXMEs.
9236 * message.el (message-form-letter-separator)
9237 (message-send-form-letter-delay): New variables.
9238 (message-send-form-letter): Use them. New command to send form
9239 letters. Requested by Uwe Siart.
9240 (message-send-mail-function): Doc fix. Add "Other" custom option.
9242 2008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
9244 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
9247 2008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
9249 * gnus-registry.el (gnus-registry-marks): Add variable for
9250 customization of marks and their appearance.
9251 (gnus-registry-read-mark): Use it.
9252 (gnus-registry-do-marks): Add utility function to loop through
9253 `gnus-registry-marks'.
9254 (gnus-registry-install-shortcuts-and-menus): Add function to install
9255 shortcuts and menus.
9256 (gnus-registry-initialize): Use it.
9257 (gnus-registry-default-mark): Clarify documentation.
9259 2008-02-29 Glenn Morris <rgm@gnu.org>
9261 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
9262 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
9263 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
9264 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
9265 Change defcustom :version from 23.0 to 23.1.
9267 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
9269 * gnus-registry.el (gnus-registry-follow-group-p)
9270 (gnus-registry-post-process-groups): Add functions to aid registry
9271 splitting and improve logging. Clarify behavior in function
9273 (gnus-registry-split-fancy-with-parent): Use them.
9275 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
9277 * gnus-art.el: Use with-current-buffer.
9279 2008-02-27 David Engster <dengste@eml.cc>
9281 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
9282 Express real group name in the response.
9284 2008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
9286 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
9287 (nnmairix-last-server, nnmairix-current-server): Defvar them.
9288 (nnmairix-goto-original-article): Defvar gnus-registry-install and
9289 autoload gnus-registry-fetch-group when compiling.
9290 (nnmairix-request-group-with-article-number-correction):
9291 Remove unreferenced argument passed to nnmairix-call-backend.
9293 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
9295 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
9296 (mm-uu-extract): Improve face for low color ttys.
9297 Reported by Sascha Wilde.
9299 2008-02-27 Glenn Morris <rgm@gnu.org>
9301 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
9302 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
9303 variables to defconsts. Convert comments to doc-strings.
9304 (nnmairix-last-server, nnmairix-current-server): Convert from free
9305 variables to defvars. Convert comments to doc-strings.
9306 (gnus-registry-fetch-group): Autoload.
9307 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
9308 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
9309 (nnmairix-widget-build-editable-fields): Use car cddr rather than
9311 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
9312 nnmairix-request-group-with-article-number-correction call.
9313 (nnmairix-fast, nnmairix-group): New, less general names, for free
9314 variables passed from nnmairix-request-group to
9315 nnmairix-request-group-with-article-number-correction. Declare.
9316 (nnmairix-request-group-with-article-number-correction):
9317 Use nnmairix-fast, nnmairix-group rather than fast, group.
9319 2008-02-26 David Engster <dengste@eml.cc>
9321 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
9324 2008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
9326 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
9327 instead of making an extra function call. Don't add the current group
9328 to articles only when they have the group. Use
9329 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
9330 Reported by David <de_bb@arcor.de>.
9332 2008-02-24 Miles Bader <miles@gnu.org>
9334 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
9335 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
9336 (mm-find-mime-charset-region):
9337 * mm-bodies.el (mm-encode-body):
9338 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
9340 2008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
9342 * mail-source.el (mail-source-delete-incoming): Change default.
9343 Supplement doc string.
9345 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
9347 2008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
9349 * nnmail.el (nnmail-message-id-cache-file): Derive from
9350 `gnus-home-directory'.
9352 2008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
9354 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
9355 Document negative prefix.
9357 * gnus-group.el (gnus-group-read-group): Document negative prefix.
9359 2008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
9361 * message.el (message-unsent-separator): Add the Exim bounce
9364 2008-02-10 Daiki Ueno <ueno@unixuser.org>
9366 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
9368 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
9369 recipient/signer list.
9371 2008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
9373 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
9374 fbound (Emacs 23 unicode), signal an error.
9376 2008-02-08 Glenn Morris <rgm@gnu.org>
9378 * gnus-art.el (pgg-display-output-buffer): Declare as function.
9380 2008-02-07 Tassilo Horn <tassilo@member.fsf.org>
9382 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
9383 ports to the calls to `netrc-machine-user-or-password' in addition to
9386 2008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
9388 * gnus.el (gnus-group-startup-message): Add `find-image' call before
9389 image-load-path is let-bound. Reported by Harald Hanche-Olsen
9390 <hanche@math.ntnu.no>.
9392 2008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
9394 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
9396 2008-02-01 Zhang Wei <id.brep@gmail.com>
9398 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
9400 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
9402 2008-02-01 Miles Bader <miles@gnu.org>
9404 * mml.el (mml-parse-1): Remove apparently vestigial use of
9406 * mm-bodies.el (mm-encode-body): Likewise.
9408 2008-02-01 Kenichi Handa <handa@m17n.org>
9410 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
9411 rfc2104-hexstring-to-bitstring and changed to return a byte list.
9412 (rfc2104-hash): Convert the result of concat to unibyte string.
9414 2008-02-01 Dave Love <fx@gnu.org>
9416 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
9417 coding-system-for-read.
9418 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
9420 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
9421 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
9422 (mm-find-mime-charset-region): Remove hack-charsets stuff.
9424 2008-01-24 Michael Sperber <sperber@deinprogramm.de>
9426 * mail-source.el (mail-sources): Add `group' choice.
9428 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
9429 parameter `in-group' to control into which group the articles go.
9430 Add treatment of `group' mail-source.
9432 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
9434 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
9435 * message.el (message-beginning-of-line): Use featurep instead of bound
9436 tests in order to resolve conditionals at compile time.
9438 2008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
9440 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
9442 * mm-decode.el (mm-dissect-buffer): Decode description.
9444 * mml.el (mml-to-mime): Encode message header first.
9446 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
9448 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
9449 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
9451 2008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
9453 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
9455 2008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
9457 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
9459 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
9460 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
9463 2008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
9465 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
9466 Add new variables for article mark management.
9467 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
9468 list of extra data entries which, when present, will indicate that the
9469 article ID should not be trimmed from the registry.
9470 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
9472 (gnus-registry-read-mark): New function to read a mark name from the
9474 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
9475 (gnus-registry-set-article-mark-internal): New functions to add and
9477 (gnus-registry-get-article-marks): New function to show the marks for
9478 an article, or retrieve them for further use.
9480 2008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
9482 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
9483 keys when no argument is given.
9485 2008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
9487 * gnus-sum.el (gnus-article-sort-by-random)
9488 (gnus-thread-sort-by-random): Fix doc strings.
9489 Reported by jidanni@jidanni.org.
9491 2008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
9493 * gnus-art.el (gnus-article-describe-bindings): New function.
9494 (gnus-article-read-summary-keys): Use it.
9495 (gnus-article-mode-map): Bind `C-h b' to it.
9497 2008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
9499 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
9501 (gnus-article-describe-key, gnus-article-describe-key-briefly):
9502 Protect against non-character events.
9504 2008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
9506 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
9508 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
9509 instead of END. Change name of the temp file.
9510 (gnus-group-gmane-group-download-format): Add doc string. Make it
9513 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
9515 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
9516 bind `S W' to gnus-article-wide-reply-with-original; set default
9517 binding to gnus-article-read-summary-send-keys.
9518 (gnus-article-read-summary-keys): Fix the order of keys; display
9519 continuation keys correctly in the echo area; describe bindings
9520 correctly when keys end with `C-h'.
9521 (gnus-article-read-summary-send-keys): New function.
9522 (gnus-article-describe-key, gnus-article-describe-key-briefly):
9523 Work for gnus-article-read-summary-send-keys; display continuation keys
9524 correctly in the echo area.
9525 (gnus-article-reply-with-original): Ignore prefix argument.
9526 (gnus-article-wide-reply-with-original): New function.
9528 2008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
9530 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
9531 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
9533 2008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
9535 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
9536 (gnus-group-read-ephemeral-gmane-group): New command.
9538 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
9540 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
9542 2007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
9544 * message.el (message-send-mail-function): Increase custom version.
9546 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
9547 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
9549 2007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
9551 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
9552 html parts correctly; support forwarded messages.
9553 (gnus-article-browse-html-article): Remove work buffers.
9555 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
9557 (netrc-bound-and-true-p): New macro.
9558 (netrc-parse): Use it instead of bound-and-true-p that is not available
9561 2007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
9563 * gnus-registry.el (gnus-registry-mark-article)
9564 (gnus-registry-article-marks): Add functionality to mark articles
9565 through the Gnus registry.
9567 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
9568 (netrc-parse): Use encrypt-file-alist to determine if
9569 encrypt-find-model or encrypt-insert-file-contents should be used.
9571 2007-12-19 Glenn Morris <rgm@gnu.org>
9573 * mml.el (message-options-set, message-narrow-to-head)
9574 (message-in-body-p, message-mail-p, message-encode-message-body):
9576 (message-remove-header, message-narrow-to-headers-or-head)
9577 (message-subscribed-p, message-make-mail-followup-to)
9578 (message-position-on-field, message-news-p)
9579 (message-options-set-recipient, message-generate-headers)
9580 (message-sort-headers): Declare as functions.
9582 2007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
9584 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
9585 convention in doc string.
9587 2007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
9589 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
9590 title to html parts.
9591 (gnus-article-browse-html-article): Pass message header to it.
9593 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
9595 2007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
9597 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
9598 or password compatible with XEmacs.
9600 2007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
9602 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
9604 (gnus-mime-delete-part): Don't write description line if empty.
9605 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
9607 2007-12-14 Johan Bockgård <bojohan@gnu.org>
9609 * gnus-sum.el (gnus-summary-mark-unread-as-read)
9610 (gnus-summary-mark-read-and-unread-as-read)
9611 (gnus-summary-mark-current-read-and-unread-as-read)
9612 (gnus-summary-mark-unread-as-ticked): Doc fix.
9613 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
9615 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
9617 * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
9618 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9620 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
9622 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
9625 2007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
9627 * mm-decode.el (mm-add-meta-html-tag): New function.
9628 (mm-save-part-to-file, mm-pipe-part): Use it.
9630 * gnus-art.el (gnus-article-browse-delete-temp-files):
9631 Use gnus-y-or-n-p instead of y-or-n-p.
9632 (gnus-article-browse-html-parts): Work with message/external-body; use
9633 mm-add-meta-html-tag.
9635 2007-12-11 Glenn Morris <rgm@gnu.org>
9637 * gnus-cache.el: Require gnus-sum not just when compiling.
9639 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
9641 * gnus-int.el (gnus-server-opened, gnus-status-message):
9642 Move definitions before use.
9644 * mm-decode.el: Require gnus-util.
9645 (mm-remove-part): Only call delete-annotation on XEmacs.
9647 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
9649 * nnmail.el: Require gnus-int.
9651 * spam.el: Move `require's before `eval-when-compile's.
9653 * gnus-ems.el (gnus-alive-p):
9654 * gnus-fun.el (message-goto-eoh):
9655 * gnus-util.el (gnus-group-name-decode):
9656 * mail-source.el (gnus-compress-sequence):
9657 * message.el (Info-goto-node, format-spec):
9658 * mm-bodies.el (message-options-get):
9659 * mm-decode.el (mm-view-pkcs7):
9660 * mm-util.el (gmm-write-region):
9661 * mml-smime.el (mml-compute-boundary)
9662 (gnus-completing-read-with-default):
9663 * mml.el (widget-button-press, gnus-make-hashtable):
9664 * mml1991.el (mm-decode-content-transfer-encoding)
9665 (mm-encode-content-transfer-encoding)
9666 (message-options-get, message-options-set):
9667 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
9668 * nnfolder.el (gnus-request-group):
9669 * nnheader.el (ietf-drums-unfold-fws):
9670 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
9671 * smime.el (gnus-run-mode-hooks):
9672 * spam-stat.el (gnus-message): Autoload.
9674 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
9675 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
9676 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
9677 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
9678 Add declare-function compatibility definition.
9680 * gnus-cache.el (nnvirtual-find-group-art):
9681 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
9682 (gnus-add-image, gnus-add-wash-type):
9683 * gnus-group.el (nnkiboze-score-file):
9684 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
9685 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
9686 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
9687 (message-tokenize-header, gnus-get-buffer-create)
9688 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
9689 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
9690 * gnus.el (gnus-group-decoded-name):
9691 * mail-source.el (imap-capability):
9692 * mm-bodies.el (message-options-set):
9693 * mm-decode.el (gnus-configure-windows):
9694 * mm-extern.el (message-goto-body):
9695 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
9696 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
9697 (epg-sub-key-validity, message-options-set):
9698 * mml.el (widget-event-point, gnus-configure-windows):
9699 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
9700 * mml2015.el (epg-check-configuration, epg-configuration)
9701 (message-options-set):
9702 * nndb.el (nndb-request-article):
9703 * nnfolder.el (gnus-request-create-group):
9704 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
9705 * nnmaildir.el (gnus-group-mark-article-read):
9706 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
9707 * rfc1843.el (message-fetch-field):
9708 * spam.el (gnus-extract-address-components):
9709 Declare as functions.
9711 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
9713 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
9715 2007-12-09 Glenn Morris <rgm@gnu.org>
9717 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
9719 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
9720 * message.el, mm-view.el, sieve-manage.el, smime.el:
9721 Add declare-function compatibility definition.
9723 * gnus-art.el (w3-region, w3m-region, Info-menu):
9724 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
9725 * gnus-sum.el (gnus-get-predicate):
9726 * gnus-util.el (mm-append-to-file, w32-focus-frame):
9727 * message.el (mail-abbrev-in-expansion-header-p):
9728 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
9729 (w3m-detect-meta-charset, w3m-region):
9730 * sieve-manage.el (password-read, password-cache-add)
9731 (password-cache-remove):
9732 * smime.el (password-read-and-add): Declare as functions.
9734 2007-12-08 David Kastrup <dak@gnu.org>
9736 * gnus-sum.el (gnus-summary-simplify-subject-query):
9737 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
9740 2007-12-07 Glenn Morris <rgm@gnu.org>
9742 * gnus-art.el (article-make-date-line): Revert previous change.
9744 2007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
9746 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
9748 2007-12-06 Christian Plate <cplate@web.de> (tiny change)
9750 * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
9751 Call gnus-add-to-range ranges only once with a prepared article-list.
9753 2007-12-06 Paul Jarc <prj@po.cwru.edu>
9755 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
9756 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
9757 group names with backslashes.
9758 Reported by Tassilo Horn <tassilo@member.fsf.org>.
9760 2007-12-06 Deepak Goel <deego3@gmail.com>
9762 * gnus-art.el (article-make-date-line):
9763 * gnus-start.el (gnus-load):
9764 * pop3.el (pop3-read-response): Fix buggy call to `error'.
9766 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
9768 * gnus-art.el (gnus-use-idna)
9769 * gnus-start.el (gnus-site-init-file)
9770 * message.el (message-use-idna)
9771 * mm-uu.el (mm-uu-hide-markers)
9772 * smiley.el (smiley-style): Revert changes that suppress warnings.
9774 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
9776 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
9777 specify charset to html source.
9778 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9780 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
9782 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
9783 idna-program in order to suppress byte compile warning issued by XEmacs
9784 that came to byte compile the default value section of defcustom forms
9787 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
9788 value of installation-directory.
9790 * message.el (message-use-idna): Don't directly refer to the value of
9793 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
9795 * smiley.el (smiley-style): Don't directly call face-attribute.
9797 2007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
9799 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
9801 * gnus-dired.el: Reduce Gnus dependencies.
9802 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
9803 Don't require. Use autoloads instead.
9804 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
9805 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
9806 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
9807 (gnus-dired-mode): Adjust doc string.
9808 (gnus-dired-mail-mode): New variable.
9809 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
9810 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
9811 (gnus-dired-mail-buffers): New function. Return mail or message
9812 composition buffers.
9813 (gnus-dired-attach): Use it.
9814 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
9816 (gnus-dired-print): Use `gnus-print-buffer' depending on
9817 `gnus-dired-mail-mode'.
9819 2007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
9821 * rfc2047.el (rfc2047-encoded-word-regexp)
9822 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
9823 explaining what regexp patterns are for.
9825 2007-12-04 Glenn Morris <rgm@gnu.org>
9827 * password.el: Move to ../password-cache.el.
9829 * mml1991.el (password-read, password-cache-add, password-cache-remove):
9830 * mml2015.el (password-read, password-cache-add, password-cache-remove):
9831 * mml-smime.el (password-read, password-cache-add)
9832 (password-cache-remove):
9833 No need to autoload, since mml-sec requires password.
9835 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
9836 * message.el (gnus-extract-address-components):
9837 * mml-smime.el (gnus-extract-address-components): Define for compiler.
9839 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
9842 2007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
9844 * mailcap.el: Reduce dependencies.
9845 (mail-header-parse-content-type): Autoload.
9846 (mailcap-delete-duplicates): New alias.
9847 (mailcap-mime-info): Add optional argument NO-DECODE.
9848 (mailcap-mime-types): Use mailcap-delete-duplicates.
9850 * message.el (message-ignored-supersedes-headers): Add "X-ID".
9852 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9854 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
9857 * gnus-uu.el (gnus-uu-decode-yenc): New command.
9858 (gnus-uu-yenc-article): New function.
9860 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
9862 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
9864 2007-12-02 Glenn Morris <rgm@gnu.org>
9866 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
9869 * binhex.el, uudecode.el: Move to ../mail.
9871 * encrypt.el: Remove file.
9873 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
9875 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
9878 * gnus-art.el (gnus-article-browse-html-article):
9879 Mention `mm-text-html-renderer' in the doc string.
9881 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
9882 string. Add comments.
9884 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
9887 2007-12-01 Glenn Morris <rgm@gnu.org>
9889 * dig.el, dns.el: Move to ../net.
9890 * format-spec.el, hex-util.el, sha1.el: Move to ../.
9892 * mail-source.el (top-level): Require format-spec before
9895 2007-11-30 Glenn Morris <rgm@gnu.org>
9897 * encrypt.el: Require password, rather than autoloading password-read.
9899 2007-11-28 Elias Oltmanns <eo@nebensachen.de>
9901 * gnus.el (gnus-method-to-server): Add an optional parameter so the
9902 caller can indicate whether the cache should be disregarded for this
9903 call. This way the result of the call is reproducible at all times and
9904 can be considered a canonical server name for the supplied method.
9905 (gnus-agent-method-p): Canonicalize server names by pushing their
9906 method through `gnus-method-to-server' using the no-cache argument.
9908 * gnus-srvr.el (gnus-server-insert-server-line):
9909 Call `gnus-method-to-server' with `no-cache' argument.
9911 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
9912 gnus-agent-possibly-synchronize-flags as this should be called when the
9913 server is actually being opened.
9914 (gnus-agent-possibly-synchronize-flags)
9915 (gnus-agent-possibly-synchronize-flags-server): Move check for the
9916 flags file of an agentized server to the latter function.
9918 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
9919 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
9920 after a connection has been established successfully.
9922 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
9924 * gnus-art.el (article-display-face): Force to display face if called
9925 interactively; check if gnus-article-x-face-too-ugly matches author.
9926 (article-display-x-face): Display face even if From header is missing
9927 as article-display-face does.
9929 2007-11-28 Richard Stallman <rms@gnu.org>
9931 * md4.el: Move to ../.
9932 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
9934 2007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
9936 * mail-source.el (mail-sources): Default to fetch from file for
9937 compatibility with default of nnmail-spool-file.
9939 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
9941 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
9942 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
9943 to look for encoded word that should be encoded again.
9944 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
9945 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
9947 (rfc2047-decode-region): Switch strict regexp and loose one according
9948 to rfc2047-allow-irregular-q-encoded-words.
9950 2007-11-26 Simon Josefsson <simon@josefsson.org>
9952 * imap.el: Move to ../net directory.
9954 2007-11-25 Romain Francoise <romain@orebokech.com>
9956 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
9958 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
9960 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
9961 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
9963 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
9964 `nnmail-spool-file'.
9966 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
9967 `nnmail-spool-file'.
9969 * gnus-move.el (gnus-change-server): Ditto.
9971 * gnus-kill.el (gnus-batch-score): Ditto.
9973 * gnus-cache.el (gnus-jog-cache): Ditto.
9975 * gnus-msg.el (gnus-summary-reply):
9976 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
9978 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
9980 * gnus-cache.el (gnus-cache-generate-nov-databases):
9981 Use nnml-generate-nov-databases-directory instead of
9982 nnml-generate-nov-databases-1.
9984 2007-11-24 Glenn Morris <rgm@gnu.org>
9986 * message.el (message-tool-bar-retro): Update for rename
9987 mail_send.xpm->mail-send.xpm.
9989 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
9991 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9992 `smime-ldap-search' for Emacs 22 and up.
9994 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
9996 * hashcash.el: Move to ../mail directory.
9998 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
10000 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
10001 `smime-ldap-search' for Emacs 22 and up.
10003 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
10005 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
10007 * message.el (message-send-mail-function): Fix error convention.
10008 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
10009 (message-widen-reply, message-send-mail, message-talkative-question)
10010 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
10011 (message-clone-locals, message-send-news): Use with-current-buffer.
10012 (message-insert-or-toggle-importance): Remove unused var `valid'.
10013 (message-make-references): Remove unused var `new-references'.
10014 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
10016 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
10018 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
10019 (spam-split-symbolic-return-positive): Reflow docstring.
10020 (spam-backends, spam-summary-exit-behavior)
10021 (spam-mark-ham-unread-before-move-from-spam-group)
10022 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
10023 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
10024 (spam-clear-cache, spam-backend-check, spam-install-backend)
10025 (spam-install-statistical-backend, spam-list-of-processors)
10026 (spam-group-processor-p, spam-split, spam-bogofilter-score)
10027 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
10028 (spam-check-crm114, spam-initialize, spam-unload-hook):
10029 Fix typos in docstrings.
10031 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
10033 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
10034 been checked if they have never been read and those group levels are
10035 higher than the one that a user specified.
10037 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
10039 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
10040 foreign groups unless a group level is specified by a user.
10041 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
10043 2007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
10045 * message.el (message-send-mail-function): Require sendmail.
10047 2007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
10049 * message.el (message-send-mail-function): Check for smtpmail too.
10051 * utf7.el (utf7-encode, utf7-decode): Use coding system
10052 `utf-7'/`utf-7-imap' from utf-7.el' if available.
10054 * message.el (message-send-mail-function): New function.
10055 (message-send-mail-function): Set default using
10056 message-send-mail-function. Adjust doc string.
10057 (message-send-mail-with-mailclient): New function.
10059 2007-11-17 Richard Stallman <rms@gnu.org>
10061 * assistant.el: Remove file.
10063 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
10066 * rfc2047.el (message-posting-charset):
10067 * qp.el (mm-use-ultra-safe-encoding):
10068 * pop3.el (parse-time-months):
10069 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
10071 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
10072 (jka-compr-compression-info-list, ange-ftp-path-format)
10074 * nndiary.el (files):
10075 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
10076 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
10077 (epg-digest-algorithm-alist, inhibit-redisplay)
10078 (password-cache-expiry):
10079 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
10080 (pgg-output-buffer, password-cache-expiry):
10081 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
10083 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
10084 (inhibit-redisplay):
10085 * mm-uu.el (file-name, start-point, end-point, entry)
10086 (gnus-newsgroup-name, gnus-newsgroup-charset):
10087 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
10088 (latin-unity-ucs-list):
10089 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
10090 (mm-uu-binhex-decode-function):
10091 * message.el (gnus-message-group-art, gnus-list-identifiers)
10092 (rmail-enable-mime-composing, gnus-local-organization)
10093 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
10094 (gnus-read-active-file, facemenu-add-face-function)
10095 (facemenu-remove-face-function, gnus-article-decoded-p)
10097 * mail-source.el (display-time-mail-function):
10098 * gnus-util.el (nnmail-pathname-coding-system)
10099 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
10100 (gnus-original-article-buffer, gnus-user-agent)
10101 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
10102 (xemacs-codename, sxemacs-codename, emacs-program-version):
10103 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
10104 * gnus-start.el (gnus-agent-covered-methods)
10105 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
10106 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
10107 (gnus-newsgroup-headers, gnus-group-list-mode)
10108 (gnus-group-mark-positions, gnus-newsgroup-data)
10109 (gnus-newsgroup-unreads, nnoo-state-alist)
10110 (gnus-current-select-method, mail-sources)
10111 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
10112 (nnmail-spool-file, gnus-cache-active-hashtb):
10113 * gnus-mh.el (mh-lib-progs):
10114 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
10115 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
10116 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
10117 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
10118 (gnus-group-buffer):
10119 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
10120 (font-lock-set-defaults):
10121 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
10122 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
10123 (gnus-summary-post-menu, total-parts, type, condition, length):
10124 * gnus-agent.el (gnus-agent-read-agentview):
10125 * flow-fill.el (show-trailing-whitespace):
10126 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
10127 eval-and-compile wrappers for byte compiler pacifiers.
10129 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
10130 (mm-display-inline-fontify): Check for featurep 'xemacs not
10133 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
10135 (mm-create-image-xemacs): Only do something for XEmacs.
10136 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
10138 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
10140 * gnus-registry.el (gnus-adaptive-word-syntax-table):
10141 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
10143 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
10145 * nnimap.el (nnimap-split-download-body):
10146 * gnus-demon.el (gnus-demon):
10147 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
10149 2007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
10151 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
10153 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
10154 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
10155 copy data from unibyte buffer to multibyte current buffer.
10156 (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
10157 to copy data from unibyte current buffer to multibyte buffer.
10158 (nntp-make-process-buffer): Make process buffer unibyte.
10160 * pop3.el (pop3-open-server): Fix typo in Lisp code.
10162 2007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
10164 * pop3.el (pop3-open-server): Accept and process data more robustly at
10165 connexion start to avoid spurious "POP SSL connexion failed" errors.
10167 2007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
10169 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
10172 2007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
10174 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
10176 2007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
10178 * nnmail.el (nnmail-parse-active): Make group names unibyte.
10179 (nnmail-save-active): Use a unibyte buffer when saving active file,
10180 which may contain non-ASCII group names.
10182 * nnml.el (nnml-request-group): Decode group names in messages.
10184 2007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
10186 * message.el (message-citation-line-function)
10187 (message-insert-formatted-citation-line): Fix spelling of
10188 `message-insert-formated-citation-line'.
10190 2007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
10192 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
10194 2007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
10196 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
10197 nnmail-pathname-coding-system.
10199 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
10200 that a user enters; decode group names in messages.
10202 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
10204 2007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
10206 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
10208 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
10210 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
10211 risky local variable.
10213 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
10215 2007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
10217 * encrypt.el: Improve documentation to fix function name typo.
10218 Reported by Daiki Ueno <ueno@unixuser.org>.
10220 2007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
10222 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
10223 even if the point is not in the last page of an article.
10224 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
10225 back to the previous page.
10227 2007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
10229 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
10231 2007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
10233 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
10235 2007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
10237 * message.el (message-check-news-body-syntax):
10238 Avoid mm-string-as-multibyte.
10239 (message-hide-headers): Don't assume (point-min)==1.
10241 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
10243 * message.el (message-remove-blank-cited-lines): Fix if remove is
10245 (message-bogus-address-regexp): New variable.
10246 (message-bogus-recipient-p): New function.
10247 (message-check-recipients): New command.
10248 (message-syntax-checks): Add `bogus-recipient'.
10249 (message-fix-before-sending): Add `bogus-recipient'.
10251 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
10252 (gnus-treat-body-boundary): Don't test window-system.
10254 2007-10-28 Leo <sdl.web@gmail.com> (tiny change)
10256 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
10258 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
10260 * gnus.el: Bump version to Gnus v5.13.
10262 2007-10-28 Miles Bader <miles@gnu.org>
10264 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
10265 at compile-time too.
10267 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
10269 * gnus-msg.el (gnus-message-setup-hook):
10270 Add `message-remove-blank-cited-lines' to options.
10272 2007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
10274 * message.el (message-remove-blank-cited-lines): New function.
10275 Suggested by Karl Plästerer.
10277 2007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
10279 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
10282 * imap.el (imap-open): Replace mapcar called for effect with mapc.
10283 (top-level): Use mapc to set functions to be traced for debugging.
10285 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
10286 called for effect with while loop.
10288 * message.el (message-talkative-question): Replace mapcar called for
10291 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
10292 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
10293 called for effect with dolist.
10295 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
10297 * nndiary.el: Use dolist instead of mapcar to add diary headers to
10298 gnus-extra-headers and nnmail-extra-headers.
10300 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
10301 called for effect with dolist.
10302 (top-level): Use mapc to set functions to be traced for debugging.
10304 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
10305 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
10308 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
10309 Replace mapcar called for effect with mapc.
10310 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
10311 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
10312 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
10313 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
10315 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
10316 remove-if that's a cl function.
10318 * webmail.el (webmail-debug): Replace mapcar called for effect with
10321 2007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
10323 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
10324 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
10327 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
10328 functions from article-* functions.
10329 (gnus-multi-decode-header): Replace mapcar called for effect with
10332 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
10333 (gnus-bookmark-show-details): Replace mapcar called for effect with
10336 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
10337 called for effect with while loop.
10339 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
10342 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10343 Replace mapcar called for effect with dolist.
10345 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
10347 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
10348 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
10349 Replace mapcar called for effect with dolist.
10350 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
10353 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
10354 Replace mapcar called for effect with dolist.
10355 (gnus-topic-list): Replace mapcar called for effect with mapc.
10357 * gnus.el: Use mapc instead of mapcar to add autoloads.
10359 2007-10-23 Richard Stallman <rms@gnu.org>
10361 * gnus-group.el (gnus-group-highlight): Mark as risky.
10363 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
10365 * gnus.el (gnus-server-to-method): Return method found first in
10368 * gnus-art.el (gnus-article-highlight-signature)
10369 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
10370 button overlay without the front stickiness.
10372 2007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
10374 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
10375 overview buffer needed a catch to receive its throw.
10376 (gnus-agent-flush-cache): Declare as interactive to make this function
10379 2007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
10381 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
10384 2007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
10386 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
10387 exclude address matching message-dont-reply-to-names.
10389 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
10391 * gnus-util.el (gnus-string<): New function.
10393 * gnus-sum.el (gnus-article-sort-by-author)
10394 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
10396 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
10398 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
10399 the frame-focus tag is set in gnus-buffer-configuration.
10401 2007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
10403 * gnus-art.el (gnus-article-add-button): Make a button overlay without
10404 the front stickiness.
10406 2007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
10408 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
10409 url pattern; remove duplicate one.
10410 (gnus-article-extend-url-button): New function.
10411 (gnus-article-add-buttons): Use it.
10412 (gnus-button-push): Use concatenated url that it makes.
10414 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
10416 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
10417 (sieve-manage-open): Use `mapc' instead of `mapcar'.
10419 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
10421 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
10422 Don't hardcode point-min==1.
10424 2007-09-30 David Kastrup <dak@gnu.org>
10426 * gnus-art.el (gnus-article-reply-with-original)
10427 (gnus-article-followup-with-original): When `transient-mark-mode' is
10428 off, refrain from active-region behavior for followups.
10430 2007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
10432 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
10433 Fix comment about "iso8859-1".
10435 2007-10-08 Daiki Ueno <ueno@unixuser.org>
10437 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
10438 ones returned from the verify-function.
10440 * mm-uu.el (mm-uu-pgp-signed-extract-1):
10441 Call mml2015-extract-cleartext-signature if extraction failed.
10443 2007-10-07 Daiki Ueno <ueno@unixuser.org>
10445 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
10446 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
10449 2007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
10451 * Relicense "GPLv2 or later" files to "GPLv3 or later".
10453 2007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
10455 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
10456 to mark a thread as expirable. Add variable `hide' to handle hiding of
10457 thread for both the null and zero (kill/expire thread) universal prefix
10459 (gnus-summary-expire-thread): Add new function to expire a thread,
10460 using gnus-summary-kill-thread.
10461 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
10462 shortcuts for gnus-summary-expire-thread.
10463 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
10464 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
10466 2007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
10468 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
10469 extras value, so an extras entry can be deleted.
10470 (gnus-registry-delete-extra-entry): Use it.
10471 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
10472 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
10473 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
10474 storage through the gnus-registry, and provide an appropriate API for
10477 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
10479 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
10480 Suggested by Leo <sdl.web@gmail.com>.
10484 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
10486 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
10487 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
10489 * gnus-agent.el (gnus-agent-fetch-headers): Do.
10491 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10492 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
10494 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
10496 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
10498 (nnmbox-request-accept-article): Don't change article in source buffer;
10499 narrow to header to use message-fetch-field rather than
10500 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
10501 (nnmbox-request-replace-article): Quote lines that'll be misidentified
10502 as delimiters; make sure article ends with newline.
10503 (nnmbox-delete-mail): Correct last position of article to be deleted;
10504 ignore X-Gnus-Newsgroup header in article body.
10505 (nnmbox-save-mail): Quote lines looking like delimiters at the right
10506 positions; make sure article ends with newline.
10508 * message.el (message-display-abbrev): Don't infloop when a user
10509 inserts SPC in the beginning of header.
10511 2007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
10513 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
10514 list of groups not followed by default. Fix type to be regexp.
10515 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
10517 2007-09-06 Tassilo Horn <tassilo@member.fsf.org>
10519 * hmac-def.el (define-hmac-function): Switch from old-style to
10520 new-style backquotes.
10522 * md4.el (md4-make-step): Likewise.
10524 2007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
10526 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
10527 raw-text coding system when saving .newsrc file, which may contain
10528 non-ASCII group names.
10530 2007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
10532 * gnus-cus.el (gnus-score-extra): New widget.
10533 (gnus-score-extra-convert): New function.
10534 (gnus-score-customize): Use it for Extra.
10536 2007-08-31 Daiki Ueno <ueno@unixuser.org>
10538 * mml2015.el (mml2015-extract-cleartext-signature): New function.
10539 (mml2015-mailcrypt-clear-verify): Use it.
10540 (mml2015-gpg-clear-verify): Use it.
10541 (mml2015-pgg-clear-verify): Use it.
10542 (mml2015-epg-clear-verify): Replace the current part with the output
10543 from GnuPG; don't extract the plaintext by itself.
10545 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
10546 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
10547 mml2015-clear-verify-function; don't touch the armor headers or
10548 dash-escaped text here.
10550 2007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
10552 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
10553 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
10554 parts, or application/octet-stream as a last resort.
10555 (gnus-mime-view-part-as-type): Don't toggle display.
10556 (gnus-mime-view-part-as-charset): Don't turn off display before
10559 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
10560 stuff to undisplayer function in Emacs.
10561 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
10563 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
10564 text/calendar parts.
10566 2007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
10568 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
10569 decoding text/calendar parts.
10571 * message.el (message-forward-make-body-mime): Always mark body as
10572 having no illegible text; remove signed-or-encrypted argument.
10573 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
10575 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
10576 (mml-generate-mime-1): Don't encode body if it is specified to be in
10577 raw form; don't make buffer be unibyte when inserting multibyte string.
10579 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
10581 * sha1.el: Fix up comment style.
10582 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
10583 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
10585 * hex-util.el: Fix up comment style.
10586 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
10588 * gnus-salt.el: Use with-current-buffer.
10589 (gnus-pick-setup-message): Fix long-standing typo.
10591 2007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
10593 * imap.el (imap-logout-timeout): New variable.
10594 (imap-logout, imap-logout-wait): New functions.
10595 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
10597 * nnimap.el (nnimap-logout-timeout): New server variable.
10598 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
10599 nnimap-logout-timeout.
10601 * gnus-art.el (gnus-article-summary-command-nosave)
10602 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
10604 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
10606 * gnus.el (gnus-maximum-newsgroup): New variable.
10608 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
10609 according to gnus-maximum-newsgroup.
10611 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10612 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
10613 Limit the range of articles according to gnus-maximum-newsgroup.
10615 2007-08-14 Tassilo Horn <tassilo@member.fsf.org>
10617 * gnus-art.el (gnus-sticky-article): Fix problems described in
10618 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
10619 Don't perform gnus-configure-windows here; reuse existing sticky
10622 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
10623 it doesn't exist in gnus-article-mode.
10625 2007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
10627 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
10628 (gnus-agent-decoded-group-name): New function.
10629 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
10630 (gnus-agent-expire-group-1): Use it; decode group name in messages.
10632 2007-08-12 Tassilo Horn <tassilo@member.fsf.org>
10634 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
10635 Add binding for gnus-sticky-article.
10636 (gnus-summary-exit): Don't kill sticky article buffers.
10638 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
10640 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
10641 (gnus-kill-sticky-article-buffers): New commands.
10643 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
10645 * nntp.el (nntp-xref-number-is-evil): New server variable.
10646 (nntp-find-group-and-number): If it is non-nil, don't trust article
10647 numbers in the Xref header.
10649 2007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
10651 * gnus-agent.el (gnus-agent-read-group): New function.
10652 (gnus-agent-flush-group, gnus-agent-expire-group)
10653 (gnus-agent-regenerate-group): Use it.
10654 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
10655 nnmail-pathname-coding-system.
10657 2007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
10659 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
10661 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
10662 that are unread as unread, and also as selected so that information of
10663 marks having been changed by a user may be updated when exiting group.
10665 2007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
10667 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
10669 2007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
10671 * gnus-art.el (gnus-mime-display-single): Pass part number that is
10672 calculated ignoring signature parts to gnus-treat-article.
10674 2007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
10676 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
10677 a point here in order to keep the window start.
10678 (gnus-insert-mime-security-button): Make a button overlay without the
10680 (gnus-mime-display-security): Goto the end of a button.
10682 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
10684 2007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
10686 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
10687 group-name-at-point.
10688 (gnus-group-completing-read): New function that offers decoded
10689 non-ASCII group names for completion.
10690 (gnus-fetch-group, gnus-group-read-ephemeral-group)
10691 (gnus-group-jump-to-group, gnus-group-make-group-simple)
10692 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
10693 (gnus-group-fetch-control): Use it.
10694 (gnus-fetch-group): Use group-name-at-point for the initial value
10695 rather than the default value; use gnus-alive-p.
10697 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
10698 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
10699 (gnus-summary-post-news): Use gnus-group-completing-read.
10701 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
10702 (gnus-read-move-group-name): Decode group name for completion.
10704 2007-07-31 Teodor Zlatanov <tzz@lifelogs.com>
10706 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
10707 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
10708 Yamaoka slightly modified the code).
10710 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
10712 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
10713 (nnmail-split-incoming): Bind it.
10715 * nnml.el (nnml-group-name-charset): New function.
10716 (nnml-decoded-group-name): Use it; don't decode group name if
10717 nnmail-group-names-not-encoded-p is non-nil.
10718 (nnml-encoded-group-name): New function.
10719 (nnml-group-pathname): Inline nnml-decoded-group-name.
10720 (nnml-request-expire-articles): Decode group name in message.
10721 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
10722 nnmail-pathname-coding-system.
10723 (nnml-save-mail, nnml-active-number): Work with decoded group names and
10724 not decoded ones according to nnmail-group-names-not-encoded-p.
10725 (nnml-generate-active-info): Use nnml-encoded-group-name.
10727 2007-08-08 Glenn Morris <rgm@gnu.org>
10729 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
10730 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
10731 doc-strings and comments.
10733 2007-07-25 Glenn Morris <rgm@gnu.org>
10735 * Relicense all FSF files to GPLv3 or later.
10737 2007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
10739 * gnus-sum.el (gnus-summary-move-article):
10740 Make gnus-summary-respool-article work.
10742 2007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
10744 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
10747 2007-07-20 Michaël Cadilhac <michael@cadilhac.name>
10749 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
10750 that should be ignored when comparing distant RSS articles with local
10752 (nnrss-make-hash-index): New function. Create a hash index according
10753 to the ignored fields.
10754 (nnrss-check-group): Use it.
10756 2007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
10758 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
10760 * gnus-art.el (article-decode-group-name): Decode Xref header too.
10762 * gnus-group.el (gnus-group-make-group): Encode group name here unless
10763 the new optional argument ENCODED is non-nil.
10764 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
10765 coding system for encoding group name.
10766 (gnus-group-make-rss-group): Pass un-encoded group name to
10767 gnus-group-make-group.
10768 (gnus-group-set-info): Tell gnus-group-make-group that group name is
10771 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
10772 Encode group name to which articles are moved or copied.
10773 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
10774 coding system for encoding Newsgroup, Followup-To and Xref headers.
10776 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
10777 marks; use nnheader-file-coding-system to write a file.
10778 (nnagent-retrieve-headers): Bind file-name-coding-system to
10779 nnmail-pathname-coding-system.
10781 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
10783 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
10784 (nnml-request-article, nnml-request-create-group)
10785 (nnml-request-rename-group, nnml-find-id)
10786 (nnml-possibly-change-directory, nnml-possibly-create-directory)
10787 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
10788 (nnml-save-marks): Use nnml-group-pathname instead of
10789 nnmail-group-pathname.
10791 (nnml-request-create-group, nnml-request-expire-articles)
10792 (nnml-request-move-article, nnml-request-delete-group)
10793 (nnml-deletable-article-p, nnml-possibly-create-directory)
10794 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
10795 (nnml-open-marks): Bind file-name-coding-system to
10796 nnmail-pathname-coding-system.
10798 (nnml-request-article): Pass server argument to nnml-find-group-number.
10799 (nnml-request-create-group, nnml-active-number, nnml-save-marks):
10800 Pass server argument to nnml-possibly-create-directory.
10801 (nnml-request-accept-article): Pass server argument to
10802 nnml-active-number and nnml-save-mail.
10803 (nnml-find-group-number): Pass server argument to nnml-find-id.
10804 (nnml-request-update-info): Pass server argument to
10805 nnml-marks-changed-p.
10807 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
10808 (nnml-save-mail, nnml-active-number): Add server argument.
10810 (nnml-request-delete-group): Warn if group is missing.
10811 (nnml-get-nov-buffer): Decode group name.
10812 (nnml-generate-active-info): Encode group name.
10813 (nnml-open-marks): Decode group name in messages.
10815 2007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
10817 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
10818 if it is not specified.
10819 (gnus-article-pipe-part, gnus-article-save-part)
10820 (gnus-article-interactively-view-part, gnus-article-copy-part)
10821 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
10822 (gnus-article-inline-part, gnus-article-save-part-and-strip)
10823 (gnus-article-replace-part, gnus-article-delete-part)
10824 (gnus-article-view-part-as-type): Pass raw prefix argument to
10825 gnus-article-part-wrapper.
10827 2007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
10829 * gnus-agent.el (gnus-agent-save-active):
10830 Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
10832 * gnus-cache.el (gnus-cache-save-buffers)
10833 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
10834 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
10835 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
10836 (gnus-cache-braid-nov, gnus-cache-braid-heads)
10837 (gnus-cache-generate-active, gnus-cache-rename-group)
10838 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
10839 (gnus-cache-update-overview-total-fetched-for):
10840 Bind file-name-coding-system to nnmail-pathname-coding-system.
10841 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
10843 (gnus-cache-decoded-group-name): New function.
10844 (gnus-cache-file-name): Use it.
10845 (gnus-cache-generate-active): Use non-decoded group name for active.
10847 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
10849 (gnus-write-active-file): Don't break non-ASCII group names.
10851 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
10852 nnmail-pathname-coding-system.
10854 * gnus-uu.el (gnus-uu-decode-save): Typo.
10856 2007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
10858 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
10860 2007-07-14 David Kastrup <dak@gnu.org>
10862 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
10863 finishing actions if we did not edit the article.
10865 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
10867 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
10868 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
10869 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
10870 (gnus-agent-flush-group, gnus-agent-flush-cache)
10871 (gnus-agent-fetch-headers, gnus-agent-load-alist)
10872 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
10873 (gnus-agent-retrieve-headers, gnus-agent-request-article)
10874 (gnus-agent-regenerate-group)
10875 (gnus-agent-update-files-total-fetched-for)
10876 (gnus-agent-update-view-total-fetched-for):
10877 Bind file-name-coding-system to nnmail-pathname-coding-system.
10878 (gnus-agent-group-pathname): Don't encode file names by
10879 nnmail-pathname-coding-system.
10880 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
10881 coding-system-for-write instead of buffer-file-coding-system to
10882 gnus-agent-file-coding-system.
10884 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
10887 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
10889 * gnus-start.el (gnus-update-active-hashtb-from-killed)
10890 (gnus-read-newsrc-el-file): Make group names unibyte.
10892 * nnmail.el (nnmail-group-pathname): Don't encode file names by
10893 nnmail-pathname-coding-system.
10895 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
10896 (nnrss-request-delete-group): Bind file-name-coding-system to
10897 nnmail-pathname-coding-system.
10898 (nnrss-read-server-data, nnrss-read-group-data):
10899 Bind file-name-coding-system correctly.
10900 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
10902 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
10903 (nntp-server-to-method-cache): New variable.
10904 (nntp-group-pathname): New function that decodes non-ASCII group names.
10905 (nntp-possibly-create-directory, nntp-marks-changed-p)
10906 (nntp-save-marks, nntp-open-marks): Use it.
10907 (nntp-possibly-create-directory, nntp-open-marks):
10908 Bind file-name-coding-system to nnmail-pathname-coding-system.
10909 (nntp-open-marks): Decode group names when bootstrapping marks.
10911 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
10912 Newsgroups and Folowup-To headers.
10914 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
10916 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10917 (gnus-server-closed-face, gnus-server-denied-face)
10918 (gnus-server-offline-face): Remove variable.
10919 (gnus-server-font-lock-keywords): Use faces that are not aliases.
10921 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
10922 of modifying message-stack directly for XEmacs.
10924 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
10925 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
10926 if the coding-system argument is nil for XEmacs.
10928 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
10929 mm-charset-override-alist.
10931 * rfc2047.el: Don't require base64; require rfc2045 for the function
10932 rfc2045-encode-string.
10933 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
10934 to quote the parameter value.
10936 2007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
10938 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
10939 form in gnus-group-name-charset-method-alist.
10941 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
10942 overrides the default layout edit-form.
10944 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
10946 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
10948 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
10950 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
10951 as unfetched articles.
10953 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
10955 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
10957 2007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
10959 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
10960 original back end that keeps marks in the local system.
10962 2007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
10964 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
10965 arg of pop-to-buffer for XEmacs.
10966 (gnus-article-read-summary-keys): Ditto; don't restore window
10967 configuration if summary command ends up with neither article buffer
10968 nor summary buffer; describe bindings if summary keys end with C-h.
10970 2007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
10972 * message.el (message-fix-before-sending): Skip raw message part to be
10973 forwarded while checking illegible text.
10974 (message-forward-make-body-mime, message-forward-make-body):
10975 Mark signed or encrypted raw message as having no illegible text.
10977 2007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
10979 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
10980 (gnus-message-with-timestamp-1): New macro.
10981 (gnus-message-with-timestamp): New function.
10982 (gnus-message): Use them.
10984 * nnheader.el (nnheader-message): Use them.
10986 2007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
10988 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
10991 2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
10993 * gnus-agent.el (gnus-agent-fetch-headers)
10994 (gnus-agent-retrieve-headers):
10995 Bind gnus-decode-encoded-address-function to identity.
10997 * nntp.el (nntp-send-xover-command): Recognize an xover command is
10998 available also when the server returns simply a dot.
11000 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
11002 2007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
11004 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
11006 2007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
11008 * gnus-ems.el (gnus-x-splash): Make it work.
11010 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
11013 2007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
11015 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
11016 the front stickiness.
11017 (gnus-article-summary-command-nosave): Correct the order of the
11018 arguments passed to pop-to-buffer.
11019 (gnus-article-read-summary-keys): Ditto; make it work properly when the
11020 summary command ends up with the article buffer.
11022 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
11025 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
11027 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
11029 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
11031 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
11032 * gnus-sum.el (gnus-summary-highlight):
11033 * mail-source.el (mail-source-delete-old-incoming-confirm):
11034 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
11036 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
11038 * gnus-art.el (gnus-mime-view-part-externally)
11039 (gnus-mime-view-part-internally): Fix predicate function passed to
11042 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
11044 * gnus.el (gnus-update-message-archive-method): Add :version.
11046 2007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
11048 * gnus.el (gnus-update-message-archive-method): New variable.
11050 * gnus-start.el (gnus-setup-news): Update saved "archive" method
11051 according to gnus-message-archive-method if
11052 gnus-update-message-archive-method is non-nil.
11054 2007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
11056 * gnus-sum.el (gnus-summary-limit-to-address): New function.
11057 Suggested by Loic Dachary <loic@dachary.org>.
11058 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
11060 2007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
11062 * message.el (message-pop-to-buffer): Add switch-function argument.
11063 (message-mail): Pass switch-function argument to it.
11065 2007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
11067 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
11068 Improve doc string.
11070 2007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
11072 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
11073 (gnus-header-content)
11074 * gnus-cite.el (gnus-cite-10)
11075 * gnus-srvr.el (gnus-server-closed)
11076 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
11077 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
11078 (gnus-group-mail-3-empty, gnus-group-mail-low)
11079 (gnus-group-mail-low-empty, gnus-splash)
11080 * message.el (message-header-to, message-header-cc)
11081 (message-header-subject, message-header-other, message-header-name)
11082 (message-header-xheader, message-separator, message-cited-text)
11083 (message-mml): Lighten colors of faces used for dark background.
11085 2007-05-24 Simon Josefsson <simon@josefsson.org>
11087 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
11088 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
11090 2007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
11092 * message.el (message-narrow-to-headers-or-head):
11093 Ignore mail-header-separator in the body.
11095 2007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
11097 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
11098 same as window size.
11100 2007-05-22 Kevin Ryde <user42@zip.com.au>
11102 * message.el (message-font-lock-keywords): Use message-header-xheader
11103 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
11104 ahead of the anything pattern, to get it recognised.
11106 2007-05-12 Michaël Cadilhac <michael@cadilhac.name>
11108 * gnus-sum.el (gnus-articles-to-read)
11109 (gnus-summary-insert-old-articles): Don't truncate group name for
11112 * gnus-util.el (gnus-limit-string): Delete this function.
11114 * gnus-sum.el (gnus-simplify-subject-fully):
11115 Use `truncate-string-to-width' instead.
11117 2007-05-11 Michaël Cadilhac <michael@cadilhac.name>
11119 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
11120 Tell if, on summary exit, the next group has to be selected.
11121 (gnus-summary-exit): Use it.
11123 2007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
11125 * gnus-art.el (gnus-article-mode): Fix comment about displaying
11128 2007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
11130 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
11131 Check if group is not a directory.
11132 (nnfolder-request-expire-articles): Don't delete articles if the target
11133 group is not available.
11135 * nnml.el (nnml-request-create-group): Properly check if group is not a
11137 (nnml-request-expire-articles): Don't delete articles if the target
11138 group is not available.
11140 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11141 Don't quote characters that are within parentheses.
11143 2007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
11145 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
11146 (gnus-handle-ephemeral-exit): Select article according to it.
11148 2007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
11150 * message.el (message-insert-formated-citation-line): Remove newline.
11151 (message-citation-line-format): Add final \n here so that the user can
11152 avoid a blank line.
11154 2007-05-03 Dan Christensen <jdc@uwo.ca>
11156 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
11157 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
11158 Update lanl/arXiv support.
11160 2007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
11162 * gnus.el: Bump version number.
11164 2007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11166 * gnus.el (gnus-version-number): Bump version.
11168 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
11170 * gnus.el: No Gnus v0.6 is released.
11172 2007-04-27 Didier Verna <didier@xemacs.org>
11174 * gnus-util.el (gnus-orify-regexp): Move and rename to ...
11175 * gmm-utils.el (gmm-regexp-concat): ... here.
11176 * message.el: Don't require 'gnus-util.
11177 (message-dont-reply-to-names): Handle name change above.
11178 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
11180 2007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
11182 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
11183 since the initial value varies according to the system.
11185 2007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
11187 * mm-util.el (mm-charset-synonym-alist): Defcustom.
11189 2007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
11191 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
11193 2007-04-24 Didier Verna <didier@xemacs.org>
11195 Improve the type of gnus-ignored-from-addresses.
11196 * gnus-util.el (gnus-orify-regexp): New function.
11197 * message.el (gnus-util): Require it.
11198 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
11199 * gnus-sum.el (gnus-ignored-from-addresses): New function.
11200 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
11202 2007-04-24 Didier Verna <didier@xemacs.org>
11205 * gnus-utils.el: Fix some trailing whitespaces.
11207 2007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
11209 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
11210 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
11211 article's Message-ID; refer parent article in summary buffer.
11213 * message.el (message-bounce): Call mime-to-mml.
11215 2007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
11217 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
11219 2007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
11221 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
11222 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
11223 displayed of multipart/alternative part if it is invoked from summary
11226 * mm-view.el (mm-inline-text-html-render-with-w3m)
11227 (mm-inline-text-html-render-with-w3m-standalone)
11228 (mm-inline-render-with-function): Use mail-parse-charset by default.
11230 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
11232 * parse-time.el (parse-time-string-chars): Check if CHAR
11233 is less than the length of parse-time-syntax.
11235 2007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
11237 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
11238 from gnus-newsgroup-processable.
11240 2007-04-16 Didier Verna <didier@xemacs.org>
11242 * gnus-msg.el (gnus-configure-posting-styles):
11243 Handle message-signature-directory properly with :file syntax.
11246 2007-04-11 Didier Verna <didier@xemacs.org>
11248 New user option: message-signature-directory.
11249 * gnus-msg.el (gnus-configure-posting-styles): Support it.
11250 * message.el (message-insert-signature): Ditto.
11251 * message.el (message-signature-file): Doc update.
11252 * message.el (message-signature-directory): New.
11254 2007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
11256 * gnus-msg.el (gnus-inews-yank-articles):
11257 Use message-exchange-point-and-mark instead of exchange-point-and-mark.
11259 2007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
11261 * message.el (message-yank-original): Make sure cited text ends with
11262 newline; don't exchange point and mark.
11264 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
11266 * tls.el (open-tls-stream): Properly handle case where there
11267 is no associated buffer.
11269 2007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
11271 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
11272 message-yank-original, make sure (< mark TEXT point).
11274 2007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
11276 * message.el (message-fill-column): New variable.
11277 (message-mode): Use it. Add comment on a possible new hook.
11279 * nnmail.el (nnmail-spool-file): Mark as obsolete.
11280 (nnmail-get-new-mail): Reformat.
11282 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
11284 * gmm-utils.el: Fix Commentary.
11285 (gmm-tool-bar-from-list): Fix typo in doc string.
11287 2007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
11289 * message.el (message-yank-original): Don't switch point and mark
11290 unnecessarily to put point and mark as documented.
11292 2007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
11294 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
11295 from the message heads.
11297 2007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
11299 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
11300 article buffer does not have a window. This may not be the best
11301 solution but is certainly better than setting the start of the null,
11302 that is the current, window.
11304 2007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
11306 * gnus-draft.el (gnus-draft-setup-hook): New hook.
11307 (gnus-draft-setup): Run it.
11309 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
11310 gnus-score-fast-scoring. Allow regexp.
11311 (gnus-score-headers): Use it.
11313 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
11316 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
11318 (gnus-button-alist): Also catch `<f1> k ...'.
11319 (gnus-treat-display-x-face): Fix doc string.
11321 2007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11323 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
11324 evaluation of gnus-extended-version to ensure correct generation of the
11325 User-Agent header when message-generate-headers-first is used.
11327 2007-03-24 Simon Josefsson <simon@josefsson.org>
11329 * hashcash.el (hashcash-generate-payment-async): Don't crash if
11330 hashcash-path is nil. Don't call callback with incorrect number of
11331 parameters if val is 0.
11333 2007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11335 * message.el (message-required-news-headers):
11336 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
11338 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
11340 * message.el (message-generate-new-buffers): Change the meaning of the
11341 nil value; add `standard' to the choices; treat t as `unique'; improve
11343 (gnus-select-frame-set-input-focus): Autoload.
11344 (message-buffer-name): Search for the existing message buffer if
11345 message-generate-new-buffers is nil or `standard'; treat the value t of
11346 message-generate-new-buffers as `unique'.
11347 (message-pop-to-buffer): Raise the frame already displaying the message
11348 buffer; clear the echo area after querying.
11349 (message-setup): Pass the `continue' argument to compose-mail.
11350 (message-mail): Prefer `switch-function' if it is given; search for the
11351 existing message buffer if the `continue' argument is non-nil; pass
11352 continue and switch-function arguments to compose-mail by way of
11354 (message-mail-other-window): Adjust argument of message-setup.
11355 (message-mail-other-frame): Ditto.
11357 2007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
11359 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
11360 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
11361 to turn font-lock on when turning gnus-message-citation-mode on.
11363 2007-03-06 Daiki Ueno <ueno@unixuser.org>
11365 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
11366 (mml-smime-function-alist): New variable; add epg as the backend.
11367 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
11368 mml-smime- functions instead.
11369 * mm-view.el: Require smime.
11371 2007-03-05 Didier Verna <didier@xemacs.org>
11373 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
11374 instead of just inheritance for posting styles.
11375 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
11377 2007-02-24 John Paul Wallington <jpw@pobox.com>
11379 * tls.el (tls-certtool-program): Fix custom type.
11381 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
11383 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
11384 and point-at-eol instead of line-(beginning|end)-position.
11386 * assistant.el (assistant-parse-buffer): Ditto.
11388 2007-02-28 Daiki Ueno <ueno@unixuser.org>
11390 * mml2015.el (mml2015-epg-find-usable-key): New function.
11391 (mml2015-epg-sign): Use it.
11392 (mml2015-epg-encrypt): Use it.
11394 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
11396 * message.el (message-make-in-reply-to): Quote name containing
11397 non-ASCII characters. It will make the RFC2047 encoder cause an error
11398 if there are special characters. Reported by NAKAJI Hiroyuki
11399 <nakaji@jp.freebsd.org>.
11401 2007-02-27 Didier Verna <didier@xemacs.org>
11403 Include the group parameters as well as the topic ones in the
11404 inheritance filter process.
11405 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
11406 argument GROUP-PARAMS-LIST.
11407 * gnus-topic.el (gnus-group-topic-parameters): Use it.
11409 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
11411 * nntp.el (nntp-never-echoes-commands)
11412 (nntp-open-connection-functions-never-echo-commands): New variables.
11413 (nntp-send-command): Use them.
11415 2007-02-20 Daiki Ueno <ueno@unixuser.org>
11417 * mml2015.el (mml2015-epg-verify): Simplify.
11419 2007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
11421 * mml.el (mml-content-disposition-alist): New user option.
11422 (mml-content-disposition): New function.
11423 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
11424 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
11426 2007-02-19 Daiki Ueno <ueno@unixuser.org>
11428 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
11431 2007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11433 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
11434 articles posted in the last 24 hours.
11436 2007-02-14 Chong Yidong <cyd@stupidchicken.com>
11438 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
11440 2007-02-14 Michaël Cadilhac <michael@cadilhac.name>
11442 * nntp.el (nntp-send-command): Don't wait for echoes when
11443 nntp-open-ssl-stream is used.
11445 2007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
11447 * gnus-cite.el (gnus-test-font-lock-add-keywords)
11448 (gnus-message-add-citation-keywords)
11449 (gnus-message-remove-citation-keywords): Remove.
11450 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
11451 directly, make the variables in font-lock-defaults buffer-local, add
11452 gnus-message-citation-keywords to them and then update the value of
11453 font-lock-keywords.
11455 2007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
11457 * message.el (message-cite-original-1): Don't call
11458 gnus-article-highlight-citation.
11460 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
11461 citations; fix line count.
11463 2007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
11465 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
11466 (gnus-message-add-citation-keywords)
11467 (gnus-message-remove-citation-keywords): Use it; fix the emulating
11468 versions of font-lock-add-keywords and font-lock-remove-keywords to
11469 work with XEmacs correctly.
11471 2007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
11473 * gnus-cite.el (gnus-cite-face-list): Set the values of
11474 gnus-message-max-citation-depth and gnus-message-citation-keywords.
11475 (gnus-message-max-citation-depth): Use defvar rather than defconst.
11476 (gnus-message-cite-prefix-regexp): New variable.
11477 (gnus-message-search-citation-line): Use it; protect against long
11478 citation prefix; fill match data with nil rather than 0 for XEmacs; set
11479 the 0th match data for Emacs.
11480 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
11481 (gnus-message-add-citation-keywords): Append keywords rather than
11482 prepending; emulate font-lock-add-keywords if it is not available.
11483 (gnus-message-remove-citation-keywords):
11484 Emulate font-lock-remove-keywords if it is not available.
11486 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
11488 * message.el (message-cite-prefix-regexp): Set the value of
11489 gnus-message-cite-prefix-regexp.
11491 2007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11493 * nnweb.el (nnweb-google-parse-1): Update parser.
11495 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
11497 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
11499 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11501 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11504 2007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
11506 * uudecode.el (uudecode-string-to-multibyte): New function emulating
11507 string-to-multibyte.
11508 (uudecode-decode-region-internal): Use it.
11510 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
11512 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
11515 * gnus-art.el (gnus-signature-limit): Fix custom choice.
11517 2007-01-22 Daiki Ueno <ueno@unixuser.org>
11519 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
11521 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
11522 `write-region' to respect `mm-inhibit-file-name-handlers'.
11524 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
11526 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
11527 Use gnus-home-directory instead of "~/" or "$HOME".
11529 2007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
11531 * encrypt.el (encrypt-insert-file-contents): Add better prompt
11532 to mention filename.
11533 Add comments at beginning regarding usage.
11534 (encrypt-write-file-contents): Change interactive so a string is
11535 acceptable. If the file has no associated model, show an error instead
11536 of a nonsense prompt.
11538 2007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
11540 * spam.el (spam-bsfilter-ham-switch): Fix typo.
11541 Thanks to Yoshihiko Yamada for kind notification of this typo.
11543 2007-01-12 Kenichi Handa <handa@m17n.org>
11545 * uudecode.el (uudecode-decode-region-internal): Make it work in a
11548 2007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
11550 * gnus-score.el (gnus-score-fast-scoring): New variable.
11551 (gnus-score-headers): Use it.
11553 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
11555 * message.el (message-cite-original-1):
11556 Call gnus-article-highlight-citation if requested.
11557 (message-make-from): Allow name and address as optional arguments.
11559 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
11561 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
11562 bugs to doc string.
11563 (gnus-button-alist): Add mid\\|message-id.
11564 (gnus-button-fetch-group): Extend for use in
11565 `browse-url-browser-function'.
11566 (gnus-button-url-regexp): Try to catch paired parentheses like in
11569 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
11570 Suggested by Simon Krahnke <overlord@gmx.li>.
11572 2007-01-13 Romain Francoise <romain@orebokech.com>
11574 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
11577 2007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
11579 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
11581 2007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
11583 * gnus-registry.el (gnus-registry-unfollowed-groups)
11584 (gnus-registry-split-fancy-with-parent): Fix documentation.
11586 2007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
11588 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
11591 2006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
11593 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
11594 Xref urls. Erase buffer before requesting head.
11596 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11598 2007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
11600 * gnus-soup.el (gnus-soup): New custom group. Make user variables
11603 2007-01-05 Daiki Ueno <ueno@unixuser.org>
11605 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
11606 no signing key is found.
11607 (mml2015-epg-encrypt): Ask user whether to skip or abort if
11608 no encrypting and/or signing key is found.
11610 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
11612 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
11614 2007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11616 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
11617 headers read from disk with the ones newly found in the current search.
11618 This should no longer cause problems, because the article numbers in
11619 Gmane's `nov.php' output are ignored since the previous change.
11621 2007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11623 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
11625 2007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
11627 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11629 2007-01-01 Romain Francoise <romain@orebokech.com>
11631 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
11633 2006-12-31 Steve Youngs <steve@sxemacs.org>
11635 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
11636 `define-minor-mode' macro definition expanded properly.
11637 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
11640 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
11641 of 2006-12-30. The default is nil on (S)XEmacs already because of the
11643 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
11644 This is OK to autoload in (S)XEmacs now.
11646 2006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
11648 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
11650 (gnus-summary-limit-to-singletons): Fix typo.
11652 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
11655 2006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11657 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
11660 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
11661 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
11662 (gnus-summary-insert-dormant-articles): Fix typo in message.
11664 2006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
11666 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
11668 (gnus-message-citation-mode): Don't autoload in XEmacs.
11670 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
11672 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
11674 * nnimap.el (nnimap-expunge-search-string):
11675 Mention nnimap-search-uids-not-since-is-evil in docstring.
11677 2006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
11679 * spam.el: Revert to make-obsolete-variable because
11680 define-obsolete-variable-alias is not supported in Emacs 21.
11682 * spam.el (spam-ifile-path, spam-ifile-database-path)
11683 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
11684 make-obsolete-variable.
11685 (spam-bsfilter-path, spam-bsfilter-program)
11686 (spam-spamassassin-path, spam-spamassassin-program)
11687 (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
11688 Don't use "path" inappropriately.
11689 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
11690 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
11693 2006-12-28 Daiki Ueno <ueno@unixuser.org>
11695 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
11698 * password.el (password-cache-remove): Use clear-string to burn
11699 password, if available.
11701 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
11703 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
11705 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
11707 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
11708 (gnus-message-highlight-citation): Move defcustom here from
11710 (gnus-message-citation-mode): Autoload.
11712 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
11713 checks to make it compile with XEmacs.
11714 (gnus-message-citation-mode): New minor mode.
11715 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
11716 (gnus-message-highlight-citation): New variables.
11717 (gnus-message-search-citation-line)
11718 (gnus-message-add-citation-keywords)
11719 (gnus-message-remove-citation-keywords)
11720 (turn-on-gnus-message-citation-mode)
11721 (turn-off-gnus-message-citation-mode): New functions.
11723 2006-12-26 Oliver Scholz <epameinondas@gmx.de>
11725 * gnus-cite.el: Enable highlighting of different citation levels in
11728 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
11730 * message.el (message-make-fqdn): Fix comment.
11731 (message-bogus-system-names): Add ".local".
11733 * spam.el (spam-ifile-path, spam-ifile-program)
11734 (spam-ifile-database-path, spam-ifile-database)
11735 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
11736 Don't use "path" inappropriately.
11737 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
11739 (spam-check-ifile, spam-ifile-register-with-ifile)
11740 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
11741 Use new variable names.
11743 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
11744 (gnus-treat-display-smileys): Simplify using
11745 gnus-image-type-available-p.
11747 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
11750 2006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
11752 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
11753 one after turning on the buffer's multibyteness instead of decoding
11754 them directly in the unibyte buffer that causes unexpected conversion
11755 in Emacs 23 (unicode).
11757 2006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11759 * message.el (message-generate-hashcash): Fix custom type.
11761 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
11763 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
11765 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
11767 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
11768 disconnect icons. Add help text.
11770 2006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
11772 * spam.el (spam-extra-header-to-number): CRM114 spam score is
11773 negated to be consistent with the others we handle.
11775 2006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11777 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
11778 version of gnus-summary-buffer to something, so that we can use two
11779 article buffers at the same time.
11781 2006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
11783 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
11784 trigger all the extra headers.
11785 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
11788 2006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11790 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
11793 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
11795 * legacy-gnus-agent.el: Add Copyright notice.
11797 2006-12-12 Chong Yidong <cyd@stupidchicken.com>
11799 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
11801 2006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
11803 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
11805 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
11806 to make it work reliably in CVS Emacs.
11807 (gnus-summary-limit-strange-charsets-predicate)
11808 (gnus-summary-limit-to-predicate): New functions.
11810 2006-12-08 Chong Yidong <cyd@stupidchicken.com>
11812 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
11813 specifying array size.
11814 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
11815 array if it is too small.
11816 (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
11817 (gnus-sort-threads-loop): New function.
11819 2006-12-06 Chris Moore <dooglus@gmail.com>
11821 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
11822 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
11824 2006-12-04 Jouni K. Seppänen <jks@iki.fi>
11826 * mm-url.el (mm-url-predefined-programs): Call curl with correct
11829 2006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11831 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
11832 DOS-ing the recipient.
11834 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
11835 the headers when creating the mapping to avoid mismappings.
11836 (nnweb-gmane-create-mapping): Always nix out old mapping.
11838 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
11840 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
11841 and mm-verify-option to never.
11843 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
11845 * message.el (message-signed-or-encrypted-p): New function.
11846 (message-forward-make-body): Use it.
11848 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
11849 Replace encode-coding-string with mm-encode-coding-string.
11851 2006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
11853 * nneething.el (nneething-decode-file-name):
11854 Replace decode-coding-string with mm-decode-coding-string.
11856 * gnus-int.el (gnus-open-server): Say failed server's name.
11858 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
11860 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
11861 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
11863 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
11864 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
11865 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
11866 (gnus-group-make-directory-group, gnus-group-transpose-groups):
11867 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
11868 (gnus-subscribe-newsgroup, gnus-1):
11869 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
11870 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
11871 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
11872 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
11874 2006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
11876 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
11878 (gnus-summary-limit-to-bodies): Implement headersp.
11880 2006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
11882 * dns.el (query-dns): Protect against "Process dns deleted" strings.
11884 2006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
11886 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
11888 2006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11890 * message.el (message-generate-hashcash): Expand range of values to
11891 include `opportunistic'.
11892 (message-send-mail): Use it.
11894 2006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11896 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
11899 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
11901 2006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
11903 * gnus-util.el (gnus-extract-address-components): Improve comment.
11905 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
11907 * gnus-util.el (gnus-extract-address-components): Work with address in
11908 which the name portion contains @.
11910 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
11912 * gnus.el (gnus-start): Move custom group up.
11913 (gnus-select-method): Don't autoload, but make it available for
11914 `customize-variable'.
11915 (gnus-getenv-nntpserver): Don't autoload.
11917 2006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
11919 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
11921 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
11923 * message.el (message-sendmail-extra-arguments): New variable.
11924 (message-send-mail-with-sendmail): Use it.
11926 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
11928 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
11929 mm-with-unibyte-current-buffer to make string unibyte.
11931 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
11932 mm-string-as-multibyte.
11934 2006-11-14 Daiki Ueno <ueno@unixuser.org>
11936 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
11937 Reported by Werner Koch <wk@gnupg.org>.
11939 2006-11-14 Daiki Ueno <ueno@p360>
11941 * mml2015.el: Autoload epa-select-keys when compiling.
11943 2006-11-13 Daiki Ueno <ueno@unixuser.org>
11945 * mml2015.el (mml2015-epg-sign): Save the signing keys in
11947 (mml2015-epg-encrypt): Save the recipient keys in message-options.
11949 2006-11-13 Daiki Ueno <ueno@unixuser.org>
11951 * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
11953 (mml2015-always-trust): New user option.
11954 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
11957 2006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
11959 * nntp.el (nntp-authinfo-force): New variable.
11960 (nntp-send-authinfo): Use it.
11962 2006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
11964 * message.el (message-strip-subject-encoded-words): Allow _not_ to
11965 decode encoded words. Improve prompt. Add comment about forwarding.
11966 (message-replacement-char): Move up.
11968 2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
11970 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
11971 instead of gnus-intersection because arguments of gnus-sorted-nunion
11972 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
11974 2006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
11976 * message.el (message-strip-subject-encoded-words): Reformat prompt.
11977 (message-simplify-subject-functions):
11978 Enable message-strip-subject-encoded-words by default.
11980 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
11982 * message.el (message-strip-subject-encoded-words): New function.
11983 (message-simplify-subject-functions): New variable.
11984 (message-simplify-subject): Use it. Fix typo in doc string.
11985 Support message-strip-subject-encoded-words.
11987 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
11989 * gnus-diary.el (gnus-diary-delay-format-function):
11990 * nndiary.el (nndiary-reminders):
11991 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
11993 2006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
11995 * gnus-art.el (article-hide-boring-headers): Fetch date from
11996 gnus-original-article-buffer to avoid problems with localized date
11999 2006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
12001 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
12003 2006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
12005 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
12007 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
12008 (mm-charset-synonym-alist): Move some entries to
12009 mm-codepage-iso-8859-list.
12010 (mm-charset-synonym-alist, mm-charset-override-alist):
12011 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
12013 2006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
12015 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
12017 2006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
12019 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
12020 with Emacs 21 and XEmacs.
12022 2006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
12024 * spam.el (spam-parse-address): New function for better parsing,
12025 catching errors, etc.
12026 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
12028 2006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
12030 * mm-view.el: Add interactive arg to html2text autoload.
12032 2006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
12034 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
12036 2006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
12038 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
12040 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
12041 (mm-charset-synonym-alist): Move some entries to
12042 mm-codepage-iso-8859-list.
12044 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
12046 2006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
12048 * message.el (message-citation-line-format)
12049 (message-insert-formated-citation-line): Fix implementation of %E, %N
12050 and %n according to the doc string.
12052 2006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
12054 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
12055 Use car-safe to avoid bad parses.
12057 2006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
12059 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
12062 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
12064 2006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
12066 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
12069 * message.el (message-draft-headers): Add Date.
12070 (message-headers-to-generate): Fix typo in docstring.
12072 * nndraft.el (nndraft-required-headers): New variable.
12073 (nndraft-generate-headers): Use it.
12075 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
12077 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
12079 * gnus-registry.el (gnus-registry-wash-for-keywords)
12080 (gnus-registry-find-keywords): New functions to allow easy searching of
12081 articles that are in the registry.
12083 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
12085 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
12086 Use ietf-drums-parse-address instead of gnus-extract-address-components.
12087 Reported by Damien Elmes <damien@repose.cx>.
12089 2006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
12091 * gnus.el (gnus-mime): Remove unused custom group.
12093 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12095 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
12096 "blank line" when searching for end of armor headers.
12098 2006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
12100 * gmm-utils.el (gmm-write-region): Fix variable name.
12102 2006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
12104 * gmm-utils.el (gmm-write-region): New function based on compatibility
12105 code from `mm-make-temp-file'.
12107 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
12109 * nnmaildir.el (nnmaildir--update-nov)
12110 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
12111 Use `gmm-write-region'.
12113 2006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
12115 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
12116 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
12118 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
12120 * message.el (message-replacement-char): New variable.
12121 (message-fix-before-sending): Use it.
12122 (message-simplify-subject): New function to remove duplicate code.
12123 (message-reply, message-followup): Use it.
12125 * gnus-sum.el (gnus-summary-make-menu-bar):
12126 Clarify gnus-summary-limit-to-articles.
12128 2006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
12130 * gnus-util.el (gnus-with-local-quit): New macro.
12132 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
12134 2006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
12136 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
12137 ignore non-string data.
12139 2006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
12141 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
12142 non-string data (needs to be done in the registry too).
12144 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
12146 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
12147 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
12148 (gnus-registry-split-fancy-with-parent)
12149 (gnus-registry-fetch-simplified-message-subject-fast)
12150 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
12151 Remove text properties on ingress into the registry and when it's saved.
12152 (gnus-registry-clean-empty-function): Fix bug with cleaning the
12153 registry from entries with no groups.
12155 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
12157 * gnus-util.el (gnus-string-remove-all-properties): Add utility
12158 function to remove string properties.
12160 2006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
12162 * gmm-utils.el (gmm): Adjust custom version.
12164 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
12165 Adjust custom version.
12167 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
12169 2006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
12171 * gnus-art.el (gnus-insert-prev-page-button)
12172 (gnus-insert-next-page-button): Simplify. Reformat.
12174 2006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
12176 * gnus-art.el (gnus-insert-prev-page-button)
12177 (gnus-insert-next-page-button): Apply gnus-article-button-face.
12179 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
12181 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
12183 2006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
12185 * gnus-art.el (gnus-insert-mime-button)
12186 (gnus-insert-mime-security-button):
12187 Apply gnus-article-button-face to MIME and security buttons.
12189 2006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
12191 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
12194 2006-09-20 Steve Youngs <steve@sxemacs.org>
12196 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
12197 `browse-url-of-file' instead of `browse-url'.
12199 2006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12201 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
12202 regexp. Articles containing quotation were cut prematurely.
12204 2006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
12206 * message.el (message-cite-original-1): Use nobody by default for the
12207 value of From header.
12208 (message-reply): Ditto.
12210 2006-09-11 Daiki Ueno <ueno@unixuser.org>
12212 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
12213 to the gnus-info. This fixes a bug of inline-PGP message verification.
12214 Reported by Michael Piotrowski <mxp@dynalabs.de>.
12216 2006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
12218 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
12219 mails in the doc string. Add some URLs in comment.
12220 (pop3-movemail): Warn about pop3-leave-mail-on-server.
12222 2006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
12224 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
12225 backslashes handling and the way to find boundaries of quoted strings.
12227 2006-09-07 Daiki Ueno <ueno@unixuser.org>
12229 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
12230 mml1991-encrypt-to-self is set and mml1991-signers is not set.
12231 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
12232 mml2015-encrypt-to-self is set and mml2015-signers is not set.
12234 2006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
12236 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
12238 (gnus-button-regexp, gnus-button-last): Remove unused variables.
12240 2006-09-06 Simon Josefsson <jas@extundo.com>
12242 * mml2015.el (mml2015-use): Doc fix, mention epg.
12244 2006-09-06 Daiki Ueno <ueno@unixuser.org>
12246 * mml2015.el (mml2015-use): Default to epg, if available.
12248 2006-09-06 Daiki Ueno <ueno@unixuser.org>
12250 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
12252 (mml1991-epg-encrypt): Ditto.
12253 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
12255 (mml2015-epg-encrypt): Ditto.
12257 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
12259 * message.el (message-send-mail-with-sendmail): Look for sendmail in
12260 several common directories.
12262 2006-09-05 Daiki Ueno <ueno@unixuser.org>
12264 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
12265 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
12267 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
12269 * gnus-art.el (article-decode-encoded-words): Make it fast.
12271 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
12273 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
12275 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
12276 in quoted string into `\'.
12278 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
12280 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12281 Use standard-syntax-table.
12283 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
12285 * gnus-art.el (gnus-decode-address-function): New variable.
12286 (article-decode-encoded-words): Use it to decode headers which are
12287 assumed to contain addresses.
12288 (gnus-mime-delete-part): Remove useless `or'.
12290 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
12291 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
12292 (gnus-nov-parse-line): Use it to decode From header.
12293 (gnus-get-newsgroup-headers): Ditto.
12294 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
12296 * mail-parse.el (mail-decode-encoded-address-region): New alias.
12297 (mail-decode-encoded-address-string): New alias.
12299 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12301 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
12302 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
12303 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
12304 (rfc2047-decode-string): Ditto.
12305 (rfc2047-decode-address-region): New function.
12306 (rfc2047-decode-address-string): New function.
12308 2006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
12310 * message.el (message-caesar-buffer-body): Allow rotating headers.
12312 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
12314 * message.el (message-insert-formated-citation-line): Fix %f.
12315 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
12317 2006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
12319 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
12320 (gnus-bookmark-mouse-available-p): New macro.
12321 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
12322 (gnus-bookmark-bmenu-show-infos): Use it.
12323 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
12324 (gnus-bookmark-bmenu-hide-infos): Ditto.
12325 (gnus-bookmark-remove-properties): New function.
12326 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
12327 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
12328 (gnus-bookmark-write-file): Bind coding-system-for-write.
12329 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
12330 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
12331 group before selecting it.
12332 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
12333 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
12334 quit-window if it is not available; use gnus-mouse-2 and bind it to
12335 gnus-bookmark-bmenu-select-by-mouse.
12336 (gnus-bookmark-show-details): Remove unused variable `details-list'.
12337 (gnus-bookmark-bmenu-select-by-mouse): New function.
12339 2006-08-13 Romain Francoise <romain@orebokech.com>
12341 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
12344 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
12346 * compface.el (uncompface): Use binary rather than raw-text-unix.
12348 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
12350 * compface.el (uncompface): Make sure the eol conversion doesn't take
12351 place when communicating with the external programs.
12352 Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12354 2006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
12356 * nnheader.el (nnheader-insert-head): Fix typo in comment.
12358 2006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12360 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12361 Make it more robust by parsing author and date independently.
12363 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
12365 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
12367 2006-07-28 Daiki Ueno <ueno@unixuser.org>
12369 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
12370 first matching secret key.
12371 (mml2015-epg-encrypt): Ditto.
12373 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
12374 first matching secret key.
12375 (mml1991-epg-encrypt): Ditto.
12377 * mml2015.el (mml2015-encrypt-to-self): New user option.
12378 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
12379 mml2015-epg-encrypt-to-self is set.
12381 * mml1991.el (mml1991-encrypt-to-self): New variable.
12382 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
12383 mml1991-epg-encrypt-to-self is set.
12385 * mml2015.el (mml2015-signers): New user option.
12386 (mml2015-epg-sign): Reflect the value of mml2015-signers.
12387 (mml2015-epg-encrypt): Allow to select signing keys.
12389 * mml1991.el (mml1991-signers): New variable.
12390 (mml1991-epg-sign): Reflect the value of mml1991-signers.
12391 (mml1991-epg-encrypt): Allow to select signing keys.
12393 2006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
12395 * nnheader.el (nnheader-insert-head): Make it work even if the file
12396 uses CRLF for the line-break code.
12398 2006-07-25 Daiki Ueno <ueno@unixuser.org>
12400 * mml2015.el: Require mml-sec instead of password.
12401 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
12402 (mml2015-cache-passphrase): Inherit the default value from
12403 mml-secure-cache-passphrase.
12404 (mml2015-passphrase-cache-expiry): Inherit the default value from
12405 mml-secure-passphrase-cache-expiry.
12407 * mml1991.el: Require mml-sec instead of password.
12408 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
12409 (mml1991-cache-passphrase): Inherit the default value from
12410 mml-secure-cache-passphrase.
12411 (mml1991-passphrase-cache-expiry): Inherit the default value from
12412 mml-secure-passphrase-cache-expiry.
12414 * mml-sec.el: Require password.
12415 (mml-secure-verbose): New user option.
12416 (mml-secure-cache-passphrase): New user option.
12417 (mml-secure-passphrase-cache-expiry): New user option.
12419 2006-07-24 Daiki Ueno <ueno@unixuser.org>
12421 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
12422 letters from the end. Thanks to "David Smith" <davidsmith@acm.org> and
12423 andreas@altroot.de (Andreas Vögele).
12425 FIXME: Use `tiny change'?
12427 2006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12429 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
12430 workaround for the url package included with Emacs.
12432 * nnweb.el (nnweb-google-create-mapping): Update regexp.
12434 2006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
12436 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
12437 correctly. This fixes a bug caused by the 2006-05-12 change.
12439 2006-07-18 Karl Fogel <kfogel@red-bean.com>
12441 * nnmail.el (nnmail-article-group): If splitting raises an error, give
12442 some information about the error when saying that the `bogus' mail
12443 group will be used.
12445 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
12447 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
12450 2006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
12452 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
12454 2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12456 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
12458 2006-07-10 Daiki Ueno <ueno@unixuser.org>
12460 * mml1991.el (mml1991-function-alist): Add epg.
12461 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
12462 (mml1991-epg-encrypt): New functions.
12464 2006-07-10 Daiki Ueno <ueno@unixuser.org>
12466 * mml2015.el (mml2015-verbose): New variable.
12467 (mml2015-cache-passphrase): Ditto.
12468 (mml2015-passphrase-cache-expiry): Ditto.
12469 (mml2015-function-alist): Add epg.
12470 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
12471 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
12472 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
12475 2006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12477 * message.el (message-cite-original-1): Preserve region when removing
12478 quoted text due to X-No-Archive in order to avoid bogus attribution
12479 when citing multiple messages.
12481 2006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12483 * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
12484 Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
12486 2006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
12488 * gnus-diary.el (gnus-user-format-function-d)
12489 (gnus-user-format-function-D): Autoload.
12491 * imap.el (Commentary): Fix typo.
12493 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
12494 2006-04-22 contribution.
12496 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12498 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
12499 It didn't really fix the bogosity I'm seeing with solid web groups.
12501 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12503 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
12504 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
12505 created using server names. If we use the feature without declaring
12506 it, Gnus does not properly manage server and group state.
12508 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
12511 2006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12513 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
12514 looking up the method using GROUP's prefix before inventing a new one.
12515 It is used on killed/unknown groups in various places where returning
12516 an all-new method isn't expected by the caller.
12518 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
12519 and match semantics of gnus-group-real-prefix.
12521 2006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
12523 * nnmail.el (nnmail-broken-references-mailers): New variable.
12524 (nnmail-ignore-broken-references): New function generalizing
12525 nnmail-fix-eudora-headers.
12526 (nnmail-fix-eudora-headers): Now obsolete.
12528 * gnus-art.el (gnus-button-handle-custom):
12529 Support `customize-apropos*'.
12531 2006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
12533 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
12535 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
12538 2006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
12540 * message.el (message-cite-reply-above): New variable.
12541 (message-yank-original): Use it.
12543 2006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
12545 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
12547 2006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
12549 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
12552 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
12554 2006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
12556 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
12557 (gnus-bookmark-default-file): Use gnus-directory.
12558 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
12559 Remove "*" in doc string.
12560 (gnus-bookmark-write-file): Simplify.
12561 (gnus-bookmark-maybe-sort-alist): Use `when'.
12562 (gnus-bookmark-get-bookmark): Fix typo in doc string.
12563 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
12564 Add FIXME about Emacs 21 and XEmacs compatibility.
12565 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
12567 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
12569 (gnus-bookmark-menu-heading): Fix version.
12571 2006-06-19 Bastien Guerry <bzg@altern.org>
12573 * gnus-bookmark.el: New file.
12575 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
12577 * message.el (message-syntax-checks): Doc fix.
12579 2006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12581 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
12582 unsubscribed groups as if they were killed ones. It causes duplicate
12583 entries in gnus-newsrc-alist.
12585 2006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
12587 * message.el (message-syntax-checks): Doc fix.
12588 (message-send-mail): Add check for continuation headers.
12589 (message-check-news-header-syntax): Fix regexp used to check for
12590 continuation headers.
12592 2006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
12594 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
12596 2006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
12598 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
12600 2006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
12602 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
12603 default-truncate-lines.
12605 2006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
12607 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
12608 to fill the utf-8 entry.
12610 2006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12612 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12614 2006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
12616 * gnus-agent.el (directory-files-and-attributes): Move all the way
12617 forward (the third and final move).
12618 (gnus-agent-read-agentview): Trap reconstruction errors due to
12619 nonexistent directory. Handle by returning nil.
12621 2006-05-30 Didier Verna <didier@xemacs.org>
12623 * message.el (message-dont-reply-to-names): Update the custom type.
12624 * message.el (message-dont-reply-to-names): New defsubst: potentially
12625 convert a list of regexps into a single one.
12626 * message.el (message-get-reply-headers): Use it.
12627 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
12629 2006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
12631 * gnus-agent.el (directory-files-and-attributes): Move forward.
12633 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
12635 * gnus-ml.el (gnus-mailing-list-subscribe)
12636 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
12637 (gnus-mailing-list-message): Fix doc strings.
12639 2006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12641 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
12642 of doing it manually.
12644 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
12646 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
12649 2006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
12651 * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
12652 (gnus-agent-read-agentview): Fix handling of end-of-file error.
12653 (gnus-agent-read-local): All symbols allocated in my-obarray.
12654 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
12655 (gnus-agent-regenerate-group): Check numeric names to see if they are
12656 messages or groups.
12657 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
12658 better way of do this...)
12660 * gnus-cache.el (gnus-agent-total-fetched-for):
12661 Ignore 'dummy.group' (there should be a better way of do this...)
12663 2006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
12665 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
12666 (gnus-saved-headers): Ditto.
12667 (gnus-default-article-saver): Mention functions may have properties.
12668 (gnus-article-save): Override gnus-save-all-headers and
12669 gnus-saved-headers by :headers property which saver function may have.
12670 (gnus-summary-save-in-file): Add :headers property.
12671 (gnus-summary-write-to-file): Ditto.
12673 * gnus-sum.el (gnus-summary-save-article): Bind
12674 gnus-prompt-before-saving to t when saving many articles in a file;
12675 always show all headers.
12677 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
12679 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
12682 * message.el (message-indent-citation): Add optional arguments to allow
12683 using it outside of message buffers.
12685 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
12686 (gnus-article-treat-unfold-headers): Use it.
12687 (gnus-article-truncate-lines): New variable.
12688 (gnus-article-mode): Use it.
12689 (gnus-article-toggle-truncate-lines): New function.
12691 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12692 Add gnus-article-toggle-truncate-lines.
12694 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
12695 coding system in XEmacs, use binary.
12697 2006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
12699 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
12702 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
12703 this function should save decoded articles.
12704 (gnus-summary-write-to-file): Use property to specify this function
12705 should save decoded articles and specify gnus-summary-save-in-file
12706 should be used to save articles other than the first one when saving
12708 (gnus-summary-save-body-in-file): Use property to specify this
12709 function should save decoded articles.
12710 (gnus-summary-write-body-to-file): Use property to specify this
12711 function should save decoded articles and specify
12712 gnus-summary-save-body-in-file should be used to save articles other
12713 than the first one when saving many articles.
12715 * gnus-sum.el (gnus-summary-save-article): Simplify.
12717 2006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
12719 * gnus-art.el (gnus-default-article-saver):
12720 Add gnus-summary-write-body-to-file.
12721 (gnus-article-save-coding-system): Don't use coding system object
12723 (gnus-read-save-file-name): Add optional `dir-var' argument which
12724 specifies directory in which files are saved; work even if optional
12725 `variable' argument is not specified.
12726 (gnus-summary-write-to-file): Read file name.
12727 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
12728 (gnus-summary-write-body-to-file): New function.
12730 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
12731 (gnus-summary-local-variables): Add it.
12732 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
12733 (gnus-summary-save-article): Remove optional `decode' argument;
12734 determine whether to decode articles by the value of
12735 gnus-default-article-saver; when saving many files using
12736 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
12737 it first and use gnus-summary-save-in-file or
12738 gnus-summary-save-body-in-file thereafter unless
12739 gnus-prompt-before-saving is always; move point to article which
12741 (gnus-summary-save-article-file): Revert.
12742 (gnus-summary-write-article-file): Revert.
12743 (gnus-summary-save-article-body-file): Revert.
12744 (gnus-summary-write-article-body-file): New function.
12746 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
12748 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
12750 2006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
12752 * gnus-art.el (gnus-default-article-saver): Doc fix.
12753 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
12754 from gnus-summary-save-article-coding-system, and default to a
12755 certain coding system.
12756 (gnus-output-to-file): Add coding cookie and encode text according
12757 to gnus-article-save-coding-system; don't use mm-append-to-file.
12759 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
12760 gnus-art.el and rename to gnus-article-save-coding-system.
12761 (gnus-summary-save-article): Require gnus-art; don't show all
12762 headers if it decodes articles; don't add coding cookie here;
12763 don't bind mm-text-coding-system-for-write.
12764 (gnus-summary-save-article-file): Save decoded articles.
12765 (gnus-summary-write-article-file): When saving many files, use
12766 gnus-summary-write-to-file first and gnus-summary-save-in-file
12767 thereafter unless gnus-prompt-before-saving is always.
12768 (gnus-summary-save-article-body-file): Save decoded articles.
12770 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
12772 * nnrss.el (nnrss-check-group): Bind hash-index.
12774 2006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
12776 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
12777 its hash index. Store this hash in `nnrss-group-data'.
12778 (nnrss-read-group-data): Update accordingly.
12780 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
12782 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
12785 * gnus-sum.el (gnus-summary-make-menu-bar):
12786 Add gnus-article-browse-html-article.
12788 2006-05-23 Hynek Schlawack <hynek@ularx.de>
12790 * gnus-sum.el (gnus-summary-mime-map):
12791 Add gnus-article-browse-html-article.
12793 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
12795 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
12796 suitable coding systems in customize.
12798 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
12800 * mail-source.el (mail-sources): Fix custom type.
12802 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
12804 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
12805 (gnus-summary-expire-articles-now): Shorten prompt.
12807 * gmm-utils.el (wid-edit): Require.
12808 (defun-gmm): Rename from `gmm-defun-compat'.
12809 (gmm-image-search-load-path): Use it.
12810 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
12812 2006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
12814 * gnus-sum.el (gnus-summary-save-article-coding-system):
12816 (gnus-summary-save-article): Add optional `decode' argument.
12817 If it is set and gnus-summary-save-article-coding-system is non-nil,
12818 save decoded article.
12819 (gnus-summary-write-article-file): Save decoded article if
12820 gnus-summary-save-article-coding-system is non-nil.
12822 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
12825 2006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
12827 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
12829 2006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
12831 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
12832 first to test gnus-single-article-buffer which may be buffer-local.
12834 * gnus-sum.el (gnus-summary-setup-buffer):
12835 Make gnus-single-article-buffer buffer-local and nil in ephemeral
12836 group; make gnus-article-buffer, gnus-article-current, and
12837 gnus-original-article-buffer always buffer-local.
12838 (gnus-summary-exit): Kill article buffer belonging to ephemeral
12840 (gnus-handle-ephemeral-exit): Don't move to next summary line.
12842 2006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
12844 * nnml.el (nnml-request-compact-group): Compressed files might not
12845 have .gz extension.
12847 2006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
12849 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
12850 (mm-copy-to-buffer): Use with-current-buffer.
12851 (mm-display-part): Simplify.
12852 (mm-inlinable-p): Add optional arg `type'.
12854 2006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
12856 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
12857 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
12858 Try harder to show the attachment internally or externally using
12859 gnus-mime-view-part-as-type.
12861 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
12863 * message.el (message-from-style, message-signature-separator)
12864 (message-user-organization-file, message-send-mail-function)
12865 (message-citation-line-function, message-yank-prefix)
12866 (message-indent-citation-function, message-signature)
12867 (message-signature-file, message-signature-insert-empty-line):
12870 * gnus-art.el (gnus-buttonized-mime-types):
12871 Remove "multipart/signed". Revert 2006-04-26 change.
12873 2006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
12875 * gnus.el (gnus-version-number): Bump version.
12877 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
12879 * gnus.el: No Gnus v0.5 is released.
12881 2006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12883 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
12884 fetching articles by message-id.
12886 2006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
12888 * message.el (hashcash): Require hashcash as normal.
12890 * ecomplete.el (ecomplete-highlight-match-line):
12892 (ecomplete-highlight-match-line): Use `highlight', because that
12893 face exists in both Emacs and XEmacs.
12895 * message.el (message-display-abbrev): Use point-at-bol.
12897 * mail-source.el: Don't require timer/timer-funcs.
12899 * gnus-async.el: Ditto.
12901 * password.el: Ditto.
12903 * mm-url.el: Ditto.
12905 * mm-util.el: Require timer/timer-funcs.
12907 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12909 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
12912 2006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
12914 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
12915 unibyte after clear-decrypt function runs.
12917 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
12918 returns as a unibyte string.
12920 2006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
12922 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
12923 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
12924 (mml1991-pgg-encrypt): Ditto.
12926 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
12928 * message.el (message-user-organization-file): Check several
12929 locations of the organization file.
12931 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
12932 Add gnus-article-view-part-as-type.
12934 * gnus-art.el (gnus-article-view-part-as-type): New function.
12936 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
12937 .mobi and .travel. Remove .nato, .bitnet and .uucp.
12939 * mml.el: Simplify autoload.
12940 (mml-mode): defvar dnd-protocol-alist instead of using
12942 (mml-default-directory): New variable.
12943 (mml-minibuffer-read-file): Use it.
12944 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
12946 * message.el (message-citation-line-format): New variable.
12947 (message-insert-formated-citation-line): New function.
12948 (message-citation-line-function):
12949 Add `message-insert-formated-citation-line' to custom type.
12951 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
12954 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
12955 depending on mm-verify-option.
12957 2006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
12959 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
12960 binding pgg-* variables; reimplement the section which prevents
12961 MIME header from being signed.
12962 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
12963 pgg-text-mode; remove a blank line at the top of body.
12965 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
12966 lines at the top of body; use gnus-newsgroup-charset if there's no
12969 2006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
12971 * message.el (message-self-insert-commands): Doc fix.
12973 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
12974 (mm-uu-pgp-encrypted-test): Ditto.
12975 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
12976 between header and body; return application/pgp-encrypted handle
12977 if decryption failed; decode decrypted body by charset.
12979 * mm-decode.el (mm-automatic-display): Don't make application/pgp
12980 element match to application/pgp-*.
12982 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12984 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
12987 2006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
12989 * mail-source.el (mail-source-call-script): Message the error
12992 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12994 * gnus-util.el (gnus-byte-compile): Use it.
12996 2006-04-22 xyblor <fake@invalid.email> (tiny change)
12998 * gnus-util.el (kill-empty-logs): New function.
13000 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
13002 * message.el (message-mail-alias-type): Doc fix.
13003 (message-mail-alias-type-p): New function.
13004 (message-send): Use it.
13005 (message-mode): Ditto.
13006 (message-strip-forbidden-properties): Ditto.
13008 * ecomplete.el (ecomplete-database-file-coding-system):
13010 (ecomplete-save): Use it.
13011 (ecomplete-setup): Use it.
13013 2006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
13015 * message.el (message-self-insert-commands): New variable.
13016 (message-strip-forbidden-properties): Use it.
13018 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
13020 * message.el (message-put-addresses-in-ecomplete): Use a regexp
13021 that doesn't make XEmacs choke.
13023 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
13025 * gnus-util.el (gnus-replace-in-string):
13026 Prefer replace-regexp-in-string over of replace-in-string.
13028 2006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
13030 * gnus-util.el (gnus-select-frame-set-input-focus):
13031 Use select-frame-set-input-focus if it is available in XEmacs; use
13032 definition defined in Emacs 22 for old Emacsen.
13034 2006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
13036 * mm-view.el (mm-inline-text): Use equal instead of equalp.
13038 2006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
13040 * gnus-registry.el (gnus-registry-cache-save): Remove text
13041 properties when saving via the temp buffer.
13043 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
13045 * message.el (message-generate-hashcash): Honor custom type.
13047 2006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
13049 * message.el (message-generate-hashcash): Default to non-nil when
13052 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
13053 (gnus-refer-thread-limit): Increase default to 500.
13055 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
13057 * flow-fill.el (fill-flowed): Allow delete-space.
13059 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
13061 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
13062 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
13065 2006-04-18 Simon Josefsson <jas@extundo.com>
13067 * message.el (message-generate-hashcash): Default to.
13069 2006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
13071 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13072 concatenating segments rather than before concatenating them.
13074 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
13076 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
13078 * imap.el (imap-quote-specials): New function.
13079 (imap-login-auth): Quote specials.
13081 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
13083 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
13085 * message.el (message-forward-make-body-plain):
13086 Allow message-forward-ignored-headers to be a list.
13087 (message-remove-ignored-headers): Factor out into function.
13088 (message-forward-make-body-mml): Use it.
13089 * rfc2231.el (rfc2231-parse-string): Remove dead code.
13090 (rfc2231-parse-string): Allow concatanation of parameters that
13091 aren't contiguous. The test case is
13092 (mail-header-parse-content-type "message/external-body;
13093 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
13094 access-type=LOCAL-FILE;
13095 name*1*=plugh%2fhello-sailor%2fbing.pdf")
13097 2006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
13099 * nntp.el (nntp-accept-process-output): Return the value of
13100 `nnheader-accept-process-output'.
13102 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
13104 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
13105 (gnus-button-alist): Recognize more diff formats.
13106 (gnus-button-patch): Strip directory.
13108 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
13110 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
13111 Emacs 22 when setting focus.
13113 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
13115 * gnus-art.el (gnus-article-treat-types): Do treatment of
13116 text/x-verbatim parts.
13117 (gnus-button-patch): New command.
13119 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
13120 addresses that contain invalid characters.
13122 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
13124 * message.el (message-put-addresses-in-ecomplete):
13125 Use gnus-replace-in-string.
13126 (message-is-yours-p): Use the more correct
13127 mail-header-parse-address instead of
13128 mail-extract-address-components.
13129 (message-put-addresses-in-ecomplete): Fix typo.
13131 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
13134 * gnus-art.el (gnus-treatment-function-alist): Change order of
13135 newsgroups/generic header folding to avoid double-folding.
13137 * message.el (message-hidden-headers): Add X-Draft-From.
13139 * gnus-sum.el (gnus-summary-repeat-search-article-forward):
13141 (gnus-summary-repeat-search-article-backward): New command.
13143 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
13144 groups in the parent topic.
13146 2006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
13148 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
13149 (spam-extra-header-to-number): Return the CRM114 number as a
13150 number instead of a string.
13152 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
13154 * gnus-art.el (gnus-face-properties-alist): Move here from
13157 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
13159 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
13161 * message.el (message-strip-forbidden-properties): Only display on
13162 self-insert-command.
13164 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
13166 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
13168 2006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
13170 * smiley.el (smiley-style): Fix typo.
13172 2006-03-23 Kenichi Handa <handa@m17n.org>
13174 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
13175 instead of set-buffer-multibyte.
13177 2006-03-23 Kenichi Handa <handa@m17n.org>
13179 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
13180 buffer and then decode the buffer text if necessary.
13181 (rfc2231-encode-string): Be sure to work on multibyte buffer at
13182 first, and after mm-encode-body, change the buffer to unibyte.
13184 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
13186 * hashcash.el (hashcash-insert-payment-async-2):
13187 Use message-goto-eoh instead of doing it manually.
13188 (mail-add-payment): Use message-narrow-to-header instead of trying
13189 to do the same itself.
13191 * message.el (message-hidden-headers): Add Face.
13193 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
13195 (gnus-summary-reparent-children): Refactored out code.
13196 (gnus-summary-thread-map): New keystroke.
13197 (gnus-summary-reparent-children): Make into command.
13199 * smiley.el (smiley-style): Default to `medium' if using a large
13202 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
13205 * message.el (message-point-in-header-p): Simplify definition.
13207 2006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
13209 * nnagent.el (nnagent-request-set-mark): Silence log file
13211 (nnagent-request-set-mark): Use write-region instead of
13214 * gnus-sum.el (gnus-read-header): Fudge article number if using a
13215 strange select method.
13217 * ecomplete.el (ecomplete-display-matches): Get highlightling
13219 (ecomplete-display-matches): Use literals.
13220 (ecomplete-display-matches): Disable message logging.
13222 * message.el (message-display-abbrev): Small optimization.
13224 * ecomplete.el (ecomplete-display-matches): Allow automatic
13227 * message.el (message-strip-forbidden-properties):
13229 (message-display-abbrev): Get automatic display right.
13231 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
13234 2006-04-13 Romain Francoise <romain@orebokech.com>
13236 TODO: Backport to v5-10!
13238 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
13239 Move here (and rename) from gnus-registry.el.
13241 * gnus-registry.el: Require gnus-util.
13242 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
13244 2006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
13246 * gnus-group.el (gnus-group-catchup-current):
13247 Change if-then-else-if-then-else into cond.
13248 (gnus-group-catchup): Indent.
13249 (group-name-at-point): New function.
13250 (gnus-fetch-group): Provide default from thing at point.
13252 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
13254 * message.el (message-display-abbrev): Fix regexp.
13256 * ecomplete.el (ecomplete-highlight-match-line):
13257 Reimplement choosing.
13258 (ecomplete-highlight-match-line): Fix up code rewrite, remove
13261 * message.el (message-newline-and-indent): Remove debugging.
13262 (message-display-abbrev): Use new implementation.
13264 2006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
13266 * gnus-art.el (gnus-article-mode):
13267 Set cursor-in-non-selected-windows to nil.
13269 * smiley.el: Revert previous change.
13270 (smiley-data-directory): defvar it before using it in the
13271 defcustom of `smiley-style'.
13273 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
13275 * message.el (message-newline-and-indent): New function.
13277 * ecomplete.el: Implement more bits.
13279 * message.el (message-put-addresses-in-ecomplete): Clean up the
13282 * ecomplete.el (ecomplete-add-item): Chop off decimals.
13284 * gnus-sum.el (gnus-summary-save-parts):
13285 Bind gnus-summary-save-parts-counter and use it to make unique file
13288 * gnus-art.el (gnus-ignored-headers): Add some more headers.
13290 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
13291 parameter to say whether to actually parse the individual
13294 * message.el (message-put-addresses-in-ecomplete): New function.
13295 (ecomplete): Require.
13296 (message-mail-alias-type): Add ecomplete as an option.
13298 2006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
13300 * flow-fill.el (fill-flowed): Remove trailing space from blank
13303 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
13305 * smiley.el (smiley-style): Move definition later to avoid a
13306 compilation warning.
13308 2006-04-12 Kenichi Handa <handa@m17n.org>
13310 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
13311 buffer and then decode the buffer text if necessary.
13312 (rfc2231-encode-string): Be sure to work on multibyte buffer at
13313 first, and after mm-encode-body, change the buffer to unibyte.
13314 Use mm-disable-multibyte instead of set-buffer-multibyte.
13316 2006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
13318 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
13319 Content-Type header instead of Content-Disposition header.
13320 (gnus-mime-inline-part): Ditto.
13321 (gnus-mime-view-part-as-charset): Ignore charset that the part
13324 * mm-decode.el (mm-display-part): Work with external parts and
13325 usual parts similarly.
13327 * mm-extern.el (mm-inline-external-body): Use mm-display-part
13328 instead of gnus-display-mime.
13330 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
13331 instead of with-temp-buffer.
13333 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
13334 tag to summarized topics part in order to encode non-ASCII text.
13336 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
13338 * smiley.el (smiley-style): New variable.
13339 (smiley-directory): New function.
13340 (smiley-data-directory): Derive from `smiley-style' using
13341 `smiley-directory'.
13342 (smiley-regexp-alist): Add new entries.
13344 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
13345 (gnus-article-browse-delete-temp): Add :version.
13347 2006-04-11 Arne Jørgensen <arne@arnested.dk>
13349 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
13352 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
13354 * gnus.el (gnus-version-number): Bump version.
13356 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
13358 * gnus.el: No Gnus v0.4 is released.
13360 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
13362 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
13365 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
13368 * message.el (message-header-synonyms): Add Original-To to the
13371 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
13372 optional parameter.
13374 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
13376 * gnus-fun.el (gnus): Require it for gnus-directory.
13378 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
13380 * gnus-fun.el (gnus-face-properties-alist): Add :version.
13382 2006-04-05 Daiki Ueno <ueno@unixuser.org>
13384 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
13386 2006-04-05 Simon Josefsson <jas@extundo.com>
13388 * password.el (password-reset): New function.
13390 2006-04-05 Daiki Ueno <ueno@unixuser.org>
13392 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
13393 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
13395 2006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13397 * nnweb.el (nnweb-google-create-mapping): Update regexp.
13398 Some whitespace was matched into the url, which broke browsing hits
13399 > 100 when mm-url-use-external was nil.
13401 2006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
13403 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13404 Check gnus-extra-headers for 'Newsgroups.
13406 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
13409 2006-04-04 Daiki Ueno <ueno@unixuser.org>
13411 * pgg-gpg.el: Clean up process buffers every time gpg processes
13414 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
13416 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13419 2006-04-03 Daiki Ueno <ueno@unixuser.org>
13421 * pgg-gpg.el (pgg-gpg-process-filter)
13422 (pgg-gpg-wait-for-completion): Check if buffer is alive.
13424 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
13425 lines, temporary fix.
13427 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
13429 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
13431 2006-03-29 Daiki Ueno <ueno@unixuser.org>
13433 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
13434 default-enable-multibyte-characters. This reverts the change from
13435 revision 6.17 which is no longer necessary because the passphrase
13436 is sent separately now. GnuPG messages are unreadable under
13437 multibyte locales with default-enable-multibyte-characters set to
13440 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
13442 * message.el (message-tool-bar-gnome): Move "spell".
13444 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
13446 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
13447 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
13450 2006-03-27 Karl Kleinpaste <karl@charcoal.com>
13452 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13453 Improve newsgroups handling for NNTP overviews which don't include
13456 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13458 * message.el (message-resend): Bind message-generate-hashcash to nil.
13460 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13462 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
13463 when searching for already-paid recipients.
13465 2006-03-27 Daiki Ueno <ueno@unixuser.org>
13467 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
13468 passphrases when it is not needed.
13469 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
13470 passphrase stuff from gpg, should only be necessary when you use
13471 gpg with a smartcard.
13473 2006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
13475 * mml.el (mml-insert-mime): Ignore cached contents of
13476 message/external-body part.
13478 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
13479 (mm-insert-part): Ditto.
13481 2006-03-23 Simon Josefsson <jas@extundo.com>
13483 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
13485 (pgg-gpg-use-agent-p): Use it again.
13487 2006-03-23 Simon Josefsson <jas@extundo.com>
13489 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
13491 (pgg-gpg-use-agent-p): Don't use it.
13493 2006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
13495 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
13498 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
13500 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
13501 (pgg-gpg-update-agent): New function.
13502 (pgg-gpg-use-agent-p): New function.
13503 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
13504 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13505 (pgg-gpg-sign-region): Use it.
13507 2006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
13509 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
13510 Reported by Ralf Wachinger <rwachinger@gmx.de>.
13512 2006-03-21 Simon Josefsson <jas@extundo.com>
13514 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
13515 <wilde@sha-bang.de>.
13516 (pgg-gpg-use-agent): New variable.
13517 (pgg-gpg-process-region): Use it.
13518 (pgg-gpg-encrypt-region): Likewise.
13519 (pgg-gpg-encrypt-symmetric-region): Likewise.
13520 (pgg-gpg-decrypt-region): Likewise.
13521 (pgg-gpg-sign-region): Likewise.
13522 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
13524 2006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
13526 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
13528 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
13529 Add comment on version.
13531 2006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
13533 * smiley.el: Add missing test smiley.
13535 2006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
13537 * mm-decode.el (mm-with-part): New macro.
13538 (mm-get-part): Use it; work with message/external-body as well.
13539 (mm-save-part): Treat name and filename equally.
13541 * mm-extern.el (mm-extern-cache-contents): New function.
13542 (mm-inline-external-body): Use it; force the part to be displayed;
13543 move undisplayer added to the cached handle to the parent.
13545 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
13546 (gnus-mime-view-part-as-type): Work with message/external-body.
13548 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
13550 2006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
13552 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
13553 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
13556 2006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
13558 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
13559 path rather than symbol. Always return list of directories.
13560 Guarantee that image directory comes first. [Sync with image.el,
13561 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
13563 * message.el (message-make-tool-bar): Adjust to new API of
13564 `gmm-image-load-path-for-library'.
13566 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13568 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13570 2006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13572 * gnus-art.el (gnus-article-only-boring-p):
13573 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
13575 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
13577 2006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
13579 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
13580 Use `defun' instead of `gmm-defun-compat'.
13582 2006-03-14 Simon Josefsson <jas@extundo.com>
13584 * message.el (message-unique-id): Don't use message-number-base36
13585 if (user-uid) is a float.
13586 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
13588 2006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
13590 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
13592 * gnus-art.el (gnus-mime-display-single): Make sure there is an
13593 empty line between a part and a message part.
13595 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
13597 * smiley.el: Add more test smileys.
13598 (smiley-data-directory, smiley-regexp-alist)
13599 (gnus-smiley-file-types): Fix doc strings.
13600 (smiley-update-cache): Clear smiley-cached-regexp-alist before
13601 adding new elements.
13602 (smiley-mouse-map): Unused code. Make it a comment.
13604 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
13606 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
13607 scan latest NoCeM messages instead of old ones.
13608 (gnus-nocem-check-article): Fix regexps so as to match to PGP
13609 delimiters that are recently used.
13610 (gnus-nocem-load-cache): Add autoload cookie.
13612 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
13614 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
13615 level which is larger than gnus-use-nocem is specified.
13617 * gnus-group.el (gnus-group-get-new-news): Ditto.
13619 2006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
13621 * gnus-util.el (gnus-tool-bar-update): New function.
13623 * gnus-group.el (gnus-group-update-tool-bar): New variable.
13624 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
13626 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
13628 * gnus-group.el (gnus-group-redraw-when-idle)
13629 (gnus-group-redraw-check): Remove.
13630 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
13632 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
13634 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
13635 if optional last element is specified in splits (FIELD VALUE...).
13637 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
13639 * message.el (message-make-tool-bar): Rename gmm-image-load-path
13640 to gmm-image-load-path-for-library. Call with no-error argument.
13641 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
13643 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13645 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13647 * gmm-utils.el (gmm-image-load-path): Remove alias.
13649 2006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
13651 * gmm-utils.el (gmm-image-load-path): Add alias.
13653 * nnml.el (nnml-generate-nov-databases-directory): Rename from
13654 nnml-generate-nov-databases-1.
13655 (nnml-generate-nov-databases): Use it.
13656 (nnml-generate-nov-databases-directory): Document no-active
13659 * gmm-utils.el (gmm-image-load-path-for-library): Return single
13660 directory if path is t. Add no-error.
13662 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
13663 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13665 * gnus-art.el (gnus-article-browse-delete-temp-files):
13666 Simplify resetting gnus-article-browse-html-temp-list.
13668 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
13669 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
13670 Add example to docstring. Rename local variables. Move error
13671 checks to default case in cond and simplify.
13673 2006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
13675 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
13676 handle is multipart when calling it recursively.
13677 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
13679 2006-03-03 Daniel Pittman <daniel@rimspace.net>
13681 * nnimap.el (nnimap-request-update-info-internal): Optimize.
13682 Don't `gnus-uncompress-range' to avoid excessive memory usage.
13684 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
13686 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
13689 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
13692 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
13694 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
13695 to "Emacs 23 (unicode)" in doc string.
13697 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
13698 "Emacs 23 (unicode)" in comment.
13700 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
13702 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
13704 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
13705 characters 160 through 255 in Emacs 23.
13707 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
13709 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
13710 gnus-article-browse-html-temp.
13711 (gnus-article-browse-delete-temp): Make it customizable.
13712 Add `file'. Adjust doc string.
13713 (gnus-article-browse-delete-temp-files): Add argument.
13714 Allow query for each file. Adjust doc string.
13715 (gnus-article-browse-html-parts):
13716 Add `gnus-article-browse-delete-temp-files' to
13717 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
13719 2006-03-02 Hynek Schlawack <hynek@ularx.de>
13721 * gnus-art.el (gnus-article-browse-html-temp)
13722 (gnus-article-browse-delete-temp): New variables.
13723 (gnus-article-browse-delete-temp-files): New function.
13724 (gnus-article-browse-html-parts): Use it.
13726 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
13728 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
13730 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
13733 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
13734 gnus-summary-insert-new-articles when unplugged.
13735 Remove gnus-summary-search-article-forward.
13737 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
13738 display-visual-class instead of display-color-cells.
13740 2006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
13742 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
13743 message/* containing non-ASCII text properly.
13745 2006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
13747 * message.el: Require gmm-utils, remove autoloads.
13748 (message-tool-bar): Set default based on
13749 gmm-tool-bar-style.
13750 (message-tool-bar-gnome): Add gmm-customize-mode.
13752 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
13753 gmm-tool-bar-style.
13754 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
13756 * gnus-group.el (gnus-group-tool-bar): Set default based on
13757 gmm-tool-bar-style.
13758 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
13760 * gmm-utils.el (gmm-image-directory): Rename variable from
13761 gmm-image-load-path.
13762 (gmm-image-load-path): Use gmm-image-directory.
13763 (gmm-customize-mode): New function.
13764 (gmm-tool-bar-style): New variable.
13766 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
13767 gnus-group-redraw-line-number.
13768 (gnus-group-redraw-check): Simplify.
13769 (gnus-group-tool-bar-update): Remove redraw check.
13770 (gnus-group-make-tool-bar): Add redraw check.
13772 2006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
13774 * gnus-art.el (gnus-button): Add missing parentheses.
13776 2006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
13778 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
13780 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
13782 * gnus-art.el (gnus-button): New face.
13783 (gnus-article-button-face): Use it.
13785 * gnus-sum.el (gnus-summary-tool-bar-gnome):
13786 Add gnus-summary-next-page. Re-order.
13788 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
13789 next-node are now included.
13790 (gnus-group-redraw-line-number): New internal variable.
13791 (gnus-group-redraw-check): Helper function for updating the tool
13793 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
13795 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
13797 * spam.el (spam-spamassassin-score-regexp): New internal variable.
13798 (spam-extra-header-to-number, spam-check-spamassassin-headers):
13799 Use it to match format of Spamassassin 3.0 and later.
13800 Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
13801 (spam-check-bogofilter)
13802 (spam-bogofilter-register-with-bogofilter): Fix args of
13803 `gnus-error' calls.
13805 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
13807 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
13808 unnecessary interaction when sending queued mails.
13809 Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
13811 2006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
13813 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
13814 first or last are nil.
13816 2006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13818 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
13820 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
13822 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
13824 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
13826 * dns.el (query-dns): Protect more against buggy tcp output.
13828 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
13830 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
13833 2006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
13835 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
13836 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
13837 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
13838 output on the server side.
13839 (nnweb-google-create-mapping): Update regexps and add some
13840 progress indication.
13842 2006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
13844 * gnus-group.el (gnus-group-tool-bar-gnome):
13845 Fix gnus-agent-toggle-plugged. Re-order icons.
13846 (gnus-group-tool-bar-gnome):
13847 Add gnus-group-{prev,next}-unread-group.
13848 (gnus-group-tool-bar-gnome): Re-order icons.
13850 * gnus-sum.el (gnus-summary-tool-bar-gnome):
13851 Move gnus-summary-insert-new-articles.
13853 * message.el (message-tool-bar-gnome, message-tool-bar-retro):
13856 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
13857 also available in Emacs 21.3.
13859 * message.el (message-fix-before-sending): Change "Emacs 22" to
13860 "Emacs 23 (unicode)" in comment.
13862 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
13863 "Emacs 23 (unicode)" in comment.
13865 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
13867 (mm-coding-system-p): Add comment about no-MULE XEmacs.
13869 * mm-view.el (mm-fill-flowed): Add :version.
13871 2006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
13873 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
13876 2006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
13878 * message.el: Autoload gmm-image-load-path.
13879 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
13880 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
13883 * gmm-utils.el (gmm-image-load-path): Also search in
13884 "../etc/images". Don't set gmm-image-load-path if we don't find
13887 2006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
13889 * gmm-utils.el (gmm-image-load-path): Don't make
13890 `gmm-image-load-path' include subdirectories which the second arg
13891 `image' might specify.
13893 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
13894 subdirectory to icon file names.
13896 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
13898 2006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
13900 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
13901 gmm-image-load-path calls.
13903 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13905 * message.el (message-make-tool-bar): Ditto.
13907 * mml.el (mml-preview): Add comment concerning tool bar icons.
13909 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
13910 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
13912 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
13913 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
13915 * message.el (message-tool-bar-gnome): Use new icon names.
13916 (message-make-tool-bar): Use `gmm-image-load-path'.
13918 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
13919 New functions from MH-E.
13920 (gmm-image-load-path): New variable from MH-E.
13921 (gmm-image-load-path): New function from MH-E. Add arguments
13922 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
13923 *-image-load-path-called-flag.
13925 2006-02-21 Milan Zamazal <pdm@brailcom.org>
13927 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
13929 2006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
13931 * nnimap.el (nnimap-request-move-article): Change folder back to
13932 source group before deleting.
13934 2006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
13936 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
13938 * gnus-art.el (mm-url-insert-file-contents-external):
13941 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
13943 2006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
13945 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
13946 coding system which mm-charset-to-coding-system returns for a
13947 given charset is valid.
13949 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
13951 * html2text.el (html2text-remove-tag-list):
13952 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
13954 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
13956 * gnus-cus.el: Revert 2005-10-17 change.
13958 2006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
13960 * gnus-art.el (article-strip-banner):
13961 Call article-really-strip-banner only when the regexp match is made.
13963 2006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
13965 * gnus-art.el (article-strip-banner):
13966 Use gnus-extract-address-components instead of
13967 mail-header-parse-addresses to make it work with non-ASCII text;
13968 remove mail-encode-encoded-word-string.
13970 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
13971 values which are surrounded with \"...\"; make it never cause a
13972 Lisp error; give up parsing of parameters if it failed in
13975 2006-02-14 Arne Jørgensen <arne@arnested.dk>
13977 * smime.el (smime-cert-by-ldap-1): Fix bug where
13978 `smime-ldap-search' returns results without userCertificates.
13980 2006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
13982 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
13984 2006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
13986 * spam.el (spam-check-spamassassin-headers): Adapt format for
13987 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
13988 <ari@mbf.ocn.ne.jp>.
13989 (spam-list-of-processors): Add spam-use-gmane.
13991 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
13993 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
13994 make-temp-file; make it work with XEmacs as well.
13996 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
13999 * mm-decode.el (mm-display-external): Use the 3rd arg of
14001 (mm-create-image-xemacs): Ditto.
14003 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
14005 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
14006 with message-narrow-to-headers.
14007 (gnus-draft-setup): Narrow to header to run message-fetch-field.
14008 (gnus-draft-check-draft-articles): New function.
14009 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
14011 2006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
14013 * gnus-art.el (gnus-article-browse-html-parts):
14014 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
14015 Don't use suffix argument for mm-make-temp-file for Emacs 21
14016 compatibility. Remove useless `format'.
14018 2006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
14020 * nnweb.el (nnweb-google-wash-article): Update regexps.
14021 (nnweb-group-alist): Use defvoo instead of defvar.
14023 2006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
14025 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
14026 re-loading nn* modules.
14028 2006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
14030 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
14031 for `tool-bar-mode' and don't check it's default-value.
14033 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14035 * message.el (message-make-tool-bar): Ditto.
14037 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
14038 `substring'. Shorten tmp-file name.
14040 * gnus.el: Remove bogus comment.
14042 2006-02-10 Hynek Schlawack <hynek@ularx.de>
14044 * gnus-art.el (gnus-article-browse-html-parts): New function.
14045 (gnus-article-browse-html-article): New function for viewing html
14046 articles with a browser.
14048 2006-02-09 Daiki Ueno <ueno@unixuser.org>
14050 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
14051 (mml2015-pgg-encrypt): Ditto.
14053 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
14054 (mml1991-pgg-encrypt): Ditto.
14056 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
14058 * nnfolder.el (nnfolder-insert-newsgroup-line):
14059 Use message-make-date instead of current-time-string.
14061 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
14062 to gnus-decoded which mm-uu might set.
14064 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
14066 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
14067 don't decode quoted parameters; remove misimported Emacs code.
14068 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14069 (rfc2231-decode-encoded-string): Don't use split-string which
14070 behaves differently according to Emacs version; use
14071 mm-decode-coding-region to convert charset to coding-system.
14072 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14073 (rfc2231-encode-string): Remove misimported Emacs code.
14075 2006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
14077 * gnus-art.el (article-decode-charset): Don't use ignore-errors
14078 when calling mail-header-parse-content-type.
14079 (article-de-quoted-unreadable): Ditto.
14080 (article-de-base64-unreadable): Ditto.
14081 (article-wash-html): Ditto.
14083 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
14084 calling mail-header-parse-content-type and
14085 mail-header-parse-content-disposition.
14086 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
14087 mail-header-parse-content-type.
14089 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
14090 insert charset and format parameters; encode description after
14091 inserting it to buffer.
14092 (mml-insert-parameter): Fold lines properly even if a parameter is
14093 segmented into two or more lines; change the max column to 76.
14095 * rfc1843.el (rfc1843-decode-article-body): Don't use
14096 ignore-errors when calling mail-header-parse-content-type.
14098 * rfc2231.el (rfc2231-parse-string): Return at least type if
14099 possible; don't cause an error even if it fails in parsing of
14100 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14101 (rfc2231-encode-string): Don't break lines at the beginning, leave
14102 it to mml-insert-parameter.
14104 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
14105 calling mail-header-parse-content-type.
14107 2006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
14109 * spam-report.el (spam-report-gmane-use-article-number):
14110 Improve doc string.
14111 (spam-report-gmane-internal): Check if a suitable header was found
14114 2006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
14116 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
14117 (rfc2231-encode-string): Make param*=value always begin with LWSP.
14119 2006-02-05 Romain Francoise <romain@orebokech.com>
14121 Update copyright notices of all files in the gnus directory.
14123 2006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
14125 * nnweb.el (nnweb-request-group): Avoid growing overview files.
14127 2006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
14129 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
14130 segmented lines of parameter value to cope with Thunderbird 1.5
14131 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
14132 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14133 (rfc2231-encode-string): Don't make lines exceeding 76 column.
14135 2006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
14137 * mml.el (mml-generate-mime-1): Correct the order of inline signed
14140 2006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
14142 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
14143 there's only one active file for all servers.
14144 (nnweb-request-scan): Make sure nnweb-articles is initialized on
14145 solid groups. Gnus might have used a FAST request to select the group.
14146 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
14147 and nnweb-search redundantly in the active file.
14148 (nnweb-request-list): Don't list bogus groups. There can only be one.
14149 (nnweb-request-create-group): Don't use ARGS.
14150 (nnweb-possibly-change-server, nnweb-request-group): Remove some
14151 initialisations. Let nnoo do the work.
14153 2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
14155 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
14156 Say the part has been decoded.
14158 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
14160 2006-01-31 Kevin Ryde <user42@zip.com.au>
14162 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
14163 mailcap-viewer-test-cache when there's no 'test clause, since that
14164 will invert the meaning of a "nil" test previously determined by
14165 mailcap-mailcap-entry-passes-test.
14167 2006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
14169 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
14172 * gnus-sum.el: Ditto.
14174 * message.el: Don't bind tool-bar-map when compiling.
14176 2006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
14178 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
14180 2006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
14182 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
14183 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
14184 current Google Groups.
14186 2006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
14188 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
14191 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
14194 * message.el (message-tool-bar-update): Simplify.
14195 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
14197 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
14198 gnus-summary-buffer.
14199 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
14200 gnus-summary-reply.
14202 * gmm-utils.el (gmm): Add :version.
14204 2006-01-26 Steve Youngs <steve@sxemacs.org>
14206 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
14209 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
14211 * gmm-utils.el (gmm-verbose): Add :group.
14213 2006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
14215 * message.el: Change some comments WRT tool-bars.
14217 * gnus-sum.el (gnus-summary-tool-bar)
14218 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
14219 (gnus-summary-tool-bar-zap-list): New variables.
14220 (gnus-summary-make-tool-bar): Complete rewrite using
14221 `gmm-tool-bar-from-list'.
14223 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
14224 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
14226 (gnus-group-make-tool-bar): Complete rewrite using
14227 `gmm-tool-bar-from-list'.
14228 (gnus-group-tool-bar-update): New function.
14230 * message.el (message-mode-field-menu): Add "Show hidden Headers".
14232 2006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
14234 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
14235 is dissected into a single part of which the type is the same as
14236 the given one; decode charset.
14238 2006-01-21 Kevin Ryde <user42@zip.com.au>
14240 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
14241 into alists as symbol not string, since that's what
14242 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
14245 2006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
14247 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
14248 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
14250 * message.el (message-tool-bar-gnome): Use gmm-ignore.
14252 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
14254 * gnus-art.el (gnus-mime-security-button-commands): New variable.
14255 (gnus-mime-security-button-menu): New definition.
14256 (gnus-mime-security-button-map): Use them.
14257 (gnus-mime-security-button-menu): New function.
14258 (gnus-insert-mime-security-button): Addition to help echo.
14259 (gnus-mime-security-run-function, gnus-mime-security-save-part)
14260 (gnus-mime-security-pipe-part): New functions.
14262 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
14263 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
14265 * mm-decode.el (mm-handle-set-disposition): Remove.
14266 (mm-handle-set-description): Remove.
14268 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
14270 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
14271 (mm-w3m-standalone-supports-m17n-p): New function.
14272 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
14275 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
14276 Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
14278 2006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
14280 * message.el (message-tool-bar-zap-list):
14281 Use gmm-tool-bar-zap-list as custom type.
14282 (message-tool-bar-update): New function.
14283 (message-tool-bar, message-tool-bar-gnome)
14284 (message-tool-bar-retro): Add message-tool-bar-update.
14285 (message-tool-bar-gnome): Add flyspell-buffer.
14287 * gnus-util.el (gnus-error): Describe `args'.
14289 * gmm-utils.el (gmm-error): Describe `args'.
14290 (gmm-tool-bar-zap-list): New widget.
14291 (gmm-tool-bar-from-list): Improve description of `zap-list'.
14293 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
14295 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
14296 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
14297 the number of recursive calls.
14299 * mm-decode.el (mm-handle-set-disposition): New macro.
14300 (mm-handle-set-description): New macro.
14302 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
14304 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
14307 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
14309 * message.el (message-tool-bar-zap-list, message-tool-bar)
14310 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
14311 (message-tool-bar-local-item-from-menu): Remove.
14312 (message-tool-bar-map): Replace by `message-make-tool-bar'.
14313 (message-make-tool-bar): New function.
14314 (message-mode): Use `message-make-tool-bar'.
14316 * gmm-utils.el: New file.
14317 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
14318 (gmm-lazy): New widget copied from `nnmail.el'.
14319 (gmm-tool-bar-from-list): New function for creating customizable
14321 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
14323 (gmm): Add :prefix to defgroup.
14325 2006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
14327 * gmm-utils.el (gmm-widget-p): New function.
14329 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
14331 * mml.el (mml-attach-file): Describe `description' in doc string.
14332 (mml-menu): Add Emacs MIME manual and PGG manual.
14334 2006-01-20 Richard M. Stallman <rms@gnu.org>
14336 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
14338 2006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
14340 * nntp.el (nntp-end-of-line): Doc fix.
14342 2006-01-20 Chong Yidong <cyd@stupidchicken.com>
14344 * imap.el (imap-open): Handle case where buffer is a buffer
14347 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
14349 * gnus-delay.el (gnus-delay): Don't autoload.
14350 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14351 to be re-loaded when customizing the `gnus-delay' group.
14353 2005-01-20 Chong Yidong <cyd@stupidchicken.com>
14355 * message.el (message-insert-citation-line): Use newlines.
14357 2006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
14359 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
14361 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
14363 2006-01-19 Mark D. Baushke <mdb@gnu.org>
14365 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
14367 2006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
14369 * mm-decode.el (mm-inlined-types): Add application/pgp.
14370 (mm-automatic-display): Ditto.
14372 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
14375 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
14377 * nnrss.el: Update copyright.
14378 (nnrss-opml-import): Query whether to subscribe to each entry.
14383 * mm-view.el: Update copyright.
14385 2006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
14387 * message.el (message-info): New function.
14388 (message-mode-menu): Add it.
14391 * ChangeLog: Fix and update copyright.
14393 2006-01-13 Romain Francoise <romain@orebokech.com>
14395 * message.el (message-forward-subject-name-subject): Prefer the
14396 address to 'nowhere' if the sender has no name.
14397 Fix typo. Update copyright year.
14399 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
14401 * gnus-art.el (article-wash-html):
14402 Use gnus-summary-show-article-charset-alist if a numeric arg is given.
14403 (gnus-article-wash-html-with-w3m-standalone): New function.
14405 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
14406 mm-inline-text-html-render-with-w3m-standalone.
14407 (mm-text-html-washer-alist): Map w3m-standalone to
14408 gnus-article-wash-html-with-w3m-standalone.
14409 (mm-inline-text-html-render-with-w3m-standalone): New function.
14411 2006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
14413 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
14416 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
14418 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
14419 (nnrss-request-article): Render text/plain parts as HTML.
14421 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
14424 2006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
14426 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
14427 custom definition of `gnus-posting-styles'.
14429 * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
14430 Bind print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
14432 2006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
14434 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
14435 Use nntp for bug archive.
14437 2006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
14439 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
14441 (nnrss-normalize-date): New function converts ISO 8601 date into
14442 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
14443 (nnrss-check-group): Use it.
14445 2006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
14447 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
14449 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
14450 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
14451 (nnrss-insert-w3): Ditto.
14453 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
14455 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
14456 the articles to be forwarded including the case where neither a
14457 number of articles nor a region is specified.
14459 2005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
14461 * nnrss.el (nnrss-request-article): Fix last change; fill
14464 2005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
14466 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
14467 in text/plain part.
14468 (nnrss-check-group): Don't add excessive newline to dc:subject.
14470 2005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
14472 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
14475 2005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
14477 * nnml.el: Don't require gnus-bcklg. Autoload it.
14478 (nnml-use-compressed-files, nnml-save-mail): Support other
14479 comression programs such as bzip2.
14481 2005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
14483 * dns.el (query-dns): Make sure we check the buffer size before
14484 removing tcp headers.
14486 2005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
14488 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
14489 remove MIME buttons associated with multipart/alternative parts.
14490 (gnus-mime-display-alternative): Tag buttons using `article-type'
14493 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
14494 associated with multipart/alternative parts.
14496 * gnus-art.el (gnus-signature-separator): Fix custom type.
14498 * mm-decode.el (mm-inlined-types): Fix custom type.
14499 (mm-keep-viewer-alive-types): Ditto.
14500 (mm-automatic-display): Ditto.
14501 (mm-attachment-override-types): Ditto.
14502 (mm-inline-override-types): Ditto.
14503 (mm-automatic-external-display): Ditto.
14505 2005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
14507 * spam-report.el (spam-report-user-mail-address)
14508 (spam-report-user-agent): New variables.
14509 (spam-report-url-ping-plain): Use spam-report-user-agent.
14511 2005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
14513 * gnus-art.el (gnus-button-handle-custom): Do not just use
14514 `customize-apropos' for any "M-x customize-*" button but the
14515 function called for. Accept both the function name and its
14516 argument in order to achieve this.
14517 (gnus-button-alist): Remove support for "custom:" URL's.
14518 Pass function name to `gnus-button-handle-custom' in case of "M-x
14519 customize-*" buttons.
14521 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
14523 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
14524 multipart/alternative and add xref to mm-discouraged-alternatives
14527 * mm-decode.el (mm-discouraged-alternatives): Add xref to
14528 gnus-buttonized-mime-types in doc string.
14530 2005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
14532 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
14533 Suggest image/.* in the doc string.
14535 2005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
14537 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
14538 message-marks (Debian bug #342521).
14540 2005-12-12 Simon Josefsson <jas@extundo.com>
14542 * password.el (password-read-from-cache): Add.
14543 (password-read): Use it.
14545 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
14547 * rfc2047.el (rfc2047-charset-to-coding-system):
14548 Recognize us-ascii as a MIME charset.
14550 * mm-bodies.el (mm-decode-content-transfer-encoding):
14551 Protect against the case where the 2nd arg TYPE is nil.
14553 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
14555 * pop3.el (pop3-stream-type): Fix custom version.
14557 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
14559 2005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
14561 * mm-decode.el (mm-display-external): Add missing cdr.
14563 2005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
14565 * mm-decode.el (mm-display-external): Use nametemplate (defined in
14566 RFC1524) if it is in mailcap or add a suffix according to
14567 mailcap-mime-extensions when generating a temp filename; postpone
14568 deleting a temp file for 2 seconds for some wrappers, shell
14569 scripts, and so on, which might exit right after having started a
14570 viewer command as a background job.
14572 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
14574 * nntp.el (nntp-marks-directory): Fix custom group.
14576 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
14579 * gnus-start.el (gnus-no-server-1):
14580 Mention `gnus-level-default-subscribed' in doc string.
14582 2005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
14584 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
14587 2005-11-26 Dave Love <fx@gnu.org>
14589 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
14590 (tls-program, tls-success): Provide openssl alternative.
14592 * starttls.el: Doc fixes.
14593 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
14596 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
14597 port null or service name.
14598 (starttls-negotiate): Autoload.
14600 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
14602 * message.el (message-kill-to-signature): Fix interactive spec.
14604 2005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
14606 * pop3.el (pop3-open-server): Recognize a string as a service name.
14608 2005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
14610 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
14612 2005-11-23 Dave Love <fx@gnu.org>
14614 Add pop3s, pop3/starttls.
14616 * pop3.el (pop3-authentication-scheme): Clarify doc.
14617 (open-tls-stream, starttls-open-stream): Autoload.
14618 (pop3-stream-type): New.
14619 (pop3-open-server): Use it.
14621 * mail-source.el (mail-sources): Fix some :types. Add stream type
14623 (mail-source-keyword-map): Add :stream for POP.
14624 (mail-source-fetch-pop): Use pop3-stream-type.
14626 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
14628 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
14629 of current-time-string.
14631 2005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
14633 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
14636 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
14638 * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
14639 it can seriously impact performance as it bypasses the agent's
14642 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
14644 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
14645 must be explicitly online rather than "not explicitly offline" for
14646 its flags to be synchronized.
14648 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
14649 that gnus-uu-unmark-thread will function correctly.
14651 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
14652 1024K is instead displayed as 1M.
14654 2005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
14656 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
14658 2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
14660 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
14662 2005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
14664 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
14665 error message to display actual error condition.
14666 (gnus-agent-save-local): Avoid saving symbols that are bound to
14667 nil as they simply result in a warning message in
14668 gnus-agent-read-local.
14670 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
14672 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
14673 rather than make-variable-buffer-local for file-precious-flag.
14675 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
14677 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
14678 for duplicates which are removed. The invalid sort check then
14679 triggers a rescan after the sort as sorting may have moved
14680 duplicate entries such that they can be cheaply detected.
14682 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
14684 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
14686 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
14688 * gnus-agent.el (gnus-agent-article-alist-save-format):
14689 Change internal variable to a custom variable. Change default value
14690 from compressed(2) to uncompressed(1).
14691 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
14692 support for uncompressed agentview files. Taken together, reading
14693 the agentview file should now be 6-7 times faster.
14695 2005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
14697 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
14698 as a buffer-local variable. This avoids creating truncated
14699 dribble files as a result of a hang up, eg.
14701 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
14703 * gnus-start.el (gnus-start-draft-setup):
14704 Enforce `gnus-draft-mode' for nndraft:drafts at startup.
14706 * gnus.el (gnus-splash): Change custom group.
14707 (gnus-group-get-parameter, gnus-group-parameter-value):
14708 Describe allow-list argument.
14710 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
14713 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
14715 * gnus-art.el (gnus-default-article-saver): Add user-defined
14716 `function' to custom type.
14718 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
14720 * imap.el (imap-open): Handle case where buffer is a buffer
14723 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
14725 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
14727 (gnus-cache-delete-group): Wrap doc strings.
14729 * gnus-agent.el (gnus-agent-rename-group)
14730 (gnus-agent-delete-group): Wrap doc strings.
14732 2005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
14734 * gnus-start.el (gnus-1): Add "native" to
14735 gnus-predefined-server-alist.
14737 * gnus.el (gnus-method-to-server): Don't add "native" to the
14738 lists here, because that leads to problems when
14739 gnus-select-method is bound.
14741 2005-11-09 Simon Josefsson <jas@extundo.com>
14743 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
14744 use (not sort-by-date) instead.
14746 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
14748 * gnus-delay.el (gnus-delay-group): Don't autoload.
14749 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14750 to be re-loaded when customizing the `gnus-delay' group.
14752 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
14754 * message.el: Revert last changes.
14755 (message-insert-citation-line): Use newlines.
14757 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
14759 * message.el (message-courtesy-message)
14760 (message-mark-insert-begin, message-mark-insert-end)
14761 (message-elide-ellipsis, message-cancel-message)
14762 (message-add-header, message-change-subject)
14763 (message-cross-post-followup-to-header)
14764 (message-cross-post-insert-note, message-reduce-to-to-cc)
14765 (message-widen-reply, message-delete-not-region)
14766 (message-kill-to-signature, message-insert-signature)
14767 (message-insert-importance-high, message-insert-importance-low)
14768 (message-insert-or-toggle-importance)
14769 (message-insert-disposition-notification-to)
14770 (message-indent-citation, message-yank-original)
14771 (message-cite-original-without-signature, message-cite-original)
14772 (message-insert-citation-line, message-position-on-field)
14773 (message-fix-before-sending, message-send-mail-partially)
14774 (message-send-mail, message-send-mail-with-sendmail)
14775 (message-send-mail-with-qmail, message-send-news)
14776 (message-check-news-header-syntax, message-generate-headers)
14777 (message-insert-courtesy-copy, message-fill-address)
14778 (message-fill-header, message-shorten-references)
14779 (message-setup-1, message-cancel-news)
14780 (message-forward-make-body-plain, message-forward-make-body-mime)
14781 (message-forward-make-body-mml, message-encode-message-body)
14782 (message-forward-make-body-digest-plain)
14783 (message-forward-make-body-digest-mime)
14784 (message-use-alternative-email-as-from): Insert `hard-newline'
14785 instead of ordinary newlines.
14787 2005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
14789 * message.el (message-generate-headers): Downcase the argument
14790 given to message-check-element.
14792 2005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
14794 * nntp.el (nntp-authinfo-rejected): New error condition.
14795 (nntp-wait-for): Use new error condition to signal authentication
14797 (nntp-retrieve-data): Rethrow new error condition to break out of
14798 recursive call to nntp-send-authinfo.
14800 2005-11-08 Romain Francoise <romain@orebokech.com>
14802 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
14803 (gnus-summary-exit-map): Bind to `Z p'.
14804 (gnus-summary-make-menu-bar): Add menu item.
14806 2005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
14808 * gnus-art.el (gnus-article-treat-custom): Add `first'.
14809 (gnus-treat-*): Add `first' in all doc strings.
14811 * gnus-group.el (gnus-group-compact-group): Fix typo.
14813 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
14815 * gnus.el (gnus-parameters-case-fold-search): New variable.
14816 (gnus-parameters-get-parameter): Use it.
14818 * gnus-score.el (gnus-home-score-file): Doc fix.
14820 2005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
14822 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
14824 2005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
14826 * mm-util.el (mm-special-display-p): New function.
14828 * mml.el (mml-preview): Use it; doc fix.
14830 2005-10-29 Romain Francoise <romain@orebokech.com>
14832 * message.el (message-fix-before-sending): Fix comment.
14834 2005-10-29 Jari Aalto <jari.aalto@cante.net>
14836 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
14838 2005-10-29 Jari Aalto <jari.aalto@cante.net>
14840 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
14841 Used in gnus-score.el.
14843 2005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
14845 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
14847 2005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
14849 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
14850 whitespace removed in revision 7.8. Use concatenated string to
14851 protect trailing whitespace.
14853 2005-10-27 Jouni K. Seppänen <jks@iki.fi>
14855 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
14856 (nnimap-request-expire-articles): Use it to avoid sending 'UID
14857 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
14858 Courier IMAP ("some version from 2004"). Mostly based on similar
14859 code in the same function.
14861 2005-10-26 Didier Verna <didier@xemacs.org>
14863 * gnus-group.el (gnus-group-compact-group): Invalidate original
14865 * gnus-srvr.el (gnus-server-compact-server): Ditto.
14866 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
14867 NOV database and in article itself.
14868 Invalidate article backlog.
14870 2005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
14872 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
14874 2005-10-26 Simon Josefsson <jas@extundo.com>
14876 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
14877 part of 2004-07-25 change.
14879 2005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
14881 * message.el (message-display-completion-list): New function.
14882 (message-expand-group): Use it; make sure the Completions buffer
14885 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
14887 * imap.el (imap-open): Handle case where buffer is a buffer object.
14889 2005-10-24 Eli Zaretskii <eliz@gnu.org>
14896 * pgg.el: Move to the parent lisp directory.
14898 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
14900 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
14901 user-mail-name is an empty string.
14903 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
14905 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
14906 depending on gnus-score-decay-constant.
14908 * encrypt.el (encrypt-insert-file-contents)
14909 (encrypt-write-file-contents): Don't use `gnus-message'.
14911 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
14913 (mm-uu-type-alist): Add message-marks and insert-marks.
14914 Pass arguments to mm-uu-verbatim-marks-extract.
14915 (mm-uu-hide-markers): New variable.
14916 (mm-uu-extract): Use face similar to `gnus-cite-3'.
14918 * gnus-fun.el (gnus-convert-image-to-x-face-command)
14919 (gnus-convert-image-to-face-command): Use "convert" by default to
14920 allow other input image formats.
14921 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
14924 2005-10-23 Simon Josefsson <jas@extundo.com>
14926 * imap.el (imap-gssapi-program): Align command line parameters
14927 with latest GNU SASL.
14928 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
14930 2005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
14932 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
14934 (nnslashdot-request-article): Ditto.
14936 2005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
14938 * mail-source.el (mail-source-fetch-pop): Require pop3.
14939 (mail-source-check-pop): Ditto.
14941 2005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
14943 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
14946 2005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
14948 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
14949 (gnus-treat-strip-leading-blank-lines): Improve doc string.
14951 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
14953 * mm-bodies.el (mm-decode-string):
14954 Call `mm-charset-to-coding-system' with allow-override argument.
14956 2005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
14958 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
14959 (rfc2047-charset-to-coding-system): New function.
14960 (rfc2047-decode-encoded-words): New function.
14961 (rfc2047-decode-region): Use them.
14962 (rfc2047-decode-cte): Remove.
14963 (rfc2047-parse-and-decode): Remove.
14964 (rfc2047-decode): Remove.
14966 2005-10-15 Kenichi Handa <handa@m17n.org>
14968 * rfc2047.el (rfc2047-decode-cte): New function.
14969 (rfc2047-decode-region): Change the way to decode successive
14970 encoded-words: decode B- or Q-encoding in each encoded-word,
14971 concatenate them, and decode it as charset.
14973 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
14975 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
14976 widget-move-and-invoke.
14977 (gnus-custom-mode): Use gnus-custom-map.
14979 2005-10-15 Bill Wohler <wohler@newt.com>
14981 * message.el (message-tool-bar-map): Rename image file from
14982 mail_send to mail/send.
14984 2005-10-16 Masatake YAMATO <jet@gyve.org>
14986 * message.el (message-expand-group): Pass the common
14987 prefix substring of completion to `display-completion-list'.
14989 2005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
14991 * mml-sec.el (mml-secure-method): New internal variable.
14992 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
14993 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
14994 New functions using mml-secure-method.
14996 * mml.el (mml-mode-map): Add key bindings for those functions.
14997 (mml-menu): Simplify security menu entries. Suggested by Jesper
14998 Harder <harder@myrealbox.com>.
14999 (mml-attach-file, mml-attach-buffer, mml-attach-external):
15000 Goto end of message if point is the headers of the message.
15002 * message.el (message-in-body-p): New function.
15004 * assistant.el: Autoload gnus-util and netrc.
15006 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
15007 Use `mm-charset-override-alist' only when decoding.
15009 * mm-bodies.el (mm-decode-body):
15010 Call `mm-charset-to-coding-system' with allow-override argument.
15012 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
15013 `filename' from Content-Disposition if Content-Type doesn't
15015 (gnus-mime-view-part-as-type): Set default instead of
15018 2005-10-09 Daniel Brockman <daniel@brockman.se>
15020 * format-spec.el (format-spec): Propagate text properties of % spec.
15022 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
15024 * gnus-art.el (gnus-treat-predicate): Add `first'.
15026 2005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
15028 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
15029 (mm-charset-override-alist): New variable.
15030 (mm-charset-to-coding-system): Use it.
15031 (mm-codepage-setup): New helper function.
15032 (mm-charset-eval-alist): New variable.
15033 (mm-charset-to-coding-system): Use mm-charset-eval-alist.
15034 Warn about unknown charsets.
15036 2005-10-04 David Hansen <david.hansen@gmx.net>
15038 * nnrss.el (nnrss-request-article): Add support for the comments tag.
15039 (nnrss-check-group): Ditto.
15041 2005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
15043 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
15044 Rename x-gnus-verbatim to x-verbatim.
15045 (mm-uu-type-alist): Fix regexp for verbatim-marks.
15047 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
15050 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
15052 * gnus-util.el (gnus-remove-duplicates): Remove.
15054 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
15055 instead of gnus-remove-duplicates.
15057 * message.el (message-remove-duplicates): Remove.
15058 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
15059 message-remove-duplicates.
15061 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
15062 available, else use implementation from `delete-dups'.
15064 * message.el (message-insert-expires): New function.
15065 (message-mode-map): Add key binding.
15066 (message-mode-field-menu): Add menu entry.
15067 (message-mode): Document it.
15068 (message-make-expires-date): Use `message-make-date'.
15070 2005-10-04 Josh Huber <huber@alum.wpi.edu>
15072 * message.el (message-make-expires-date): New function.
15074 2005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
15076 * time-date.el: Autoload parse-time-string, XEmacs needs it.
15078 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
15080 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
15081 function rather than the diff-mode.el package.
15082 (mm-display-external): Use with-current-buffer.
15083 (mm-viewer-completion-map, mm-viewer-completion-map):
15084 Move initialization inside declaration.
15086 2005-09-29 Simon Josefsson <jas@extundo.com>
15088 * spam.el: Load hashcash when compiling, to avoid warnings.
15089 Don't autoload mail-check-payment.
15090 (spam-check-hashcash): Define unconditionally, since hashcash.el
15091 is part of Gnus now. Ignore errors from payment checking.
15093 2005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
15095 * message.el (message-bold-region, message-unbold-region):
15096 Rename from `bold-region' and `unbold-region'.
15098 * message.el: Remove useless autoloads.
15100 2005-09-28 Simon Josefsson <jas@extundo.com>
15102 * message.el (message-use-idna): Default to t.
15103 (message-use-idna): Test whether encoding works too. Doc fix.
15105 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
15107 * nntp.el (nntp-warn-about-losing-connection): Remove.
15109 2005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
15111 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
15112 customizable. Change default value.
15113 (mm-uu-diff-groups-regexp): Change default value.
15114 (mm-uu-type-alist): Add doc string.
15115 (mm-uu-configure): Add doc string. Make it interactive.
15116 (mm-uu-tex-groups-regexp): New variable.
15117 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
15118 (mm-uu-type-alist): Add LaTeX documents.
15119 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
15120 of "text/verbatim".
15121 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
15123 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
15124 instead of "text/verbatim".
15126 * message.el (message-mark-inserted-region)
15127 (message-mark-insert-file): Use slrn style marks when called with
15130 2005-09-27 Simon Josefsson <jas@extundo.com>
15132 * message.el (message-idna-to-ascii-rhs-1): Reformat.
15134 2005-09-27 Arne Jørgensen <arne@arnested.dk>
15136 * message.el (message-remove-duplicates): New function.
15137 Implementation borrowed from `gnus-remove-duplicates'.
15138 (message-idna-to-ascii-rhs): Also encode idna addresses in
15139 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
15140 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
15141 only ask about the same idna domain once per header and also tell
15142 in what header to replace the idna domain.
15144 * gnus-art.el (article-decode-idna-rhs): Also decode idna
15145 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
15146 (article-decode-idna-rhs): Fix regexp so that all idna-address in
15147 a header is decoded and not just the last one.
15149 2005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
15151 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
15154 * mm-decode.el (mm-automatic-display): Add text/verbatim.
15155 (mm-insert-part): Don't modify text if it has been decoded.
15157 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
15160 * mm-view.el (mm-inline-text): Don't strip text props unless
15161 decoding enriched or richtext parts.
15163 2005-09-25 Romain Francoise <romain@orebokech.com>
15165 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
15166 * gnus-start.el (gnus-subscribe-interactively):
15167 * gnus-uu.el (gnus-uu-grab-articles):
15168 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
15171 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
15173 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
15174 * mm-view.el (mm-view-pkcs7-decrypt):
15175 * gnus-sum.el (gnus-summary-limit-to-extra)
15176 (gnus-summary-respool-article, gnus-read-move-group-name):
15177 * gnus-score.el (gnus-summary-increase-score):
15178 * gnus-util.el (gnus-completing-read-with-default):
15179 * gnus-art.el (gnus-read-save-file-name)
15180 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
15181 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
15182 * message.el (message-check-news-header-syntax):
15183 Follow convention for reading with the minibuffer.
15185 2005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
15187 * spam-report.el (spam-report-url-ping-plain):
15188 Use gnus-extended-version as User-Agent.
15190 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
15191 default value is nil.
15193 * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
15194 (mm-uu-verbatim-marks-extract): New function.
15195 (mm-uu-extract): New face.
15196 (mm-uu-copy-to-buffer): Use it.
15198 * spam-report.el (spam-report-gmane-ham): Rename from
15199 `spam-report-gmane-unspam'.
15200 (spam-report-gmane-internal): Rename from `spam-report-gmane'.
15201 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
15203 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
15205 (spam-report-gmane-unregister-routine):
15206 Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
15208 2005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
15210 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
15211 (spam-report-gmane-unregister-routine): Add support for gmane
15214 * spam-report.el (spam-report-gmane-unspam)
15215 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
15216 (spam-report-gmane): Change to take a single article and do unspam
15219 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
15221 * mm-url.el (mm-url-decode-entities): Fix regexp.
15223 2005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
15225 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
15226 default to nil, to be able to use Gnus at all. If the default
15227 switches to something else, then the function should be fixed not
15228 be exceedingly slow.
15230 2005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
15232 * gnus-start.el (gnus-activate-group): If the server is nil, don't
15235 * spam-report.el: Add better Keywords line.
15237 * spam.el: Add Maintainer and better Keywords line.
15239 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
15241 * gnus-art.el (gnus-article-replace-part)
15242 (gnus-mime-replace-part): New functions.
15243 (gnus-mime-action-alist, gnus-mime-button-commands)
15244 (gnus-mime-save-part-and-strip): Add file argument.
15245 (gnus-article-part-wrapper): Add interactive argument.
15247 * gnus-sum.el (gnus-summary-mime-map):
15248 Add `gnus-article-replace-part'.
15250 2005-09-19 Didier Verna <didier@xemacs.org>
15252 The nnml compaction feature:
15253 * nnml.el (nnml-request-compact-group): New function.
15254 * nnml.el (nnml-request-compact): New function.
15255 * gnus-int.el (gnus-request-compact-group): New function.
15256 * gnus-int.el (gnus-request-compact): New function.
15257 * gnus-group.el (gnus-group-compact-group): New function.
15258 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
15259 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
15260 * gnus-srvr.el (gnus-server-compact-server): New function.
15261 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
15262 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
15264 2005-09-18 Deepak Goel <deego@gnufans.org>
15266 * sieve.el (sieve-help): Fix `message' call: first arg should be a
15269 2005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
15271 * gnus.el (gnus-group-startup-message): Bind image-load-path.
15273 2005-09-15 Romain Francoise <romain@orebokech.com>
15275 * message.el (message-fill-paragraph): Clarify docstring.
15277 2005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
15279 * gnus-art.el (gnus-mime-display-part): Protect against broken
15282 2005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
15284 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
15285 before parsing header.
15287 2005-09-11 Jari Aalto <jari.aalto@cante.net>
15289 * html2text.el (html2text-replace-list): Add new entities.
15291 2005-09-11 Romain Francoise <romain@orebokech.com>
15293 * message.el (message-alternative-emails): Improve docstring.
15294 (message-setup-1): Call `message-use-alternative-email-as-from'
15295 after `message-setup-hook' to give it precedence over posting
15297 (message-use-alternative-email-as-from): Add docstring.
15298 Remove the original From header if present.
15300 * nnml.el (nnml-compressed-files-size-threshold): New variable.
15301 (nnml-save-mail): Use it.
15303 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
15304 articles. Add new argument `silent'.
15305 (gnus-uu-mark-all): Report the total number of marked articles.
15307 2005-09-10 Romain Francoise <romain@orebokech.com>
15309 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
15310 (gnus-uu-mark-series): Likewise.
15312 2005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
15314 * spam-report.el (spam-report-gmane): Fix generation of spam
15317 2005-09-10 Simon Josefsson <jas@extundo.com>
15319 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
15320 t, based on discussion on the ding list with Robert Epprecht
15321 <epprecht@solnet.ch>.
15323 2005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
15325 * spam-report.el (spam-report-gmane): Make it work without
15326 X-Report-Spam header. Gmane now only provides Archived-At.
15327 This is only used if `spam-report-gmane-use-article-number' is nil.
15328 (spam-report-gmane-spam-header): Remove. Not used anymore.
15330 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
15331 make `gnus-summary-sort-by-recipient' work with threading.
15333 * nnweb.el (nnweb-google-wash-article): Print a message if article
15336 2005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
15338 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
15339 change. Decode text/* parts content before displaying.
15341 2005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
15343 * mml-smime.el: Remove defvar of gnus-extract-address-components.
15345 2005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
15347 * mm-view.el (mm-display-inline-fontify): Disable support modes.
15349 2005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
15351 * message.el (message-tab-body-function): Fix mismatched custom type.
15353 * gnus.el (gnus-group-change-level-function): Ditto.
15355 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
15357 * gnus-art.el (gnus-signature-limit)
15358 (gnus-article-mime-part-function): Ditto.
15360 2005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
15362 * mml.el (mml-mode): Silence the byte compiler.
15364 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
15365 using `(sit-for 0)' before moving the point to the specified part;
15366 skip unbuttonized parts.
15367 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
15368 return to the summary window if gnus-auto-select-part is non-nil.
15370 2005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
15372 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
15374 (mml-dnd-attach-file, mml-mode): Use them.
15376 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
15377 Make fetching article by MID work again for Google Groups.
15378 Add FIXME concerning gnus-group-make-web-group.
15380 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
15381 Don't depend on Gnus by using mail-extract-address-components if
15382 gnus-extract-address-components is not bound.
15384 2005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
15386 * gnus-art.el (gnus-mime-display-security): Don't display the
15387 signature, but only the signed part.
15389 2005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
15391 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
15393 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
15396 2005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
15398 * mm-encode.el (mm-encode-content-transfer-encoding):
15399 Likewise when encoding.
15401 * mm-bodies.el (mm-decode-content-transfer-encoding):
15402 De-canonicalize CRLF for all text content types, not just
15405 2005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
15407 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
15408 valid article; point arrow and cursor at the MIME button.
15410 2005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
15412 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
15413 Suggested by Dan Christensen <jdc@uwo.ca>.
15415 * mm-decode.el (mm-save-part): Enable change of prompt.
15417 2005-08-29 Jari Aalto <jari.aalto@cante.net>
15419 * gnus-msg.el (gnus-inews-add-send-actions):
15420 Make `message-post-method' lambda parameter ARG `&optional'.
15422 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
15424 * gnus-sum.el (gnus-summary-mime-map):
15425 Add gnus-article-save-part-and-strip, gnus-article-delete-part and
15426 gnus-article-jump-to-part.
15428 * gnus-art.el (gnus-article-edit-article): Add quiet argument.
15429 (gnus-article-edit-part): Use it.
15430 (gnus-article-part-wrapper): Add no-handle argument.
15431 (gnus-article-save-part-and-strip, gnus-article-delete-part):
15434 2005-08-29 Romain Francoise <romain@orebokech.com>
15436 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
15438 (gnus-face-from-file): Likewise.
15440 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
15442 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
15443 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
15445 (gnus-auto-select-part): New variable.
15446 (gnus-article-jump-to-part): New function.
15447 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
15448 (gnus-mime-delete-part): Allow selecting specified part after
15449 deleting or stripping parts.
15450 (gnus-article-jump-to-part): Don't use `read-number'. Use last
15451 part if argument is bogus.
15453 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
15455 * gnus-art.el (w3m-minor-mode-map):
15456 * gnus-spec.el (gnus-newsrc-file-version):
15457 * gnus-util.el (nnmail-active-file-coding-system)
15458 (gnus-original-article-buffer, gnus-user-agent):
15459 * gnus.el (gnus-ham-process-destinations)
15460 (gnus-parameter-ham-marks-alist)
15461 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
15462 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
15463 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
15464 * mm-decode.el (gnus-current-window-configuration):
15465 * mm-extern.el (gnus-article-mime-handles):
15466 * mm-url.el (url-current-object, url-package-name)
15467 (url-package-version):
15468 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
15469 (smime-keys, w3m-cid-retrieve-function-alist)
15470 (w3m-current-buffer, w3m-display-inline-images)
15471 (w3m-minor-mode-map):
15472 * mml-smime.el (gnus-extract-address-components):
15473 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
15474 (gnus-newsrc-hashtb, message-default-charset)
15475 (message-deletable-headers, message-options)
15476 (message-posting-charset, message-required-mail-headers)
15477 (message-required-news-headers):
15478 * mml1991.el (mc-pgp-always-sign):
15479 * mml2015.el (mc-pgp-always-sign):
15480 * nnheader.el (nnmail-extra-headers):
15481 * rfc1843.el (gnus-decode-encoded-word-function)
15482 (gnus-decode-header-function, gnus-newsgroup-name):
15483 * spam-stat.el (gnus-original-article-buffer): Add defvars.
15485 2005-08-22 Karl Chen <quarl@cs.berkeley.edu>
15487 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
15488 the end of the date treatments.
15490 2005-08-15 Simon Josefsson <jas@extundo.com>
15492 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
15493 it in url-handlers.el and XEmacs in url.el. Reported by Luca
15494 Capello and Romain Francoise.
15495 (pgg-fetch-key-function): Remove, not used?
15496 (pgg-insert-url-with-w3): Require url, to get
15497 url-insert-file-contents regardless of where it is defined.
15499 2005-08-13 Romain Francoise <romain@orebokech.com>
15501 * message.el (message-cite-original-1): New function.
15502 (message-cite-original): Use it.
15503 (message-cite-original-without-signature): Ditto.
15505 2005-08-08 Romain Francoise <romain@orebokech.com>
15507 * message.el (message-yank-empty-prefix): New variable.
15508 (message-indent-citation): Use it.
15509 (message-cite-original-without-signature): Respect X-No-Archive.
15511 2005-08-08 Simon Josefsson <jas@extundo.com>
15513 * pgg.el: Autoload url-insert-file-contents instead of loading
15515 (pgg-insert-url-with-w3): Don't load url here.
15517 2005-08-07 Jesper Harder <harder@phys.au.dk>
15519 * message.el (message-kill-to-signature): Don't insert newline at
15521 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
15523 2005-08-06 Romain Francoise <romain@orebokech.com>
15525 * message.el (message-user-fqdn): Fix typo in docstring.
15527 2005-08-05 Daiki Ueno <ueno@unixuser.org>
15529 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
15531 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
15533 2005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
15535 * mm-bodies.el (mm-encode-body): Use coding system rather than
15536 charset to encode text.
15538 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
15539 number of charsets if utf-8 is available (XEmacs).
15541 2005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
15543 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
15544 taken from `gnus-button-mid-or-mail-regexp'.
15545 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
15546 (gnus-button-alist): Improve regexp for domain part of the MIDs
15547 for news:localpart@domain buttons.
15548 (gnus-button-ctan-directory-regexp): Update.
15550 2005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
15552 * sieve-manage.el (sieve-manage-interactive-login):
15553 Use make-local-variable rather than make-variable-buffer-local.
15554 (sieve-manage-open): Ditto.
15555 (sieve-manage-authenticate): Ditto.
15557 * mml.el (mml-generate-mime-1): Make the content type default to
15558 text/plain if the filename is not specified.
15560 2005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
15562 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
15563 instead of insert-buffer.
15565 * message.el (message-yank-original): Ditto; set the mark at the
15566 end of the yanked message.
15568 2005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
15570 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
15571 lines to scroll rather than to stop it.
15573 * mml.el (mml-generate-default-type): Add doc string.
15574 (mml-generate-mime-1): Use mm-default-file-encoding or make it
15575 default to application/octet-stream when determining the content
15576 type if it is not specified for the part or the mml contents; add
15577 a comment about mml-generate-default-type.
15579 2005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
15581 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
15582 make it default to application/octet-stream when determining the
15583 content type if it is not specified for the external contents.
15585 2005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
15587 * rfc2231.el (rfc2231-parse-string): Take care that not only a
15588 segmented parameter but also other parameters might be there.
15590 2005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
15592 * mm-decode.el (mm-display-external): Delete temp file, directory
15593 and buffer immediately if the external process is exited.
15595 2005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
15597 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
15598 fewer lines than that of scroll-margin.
15599 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
15601 2005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
15603 * gnus-art.el (gnus-article-next-page): Revert.
15604 (gnus-article-beginning-of-window): New macro.
15605 (gnus-article-next-page-1): Use it.
15606 (gnus-article-prev-page): Ditto.
15607 (gnus-article-edit-part): Use insert-buffer-substring instead of
15609 (gnus-article-edit-exit): Ditto.
15611 * gnus-util.el (gnus-beginning-of-window): Remove.
15612 (gnus-end-of-window): Remove.
15614 2005-07-25 Simon Josefsson <jas@extundo.com>
15616 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
15617 to have the url package without w3. Reported by Daiki Ueno
15618 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
15620 2005-07-20 Didier Verna <didier@xemacs.org>
15622 * gnus-diary.el: Remove the description comment (nndiary is now
15623 properly documented in the Gnus manual).
15624 Fix the spelling of "Back End".
15625 * nndiary.el: Ditto.
15626 Fix the copyright notice.
15628 2005-07-18 Romain Francoise <romain@orebokech.com>
15630 * gnus-sum.el (gnus-summary-to-prefix)
15631 (gnus-summary-newsgroup-prefix): New variables.
15632 (gnus-summary-from-or-to-or-newsgroups): Use them.
15634 2005-07-17 Romain Francoise <romain@orebokech.com>
15636 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
15637 space as it's generally not especially interesting to the user.
15639 2005-07-16 Romain Francoise <romain@orebokech.com>
15641 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
15642 nil to avoid prompting and file modification if one of the
15643 messages at the top of the nnfolder file contains a copyright
15645 Update copyright notice.
15647 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
15648 instead of `current-time-string' as the latter creates a time
15649 string that is not RFC 2822 compliant (it lacks the zone).
15650 Update copyright notice.
15652 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
15654 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
15655 for text/rtf. Display default in prompt. Pass default for M-n.
15657 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
15659 2005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
15661 * gnus-msg.el (gnus-button-mailto):
15662 Remove save-selected-window-window hackery because it relies on
15663 save-selected-window internals.
15665 2005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
15667 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
15668 (gnus-article-next-page-1): Use gnus-beginning-of-window.
15669 (gnus-article-prev-page): Ditto.
15671 * gnus-util.el (gnus-beginning-of-window): New function.
15672 (gnus-end-of-window): New function.
15674 2005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
15676 * gnus-score.el (gnus-score-edit-all-score):
15677 Set gnus-score-edit-exit-function to gnus-score-edit-done and call
15680 2005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
15682 * gnus-msg.el (gnus-button-mailto):
15683 Remove save-selected-window-window hackery because it relies on
15684 save-selected-window internals.
15686 2005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
15688 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
15690 (gnus-binary-mode): Ditto.
15692 * gnus-topic.el (gnus-topic-mode): Ditto.
15694 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
15696 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
15697 (gnus-article-prev-page): Take scroll-margin into consideration.
15699 2005-07-04 Lute Kamstra <lute@gnu.org>
15701 Update FSF's address in GPL notices.
15703 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
15705 * gnus.el (gnus-exit):
15706 * gnus-group.el (gnus-group-icons):
15707 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
15709 * gnus-nocem.el (gnus-nocem):
15710 * message.el (message-various, message-buffers, message-sending)
15711 (message-interface, message-forwarding, message-insertion)
15712 (message-headers, message-news, message-mail):
15713 * pgg-gpg.el (pgg-gpg):
15714 * pgg-parse.el (pgg-parse):
15715 * pgg-pgp.el (pgg-pgp):
15716 * pgg-pgp5.el (pgg-pgp5):
15717 * pop3.el (pop3): Finish `defgroup' description with period.
15719 2005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
15721 * gnus-art.el (article-display-face): Improve the efficiency.
15722 (article-display-x-face): Ditto; remove grey x-face stuff.
15724 2005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
15726 * gnus-art.el (article-display-face): Correct the position in
15727 which Faces are inserted.
15729 2005-06-29 Didier Verna <didier@xemacs.org>
15731 * gnus-art.el (article-display-face): Display faces in correct
15734 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
15736 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
15737 (gnus-fill-real-hashtb): Use hash table instead of obarray.
15738 (gnus-nocem-check-article): Fetch the Type header.
15739 (gnus-nocem-message-wanted-p): Fix the way to examine types.
15740 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
15741 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
15742 make sure gnus-nocem-hashtb is initialized.
15743 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
15744 (gnus-nocem-unwanted-article-p): Ditto.
15746 * pgg.el (pgg-verify): Return the verification result.
15748 2005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
15750 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
15753 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
15755 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
15756 `show-nonbreak-escape'.
15758 2005-06-23 Lute Kamstra <lute@gnu.org>
15760 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
15762 * dig.el (dig-mode):
15763 * smime.el (smime-mode): Use gnus-run-mode-hooks.
15765 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
15767 * nnimap.el (nnimap-split-download-body): Fix spellings.
15769 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
15771 * gnus-art.el (gnus-article-encrypt-body):
15772 * gnus-cus.el (gnus-score-customize):
15773 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
15774 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
15776 2005-06-16 Arne Jørgensen <arne@arnested.dk>
15778 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
15779 header by looking for magic "MII" at the beginnig.
15781 2005-06-16 Miles Bader <miles@gnu.org>
15783 * assistant.el (assistant-field): Remove "-face" suffix from face name.
15784 (assistant-field-face): New backward-compatibility alias for renamed
15786 (assistant-render-text): Use renamed assistant-field face.
15788 * spam.el (spam): Remove "-face" suffix from face name.
15789 (spam-face): New backward-compatibility alias for renamed face.
15790 (spam-face, spam-initialize): Use renamed spam face.
15792 * message.el (message-header-to, message-header-cc)
15793 (message-header-subject, message-header-newsgroups)
15794 (message-header-other, message-header-name)
15795 (message-header-xheader, message-separator, message-cited-text)
15796 (message-mml): Remove "-face" suffix from face names.
15797 (message-header-to-face, message-header-cc-face)
15798 (message-header-subject-face, message-header-newsgroups-face)
15799 (message-header-other-face, message-header-name-face)
15800 (message-header-xheader-face, message-separator-face)
15801 (message-cited-text-face, message-mml-face):
15802 New backward-compatibility aliases for renamed faces.
15803 (message-font-lock-keywords): Use renamed message faces.
15805 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
15806 (sieve-test-commands, sieve-tagged-arguments):
15807 Remove "-face" suffix from face names.
15808 (sieve-control-commands-face, sieve-action-commands-face)
15809 (sieve-test-commands-face, sieve-tagged-arguments-face):
15810 New backward-compatibility aliases for renamed faces.
15811 (sieve-control-commands-face, sieve-action-commands-face)
15812 (sieve-test-commands-face, sieve-tagged-arguments-face):
15813 Use renamed sieve faces.
15815 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
15816 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
15817 (gnus-group-news-3-empty, gnus-group-news-4)
15818 (gnus-group-news-4-empty, gnus-group-news-5)
15819 (gnus-group-news-5-empty, gnus-group-news-6)
15820 (gnus-group-news-6-empty, gnus-group-news-low)
15821 (gnus-group-news-low-empty, gnus-group-mail-1)
15822 (gnus-group-mail-1-empty, gnus-group-mail-2)
15823 (gnus-group-mail-2-empty, gnus-group-mail-3)
15824 (gnus-group-mail-3-empty, gnus-group-mail-low)
15825 (gnus-group-mail-low-empty, gnus-summary-selected)
15826 (gnus-summary-cancelled, gnus-summary-high-ticked)
15827 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
15828 (gnus-summary-high-ancient, gnus-summary-low-ancient)
15829 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
15830 (gnus-summary-low-undownloaded)
15831 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
15832 (gnus-summary-low-unread, gnus-summary-normal-unread)
15833 (gnus-summary-high-read, gnus-summary-low-read)
15834 (gnus-summary-normal-read, gnus-splash):
15835 Remove "-face" suffix from face names.
15836 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
15837 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
15838 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
15839 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
15840 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
15841 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
15842 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
15843 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
15844 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
15845 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
15846 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
15847 (gnus-summary-selected-face, gnus-summary-cancelled-face)
15848 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
15849 (gnus-summary-normal-ticked-face)
15850 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
15851 (gnus-summary-normal-ancient-face)
15852 (gnus-summary-high-undownloaded-face)
15853 (gnus-summary-low-undownloaded-face)
15854 (gnus-summary-normal-undownloaded-face)
15855 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
15856 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
15857 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
15858 (gnus-splash-face):
15859 New backward-compatibility aliases for renamed faces.
15860 (gnus-group-startup-message): Use renamed gnus faces.
15862 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
15863 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
15864 (gnus-server-agent): Remove "-face" suffix from face names.
15865 (gnus-server-agent-face, gnus-server-opened-face)
15866 (gnus-server-closed-face, gnus-server-denied-face)
15867 (gnus-server-offline-face):
15868 New backward-compatibility aliases for renamed faces.
15869 (gnus-server-agent-face, gnus-server-opened-face)
15870 (gnus-server-closed-face, gnus-server-denied-face)
15871 (gnus-server-offline-face): Use renamed gnus faces.
15873 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
15874 Remove "-face" suffix from face names.
15875 (gnus-picon-xbm-face, gnus-picon-face):
15876 New backward-compatibility aliases for renamed faces.
15878 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
15879 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
15880 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
15881 (gnus-cite-11): Remove "-face" suffix from face names.
15882 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
15883 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
15884 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
15885 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
15886 New backward-compatibility aliases for renamed faces.
15887 (gnus-cite-attribution-face, gnus-cite-face-list)
15888 (gnus-article-boring-faces): Use renamed gnus faces.
15890 * gnus-art.el (gnus-signature, gnus-header-from)
15891 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
15892 (gnus-header-content): Remove "-face" suffix from face names.
15893 (gnus-signature-face, gnus-header-from-face)
15894 (gnus-header-subject-face, gnus-header-newsgroups-face)
15895 (gnus-header-name-face, gnus-header-content-face):
15896 New backward-compatibility aliases for renamed faces.
15897 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
15899 * gnus-sum.el (gnus-summary-selected-face)
15900 (gnus-summary-highlight): Use renamed gnus faces.
15901 * gnus-group.el (gnus-group-highlight): Likewise.
15903 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
15905 * gnus-sieve.el (gnus-sieve-article-add-rule):
15906 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
15907 * spam-stat.el (spam-stat-buffer-change-to-spam)
15908 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
15910 * message.el (message-is-yours-p):
15911 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
15913 2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
15915 * mm-view.el (mm-inline-text): Withdraw the last change.
15917 2005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
15919 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
15920 executing enriched-decode.
15922 2005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
15924 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
15925 charset of tar files.
15927 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
15929 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
15931 2005-06-04 Lute Kamstra <lute@gnu.org>
15933 * nnfolder.el (nnfolder-read-folder): Make sure that undo
15934 information is never recorded.
15936 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
15938 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
15940 2005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
15942 * pop3.el (pop3-apop): Run md5 in the binary mode.
15944 * starttls.el (starttls-set-process-query-on-exit-flag):
15945 Use eval-and-compile.
15947 2005-05-31 Simon Josefsson <jas@extundo.com>
15949 * smime.el (smime-replace-in-string): Define.
15950 (smime-cert-by-ldap-1): Use it.
15952 2005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
15954 * gnus-art.el (article-display-x-face): Replace
15955 process-kill-without-query by gnus-set-process-query-on-exit-flag.
15957 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
15958 set-process-query-on-exit-flag or process-kill-without-query.
15960 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
15961 loop instead of replace-regexp.
15963 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
15964 instead of process-kill-without-query if it is available.
15966 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
15967 instead of find-file-hooks if it is available.
15969 * mml1991.el: Bind pgg-default-user-id when compiling.
15971 * mml2015.el: Bind pgg-default-user-id when compiling.
15973 * nndraft.el (nndraft-request-associate-buffer):
15974 Use write-contents-functions instead of write-contents-hooks if it is
15977 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
15978 instead of find-file-hooks if it is available.
15980 * nntp.el (nntp-open-connection): Replace
15981 process-kill-without-query by gnus-set-process-query-on-exit-flag.
15982 (nntp-open-ssl-stream): Ditto.
15983 (nntp-open-tls-stream): Ditto.
15985 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
15986 set-process-query-on-exit-flag or process-kill-without-query.
15987 (starttls-open-stream-gnutls): Use it instead of
15988 process-kill-without-query.
15989 (starttls-open-stream): Ditto.
15991 2005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
15993 * smime.el (smime-cert-by-ldap-1): Don't use
15994 replace-regexp-in-string.
15996 2005-05-31 Arne Jørgensen <arne@arnested.dk>
15998 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
16000 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
16001 in PEM format. Adjust to the XEmacs compatibility.
16003 2005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
16005 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
16006 by `string-to-number'.
16007 * gnus-agent.el (gnus-agent-regenerate-group)
16008 (gnus-agent-fetch-articles): Ditto.
16009 * gnus-art.el (gnus-button-fetch-group): Ditto.
16010 * gnus-cache.el (gnus-cache-generate-active)
16011 (gnus-cache-articles-in-group): Ditto.
16012 * gnus-group.el (gnus-group-set-current-level)
16013 (gnus-group-insert-group-line): Ditto.
16014 * gnus-score.el (gnus-score-set-expunge-below)
16015 (gnus-score-set-mark-below, gnus-summary-score-effect)
16016 (gnus-summary-score-entry): Ditto.
16017 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
16018 (gnus-soup-pack): Ditto.
16019 * gnus-spec.el (gnus-xmas-format): Ditto.
16020 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
16021 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
16022 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
16023 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
16024 * nndb.el (nndb-get-remote-expire-response): Ditto.
16025 * nndiary.el (nndiary-parse-schedule-value)
16026 (nndiary-string-to-number, nndiary-request-replace-article)
16027 (nndiary-request-article): Ditto.
16028 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
16029 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
16030 * nneething.el (nneething-make-head): Ditto.
16031 * nnfolder.el (nnfolder-request-article)
16032 (nnfolder-retrieve-headers): Ditto.
16033 * nnheader.el (nnheader-file-to-number): Ditto.
16034 * nnkiboze.el (nnkiboze-request-article): Ditto.
16035 * nnmail.el (nnmail-process-unix-mail-format)
16036 (nnmail-process-babyl-mail-format): Ditto.
16037 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
16038 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
16039 (nnmh-request-create-group, nnmh-request-list-1)
16040 (nnmh-request-group, nnmh-request-article): Ditto.
16041 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
16042 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
16043 * nnsoup.el (nnsoup-make-active): Ditto.
16044 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
16045 * nntp.el (nntp-find-group-and-number)
16046 (nntp-retrieve-headers-with-xover): Ditto.
16047 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
16048 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
16049 (pgg-format-key-identifier): Ditto.
16050 * pop3.el (pop3-last, pop3-stat): Ditto.
16051 * qp.el (quoted-printable-decode-region): Ditto.
16053 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
16056 2005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
16058 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
16060 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
16062 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
16064 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
16066 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
16068 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
16070 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
16071 (gnus-carpal-mode): Ditto.
16073 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
16074 (gnus-browse-mode): Ditto.
16076 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
16078 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
16080 2005-05-29 Richard M. Stallman <rms@gnu.org>
16082 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
16084 2005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
16086 * gnus-util.el (gnus-run-mode-hooks): New function.
16088 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
16090 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
16092 * gnus-agent.el (gnus-agent-make-mode-line-string):
16093 Use mode-line-highlight as mouse-face.
16095 2005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
16097 * canlock.el (canlock): Change the parent group to news.
16099 * deuglify.el (gnus-outlook-deuglify): Add :group.
16101 * dig.el (dig): Add :group.
16103 * dns-mode.el (dns-mode): Add :group.
16105 * encrypt.el (encrypt): Add :group.
16107 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
16108 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
16109 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
16110 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
16111 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
16113 * gnus-diary.el (gnus-diary): Add :group.
16115 * gnus.el (gnus-group-news-1-face): Add :group.
16116 (gnus-group-news-1-empty-face): Ditto.
16117 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
16118 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
16119 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
16120 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
16121 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
16122 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
16123 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
16124 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
16125 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
16126 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
16127 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
16128 (gnus-summary-high-ticked-face): Ditto.
16129 (gnus-summary-low-ticked-face): Ditto.
16130 (gnus-summary-normal-ticked-face): Ditto.
16131 (gnus-summary-high-ancient-face): Ditto.
16132 (gnus-summary-low-ancient-face): Ditto.
16133 (gnus-summary-normal-ancient-face): Ditto.
16134 (gnus-summary-high-undownloaded-face): Ditto.
16135 (gnus-summary-low-undownloaded-face): Ditto.
16136 (gnus-summary-normal-undownloaded-face): Ditto.
16137 (gnus-summary-high-unread-face): Ditto.
16138 (gnus-summary-low-unread-face): Ditto.
16139 (gnus-summary-normal-unread-face): Ditto.
16140 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
16141 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
16143 * hashcash.el (hashcash): New custom group.
16144 (hashcash-default-payment): Add :group.
16145 (hashcash-payment-alist): Ditto.
16146 (hashcash-default-accept-payment): Ditto.
16147 (hashcash-accept-resources): Ditto.
16148 (hashcash-path): Ditto.
16149 (hashcash-extra-generate-parameters): Ditto.
16150 (hashcash-double-spend-database): Ditto.
16151 (hashcash-in-news): Ditto.
16153 * message.el (message-minibuffer-local-map): Add :group.
16155 * netrc.el (netrc): Add :group.
16157 * sieve-manage.el (sieve-manage-log): Add :group.
16158 (sieve-manage-default-user): Diito.
16159 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
16160 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
16161 (sieve-manage-authenticators): Ditto.
16162 (sieve-manage-authenticator-alist): Ditto.
16163 (sieve-manage-default-port): Ditto.
16165 * sieve-mode.el (sieve-control-commands-face): Add :group.
16166 (sieve-action-commands-face): Ditto.
16167 (sieve-test-commands-face): Ditto.
16168 (sieve-tagged-arguments-face): Ditto.
16170 * smime.el (smime): Add :group.
16172 * spam-report.el (spam-report): Add :group.
16174 * spam.el (spam, spam-face): Add :group.
16176 2005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
16178 * nntp.el (nntp-next-result-arrived-p): Some news servers may
16179 return \n.\n.\n at the end of articles. Protect against that.
16180 (nntp-with-open-group): Allow debugging.
16182 * nnheader.el (mail-header-set-extra): Make into a function
16183 because I just could't understand how to quote the list properly.
16185 * dns.el (query-dns-cached): New function.
16187 2005-05-26 Lute Kamstra <lute@gnu.org>
16189 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
16191 2005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
16193 * gnus-art.el: Don't autoload mail-extract-address-components.
16195 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
16196 eval-and-compile to evaluate it.
16198 * hashcash.el: Don't autoload executable-find.
16200 * nndb.el: Don't declare the nndb back end two or more times; don't
16201 autoload news-reply-mode, news-setup, cancel-timer and telnet.
16203 * nntp.el: Autoload format-spec instead of format; use
16204 eval-and-compile to evaluate autoload forms.
16206 2005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
16208 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
16210 2005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
16212 * gnus.el (gnus-version-number): Bump version.
16214 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
16216 * gnus.el: No Gnus v0.3 is released.
16218 2005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
16220 * gnus-art.el (gnus-article-edit-part): Disable undo.
16222 2005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
16224 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
16225 gnus-article-date-lapsed-new-header is t if date timer is active;
16226 skip headers in which the original date value is empty.
16227 (gnus-article-save-original-date): Redefine it as a macro.
16228 (gnus-display-mime): Use it.
16230 2005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
16232 * gnus-art.el (article-date-ut): Support converting date in
16233 forwarded parts as well.
16234 (gnus-article-save-original-date): New function.
16235 (gnus-display-mime): Use it.
16237 2005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
16239 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
16240 enclosure element of <item>.
16242 2005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
16244 * message.el (message-kill-buffer-query): Rename from
16245 `message-kill-buffer-query-if-modified'. Add :version.
16247 2005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
16249 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
16252 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
16254 * mml.el: Autoload dnd when compiling.
16256 2005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
16258 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
16261 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
16263 * qp.el (quoted-printable-encode-region): Save excursion.
16265 2005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
16267 * message.el (message-kill-buffer-query-if-modified): Add new variable
16268 so the user can kill a modified message buffer quickly.
16269 (message-kill-buffer): Use it.
16271 2005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
16273 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
16274 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
16276 2005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
16278 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
16279 contained in text because xml.el decodes entities) with LFs.
16281 2005-04-11 Lute Kamstra <lute@gnu.org>
16283 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
16286 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
16288 * mm-util.el (mm-detect-coding-region): Typo.
16290 2005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
16292 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
16294 2005-04-06 Deepak Goel <deego@gnufans.org>
16296 * spam-stat.el (spam-stat-score-buffer): Add a call to a
16297 user-function allow user modifications of the scores.
16298 (spam-stat-score-buffer-user): New function, to allow
16299 user-computed modifications to the score.
16300 (spam-stat-score-buffer-user-functions): List of additional
16302 (spam-stat-error-holder): Global temporary error holder.
16303 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
16306 2005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
16308 * gnus-registry.el (gnus-registry-clean-empty-function)
16309 (gnus-registry-trim, gnus-registry-fetch-groups)
16310 (gnus-registry-delete-group): Groups that match
16311 `gnus-registry-ignored-groups' are removed from the registry
16312 entries, not just ignored for splitting. This helps clean up the
16313 registry. Also, `gnus-registry-fetch-groups' is a convenient way
16314 to get all the groups a message ID is in.
16316 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
16317 (spam-stat-split-fancy): Change "threshhold" to "threshold".
16318 (spam-stat-score-buffer-user-functions): Add :number custom type.
16320 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
16322 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
16323 argument in XEmacs.
16325 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
16326 (nnrss-request-group): Decode group name first.
16327 (nnrss-request-article): Make a text/plain article if mml-to-mime
16329 (nnrss-get-encoding): Return a compatible encoding according to
16330 nnrss-compatible-encoding-alist.
16331 (nnrss-find-el): Use consp instead of listp.
16332 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
16334 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
16336 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
16337 which Emacs 20 doesn't support.
16338 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
16340 2005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
16342 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
16343 silence the byte compiler inside the defun.
16345 * gnus-demon.el (parse-time-string): Add autoload.
16347 * gnus-delay.el (parse-time-string): Add autoload.
16349 * gnus-art.el (parse-time-string): Add autoload.
16351 * nnultimate.el (parse-time): Require for `parse-time-string'.
16353 2005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
16355 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
16357 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
16359 * smime.el (smime-ldap-host-list): Add :version.
16361 2005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
16363 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
16364 pass it to `gnus-browse-read-group'.
16365 (gnus-browse-read-group): Add NUMBER argument and pass it to
16366 `gnus-group-read-ephemeral-group'.
16368 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
16369 argument and pass it to `gnus-group-read-group'.
16371 2005-03-19 Aidan Kehoe <kehoea@parhasard.net>
16373 * mm-util.el (mm-xemacs-find-mime-charset): Only call
16374 mm-xemacs-find-mime-charset-1 if we have the mule feature
16375 available at runtime.
16377 2005-03-25 Werner Lemberg <wl@gnu.org>
16379 * nnmaildir.el: Replace `illegal' with `invalid'.
16381 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
16383 * gnus-start.el (gnus-display-time-event-handler):
16384 Check display-time-timer at runtime rather than only at load time
16385 in case display-time-mode is turned off in the mean time.
16387 2005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
16389 * nnimap.el (nnimap-open-connection): Print which authinfo file is
16392 * nneething.el (nneething-map-file-directory): Derive from
16395 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
16398 2005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
16400 * nnmaildir.el (nnmaildir-request-accept-article):
16401 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
16403 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
16405 * gnus-async.el: Require timer-funcs at compile time when in
16406 XEmacs for `run-with-idle-timer'.
16408 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
16410 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
16411 autoloaded function.
16413 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
16415 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
16417 2005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
16419 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
16421 2005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
16423 * gnus-msg.el (gnus-confirm-mail-reply-to-news):
16424 Add gnus-expert-user to default.
16426 2005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
16428 * nnimap.el (nnimap-open-server): Ditto.
16430 * imap.el (imap-authenticate): Fix typo.
16432 2005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
16434 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
16435 buffer (since IMAP server might return FETCH response out of
16436 order, and the nntp buffer must be sorted).
16438 2005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
16440 * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
16441 comparison on string.
16443 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
16444 (gnus-agent-score): Rename category keywords to match gnus-cus.
16445 (gnus-agent-summary-fetch-series): Modify to protect against
16446 gnus-agent-summary-fetch-group clearing processable flags.
16447 (gnus-agent-synchronize-group-flags): Update live group buffer as
16448 synchronization may occur due to the user toggle the plugged
16450 (gnus-agent-fetch-group-1): Clear downloadable flag when article
16451 successfully downloaded.
16452 (gnus-agent-expire-group-1): Avoid using markers when the overview
16453 is in ascending order; greatly improves performance.
16454 (gnus-agent-regenerate-group):
16455 Use gnus-agent-synchronize-group-flags to reset read status in both
16457 (gnus-agent-update-files-total-fetched-for): Fix initial size.
16459 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
16461 * message.el: Don't autoload former message-utils variables.
16462 (message-strip-subject-trailing-was): Change doc string.
16464 * nnweb.el: Fixes for `gnus-group-make-web-group'.
16465 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
16466 (nnweb-google-search): Add "hl=en" here.
16467 (nnweb-google-parse-1, nnweb-google-create-mapping):
16468 Don't hardcode URL.
16470 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
16472 * message.el (message-get-reply-headers, message-followup):
16473 Mention related variables `message-use-followup-to' and
16474 `message-use-mail-followup-to', in the information buffer.
16476 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
16477 of broken groups(-beta).google.com.
16479 2005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
16481 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
16482 parameter to invoked gnus-request-move-article; remove the
16483 redundant gnus-sum-hint-move-is-internal variable; apply the marks
16484 all at once instead of once per article.
16485 (gnus-summary-remove-process-mark): Accept a list of articles as
16486 well as a single article for processing.
16488 * gnus-int.el (gnus-request-move-article): Add move-is-internal
16491 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
16493 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
16495 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
16498 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
16501 * nnimap.el (nnimap-request-move-article): Add move-is-internal
16502 parameter and remove the gnus-sum-hint-move-is-internal variable.
16504 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
16507 * nndraft.el (nndraft-request-move-article): Add move-is-internal
16510 * nndiary.el (nndiary-request-move-article): Add move-is-internal
16513 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
16515 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
16518 * nnagent.el (nnagent-request-move-article): Add move-is-internal
16521 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
16523 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
16524 a more conservative way.
16526 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
16528 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
16529 buffer, so it moves the window's cursor.
16531 2005-02-26 Arne Jørgensen <arne@arnested.dk>
16533 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
16534 `mm-dissect-multipart' and receive the from field as an (optional)
16535 argument from `mm-dissect-multipart'.
16536 (mm-dissect-multipart): Receive the from field as an argument and
16537 pass it on when we call `mm-dissect-buffer' on MIME parts.
16538 Fixes verification/decryption of signed/encrypted MIME parts.
16540 2005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
16542 * gnus-sum.el (gnus-summary-move-article):
16543 Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
16544 whatever it calls (right now, only nnimap-request-move article
16547 * nnimap.el (nnimap-request-move-article):
16548 When gnus-sum-hint-move-is-internal is set, don't do the extra
16549 nnimap-request-article.
16551 2005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
16553 * nnheader.el (nnheader-find-file-noselect): Add doc string.
16555 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
16556 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
16558 * gnus-sum.el (gnus-summary-caesar-message):
16559 Apply `gnus-treat-article' after rotation.
16561 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
16564 2005-02-22 Simon Josefsson <jas@extundo.com>
16566 * encrypt.el (encrypt-password-cache-expiry): Remove (use
16567 `password-cache-expiry' instead). Reported by Arne Jørgensen
16568 <arne@arnested.dk>.
16569 (encrypt): Add password-cache and password-cache-expiry as group
16572 2005-02-22 Arne Jørgensen <arne@arnested.dk>
16574 * smime.el (smime-ldap-host-list): Doc fix.
16575 (smime-ask-passphrase): Use `password-read-and-add' to read (and
16577 (smime-sign-region): Use it.
16578 (smime-decrypt-region): Use it.
16579 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
16580 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
16582 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
16583 certificate from DER to PEM format rather than calling openssl.
16585 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
16587 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
16588 for signing/encryption.
16590 * mml.el (mml-parse-1): Use them.
16592 2005-02-21 Arne Jørgensen <arne@arnested.dk>
16594 * nnrss.el (nnrss-verbose): Remove.
16595 (nnrss-request-group): Use `nnheader-message' instead.
16597 2005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
16599 * nnrss.el (nnrss-verbose): New variable.
16600 (nnrss-request-group): Make it say nnrss is requesting a group.
16602 2005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
16604 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
16605 Handle news URL with given port correctly.
16607 2005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
16609 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
16610 containing special characters.
16612 * gnus-sum.el (gnus-summary-edit-article): Ditto.
16614 * mml.el (mime-to-mml): Ditto.
16616 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
16617 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
16618 (rfc2047-decode-region): Quote decoded words containing special
16619 characters when rfc2047-quote-decoded-words-containing-tspecials
16622 2005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
16624 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
16626 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
16628 2005-02-15 Simon Josefsson <jas@extundo.com>
16630 * nnimap.el (nnimap-debug): Doc fix.
16632 * imap.el (imap-debug): Doc fix.
16634 2005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
16636 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
16638 2005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
16640 * gnus.el (spam-contents): Improve docs for spam-contents
16641 parameter in its variable incarnation.
16643 2005-02-14 Simon Josefsson <jas@extundo.com>
16645 * smime-ldap.el: Use require instead of load-library for ldap.
16646 (smime-ldap-search): Indent.
16647 (smime-ldap-search-internal): Shorten line.
16649 * smime.el (smime-cert-by-dns): Add doc-string.
16650 (smime-cert-by-ldap-1): Indent.
16652 * mml-smime.el (mml-smime-get-ldap-cert): Rename from
16653 mml-smime-get-dns-ldap.
16654 (mml-smime-encrypt-query): Use new function. Default to ldap.
16656 2005-02-14 Arne Jørgensen <arne@arnested.dk>
16658 * smime.el: Require smime-ldap.
16659 (smime-ldap-host-list): New variable.
16660 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
16662 * mml-smime.el (mml-smime-encrypt-query): New function.
16663 (mml-smime-encrypt-query): Use it.
16665 * smime-ldap.el: New file.
16667 2005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
16669 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
16671 2005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
16673 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
16674 argument in doc string. Make query for type more clear.
16676 2005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
16678 * gnus.el (gnus-group-startup-message): Search for gnus images in
16680 * mm-util.el (mm-image-load-path): Likewise.
16681 * smiley.el (smiley-data-directory): Search for smilies in
16682 etc/images/smilies.
16684 2005-02-09 Kim F. Storm <storm@cua.dk>
16686 Change Emacs release version from 21.4 to 22.1 throughout.
16687 Change Emacs development version from 21.3.50 to 22.0.50.
16689 2005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
16691 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
16693 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
16694 non-Mule XEmacs as well.
16695 (mm-decompress-buffer): Signal an error intentionally if it does
16696 not decompress compressed data because auto-compression-mode is
16699 2005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
16701 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
16702 an ID in the registry even if it has no groups.
16704 2005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
16706 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
16707 merge it into mm-decompress-buffer.
16708 (gnus-mime-copy-part): Use the MIME part charset, the value which
16709 a user specified or gnus-newsgroup-charset for decoding, like
16710 gnus-mime-inline-part does; set buffer-file-coding-system to tell
16711 save-buffer what was used. Suggested by Kevin Ryde
16712 <user42@zip.com.au>.
16713 (gnus-mime-inline-part): Allow the name parameter as well as the
16714 filename parameter; force decompressing of compressed data; always
16715 display contents being not decoded as unibyte.
16717 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
16718 as well as the filename parameter.
16720 * mm-util.el (mm-decompress-buffer):
16721 Merge gnus-mime-jka-compr-maybe-uncompress.
16722 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
16723 of compressed data.
16725 2005-02-08 Simon Josefsson <jas@extundo.com>
16727 * imap.el (imap-log): Doc fix.
16729 2005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
16731 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
16732 the coding cookies; decompress compressed parts.
16734 * mml.el (mml-generate-mime-1): Add the charset parameter according
16735 to the value which a user specified manually or the coding cookie.
16737 * mm-util.el (mm-string-to-multibyte): New function.
16738 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
16739 (mm-coding-system-to-mime-charset): New function.
16740 (mm-decompress-buffer): New function.
16741 (mm-find-buffer-file-coding-system): New function.
16743 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
16744 (mm-display-inline-fontify): Rewrite for decoding and decompressing
16747 2005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
16749 * mm-view.el (mm-display-inline-fontify): Decode a part according
16750 to the charset parameter.
16752 2005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
16754 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
16755 prefix arg is neither nil nor a number, as info specifies.
16757 2005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
16759 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
16762 2005-02-02 Jari Aalto <jari.aalto@cante.net>
16764 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
16765 groups error checking and notify user.
16767 2005-02-02 Jari Aalto <jari.aalto@poboxes.com>
16769 * message.el (message-send-mail-function): Check existence of
16770 sendmail-program first before using default value
16771 `message-send-mail-with-sendmail'. Otherwise use more generic
16772 `smtpmail-send-it'.
16774 2005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
16776 * nntp.el (nntp-request-update-info): Always return nil.
16778 2005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
16780 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
16782 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
16784 * message.el (message-beginning-of-line): Change the behavior when
16785 invoked between BOL and : so that it first moves backward.
16787 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
16789 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
16790 article buffer when editing of the article is discarded.
16791 (gnus-article-prepare): Revert.
16793 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
16795 * gnus-art.el (gnus-article-prepare):
16796 Remove message-strip-forbidden-properties from the local hook.
16798 2005-01-27 Simon Josefsson <jas@extundo.com>
16800 * password.el (password-cache-add): Only start one timer per key.
16801 Reported by Derek Atkins <warlord@MIT.EDU>.
16803 2005-01-26 Steve Youngs <steve@sxemacs.org>
16805 * run-at-time.el: Remove. It is no longer needed as
16806 timer-funcs.el in the xemacs-base package has a working version of
16809 * password.el: Require timer-funcs instead of run-at-time in
16811 Remove `password-run-at-time' macro.
16812 (password-cache-add): Use `run-at-time' instead of
16813 `password-run-at-time'.
16815 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
16816 for `run-with-idle-timer'.
16818 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
16821 * mm-url.el: Require timer-funcs at compile time when in XEmacs
16822 for `with-timeout'.
16824 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
16826 * mml.el (mml-generate-mime-1): Convert string into unibyte when
16827 inserting " *mml*" buffer's contents into a unibyte temp buffer.
16829 2005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
16831 * mail-source.el (mail-source-fetch-imap): Search for ^From case
16834 2005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
16836 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
16838 2005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
16840 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
16841 which will be inserted according to the multibyteness of a buffer
16842 rather than the type of contents. Suggested by ARISAWA Akihiro
16843 <ari@mbf.ocn.ne.jp>.
16845 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
16846 of string which old xml.el may return rather than a string.
16848 2005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
16850 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
16852 2005-01-16 Simon Josefsson <jas@extundo.com>
16854 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
16855 idn/idna.el isn't available.
16856 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
16857 <michael@waxrat.com>.
16859 * hashcash.el: Remove non-FSF copyright header.
16861 * hashcash.el (hashcash-extra-generate-parameters): New variable.
16862 (hashcash-generate-payment): Use it.
16863 (hashcash-generate-payment-async): Use it.
16865 2005-01-15 Simon Josefsson <jas@extundo.com>
16867 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
16868 Suggested by Raymond Scholz <ray-2005@zonix.de>.
16870 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
16871 gnus-summary-idna-message.
16872 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
16873 (gnus-summary-idna-message): New function.
16875 2005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
16877 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
16880 2005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
16882 * nnrss.el (nnrss-request-delete-group): Delete entries in
16883 nnrss-group-alist as well.
16884 (nnrss-save-server-data): Insert newline.
16886 2005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
16888 * gnus.el (gnus-user-agent): Use list of symbols instead of
16889 symbols. Display full version number for (S)XEmacs.
16890 Optionally display (S)XEmacs codename.
16892 * gnus-util.el (gnus-emacs-version): Update for new
16895 * gnus-msg.el (gnus-extended-version): Make it possible to omit
16898 2005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
16900 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
16901 which is unreadable in some setups.
16903 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
16905 * gnus-spec.el (gnus-update-format-specifications): Flush the
16906 group format spec cache if it doesn't support decoded group names.
16908 2005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
16910 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
16911 Allow to apply decay on score files matching a regexp.
16913 2004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
16915 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
16916 compatibility in %g and %c.
16918 2004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
16920 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
16921 name for only %g and %c.
16922 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
16923 of gnus-tmp-group to decoded group name.
16924 (gnus-group-make-rss-group): Exclude `/'s from group names.
16926 2004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
16928 * nnrss.el (nnrss-get-encoding): Fix regexp.
16930 2004-12-27 Simon Josefsson <jas@extundo.com>
16932 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
16933 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
16934 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
16936 2004-12-17 Kim F. Storm <storm@cua.dk>
16938 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
16940 * gnus-sum.el (gnus-summary-mode-map): Likewise.
16942 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
16944 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
16946 2004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
16948 * nnrss.el: Require rfc2047 and mml.
16949 (nnrss-file-coding-system): New variable.
16950 (nnrss-format-string): Redefine it as an inline function.
16951 (nnrss-decode-group-name): New function.
16952 (nnrss-string-as-multibyte): Remove.
16953 (nnrss-retrieve-headers): Decode group name; don't use
16954 nnrss-format-string.
16955 (nnrss-request-group): Decode group name.
16956 (nnrss-request-article): Decode group name; allow a Message-ID as
16957 well as an article number; don't use nnrss-format-string; encode a
16958 Message-ID string which may contain non-ASCII characters; use
16959 mml-to-mime to compose a MIME article.
16960 (nnrss-request-expire-articles): Decode group name.
16961 (nnrss-request-delete-group): Decode group name.
16962 (nnrss-fetch): Clarify error message.
16963 (nnrss-read-server-data): Use insert-file-contents instead of load;
16964 bind file-name-coding-system; use multibyte buffer.
16965 (nnrss-save-server-data): Bind coding-system-for-write to the
16966 value of nnrss-file-coding-system; bind file-name-coding-system;
16968 (nnrss-read-group-data): Use insert-file-contents instead of load;
16969 bind file-name-coding-system; use multibyte buffer.
16970 (nnrss-save-group-data): Bind coding-system-for-write to the
16971 value of nnrss-file-coding-system; bind file-name-coding-system.
16972 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
16973 make it work with non-ASCII text.
16974 (nnrss-find-el): Make it work with old xml.el as well.
16976 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
16978 * nnrss.el (nnrss-get-encoding): New function.
16979 (nnrss-fetch): Use unibyte buffer initially; bind
16980 coding-system-for-read while performing mm-url-insert; remove ^Ms;
16981 decode contents according to the encoding attribute.
16982 (nnrss-save-group-data): Add coding cookie.
16983 (nnrss-mime-encode-string): New function.
16984 (nnrss-check-group): Use it to encode subject and author.
16986 2004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
16988 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
16989 imaginary variable.
16991 2004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
16993 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
16994 correctly even if there are wide characters.
16996 2004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
16998 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
16999 downcased symbol names; make a new cache instead of reusing
17002 2004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
17004 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
17005 concatenating segments rather than before concatenating them.
17006 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17008 * message.el (message-get-reply-headers): Bind `extra'.
17010 2004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
17012 * message.el (message-extra-wide-headers): New variable.
17013 (message-get-reply-headers): Use it.
17015 2004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
17017 * gnus-agent.el (gnus-agent-group-path): Decode group name.
17018 (gnus-agent-group-pathname): Ditto.
17020 * gnus-cache.el (gnus-cache-file-name): Decode group name.
17022 * gnus-group.el (gnus-group-make-group): Decode group name.
17023 (gnus-group-make-rss-group): Register the group data after opening
17026 2004-12-17 Paul Jarc <prj@po.cwru.edu>
17028 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
17029 by expiry now get marked as read.
17031 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
17033 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
17035 2004-12-17 Aidan Kehoe <kehoea@parhasard.net>
17037 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
17038 unify Latin characters in XEmacs.
17039 (mm-find-mime-charset-region): Use it.
17041 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
17043 * gnus-util.el (gnus-delete-directory): New function.
17045 * gnus-agent.el (gnus-agent-delete-group): Use it.
17047 * gnus-cache.el (gnus-cache-delete-group): Use it.
17049 2004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
17051 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
17054 2004-12-16 Simon Josefsson <jas@extundo.com>
17056 * hashcash.el (hashcash-payment-alist): Fix custom :type.
17058 2004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
17060 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
17062 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
17063 (gnus-group-set-current-level): Decode group name.
17065 2004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
17067 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
17070 2004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
17072 * gnus-group.el (gnus-group-delete-group): Decode group name.
17073 (gnus-group-make-rss-group): Encode group name.
17074 (gnus-group-catchup-current): Decode group name.
17075 (gnus-group-kill-group): Decode group name.
17077 2004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
17079 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
17081 2004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
17083 * gnus-group.el (gnus-group-make-rss-group):
17084 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
17086 * gnus-start.el (gnus-setup-news): Honor user's setting to
17087 gnus-message-archive-method. Suggested by Lute Kamstra
17090 2004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
17092 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
17093 global counterparts of the buffer-local variables.
17095 2004-11-16 Romain Francoise <romain@orebokech.com>
17097 * gnus-sum.el (gnus-summary-exit): Don't clear the global
17098 counterparts of the buffer-local variables.
17100 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
17102 * message.el (message-forbidden-properties): Fix typo in doc
17105 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
17107 * gnus-util.el (gnus-replace-in-string): Add doc string.
17109 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
17110 to avoid problems when splitting mails with many recipients.
17112 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
17114 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
17115 pop-to-buffer, covered by the subsequent gnus-configure-windows.
17117 2004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
17119 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
17120 if there is no hashtable in memory or file modification time is
17121 newer than cached timestamp.
17123 2004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
17125 * gnus-sum.el (gnus-summary-limit-to-recipient):
17126 Implement not-matching option.
17128 2004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
17130 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
17131 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
17132 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
17133 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
17134 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
17135 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
17137 2004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
17139 * message.el (message-forward-make-body-mml): Remove headers
17140 according to message-forward-ignored-headers if a message is decoded.
17142 2004-12-02 Romain Francoise <romain@orebokech.com>
17144 * message.el (message-forward-make-body-plain): Always remove
17145 headers according to message-forward-ignored-headers.
17147 2004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
17149 * spam.el (spam-summary-prepare-exit): Remove the
17150 gnus-summary-limit pop for now, it has problems with ham marks for
17153 2004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
17155 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
17158 2004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
17160 * format-spec.el (format-spec): Message the char.
17162 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
17164 * gnus-art.el (gnus-split-methods): Reformat comments.
17166 * spam.el (spam-summary-prepare-exit): Remove article limits
17167 before exiting the summary buffer.
17169 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
17171 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
17172 order to silence the byte compiler.
17174 * spam.el: Fix the way to silence the byte compiler, which
17175 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
17176 bbdb-search-simple, spam-BBDB-register-routine,
17177 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
17178 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
17179 spam-stat-buffer-is-spam, spam-stat-load,
17180 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
17181 spam-stat-save and spam-stat-split-fancy.
17183 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
17185 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
17186 which may confuse users.
17187 (canlock-password-for-verify): Ditto.
17189 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
17191 * gnus-art.el (gnus-emphasis-alist): Ditto.
17193 * gnus-registry.el (gnus-registry-max-entries): Ditto.
17195 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
17197 * gnus-start.el (gnus-save-killed-list): Ditto.
17199 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
17200 (gnus-sum-thread-tree-root): Ditto.
17201 (gnus-sum-thread-tree-false-root): Ditto.
17202 (gnus-sum-thread-tree-single-indent): Ditto.
17204 * message.el (message-courtesy-message): Ditto.
17205 (message-archive-note): Ditto.
17206 (message-subscribed-address-file): Ditto.
17207 (message-user-fqdn): Ditto.
17209 * spam-report.el (spam-report-gmane-regex): Ditto.
17211 * spam.el (spam-blackhole-good-server-regex): Ditto.
17213 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
17215 * mml.el (mml-preview): Widen the message buffer before copying
17216 the contents to the preview buffer; sort headers before previewing.
17218 * message.el (message-hidden-headers): Fix the way to avoid a bug
17219 in the `repeat' widget in Emacs 21.3 or earlier.
17221 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
17223 * message.el (message-hidden-headers): Default to "^References:".
17224 Improve customization type. Suggested by Reiner Steib
17225 <Reiner.Steib@gmx.de>.
17227 2004-11-25 Romain Francoise <romain@orebokech.com>
17229 * message.el (message-strip-forbidden-properties): Remove check for
17230 obsolete `message-hidden' text property, hidden headers are not
17231 accessible in the buffer anymore.
17233 2004-11-22 Romain Francoise <romain@orebokech.com>
17235 * message.el (message-header-format-alist): Add `From' in list
17236 so that it can be sorted.
17237 (message-fix-before-sending): Widen and sort headers before
17239 (message-hide-headers): Use narrowing to hide headers by moving
17240 them to the top of the buffer and narrowing to the region
17243 2004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
17245 * message.el (message-strip-forbidden-properties):
17246 Bind buffer-read-only (etc) to nil.
17248 2004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
17250 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
17251 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17253 2004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
17255 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
17257 2004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
17259 * dns.el (query-dns): Use sit-for to time instead of
17260 accept-process-output, since that doesn't seem to work on udp
17263 2004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
17265 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
17267 2004-11-15 Jesper Harder <harder@ifa.au.dk>
17269 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
17270 doc string. Improve doc string.
17272 2004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
17274 * nntp.el (nntp-request-update-info): Return nil if
17275 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
17276 may not call gnus-activate-group which uselessly issues the GROUP
17277 commands for all nntp groups and wastes time. Reported by Romain
17278 Francoise <romain@orebokech.com>.
17280 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
17282 2004-11-15 Simon Josefsson <jas@extundo.com>
17284 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
17285 headers separately.
17286 (gnus-button-openpgp): New function, inspired by Jochen Küpper
17287 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
17289 2004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
17291 * gnus-start.el (gnus-convert-old-newsrc):
17292 Assign legacy-gnus-agent to 5.10.7.
17294 2004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
17296 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
17297 start of the lines.
17299 2004-11-14 Magnus Henoch <mange@freemail.hu>
17301 * hashcash.el (hashcash-default-payment): Change default to 20.
17302 (hashcash-default-accept-payment): Change default to 20.
17303 (hashcash-process-alist): New variable.
17304 (hashcash-generate-payment-async): Add.
17305 (hashcash-already-paid-p): Add.
17306 (hashcash-insert-payment): Don't generate payments twice.
17307 (hashcash-insert-payment-async): Add.
17308 (hashcash-insert-payment-async-2): Add.
17309 (hashcash-cancel-async): Add.
17310 (hashcash-wait-async): Add.
17311 (hashcash-processes-running-p): Add.
17312 (hashcash-wait-or-cancel): Add.
17313 (mail-add-payment): New optional argument. Conditionally start
17314 asynchronous calculation.
17315 (mail-add-payment-async): Add.
17317 * message.el (message-send-mail): Wait for asynchronous hashcash
17318 results. Don't clobber existing X-Hashcash headers.
17319 (message-setup-1): Call mail-add-payment-async when
17320 message-generate-hashcash is non-nil.
17322 2004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
17324 * message.el (message-use-alternative-email-as-from): Examine the
17325 From header as well; use message-make-from in order to include a
17328 2004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
17330 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
17331 default; improve customization type.
17332 (gnus-emphasis-custom-with-format): New macro.
17333 (gnus-emphasis-custom-value-to-external): New function.
17334 (gnus-emphasis-custom-value-to-internal): New function.
17336 2004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
17338 * dns.el (query-dns): Resolve reverse addresses.
17340 2004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
17342 * gnus-group.el (gnus-group-get-new-news): Use it.
17344 * gnus-start.el (gnus-check-reasonable-setup): New function.
17346 2004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
17348 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
17349 "Args out of range" error. Reported by Arnaud Giersch
17350 <arnaud.giersch@free.fr>.
17352 2004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
17354 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
17356 2004-11-04 Richard M. Stallman <rms@gnu.org>
17358 * spam.el (spam group): Add :version.
17360 * pgg-def.el (pgg group): Add :version.
17362 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
17364 * gnus-art.el (gnus-article-edit-article): Don't associate the
17365 article buffer with a draft file. This is a temporary measure
17366 against the 2004-08-22 change to gnus-article-edit-mode.
17368 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
17370 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
17371 (html2text-format-tags): Remove unused variable `attr'.
17373 2004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
17375 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
17377 * spam-stat.el (spam-stat): Add :version.
17379 * sieve.el (sieve): Add :version.
17381 * sha1.el (sha1): Add :version.
17382 (sha1-use-external): Remove redundant version.
17384 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
17385 (nnmail-cache-ignore-groups, nnmail-spool-hook)
17386 (nnmail-split-fancy-match-partial-words)
17387 (nnmail-split-lowercase-expanded): Add :version.
17389 * nndiary.el (nndiary): Add :version.
17391 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
17393 * mml-sec.el (mml-default-sign-method)
17394 (mml-default-encrypt-method, mml-signencrypt-style-alist):
17397 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
17399 * mm-url.el (mm-url-use-external, mm-url-program)
17400 (mm-url-arguments): Add :version.
17402 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
17403 (mm-attachment-file-modes, mm-decrypt-option)
17404 (mm-w3m-safe-url-regexp): Add :version.
17406 * message.el (message-cite-prefix-regexp)
17407 (message-sendmail-envelope-from, message-minibuffer-local-map)
17408 (message-user-fqdn, message-completion-alist): Add :version.
17410 * gnus-win.el (gnus-configure-windows-hook)
17411 (gnus-use-frames-on-any-display): Add :version.
17413 * gnus-art.el (gnus-article-address-banner-alist)
17414 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
17415 (gnus-treat-from-picon, gnus-treat-mail-picon)
17416 (gnus-treat-x-pgp-sig): Add :version.
17418 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
17419 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
17420 (gnus-summary-article-delete-hook)
17421 (gnus-summary-display-while-building): Add :version.
17423 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
17424 (gnus-get-top-new-news-hook): Add :version.
17426 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17427 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
17429 * gnus-registry.el (gnus-registry): Add :version.
17431 * gnus-spec.el (gnus-use-correct-string-widths)
17432 (gnus-make-format-preserve-properties): Add :version.
17434 * gnus.el (gnus-group-charter-alist)
17435 (gnus-group-fetch-control-use-browse-url)
17436 (gnus-install-group-spam-parameters): Add :version.
17438 * gnus-diary.el (gnus-diary): Add :version.
17440 * gnus-delay.el (gnus-delay): Add :version.
17442 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
17443 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
17444 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
17447 * gnus-agent.el (gnus-agent-max-fetch-size)
17448 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
17449 (gnus-agent-prompt-send-queue): Add :version.
17451 * deuglify.el (gnus-outlook-deuglify): Add :version.
17453 * html2text.el: Beautify code. Improve doc strings.
17454 Some checkdoc cleanup.
17455 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
17457 2004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
17459 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
17461 2004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
17463 * gnus-registry.el (gnus-registry-hashtb): Create the registry
17464 when package is loaded.
17466 * spam.el (spam-summary-score-preferred-header): Add global preference
17467 for people who want to override the default SpamAssassin over
17468 Bogofilter preference (when both are set).
17469 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
17470 (spam-user-format-function-S):
17471 Check spam-summary-score-preferred-header.
17472 (spam-extra-header-to-number): Add X-Bogosity header parsing.
17473 (spam-user-format-function-S): Format the score correctly.
17475 2004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
17477 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
17478 signature file. Suggested by Manoj Srivastava
17479 <srivasta@golden-gryphon.com>.
17481 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
17482 iso-2022-jp even in the Japanese language environment.
17483 Suggested by Jason Rumney <jasonr@gnu.org>.
17485 2004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
17487 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
17488 use the same characters as the dummy marks; make it free from
17489 getting affected by the language environment.
17490 (gnus-summary-read-group-1): Update mark positions only when the
17491 format spec is updated.
17493 * gnus-spec.el (gnus-update-format-specifications): Return a list
17496 2004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
17498 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
17499 of boundp to check if display-warning is available.
17501 2004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
17503 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
17505 2004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
17507 * nnspool.el (nnspool-spool-directory): Use news-path if the
17508 news-directory variable is not bound.
17510 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
17511 function instead of display-warning if it is not available.
17513 2004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
17515 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
17516 v5-10: Use `point-at-bol'.
17518 2004-10-26 Simon Josefsson <jas@extundo.com>
17520 * hashcash.el: Fix URL in comment, reported by Cheng Gao
17521 <chenggao@gmail.com>.
17523 2004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
17525 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
17528 2004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
17530 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
17531 to remove a server from the nnimap-server-buffer-alist.
17532 (nnimap-open-connection, nnimap-close-server): Use it.
17534 * gnus-encrypt.el: Remove file in favor of encrypt.el.
17536 2004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
17538 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
17539 running the major-mode function.
17541 2004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
17543 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
17544 dummy marks in the right way.
17546 2004-10-18 David Edmondson <dme@dme.org>
17548 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
17551 2004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
17553 * gnus-util.el (gnus-split-references): Accept a nil references
17554 string and go on blissfully.
17556 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
17557 cases where the references string is non-nil but has no references.
17559 * encrypt.el: Add autoload tags.
17561 * spam.el (spam-resolve-registrations-routine): Remove article
17562 from unregistration list too. Reported by David Hanak
17563 <dhanak@isis.vanderbilt.edu>
17565 2004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
17567 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
17568 nil. Change custom type.
17570 2004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
17572 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
17574 * gnus-sum.el (gnus-summary-move-article): Use it.
17576 2004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
17578 * encrypt.el: Add autoload cookies.
17580 * spam.el (spam-backend-article-list-property)
17581 (spam-backend-get-article-todo-list)
17582 (spam-backend-put-article-todo-list)
17583 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
17584 Resolve registrations separately.
17585 (spam-register-routine): Format comments.
17586 (spam-unregister-routine, spam-register-routine): Always call with
17587 specific-articles, no default list.
17588 (spam-summary-prepare-exit): Use the spam-classifications function.
17590 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
17593 * encrypt.el: Copied from gnus-encrypt.el.
17595 * gnus-encrypt.el: Commented that it's obsolete.
17597 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
17599 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
17600 (gnus-score-save): Use it.
17602 * message.el (message-bury): Use `window-dedicated-p'.
17604 2004-10-15 Simon Josefsson <jas@extundo.com>
17606 * pop3.el (top-level): Don't require nnheader.
17607 (pop3-read-timeout): Add.
17608 (pop3-accept-process-output): Add.
17609 (pop3-read-response, pop3-retr): Use it.
17611 2004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
17613 * spam.el (spam-register-routine): Move comment.
17614 (spam-verify-bogofilter): Use 'unknown for the initial
17615 spam-bogofilter-valid state, not 'never.
17617 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
17620 * nnimap.el (nnimap-open-connection):
17621 Use netrc-machine-user-or-password.
17623 2004-10-17 Richard M. Stallman <rms@gnu.org>
17625 * gnus-registry.el (gnus-registry-unload-hook):
17626 Set as a variable with add-hook.
17628 * nnspool.el (nnspool-spool-directory): Use news-directory instead
17631 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
17633 * spam.el: Delete duplicate `provide'.
17634 (spam-unload-hook): Set as a variable with add-hook.
17636 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
17638 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
17641 * message.el (message-ignored-news-headers)
17642 (message-ignored-supersedes-headers)
17643 (message-ignored-resent-headers)
17644 (message-forward-ignored-headers): Improve custom type.
17646 2004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
17648 * message.el (message-tokenize-header): Fix 2004-09-06 change
17649 which used point-min in the wrong place.
17651 2004-10-12 Simon Josefsson <jas@extundo.com>
17653 * tls.el (tls-certtool-program): New variable.
17654 (tls-certificate-information): New function, based on
17655 ssl-certificate-information.
17657 2004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
17659 * compface.el: Move the version of ELisp-based uncompface program
17660 to the contrib directory because of the copyright problem.
17662 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
17664 * message.el (message-kill-buffer): Raise the current frame.
17666 2004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
17668 * gnus-sum.el: Mention that multibyte characters don't work as marks.
17670 * gnus.el (message-y-or-n-p): Autoload.
17672 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
17673 (pop3-password-required, pop3-authentication-scheme)
17674 (pop3-leave-mail-on-server): Make customizable.
17675 (pop3): New custom group.
17676 (pop3-retr): Remove `sleep-for' statements.
17677 Suggested by Dave Love <fx@gnu.org>.
17679 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
17682 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17683 (imap-parse-body): Fix incorrect use of `assert'.
17684 Suggested by Dave Love <fx@gnu.org>.
17686 * mml.el (mml-minibuffer-read-disposition): Require match.
17687 Suggested by Dave Love <fx@gnu.org>.
17689 2004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
17691 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
17694 2004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
17696 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
17698 2004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
17700 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
17701 instead of calling `mm-insert-inline', to decode text/* parts
17702 before displaying them.
17704 2004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
17706 * mm-uu.el (mm-uu-text-plain-type): New variable.
17707 (mm-uu-pgp-signed-extract-1): Use it.
17708 (mm-uu-pgp-encrypted-extract-1): Use it.
17709 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
17710 bind mm-uu-text-plain-type with that value.
17711 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
17714 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
17716 * gnus-group.el (gnus-update-group-mark-positions):
17717 * gnus-sum.el (gnus-update-summary-mark-positions):
17718 * message.el (message-check-news-body-syntax):
17719 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
17720 of string-as-multibyte.
17722 2004-10-05 Juri Linkov <juri@jurta.org>
17724 * gnus-group.el (gnus-update-group-mark-positions):
17725 * gnus-sum.el (gnus-update-summary-mark-positions):
17726 * message.el (message-check-news-body-syntax):
17727 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
17728 8-bit unibyte values to a multibyte string for search functions.
17730 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
17732 * mm-uu.el (mm-uu-dissect): Allow optional arg.
17733 (mm-uu-dissect-text-parts): New function.
17735 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
17736 dissect text parts.
17738 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
17739 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
17741 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
17743 * gnus-topic.el (gnus-topic-hierarchical-parameters):
17744 Use gnus-current-topics instead of gnus-current-topic.
17746 2004-10-06 Jesper Harder <harder@ifa.au.dk>
17748 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
17750 2004-10-05 Jesper Harder <harder@ifa.au.dk>
17752 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
17755 * nnml.el (nnml-generate-active-info): do.
17757 * nndiary.el (nndiary-generate-active-info): do.
17759 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
17760 (gnus-topic-move): do.
17762 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
17763 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
17765 * gnus-srvr.el (gnus-server-prepare)
17766 (gnus-server-open-all-servers): do.
17768 * gnus-msg.el (gnus-summary-cancel-article)
17769 (gnus-summary-resend-message)
17770 (gnus-summary-mail-crosspost-complaint): do.
17772 * gnus-move.el (gnus-change-server): do.
17774 * gnus-group.el (gnus-group-unmark-all-groups)
17775 (gnus-group-set-current-level): do.
17777 2004-10-04 Simon Josefsson <jas@extundo.com>
17779 * message.el (message-generate-hashcash): Doc fix.
17781 2004-10-02 Kevin Greiner <kgreiner@compsol.cc>
17783 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
17784 avoid infinite recursion via gnus-get-function.
17786 2004-10-02 Jesper Harder <harder@ifa.au.dk>
17788 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
17790 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
17792 * nnmail.el (nnmail-split-history): do.
17794 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
17795 (nnml-request-delete-group): do.
17797 * nnslashdot.el (nnslashdot-read-groups): do.
17799 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
17800 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
17802 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
17803 (nnspool-sift-nov-with-sed): Use last.
17804 (nnspool-retrieve-headers-with-nov): Use mapc.
17805 (nnspool-request-newgroups): Use dolist.
17806 (nnspool-request-group): Use last.
17808 * nntp.el (nntp-read-server-type): Use dolist.
17810 * nnvirtual.el (nnvirtual-create-mapping)
17811 (nnvirtual-update-read-and-marked): Use dolist.
17812 (nnvirtual-convert-headers): Simplify.
17814 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
17816 * gnus-agent.el (gnus-agent-synchronize-group-flags):
17817 Add support for sync'ing tick marks.
17819 2004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
17821 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
17822 there's no visible header.
17824 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
17826 * gnus-agent.el (gnus-agent-synchronize-group-flags):
17827 When necessary, pass full group name to gnus-request-set-marks.
17829 2004-10-01 Simon Josefsson <jas@extundo.com>
17831 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
17834 2004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
17836 * spam-report.el (spam-report-gmane): Fix interactive.
17838 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
17840 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
17842 (gnus-agent-synchronize-flags): Don't default to being
17845 2004-09-30 Simon Josefsson <jas@extundo.com>
17847 * message.el (message-generate-hashcash): Add.
17848 (message-send-mail): Use it, call mail-add-payment.
17850 2004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
17852 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
17854 2004-09-28 Kevin Greiner <kgreiner@compsol.cc>
17856 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
17857 gnus-requst-update-info with explicit code to sync the in-memory
17858 info read flags with the marks being sync'd to the backend.
17860 *gnus-util.el (gnus-pp): Add optional stream to match pp API.
17862 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
17864 * spam.el (spam-verify-bogofilter): Add new function.
17865 (spam-check-bogofilter)
17866 (spam-bogofilter-register-with-bogofilter): Use it.
17867 (spam-verify-bogofilter): Add small fixes.
17869 2004-09-28 Simon Josefsson <jas@extundo.com>
17871 * hashcash.el (hashcash-generate-payment): Revert.
17873 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
17875 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17876 Use gnus-extract-references instead of gnus-split-references.
17878 * gnus-util.el (gnus-extract-references): Add new function, analogous
17879 to gnus-split-references but extracts only the message-ID without
17882 * hashcash.el (hashcash-generate-payment)
17883 (hashcash-check-payment): Do the right thing if hashcash-path is
17884 nil (because the hashcash program could not be found).
17886 * spam.el (spam-use-hashcash): Remove comment.
17888 2004-09-27 Jesper Harder <harder@ifa.au.dk>
17890 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
17891 (gnus-cache-enter-article, gnus-cache-remove-article)
17892 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
17894 * gnus-async.el (gnus-async-prefetch-remove-group): do.
17896 * gnus-art.el (article-hide-boring-headers)
17897 (article-translate-strings, article-display-face)
17898 (gnus-article-mime-match-handle-first)
17899 (gnus-article-highlight-headers)
17900 (gnus-article-add-buttons-to-head): do.
17902 2004-09-27 Simon Josefsson <jas@extundo.com>
17904 * hashcash.el: New version, from
17905 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
17908 2004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
17910 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
17912 2004-09-26 Jesper Harder <harder@ifa.au.dk>
17914 * gnus-dup.el (gnus-dup-open): Use mapc.
17915 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
17917 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
17918 Reported by Stefan Wiens <s.wi@gmx.net>.
17920 * gnus.el (gnus-shutdown): Use dolist.
17922 * gnus-undo.el (gnus-undo): Use mapc.
17924 * nnrss.el (nnrss-generate-active): do.
17926 * message.el (message-cite-original-without-signature)
17927 (message-cite-original): Use mapc.
17928 (message-do-actions, message-make-forward-subject): Use dolist.
17930 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
17932 * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
17933 deletion to remove entire duplicate line. Fixes merged article
17936 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
17938 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
17939 servers that are offline. Avoids having gnus-agent-toggle-plugged
17940 first ask if you want to open a server and then, even when you
17941 responded with no, asking if you want to synchronize the server's
17943 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
17944 multi-line expressions.
17945 (gnus-agent-synchronize-group-flags): New internal function.
17946 Updates marks in memory (in the info structure) AND in the
17949 * gnus-util.el (gnus-remassoc): Fix typo in documentation.
17951 * nnagent.el (nnagent-request-set-mark):
17952 Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
17953 method, to ensure that synchronization updates marks in the
17954 backend and in the info (in memory) structure.
17956 2004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
17958 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
17959 convention fully; don't miss the root article of a thread; make
17960 the X-Draft-From header with correct article numbers.
17962 2004-09-23 Kevin Greiner <kgreiner@compsol.cc>
17964 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
17965 unless plugged. Disable the agent so that an open failure causes
17968 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
17969 Revert 2004-09-21 change. The backend must be opened while
17970 synchronizing flags even when the backend stores the flags
17973 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
17975 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
17976 in `header' match. Reported by Svend Tollak Munkejord.
17978 * message.el (message-cite-original): Fix use of
17979 `message-cite-articles-with-x-no-archive'.
17981 2004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
17983 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
17984 (gnus-window-to-buffer): Ditto.
17986 * mml.el (mml-preview-buffer): New variable.
17987 (mml-preview): Manage window layout with gnus-buffer-configuration.
17989 * gnus-msg.el (gnus-setup-message): Put article numbers into the
17990 X-Draft-From header even if those articles aren't quoted.
17992 2004-09-21 Kevin Greiner <kgreiner@compsol.cc>
17994 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
17995 (gnus-request-set-mark, gnus-request-update-mark): Use new
17996 g-s-t-u-l-m to decide to use backend even when unplugged.
17998 2004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
18000 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
18001 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
18003 2004-09-20 Simon Josefsson <jas@extundo.com>
18005 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
18008 2004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
18010 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
18012 2004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
18014 * uudecode.el (uudecode-use-external): Add :version.
18016 * smime.el (smime-CA-file, smime-encrypt-cipher)
18017 (smime-dns-server): Add :version.
18019 * smiley.el (gnus-smiley-file-types): Add :version.
18021 * sha1.el (sha1-use-external): Add :version.
18023 * pgg-def.el (pgg-query-keyserver): Add :version.
18025 * nnmail.el (nnmail-fancy-expiry-targets)
18026 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
18029 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
18030 (nnimap-retrieve-groups-asynchronous): Add :version.
18031 (nnimap-close-asynchronous): Add :version. Fix typo in doc string.
18033 * mml.el (mml-content-disposition-parameters)
18034 (mml-insert-mime-headers-always): Add :version.
18036 * mm-util.el (mm-coding-system-priorities): Add :version.
18038 * mm-decode.el (mm-inline-text-html-with-images)
18039 (mm-keep-viewer-alive-types, mm-external-terminal-program)
18040 (mm-verify-option): Add :version.
18041 (mm-text-html-renderer): Change :version.
18043 * message.el (message-fcc-externalize-attachments)
18044 (message-required-headers, message-draft-headers)
18045 (message-subject-trailing-was-query)
18046 (message-subject-trailing-was-ask-regexp)
18047 (message-subject-trailing-was-regexp, message-mark-insert-begin)
18048 (message-mark-insert-end, message-archive-header)
18049 (message-archive-note, message-cross-post-default)
18050 (message-cross-post-note, message-followup-to-note)
18051 (message-cross-post-note-function, message-use-mail-followup-to)
18052 (message-subscribed-address-functions)
18053 (message-subscribed-address-file, message-subscribed-addresses)
18054 (message-subscribed-regexps, message-allow-no-recipients)
18055 (message-yank-cited-prefix, message-signature-insert-empty-line)
18056 (message-hidden-headers, message-hierarchical-addresses)
18057 (message-mail-user-agent, message-use-idna)
18058 (message-valid-fqdn-regexp)
18059 (message-strip-special-text-properties, message-header-synonyms)
18060 (message-beginning-of-line, message-tab-body-function): Add :version.
18061 (message-insert-canlock, message-wide-reply-confirm-recipients):
18064 * mail-source.el (mail-source-ignore-errors): Add :group, :type
18066 (mail-source-delete-old-incoming-confirm)
18067 (mail-source-movemail-program): Add :version.
18069 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
18070 (gnus-agent-cache, gnus-agent): Change :version.
18072 * gnus-util.el (gnus-use-byte-compile): Change :version.
18074 * gnus-sum.el (gnus-summary-make-false-root-always)
18075 (gnus-summary-default-high-score)
18076 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
18077 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
18078 (gnus-read-all-available-headers, gnus-article-emulate-mime)
18079 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
18080 (gnus-sum-thread-tree-single-indent)
18081 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
18082 (gnus-sum-thread-tree-leaf-with-other)
18083 (gnus-sum-thread-tree-single-leaf): Add :version.
18084 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
18085 (gnus-article-loose-mime): Change :version.
18087 * gnus-start.el (gnus-backup-startup-file)
18088 (gnus-save-startup-file-via-temp-buffer): Add :version.
18090 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
18091 (gnus-server-offline-face): Add :version.
18093 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
18095 * gnus-msg.el (gnus-gcc-externalize-attachments)
18096 (gnus-debug-files, gnus-debug-exclude-variables)
18097 (gnus-discouraged-post-methods): Change :version.
18098 (gnus-confirm-mail-reply-to-news)
18099 (gnus-confirm-treat-mail-like-news): Add :version.
18101 * gnus-int.el (gnus-server-unopen-status): Add :version.
18103 * gnus-group.el (gnus-group-jump-to-group-prompt)
18104 (gnus-large-ephemeral-newsgroup)
18105 (gnus-fetch-old-ephemeral-headers): Add :version.
18107 * gnus-fun.el (gnus-x-face-directory)
18108 (gnus-convert-pbm-to-x-face-command)
18109 (gnus-convert-image-to-x-face-command)
18110 (gnus-convert-image-to-face-command): Add :version.
18112 * gnus-delay.el (gnus-delay-default-hour): Add :version.
18114 * gnus-cite.el (gnus-cite-blank-line-after-header)
18115 (gnus-article-boring-faces): Add :version.
18117 * gnus-art.el (gnus-buttonized-mime-types)
18118 (gnus-inhibit-mime-unbuttonizing)
18119 (gnus-treat-display-face)
18120 (gnus-treat-body-boundary): Change :version.
18121 (gnus-body-boundary-delimiter, gnus-picon-databases)
18122 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
18123 (gnus-treat-date-english, gnus-treat-fold-headers)
18124 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
18125 (gnus-treat-mail-picon, gnus-treat-wash-html)
18126 (gnus-article-encrypt-protocol)
18127 (gnus-use-idna, gnus-article-over-scroll)
18128 (gnus-mime-display-multipart-alternative-as-mixed)
18129 (gnus-mime-display-multipart-related-as-mixed)
18130 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
18131 (gnus-ctan-url, gnus-button-ctan-handler)
18132 (gnus-button-handle-ctan-bogus-regexp)
18133 (gnus-button-ctan-directory-regexp)
18134 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
18135 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
18136 (gnus-button-man-level, gnus-button-emacs-level)
18137 (gnus-button-message-level, gnus-button-browse-level): Add :version.
18139 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
18140 (gnus-agent-go-online): Change :version.
18141 (gnus-agent-expire-unagentized-dirs)
18142 (gnus-agent-auto-agentize-methods): Add :version.
18144 * flow-fill.el (fill-flowed-display-column)
18145 (fill-flowed-encode-column): Add :version.
18147 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
18148 (gnus-outlook-deuglify-unwrap-max)
18149 (gnus-outlook-deuglify-cite-marks)
18150 (gnus-outlook-deuglify-unwrap-stop-chars)
18151 (gnus-outlook-deuglify-no-wrap-chars)
18152 (gnus-outlook-deuglify-attrib-cut-regexp)
18153 (gnus-outlook-deuglify-attrib-verb-regexp)
18154 (gnus-outlook-deuglify-attrib-end-regexp)
18155 (gnus-outlook-display-hook): Add :version.
18157 * binhex.el (binhex-use-external): Add :version.
18159 2004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
18161 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
18164 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
18166 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
18167 in gnus-registry-trim.
18169 2004-09-13 Simon Josefsson <jas@extundo.com>
18171 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
18173 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
18175 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
18176 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18178 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
18179 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18182 * sieve.el (sieve-manage-mode): Ditto.
18184 2004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
18186 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
18188 2004-09-11 Simon Josefsson <jas@extundo.com>
18190 * dns-mode.el: Add.
18192 * mm-view.el (mm-display-dns-inline): Add.
18194 * mm-decode.el (mm-inline-media-tests): Add text/dns.
18195 (mm-automatic-display): Ditto.
18197 * mailcap.el (mailcap-mime-data): Add text/dns.
18198 (mailcap-mime-extensions): Map .soa to text/dns.
18200 2004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
18202 * gnus-art.el (article-decode-mime-words, article-babel)
18203 (gnus-article-highlight-signature, gnus-article-add-buttons)
18204 (gnus-signature-toggle): Remove unnecessary bindings of
18205 `inhibit-read-only' inherited from v5.10 merge.
18207 2004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
18209 * nntp.el (nntp): New customization group.
18210 (nntp-authinfo-file): Add customization group.
18212 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
18214 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
18216 * gnus.el (to-address, to-list, subscribed)
18217 (large-newsgroup-initial): Ditto.
18219 * flow-fill.el (fill-flowed-display-column)
18220 (fill-flowed-encode-column): Ditto.
18222 2004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
18224 * message.el (message-tokenize-header, message-send-mail-with-qmail):
18225 Use point-min rather than 1.
18226 (message-send-mail): Use buffer-size rather than point-max.
18228 * gnus-sum.el (gnus-summary-search-article-forward):
18229 Signal a specific `search-failed' rather than a generic `error'.
18231 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
18232 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
18233 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
18235 2004-09-10 Simon Josefsson <jas@extundo.com>
18237 * nndb.el (require): Remove tcp and duplicate cl.
18239 2004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
18241 * gnus-agent.el (directory-files-and-attributes): Move forward.
18243 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
18245 * gnus-agent.el (directory-files-and-attributes):
18246 Optionally defined to support XEmacs.
18248 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
18250 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
18251 to avoid run-time CL dependencies.
18252 (gnus-agent-unfetch-articles): New function.
18253 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
18254 article numbers even when local .overview file is missing.
18255 (gnus-agent-read-article-number): New function. Only accepts
18256 27-bit article numbers.
18257 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
18258 Use gnus-agent-read-article-number.
18259 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
18260 from backend while recognizing that article numbers in .overview
18262 (gnus-agent-update-files-total-fetched-for):
18263 Use directory-files-and-attributes to improve performance.
18264 * gnus-int.el (gnus-request-move-article):
18265 Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
18266 improve performance.
18268 * gnus-start.el (gnus-convert-old-newsrc): Change message text as
18269 some users confused by references to .newsrc when they only have a
18271 (gnus-convert-mark-converter-prompt)
18272 (gnus-convert-converter-needs-prompt): Fix use of property list.
18273 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
18274 New function. Used internally to only display 'gnus converting
18275 files' message when actually necessary.
18277 * gnus-sum.el (): Remove (require 'gnus-agent) as required
18278 methods now autoloaded.
18280 2004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
18282 * gnus-sum.el (gnus-summary-insert-subject): Remove list
18285 2004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
18287 * gnus-picon.el: Fix indentation and closing parenthesis.
18289 2004-09-01 Simon Josefsson <jas@extundo.com>
18291 * message.el (message-canlock-generate): Require sha1, not
18292 sha1-el. (Can we get rid of this require altogether? It is ugly
18293 to require within a function. Sadly, if sha1.el isn't loaded, the
18294 let binding in m-c-g will hide the defcustom definition, which is
18297 * canlock.el: Require sha1, not sha1-el.
18299 * message.el: Don't autoload sha1 (there is a autoload cookie in
18302 * sha1-el.el: Rename to sha1.el.
18304 2004-08-30 Juanma Barranquero <lektu@terra.es>
18306 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
18308 2004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
18310 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
18312 2004-08-30 Kim F. Storm <storm@cua.dk>
18314 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
18316 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
18317 Add :group 'nnimap.
18319 2004-08-30 Andreas Schwab <schwab@suse.de>
18321 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
18324 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
18325 and ?\' to symbol instead of whitespace.
18327 2004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
18329 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
18331 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
18332 instead of re-search-forward.
18334 * gnus-uu.el (gnus-uu-save-article): Ditto.
18335 (gnus-uu-post-encode-uuencode): Ditto.
18337 * html2text.el (html2text-clean-list-items): Ditto.
18338 (html2text-clean-dtdd): Ditto.
18339 (html2text-format-tags): Ditto.
18341 * message.el (message-send-mail-with-sendmail): Fix regexp.
18342 (message-fill-field-general): Use search-forward instead of
18344 (unbold-region): Ditto.
18346 * nnrss.el (nnrss-request-article): Ditto.
18348 * nnslashdot.el (nnslashdot-request-article): Ditto.
18350 * nnweb.el (nnweb-gmane-wash-article): Ditto.
18352 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
18353 "Unrecognized menu descriptor" error in XEmacs.
18355 2004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
18357 * gnus-sum.el (gnus-read-header): Don't remove a header for the
18358 parent article of a sparse article in the thread hashtb.
18360 2004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
18362 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
18363 (nnmail-expand-newtext): Lowercase expanded entries if
18364 nnmail-split-lowercase-expanded is non-nil.
18366 2004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
18368 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
18370 * gnus-group.el (gnus-group-line-format-alist): Convert the value
18371 of gnus-tmp-news-method into string under XEmacs. It will be
18372 passed to gnus-correct-length which takes only a string argument.
18374 2004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
18376 * gnus-util.el (gnus-bind-print-variables): New macro.
18377 (gnus-prin1): Use it.
18378 (gnus-prin1-to-string): Use it.
18379 (gnus-pp): New function.
18380 (gnus-pp-to-string): New function.
18382 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
18383 Replace pp-to-string with gnus-pp-to-string.
18384 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
18385 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
18386 * gnus-msg.el (gnus-debug): Ditto.
18387 * gnus-score.el (gnus-score-save): Ditto.
18388 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
18390 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
18392 * score-mode.el (gnus-score-pretty-print): Ditto.
18393 * webmail.el (webmail-debug): Ditto.
18395 2004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
18397 * gnus-art.el (article-display-face, article-display-x-face):
18398 Use buffer-read-only.
18400 2004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
18402 * gnus-art.el (article-hide-list-identifiers):
18403 Bind inhibit-read-only as t.
18405 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
18407 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
18409 2004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
18411 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
18412 (gnus-narrow-to-page): Don't assume point-min == 1.
18413 (gnus-article-edit-mode): Derive from message-mode.
18415 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
18418 * imap.el (imap-parse-address-list, imap-parse-body-ext):
18419 Disable incorrect use of `assert'.
18421 * message.el (message-mode): Set comment-start-skip.
18423 2004-08-22 Sam Steingold <sds@gnu.org>
18425 * pop3.el (pop3-leave-mail-on-server): New user variable.
18426 (pop3-movemail): Delete mail only when it is nil.
18428 2004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
18430 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
18432 * mml.el (mml-preview): Use `pop-to-buffer'.
18434 * message.el (message-goto-mail-followup-to): Insert after "To".
18435 (message-carefully-insert-headers): Add comment.
18437 * gnus.el: Remove unused variable `gnus-article-check-size'.
18439 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
18441 * gnus-art.el (gnus-button-alist):
18442 Improve `gnus-button-handle-library' entry.
18444 2004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
18446 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
18447 Use downcase, since XEmacs capitalizes error messages differently.
18449 2004-08-18 Jesper Harder <harder@ifa.au.dk>
18451 * nntp.el: Add (require 'gnus) due to reference to
18452 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
18454 2004-08-18 Florian Weimer <fw@deneb.enyo.de>
18456 * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
18457 Bind `mm-fill-flowed'.
18459 * mm-decode.el (mm-dissect-singlepart): Check it.
18461 2004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
18463 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
18464 'imap' for netrc parsing.
18466 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
18468 * mailcap.el (mailcap-mime-data): Mark as risky.
18470 2004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
18472 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
18473 may be included in the encoded word.
18474 (rfc2047-encode): Don't append a space if the encoded word
18475 includes close parenthesis.
18477 2004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
18479 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
18480 of text within parentheses.
18482 2004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
18484 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
18485 (gnus-encrypt-write-file-contents): Make the password key the file
18486 name PLUS the cipher, not just the cipher. Also remove failed
18487 passwords from the cache.
18489 2004-08-06 Simon Josefsson <jas@extundo.com>
18491 * gnus-sum.el (gnus-article-loose-mime): Change default to t.
18494 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
18496 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
18499 2004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
18501 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18502 Try to append in-reply-to: data to the references: header.
18504 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
18505 (netrc-parse): Use gnus-encrypt.el functions.
18507 * gnus-encrypt.el: Add new file for encryption support; currently
18508 does only a few GPG ciphers and an internal XOR cipher.
18510 * password.el: Add comments on using password-read-and-add.
18511 (password-read-and-add): Add function to read and add the
18512 password to the cache at once.
18514 2004-07-28 Simon Josefsson <jas@extundo.com>
18516 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
18517 parameter (but don't use it, for now).
18519 * imap.el (imap-ssl-open): Use imap-process-connection-type,
18520 instead of hard coding to nil.
18522 2004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
18524 * mm-view.el (mm-inline-image-emacs): Open lines under an image
18525 as mm-inline-image-xemacs does.
18527 2004-07-26 Simon Josefsson <jas@extundo.com>
18529 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
18530 Revert part of 2004-07-17 change below.
18532 2004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
18534 * rfc2047.el (rfc2047-encode-region): Don't infloop.
18535 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18537 2004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
18539 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
18540 quotes that actually start with ">" at the beginning of the
18543 2004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
18545 * rfc2047.el (rfc2047-encode-region): Fix last change.
18546 (rfc2047-encode-parameter): Remove useless concat.
18548 2004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
18550 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
18551 encode special characters; fix some kind of misconfigured headers;
18552 signal a real error if debug-on-quit or debug-on-error is non-nil.
18553 (rfc2047-encode-max-chars): New variable.
18554 (rfc2047-encode-1): Use it.
18555 (rfc2047-encode-parameter): New function.
18557 * mml.el (mml-insert-parameter): Remove an excessive space.
18559 2004-07-17 Simon Josefsson <jas@extundo.com>
18561 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
18562 Kai Grossjohann <kai@emptydomain.de>.
18563 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
18564 (gnus-group-make-menu-bar): Ditto.
18566 * gnus-util.el (gnus-group-server): Add.
18568 2004-07-16 Jesper Harder <harder@ifa.au.dk>
18570 * message.el (message-clone-locals): Clone sendmail and smtp
18573 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
18575 * rfc2047.el (rfc2047-encode-region): Fix last change.
18577 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
18579 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
18580 characters as non-special.
18582 2004-07-09 Simon Josefsson <jas@extundo.com>
18584 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
18585 Users will lose all flag changes made while unplugged with
18586 e.g. nntp unless flag synchronization happens, thus `nil' is not a
18587 good default. See numerous reports on ding mailing list.
18589 2004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
18591 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
18592 add generate-head-function and generate-article-function to the
18593 rfc822-forward entry.
18594 (nndoc-rfc822-forward-generate-article): New function.
18595 (nndoc-rfc822-forward-generate-head): New function.
18597 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
18599 2004-07-06 Dan Christensen <jdc@uwo.ca>
18601 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
18602 respect display group parameter and gnus-summary-expunge-below.
18603 (gnus-articles-to-read): Remove unused reference to display group
18606 2004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
18608 * nnheader.el (nnheader-uniquify-message-id): New experimental
18610 (nnheader-nov-read-message-id): Use it.
18612 * spam-report.el (spam-report-gmane): Add interactive.
18614 2004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
18616 * mm-encode.el (mm-content-transfer-encoding-defaults):
18617 Use qp-or-base64 for the application/* types.
18619 2004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
18621 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
18623 2004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
18625 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
18628 2004-01-25 Paul Jarc <prj@po.cwru.edu>
18630 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
18631 New macro and function.
18632 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
18634 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
18636 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
18639 2004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
18641 * gnus-group.el (gnus-group-get-new-news-this-group):
18642 Don't update info that isn't there.
18644 2004-06-29 Ilya N. Golubev <gin@mo.msk.ru>.
18646 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
18649 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
18651 * mm-view.el (mm-inline-render-with-function): Use multibyte
18652 buffer; decode html source by charset.
18654 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
18656 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
18657 Mule-UCS is loaded under XEmacs.
18658 (mm-mime-mule-charset-alist): Avoid duplicated entries.
18660 2004-06-28 Jesper Harder <harder@ifa.au.dk>
18662 * nnheader.el (nnheader-max-head-length): Increase to 8192.
18664 2004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
18666 * mm-util.el (mm-coding-system-p): Return a coding-system.
18667 (mm-mime-mule-charset-alist): Use shift_jis instead of
18668 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
18669 entries for the mime charsets iso-2022-jp-3 and shift_jis.
18670 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
18671 instead of japanese-shift-jis and iso-latin-1 respectively in
18672 order to share the default value with both Emacs and XEmacs-mule.
18673 (mm-mule-charset-to-mime-charset):
18674 Make mm-coding-system-priorities effective.
18675 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
18676 while predicating of candidates upon the priorities.
18678 2004-06-27 Jesper Harder <harder@ifa.au.dk>
18680 * gnus-sum.el (gnus-summary-make-menu-bar):
18681 Add gnus-uu-invert-processable.
18683 * gnus.el: Autoload gnus-uu-invert-processable.
18685 2004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
18687 * mm-util.el (mm-with-multibyte-buffer): New macro.
18689 * rfc2047.el (rfc2047-encode-string): Use it.
18690 (rfc2047-encode-region): Move point to the end of the region after
18691 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
18693 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
18695 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
18696 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
18698 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
18700 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
18701 (gnus-cite-parse): Ignore quoted envelope From_.
18702 Suggested by Karl Chen <quarl@nospam.quarl.org>.
18704 2004-06-23 Jesper Harder <harder@ifa.au.dk>
18706 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
18709 2004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
18711 * spam.el: Change section markers, revise TODO list.
18712 (spam-backends): Make new master list of all installed backends.
18713 (spam-summary-exit-behavior): Add new variable to determine how
18714 messages moves are done at summary exit.
18715 (spam-move-spam-nonspam-groups-only)
18716 (spam-process-ham-in-nonham-groups)
18717 (spam-process-ham-in-spam-groups): Remove variables, the
18718 spam-summary-exit-behavior variable should be used to manage this
18720 (spam-old-ham-articles, spam-old-spam-articles): Remove.
18721 (spam-old-articles): Add variable, replacing spam-old-ham-articles
18722 and spam-old-spam-articles.
18723 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
18724 Add empty variables, placeholders for the backends they represent.
18725 (spam-set-difference): Move, unchanged.
18726 (spam-list-of-processors): Declare OBSOLETE, not used anymore
18727 unless the user has a processor variable.
18728 (spam-classifications, spam-classification-valid-p)
18729 (spam-backend-properties, spam-backend-property-valid-p)
18730 (spam-backend-function-type-valid-p)
18731 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
18732 (spam-report-articles-gmane, spam-report-articles-resend):
18733 Remove functions, they are not needed.
18734 (spam-install-backend-super, spam-backend-list)
18735 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
18736 (spam-backend-function, spam-backend-ham-registration-function)
18737 (spam-backend-spam-registration-function)
18738 (spam-backend-ham-unregistration-function)
18739 (spam-backend-spam-unregistration-function)
18740 (spam-backend-statistical-p, spam-backend-mover-p)
18741 (spam-install-backend-alias, spam-install-checkonly-backend)
18742 (spam-install-mover-backend, spam-install-nocheck-backend)
18743 (spam-install-backend, spam-install-statistical-backend)
18744 (spam-install-statistical-checkonly-backend): Add backend installation
18746 (spam-summary-prepare-exit): Rewrite to use the new backend code.
18747 (spam-group-processor-p): Use the new backend code and respect the
18748 summary exit behavior.
18749 (spam-mark-spam-as-expired-and-move-routine): Remove.
18750 (spam-summary-prepare): Change to use the new spam-old-articles
18752 (spam-copy-or-move-routine, spam-copy-spam-routine)
18753 (spam-move-spam-routine, spam-copy-ham-routine)
18754 (spam-move-ham-routine): Add code to copy/move ham or spam.
18755 (spam-fetch-field-fast): Improve doc and code, plus allow the
18757 (spam-list-of-checks, spam-list-of-statistical-checks):
18759 (spam-split, spam-find-spam): Use the new backend code.
18760 (spam-registration-functions): Remove variable.
18761 (spam-unregister-routine): Add convenience wrapper.
18762 (spam-log-undo-registration, spam-register-routine)
18763 (spam-log-processing-to-registry)
18764 (spam-log-unregistration-needed-p): Rename "check" to "backend"
18766 (spam-check-gmane-xref, spam-check-regex-headers)
18767 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
18768 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
18769 (spam-check-bogofilter-headers, spam-check-spamoracle)
18770 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
18771 (spam-check-crm114-headers): Use the spam-split-group that
18772 spam-split prepares, no need to determine it every time.
18774 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
18775 to the nnheader-parse-naked-head call.
18777 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
18779 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
18780 the nnheader-nov-read-message-id call.
18782 2004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
18784 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
18785 gnus-activate-group twice. Suggested by Markus Peter
18788 2004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
18790 * gnus-art.el (gnus-article-time-format): Exchange the order of
18791 day and month in the default value; fix customization type.
18792 (article-date-ut): Use add-text-properties.
18793 (article-make-date-line): Use message-make-date instead of
18794 current-time-string.
18796 * message.el (message-fetch-field): Don't use set-text-properties.
18797 (message-make-date): Simplify.
18799 2004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
18801 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
18802 (rfc2047-encode-region): Treat text within parentheses as special;
18803 show the original text when error has occurred.
18805 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
18806 already-computed method to gnus-activate-group.
18808 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
18809 same select-methods identical Lisp objects.
18811 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
18812 object when modifying the info.
18814 2004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
18816 * gnus-srvr.el (gnus-server-set-info): Remove the server from
18817 gnus-opened-servers since it has never been opened with the new
18820 2004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
18822 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
18823 arg to nnheader-generate-fake-message-id.
18825 2004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
18827 * nnheader.el (nnheader-generate-fake-message-id): Accept a
18828 number and build a fake message ID localized to a group and
18829 article number (so it's repeatable from that point on).
18830 (nnheader-fake-message-id-p): Change regex to accommodate new fake
18833 * gnus-sum.el (gnus-get-newsgroup-headers):
18834 Call nnheader-generate-fake-message-id with the article number.
18836 2004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
18838 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
18841 2004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
18843 * message.el (message-ignored-supersedes-headers): Add Approved.
18845 2004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
18847 * rfc2047.el (rfc2047-encode-message-header): Remove useless
18849 (rfc2047-encode): Fold the line before encoding.
18851 2004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
18853 * rfc2047.el (rfc2047-encode-message-header): Disabled header
18854 folding -- not all headers can be folded, and this should be done
18855 by the message composition mode. Probably. I think.
18857 2004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
18859 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
18862 * gnus-ems.el (gnus-remove-image): Don't use
18863 message-text-with-property; remove only the image found first.
18865 2004-06-09 Jesper Harder <harder@ifa.au.dk>
18867 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
18869 2004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
18871 * message.el (message-text-with-property): Make it fast and accept
18872 optional arguments.
18873 (message-strip-forbidden-properties): Use it.
18874 (message-fix-before-sending): Follow the m-t-w-p change.
18876 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
18878 2004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
18880 * gnus-art.el (article-hide-headers): Don't change the buffer
18881 mistakenly when performing mml-preview even if
18882 gnus-single-article-buffer is nil.
18884 2004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
18886 * message.el (message-expand-name-databases): New user option.
18887 (message-expand-name): Use it.
18889 2004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
18891 * spam.el (spam-report-articles-resend)
18892 (spam-report-resend-register-routine): Allow ham reporting.
18893 (spam-report-resend-register-ham-routine): Add wrapper.
18894 (spam-registration-functions): Add ham resending functions.
18895 (spam-list-of-processors): Add ham resend processor.
18897 * gnus.el (ham-resend-to): Add new group parameter.
18898 (spam-process): Add ham resend option.
18900 * spam-report.el (spam-report-resend): Allow reporting ham.
18901 (spam-report-resend-ham): Add wrapper.
18903 2004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
18905 * message.el (message-cite-articles-with-x-no-archive):
18907 (message-cite-original): Use it.
18909 2004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
18911 * message.el (message-cite-original): Respect X-No-Archive.
18913 2004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
18915 * gnus-art.el (article-hide-headers): Refer to the values for
18916 gnus-ignored-headers and gnus-visible-headers in the summary
18917 buffer since a user may have set them as group parameters.
18919 2004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
18921 * assistant.el (assistant-node-name): Add convenience function.
18922 (assistant-render-text, assistant-render-node): Add error handling,
18923 plus handle multiple next nodes.
18924 (assistant-find-next-node): Comment out for now.
18925 (assistant-find-next-nodes): Add function, returns list of next
18928 2004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
18930 * mail-source.el (mail-source-directory): Fix doc-string.
18932 2004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
18934 * assistant.el (assistant-render-text, assistant-eval): Add :set
18935 widget type, which is different because it takes and returns a
18936 list. Much hilarity ensues.
18938 2004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
18940 * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
18942 * gnus-group.el (gnus-group-get-new-news-this-group):
18945 * gnus-start.el (gnus-activate-group): Add doc-string.
18947 2004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
18949 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
18951 2004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
18953 * assistant.el (assistant-render-text): Try to add a :set
18954 widget, more to come.
18956 * spam.el (spam-group-spam-contents-p): Handle empty groupname
18958 (spam-report-articles-resend)
18959 (spam-register-routine): Do registration iff any articles warrant
18961 (spam-summary-prepare-exit): Change log message for nil group
18964 2004-05-27 Daniel Pittman <daniel@rimspace.net>
18966 * spam.el (spam-report-resend-register-routine):
18967 Allow spam-report-resend-to to be a group parameter or a global value.
18969 2004-05-26 Simon Josefsson <jas@extundo.com>
18971 * starttls.el: Merge with my GNUTLS based starttls.el.
18972 (starttls-gnutls-program, starttls-use-gnutls)
18973 (starttls-extra-arguments, starttls-process-connection-type)
18974 (starttls-connect, starttls-failure, starttls-success):
18976 (starttls-program, starttls-extra-args): Doc fix.
18977 (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
18979 (starttls-negotiate, starttls-open-stream):
18980 Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
18981 function if it is set.
18983 2004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
18985 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
18988 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
18990 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
18992 2004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
18994 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18996 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
18997 assigning the spam-mark to new messages.
18999 2004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
19001 * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
19003 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
19005 * rfc2047.el (rfc2047-encodable-p): Don't move point.
19006 (rfc2047-decode): Treat the ascii coding-system as raw-text by
19009 2004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
19011 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
19014 2004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
19016 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
19017 (spam-group-processor-p): Fix function.
19018 (spam-group-processor-multiple-p)
19019 (spam-group-spam-processor-report-gmane-p)
19020 (spam-group-spam-processor-report-resend-p)
19021 (spam-group-spam-processor-bogofilter-p)
19022 (spam-group-spam-processor-blacklist-p)
19023 (spam-group-spam-processor-ifile-p)
19024 (spam-group-ham-processor-ifile-p)
19025 (spam-group-spam-processor-spamoracle-p)
19026 (spam-group-spam-processor-crm114-p)
19027 (spam-group-ham-processor-bogofilter-p)
19028 (spam-group-spam-processor-stat-p)
19029 (spam-group-ham-processor-stat-p)
19030 (spam-group-ham-processor-whitelist-p)
19031 (spam-group-ham-processor-BBDB-p)
19032 (spam-group-ham-processor-spamoracle-p)
19033 (spam-group-ham-processor-copy-p): Remove functions with some
19034 prejudice against unneeded code.
19035 (spam-report-articles-resend)
19036 (spam-report-resend-register-routine): Allow the group/topic
19037 spam-resend-to value to override spam-report-resend-to.
19038 (spam-summary-prepare-exit): Invoke spam-group-processor-p
19041 * gnus.el (spam-resend-to): Add group/topic parameter.
19042 (spam-process): Move the OBSOLETE processors to the end of the
19045 2004-05-24 Daniel Pittman <daniel@rimspace.net>
19047 * spam-report.el (spam-report-resend-to, spam-report-resend):
19048 Start with resend-to set to nil, and then ask the user if necessary.
19049 (spam-report-resend): spam-report-resend takes a list of articles, not
19050 separate article numbers.
19052 2004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
19054 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
19055 addition to emacs-w3m.
19057 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
19059 * assistant.el (assistant-authinfo-data): New function.
19060 (assistant-eval): Eval for entire assistant.
19062 * netrc.el (netrc-services-file): New variable.
19063 (netrc-parse-services): New function.
19064 (netrc-find-service-name): New function.
19065 (netrc-find-service-number): New function.
19066 (netrc-port-equal): New function.
19067 (netrc-machine): Use it.
19069 * nnimap.el (nnimap-open-connection): Use netrc.
19071 * gnus-util.el (gnus-netrc-get): Remove aliases.
19073 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
19075 * assistant.el (wid-edit): Fix compilation.
19077 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
19079 2004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
19081 * gnus-util.el (gnus-set-file-modes): New function. (small
19084 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
19086 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
19088 * assistant.el (assistant-render-node): Fix up rendering and
19090 (assistant-render-node): Reset.
19091 (assistant-make-read-only): Not sticky.
19093 2004-05-20 Danny Siu <dsiu@adobe.com>
19095 * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
19096 centered even when gnus-auto-center-summary is t
19098 2004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
19100 * dns.el (dns-get-txt-answer): New function.
19101 (dns-read-txt): Ditto.
19102 (query-dns): Use it.
19104 2004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
19106 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
19107 active for foreign groups even if the group level is higher than
19108 the specified value.
19110 2004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
19112 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
19115 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
19117 2004-05-20 Magnus Henoch <mange@freemail.hu>
19119 * dns.el (dns-read-type): Add support for SVR. (small patch)
19121 2004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
19123 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
19124 (spam-crm114-header, spam-crm114-spam-switch)
19125 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
19126 (spam-crm114-positive-spam-header)
19127 (spam-crm114-database-directory, spam-list-of-processors)
19128 (spam-group-spam-processor-crm114-p)
19129 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
19130 (spam-generic-score, spam-list-of-checks)
19131 (spam-list-of-statistical-checks, spam-registration-functions)
19132 (spam-check-crm114-headers, spam-crm114-score)
19133 (spam-check-crm114, spam-crm114-register-with-crm114)
19134 (spam-crm114-register-spam-routine)
19135 (spam-crm114-unregister-spam-routine)
19136 (spam-crm114-register-ham-routine)
19137 (spam-crm114-unregister-ham-routine): Add CRM114 support.
19138 From asjo@koldfront.dk (Adam Sjøgren).
19140 * gnus.el: Add spam-use-crm114.
19142 * spam.el (spam-list-of-processors, spam-registration-functions):
19143 Add spam-use-resend.
19144 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
19145 (spam-report-articles-gmane): Add doc fix.
19146 (spam-report-articles-resend, spam-report-resend-register-routine):
19147 Add wrappers around spam-report-resend-to.
19149 * spam-report.el (spam-report-resend-to, spam-report-resend):
19150 Add support for resending spam.
19151 (spam-report-gmane): Fix line length >80.
19153 * gnus.el (spam-process): Add spam-use-resend.
19155 2004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
19157 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
19158 number of processed spam messages.
19159 (spam-ham-copy-or-move-routine): Return the number of processed
19161 (spam-summary-prepare-exit): Use the above values to decide
19162 whether status messages shouled be displayed.
19164 2004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
19166 * rfc2047.el (rfc2047-encode-function-alist): Rename from
19167 `rfc2047-encoding-function-alist' in order to avoid conflicting
19168 with the old version.
19169 (rfc2047-encode-region): Concatenate words containing non-ASCII
19170 characters in structured fields; don't encode space-delimited
19171 ASCII words even in unstructured fields; don't break words at
19172 char-category boundaries.
19173 (rfc2047-encode-1): New function.
19174 (rfc2047-encode): Use it; encode text so that it occupies the
19175 maximum width within 76-column; work correctly on Q encoding for
19176 iso-2022-* charsets.
19177 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
19178 sure not to break a line just after the header name.
19179 (rfc2047-b-encode-region): Remove.
19180 (rfc2047-b-encode-string): New function.
19181 (rfc2047-q-encode-region): Remove.
19182 (rfc2047-q-encode-string): New function.
19184 * mm-util.el (mm-replace-in-string): New function.
19186 2004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
19188 * gnus-msg.el (gnus-inews-make-draft-meta-information):
19189 Really get it right.
19190 (gnus-inews-make-draft): Really.
19192 2004-05-19 Ben Menasha <bmenasha@benmenasha.net>
19194 * nnmh.el (nnmh-request-list-1): Don't check the link count
19195 before descending. (small patch)
19197 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
19199 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
19202 * gnus-start.el (gnus-subscribe-hierarchical-interactive):
19203 Match on real group name.
19205 * gnus-art.el (gnus-signature-limit): Doc fix.
19207 * gnus-msg.el (gnus-inews-make-draft): Quote list.
19209 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
19211 * gnus-draft.el (gnus-draft-send):
19212 Bind rfc2047-encode-encoded-words.
19214 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
19215 (rfc2047-encodable-p): Say that =? needs encoding.
19216 (rfc2047-encode-encoded-words): New variable.
19218 * gnus-group.el (gnus-group-select-group): Doc fix.
19220 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
19222 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
19225 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
19227 * nnheader.el (nnheader-get-lines-and-char): New function.
19229 2004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
19231 * gnus-msg.el (gnus-summary-followup-with-original):
19232 Document yanking of region when active.
19234 2004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
19236 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
19237 groups if the group level is higher than the specified value.
19239 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
19241 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
19242 (gnus-group-jump-to-group): Add prefix argument using
19243 `gnus-group-jump-to-group-prompt'. Query before jumping to
19246 * compface.el (uncompface): Be verbose when changing
19247 `uncompface-use-external'.
19249 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
19250 handle manual section.
19252 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
19254 * gnus-art.el (gnus-button-alist): Revert previous change.
19256 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
19258 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
19260 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
19262 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
19263 whether backend can accept message.
19265 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
19267 2004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
19269 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19270 Avoid creating directory when nntp-marks-is-evil is true.
19271 Reported by Reiner Steib.
19273 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
19275 * gnus-picon.el (gnus-picon-style): New variable.
19276 (gnus-picon-insert-glyph): Add optional `nostring' argument.
19277 (gnus-picon-transform-address): Support `gnus-picon-style'.
19278 From Jesper Harder <harder@ifa.au.dk>.
19280 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
19282 * message.el (message-fill-field): Return point.
19283 (message-generate-headers): Go to end of field.
19285 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
19286 stuff for non-living groups.
19288 2004-05-18 Jesper Harder <harder@ifa.au.dk>
19290 * gnus-art.el (gnus-article-followup-with-original)
19291 (gnus-article-reply-with-original): gnus-mark-active-p ->
19292 gnus-region-active-p.
19294 2004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
19296 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
19297 only when there is spam or ham to be processed.
19299 2004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
19301 * mail-source.el (mail-source-delete-crash-box): Refactor.
19302 (mail-source-fetch): Use it.
19303 (mail-source-fetch-file): Ditto.
19304 (mail-source-fetch-directory): Run postscript in loop.
19305 (mail-source-fetch-pop): Delete.
19306 (mail-source-fetch-maildir): Ditto.
19307 (mail-source-fetch-imap): Ditto.
19309 * imap.el (imap-authenticators): Comment out sasl.
19311 * message.el (message-skip-to-next-address): New function.
19312 (message-fill-header-address): Refactor.
19313 (message-fill-address): Use it.
19314 (message-delete-address): Use it.
19315 (message-fill-header-general): Refactor.
19316 (message-fill-field-address): Rename.
19317 (message-narrow-to-field): Find the start of the header.
19318 (message-header-format-alist): Don't pre-fill.
19319 (message-fill-header): Remove.
19320 (message-insert-header): New function.
19321 (message-shorten-references): Use it.
19323 * rfc2047.el (rfc2047-field-value): Strip props.
19325 * mail-parse.el (mail-header-make-address): New alias.
19327 * ietf-drums.el (ietf-drums-make-address): New function.
19329 * imap.el: Add compiler directives.
19331 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
19333 * gnus-art.el (article-decode-idna-rhs): Don't use
19334 message-idna-inside-rhs-p.
19336 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
19338 * message.el (message-idna-inside-rhs-p): Remove.
19339 (message-idna-to-ascii-rhs-1): Use proper address parsing.
19341 * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
19344 2004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
19346 * imap.el (imap-sasl-make-mechanisms): Use sasl.
19348 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
19350 * nneething.el (nneething-file-name): Don't create spurious
19353 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
19354 (gnus-inews-do-gcc): Remove sleep.
19356 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
19359 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
19360 (gnus-agent-regenerate-group): Using nil messages aren't valid.
19362 2004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
19364 * spam.el (spam-summary-prepare-exit): Fix (length).
19366 2004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
19368 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
19369 as expired without moving it" message when there are spam
19372 2004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
19374 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
19377 2004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
19379 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19380 Call nntp-possibly-create-directory, not nntp-possibly-change-group.
19381 (nntp-marks-changed-p): New arg SERVER.
19382 (nntp-request-update-info): Adjust caller.
19384 2004-05-14 Kai Grossjohann <kai@emptydomain.de>
19386 * nntp.el (nntp-save-marks): Pass missing arg.
19388 2004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
19390 * nntp.el: Support marks.
19391 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
19392 (nntp-marks-modtime, nntp-marks-directory): New variables.
19393 (nntp-request-set-mark, nntp-request-update-info)
19394 (nntp-possibly-create-directory, nntp-marks-changed-p)
19395 (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
19398 2004-05-12 Jesper Harder <harder@ifa.au.dk>
19400 * gnus-score.el (gnus-score-insert-help):
19401 Use gnus-select-lowest-window.
19403 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
19404 appt-select-lowest-window and rename to gnus-select-lowest-window.
19408 2004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
19410 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
19411 encodings of MIME-encoded words, in order to improve
19412 interoperability with several broken MUAs.
19414 2004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
19416 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
19417 tags, only when charsets are not specified in headers.
19418 (mm-inline-text-html-render-with-w3m): Ditto.
19420 2004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
19422 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
19423 instead of MIME-decoded from fields when checking
19424 `gnus-article-address-banner-alist'.
19426 2004-05-03 Jesper Harder <harder@ifa.au.dk>
19428 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
19429 description rather than subject.
19431 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
19433 * gnus.el (gnus-version-number): Bump.
19435 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
19437 * gnus.el: No Gnus v0.2 is released.
19439 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
19441 * gnus-agent.el (gnus-agent-read-agentview):
19442 Inline gnus-uncompress-range.
19444 2004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
19446 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
19447 `exec-installed-p'.
19449 2004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
19451 * gnus.el (spam-process, spam-autodetect-methods):
19452 Add bsfilter and bsfilter-headers.
19454 * spam.el (spam-bsfilter): New customize group.
19455 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
19456 (spam-bsfilter-header, spam-bsfilter-probability-header)
19457 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
19458 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
19459 (spam-bsfilter-database-directory): New options.
19460 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
19461 (spam-list-of-statistical-checks, spam-registration-functions):
19462 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
19463 (spam-bsfilter-score): New command.
19464 (spam-check-bsfilter-headers, spam-check-bsfilter)
19465 (spam-bsfilter-register-with-bsfilter)
19466 (spam-bsfilter-register-spam-routine)
19467 (spam-bsfilter-unregister-spam-routine)
19468 (spam-bsfilter-register-ham-routine)
19469 (spam-bsfilter-unregister-ham-routine): New functions.
19470 (spam-generic-score): Support bsfilter; Accept an optional argument
19471 to recalcurate spam score even if scoring header has already been
19473 (spam-bogofilter-score, spam-spamassassin-score): Accept an
19474 optional argument to recalcurate spam score even if scoring header
19475 has already been added.
19477 2004-04-29 Jesper Harder <harder@ifa.au.dk>
19479 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
19480 strings! Reported by David D. Smith <davidsmith@acm.org>.
19481 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
19484 2004-04-28 Jesper Harder <harder@ifa.au.dk>
19486 * html2text.el (html2text-replace-list): Add & and '.
19487 (html2text-get-attr): Rewrite.
19489 * message.el (message-setup-1): Remove redundant put-text-property
19490 on mail-header-separator.
19492 2004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
19494 * gnus-registry.el (gnus-registry-cache-whitespace)
19495 (gnus-registry-action, gnus-registry-spool-action)
19496 (gnus-registry-split-fancy-with-parent): Change message levels
19497 from 5 to 3 or 7, as needed.
19499 * spam.el (spam-summary-prepare-exit)
19500 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
19501 (spam-split, spam-find-spam, spam-log-undo-registration)
19502 (spam-check-blackholes, spam-enter-ham-BBDB): Change message
19505 2004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
19507 * gnus-ems.el: Autoload appt-select-lowest-window (revert
19508 2004-03-04 change).
19510 2004-04-25 Jesper Harder <harder@ifa.au.dk>
19512 * sieve-manage.el (sieve-manage-open):
19513 * nnweb.el (nnweb-insert-html):
19514 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
19515 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
19516 * nnspool.el (nnspool-request-group):
19517 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
19518 * nnml.el (nnml-request-update-info):
19519 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
19520 (nnmh-request-create-group, nnmh-update-gnus-unreads):
19521 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
19522 (nnimap-request-set-mark):
19523 * nnfolder.el (nnfolder-request-update-info):
19524 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
19525 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
19526 * gnus-uu.el (gnus-uu-find-articles-matching):
19527 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
19528 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
19529 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
19530 * gnus-nocem.el (gnus-nocem-scan-groups):
19531 * gnus-int.el (gnus-start-news-server):
19532 * gnus-group.el (gnus-group-make-kiboze-group)
19533 (gnus-group-browse-foreign-server):
19534 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
19535 Use mapc when appropriate.
19537 2004-04-22 Teodor Zlatanov <tzz@lifelogs.com>
19539 FIXME: Make separate entries for each person.
19541 From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
19542 Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
19543 <shields@msrl.com>:
19545 * spam.el (spam-necessary-extra-headers): Get the extra headers we
19546 may need for spam sorting and scoring.
19547 (spam-user-format-function-S): Add user format function suitable for
19549 (spam-article-sort-by-spam-status): Add sorting function for summary
19551 (spam-extra-header-to-number): Add function to get a score from a
19553 (spam-summary-score): Add function to get a numeric score from the
19555 (spam-generic-score): Fix function doc, was in wrong place.
19556 (spam-initialize): Take symbols when it's run, and install the
19557 extra headers that spam-necessary-extra-headers thinks we need.
19559 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
19561 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
19562 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
19564 2004-04-17 Jesper Harder <harder@ifa.au.dk>
19566 * gnus-sum.el (gnus-set-global-variables)
19567 (gnus-build-all-threads, gnus-get-newsgroup-headers)
19568 (gnus-article-get-xrefs, gnus-summary-best-group)
19569 (gnus-summary-next-article, gnus-summary-enter-digest-group)
19570 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
19571 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
19572 Use with-current-buffer.
19574 2004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
19576 * spam.el (spam-summary-prepare-exit): Simplify logic.
19577 (spam-fetch-article-header): Read the article header if it's not
19579 (spam-list-articles): Simplify logic.
19580 (spam-filelist-register-routine): Fix bug with unregister-list.
19582 * gnus-registry.el: Fix comments at beginning.
19584 2004-04-16 Jesper Harder <harder@ifa.au.dk>
19586 * message.el (message-cater-to-broken-inn): Remove.
19587 (message-shorten-references): Make sure the total folded length of
19588 References is shorter than 998 characters to cater to a bug in INN
19589 2.3. Also, don't pretend that references aren't folded -- this
19590 hasn't worked for a while.
19592 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
19594 * gnus-agent.el (gnus-agentize):
19595 gnus-agent-send-mail-real-function no longer set to current value
19596 of message-send-mail-function but rather a lambda that calls
19597 message-send-mail-function. The change makes the agent real-time
19598 responsive to user changes to message-send-mail-function.
19600 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
19602 * legacy-gnus-agent.el
19603 (gnus-agent-convert-to-compressed-agentview): Fix typos with
19604 help from Florian Weimer <fw@deneb.enyo.de>
19606 2004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
19608 * nnmail.el (nnmail-cache-insert): Revert last change.
19610 2004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
19612 * nnmail.el (nnmail-cache-insert): Always check whether
19613 nnmail-cache-ignore-groups matches a group name.
19615 2004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
19617 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
19618 (spam-find-spam, spam-log-processing-to-registry)
19619 (spam-log-registered-p, spam-log-unregistration-needed-p)
19620 (spam-log-undo-registration): Use gnus-message instead of
19621 gnus-error, none of these errors are fatal.
19623 * gnus-registry.el (gnus-registry-clean-empty-function)
19624 (gnus-registry-clean-empty): Remove only empty entries without
19627 2004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
19629 * spam-stat.el (spam-stat-buffer-change-to-spam)
19630 (spam-stat-buffer-change-to-non-spam): Change (error) to
19631 (gnus-message 8) invocation.
19633 2004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
19635 * nntp.el (nntp-via-netcat-command): New variable.
19636 (nntp-via-netcat-switches): New variable.
19637 (nntp-open-via-rlogin-and-netcat): New function.
19638 (nntp-open-connection-function): Doc fix.
19639 (nntp-telnet-command): Doc fix.
19640 (nntp-end-of-line): Doc fix.
19641 (nntp-via-rlogin-command): Doc fix.
19642 (nntp-via-user-name): Doc fix.
19643 (nntp-via-address): Doc fix.
19645 2004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
19647 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
19648 error in Emacs 21.1.
19650 2004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
19652 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
19654 2004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
19656 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
19657 (gnus-agent-with-refreshed-group): New macro.
19658 (gnus-agent-rename-group): New function.
19659 (gnus-agent-delete-group): New function.
19660 (gnus-agent-save-group-info): Use gnus-command-method when
19661 `method' parameter is nil. Don't write nil entries into the
19663 (gnus-agent-get-group-info): New function.
19664 (gnus-agent-fetch-articles):
19665 Use gnus-agent-update-files-total-fetched-for to increment disk space
19667 (gnus-agent-fetch-headers, gnus-agent-save-alist):
19668 Use gnus-agent-update-view-total-fetched-for to increment disk space
19670 (gnus-agent-get-local): Add optional parameters to avoid calling
19671 gnus-group-real-name and gnus-find-method-for-group.
19672 (gnus-agent-set-local): Delete stored entry if either min, or max,
19674 (gnus-agent-fetch-session): Reworded error/quit messages.
19675 On quit, use gnus-agent-regenerate-group to record existence of any
19676 articles fetched to disk before the quit occurred.
19677 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
19678 gnus-agent-update-view-total-fetched-for, and
19679 gnus-agent-update-files-total-fetched-for to decrement disk space
19681 (gnus-agent-retrieve-headers):
19682 Use gnus-agent-update-view-total-fetched-for to increment disk space
19684 (gnus-agent-regenerate-group): Replace gnus-group-update-group
19685 with gnus-agent-update-files-total-fetched-for to decrement disk
19686 space and fresh group buffer.
19687 (gnus-agent-inhibit-update-total-fetched-for): New variable.
19688 (gnus-agent-need-update-total-fetched-for): New variable.
19689 (gnus-agent-update-files-total-fetched-for): New function.
19690 (gnus-agent-update-view-total-fetched-for): New function.
19691 (gnus-agent-total-fetched-for): New function.
19693 * gnus-cache.el (gnus-cache-save-buffers):
19694 Use gnus-cache-update-overview-total-fetched-for to change disk space
19695 used by this group.
19696 (gnus-cache-possibly-enter-article):
19697 Use gnus-cache-update-file-total-fetched-for to increment disk space
19698 used by this group.
19699 (gnus-cache-possibly-remove-article):
19700 Use gnus-cache-update-file-total-fetched-for to decrement disk space
19701 used by this group.
19702 (gnus-cache-generate-nov-databases): Purge total fetched cache.
19703 (gnus-cache-rename-group): New function.
19704 (gnus-cache-delete-group): New function.
19705 (gnus-cache-inhibit-update-total-fetched-for): New variable.
19706 (gnus-cache-need-update-total-fetched-for): New variable.
19707 (gnus-cache-with-refreshed-group): New macro.
19708 (gnus-cache-update-file-total-fetched-for): New function.
19709 (gnus-cache-update-overview-total-fetched-for): New function.
19710 (gnus-cache-rename-group-total-fetched-for): New function.
19711 (gnus-cache-delete-group-total-fetched-for): New function.
19712 (gnus-cache-total-fetched-for): New function.
19714 * gnus-group.el: Require gnus-sum and autoload functions to
19715 resolve warnings when gnus-group.el compiled alone.
19716 (gnus-group-line-format): Documented new %F.
19717 (size of Fetched data) group line format; identifies disk space
19718 used by agent and cache.
19719 (gnus-group-line-format-alist): Defined new F format.
19720 (gnus-total-fetched-for): New function.
19721 (gnus-group-delete-group): No longer update
19722 gnus-cache-active-altered as gnus-request-delete-group now keeps
19724 (gnus-group-list-active): Let the agent store a server's active
19725 list if currently plugged.
19727 * gnus-int.el (gnus-request-delete-group):
19728 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
19729 local disk in sync with the server.
19730 (gnus-request-rename-group):
19731 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
19732 local disk in sync with the server.
19734 * gnus-start.el (gnus-get-unread-articles):
19735 Cosmetic simplification to logic.
19737 * gnus-util.el (gnus-rename-file): New function.
19739 2004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
19741 * mm-util.el (mm-image-load-path): Handle nil in load-path.
19743 2004-04-07 Jesper Harder <harder@ifa.au.dk>
19745 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
19746 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
19748 2004-04-06 Jesper Harder <harder@ifa.au.dk>
19750 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
19751 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
19753 2004-04-03 Jesper Harder <harder@ifa.au.dk>
19755 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
19757 2004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
19759 * spam.el (spam-set-difference): Add function to replace
19760 gnus-set-difference in spam.el.
19761 (spam-summary-prepare-exit): Use spam-set-difference.
19763 2004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
19765 * gnus-registry.el (gnus-registry-cache-file): Update to use
19766 gnus-dribble-directory OR gnus-home-directory OR ~.
19767 (gnus-registry-split-fancy-with-parent): Fix doc.
19769 2004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
19771 * message.el (message-exchange-point-and-mark):
19772 Use message-mark-active-p. Suggested by Jesper Harder
19773 <harder@ifa.au.dk>.
19775 2004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
19777 * message.el (message-exchange-point-and-mark): Don't activate
19778 region if it was inactive. Suggested by Hiroshi Fujishima
19779 <pooh@nature.tsukuba.ac.jp>.
19781 2004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
19783 * gnus-art.el (article-display-face): Display Faces in the same
19786 2004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
19788 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
19790 2004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
19792 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
19793 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
19794 (gnus-article-mime-hierarchy): Remove.
19795 (gnus-article-mime-hierarchy-next): Remove.
19796 (gnus-article-mode): Revert 2004-03-19 change.
19797 (gnus-article-setup-buffer): Revert 2004-03-19 change.
19798 (gnus-insert-mime-button): Revert 2004-03-19 change.
19799 (gnus-mime-accumulate-hierarchy): Remove.
19800 (gnus-mime-enter-multipart): Remove.
19801 (gnus-mime-leave-multipart): Remove.
19802 (gnus-mime-display-part): Revert 2004-03-19 change.
19803 (gnus-mime-display-alternative): Revert 2004-03-19 change.
19805 * mml.el (mml-preview): Revert 2004-03-19 change.
19807 2004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
19809 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
19811 2004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
19813 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
19814 t while entering a file name using the mm-with-multibyte macro.
19815 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19817 * mm-util.el (mm-with-multibyte): New macro.
19819 2004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
19821 * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
19823 (gnus-mime-multipart-functions): Doc and customization fix.
19824 (gnus-article-mime-hierarchy): New variable.
19825 (gnus-article-mime-hierarchy-next): New variable.
19826 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
19827 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
19828 gnus-article-mime-hierarchy-next to nil.
19829 (gnus-insert-mime-button): Show hierarchy numbers.
19830 (gnus-mime-accumulate-hierarchy): New function.
19831 (gnus-mime-enter-multipart): New function.
19832 (gnus-mime-leave-multipart): New function.
19833 (gnus-mime-display-part): Recompute hierarchical MIME structure.
19834 (gnus-mime-display-alternative): Show hierarchy numbers.
19836 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
19837 gnus-article-mime-hierarchy-next to nil.
19839 2004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
19841 * dns.el: Don't require gnus-xmas.
19843 2004-03-17 Jesper Harder <harder@ifa.au.dk>
19845 * mml.el (mml-generate-mime-1): Don't use format=flowed with
19847 (mml-menu): Disable mml-quote-region if mark is inactive.
19849 2004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
19851 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
19852 when the group's active is not available.
19854 2004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
19856 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
19859 2004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
19861 * imap.el (imap-store-password): New variable.
19862 (imap-interactive-login): Use it.
19863 Suggested by Mark Plaksin <happy@mcplaksin.org>.
19865 2004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
19867 * gnus-art.el (gnus-article-read-summary-keys): Restore new
19868 window-start and hscroll to summary window.
19870 2004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
19872 * gnus-start.el (gnus-convert-old-newsrc): Only write the
19873 conversion message to newsrc-dribble when an actual conversion is
19876 2004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
19878 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
19880 2004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
19882 * mm-decode.el (mm-complicated-handles): New function reviving
19883 former definition of mm-multiple-handles.
19885 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
19886 (gnus-mime-delete-part): Use it.
19888 2004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
19890 * gnus-agent.el (gnus-agent-read-local):
19891 Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
19892 avoid the implicit assumption that they will always be equal.
19893 (gnus-agent-save-local): Bind buffer-file-coding-system, not
19894 coding-system-for-write, as the with-temp-file macro first prints
19895 to a buffer then saves the buffer.
19897 2004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
19899 * gnus-art.el (gnus-article-edit-part): New function.
19900 (gnus-mime-save-part-and-strip): Use it; do query instead of
19901 signaling an error; don't use mm-multiple-handles.
19902 (gnus-mime-delete-part): Ditto.
19904 2004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
19906 * gnus-agent.el (gnus-agent-read-agentview): Remove support for
19908 (gnus-group-prepare-hook): Remove function that converted list
19909 form of gnus-agent-expire-days to group properties.
19911 * gnus-int.el: Autoload gnus-agent-regenerate-group.
19912 (gnus-request-accept-article): Re-indented.
19914 * gnus-start.el (gnus-convert-old-newsrc): Registered new
19915 converters to handle old agent file formats. Add logic for a
19916 "backup before upgrading warning".
19917 (gnus-convert-mark-converter-prompt): Developers can mark
19918 functions as needing (default), or not needing,
19919 gnus-convert-old-newsrc's "backup before upgrading warning".
19920 (gnus-convert-converter-needs-prompt): Tests whether the user
19921 should be protected from potentially irreversable changes by the
19924 * legacy-gnus-agent.el: New. Provides converters that are only
19925 loaded when gnus-convert-old-newsrc needs to call them.
19927 2004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
19929 * mail-source.el (mail-source-touch-pop): Doc fix.
19931 * message.el (message-smtpmail-send-it): Doc fix.
19933 2004-03-05 Jesper Harder <harder@ifa.au.dk>
19935 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
19937 * nnmail.el (nnmail-split-fancy): do.
19939 * gnus-kill.el (gnus-kill, gnus-execute): do.
19941 2004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
19943 * gnus-sum.el (gnus-widget-reversible-match)
19944 (gnus-widget-reversible-to-internal)
19945 (gnus-widget-reversible-to-external): New functions.
19946 (gnus-widget-reversible): New widget.
19947 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
19949 2004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
19951 * gnus-sum.el (gnus-thread-sort-functions)
19952 (gnus-article-sort-functions): Document `(not F)' items.
19954 2004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
19956 * spam.el (spam-use-gmane-xref): Add new backend.
19957 (spam-gmane-xref-spam-group): Add variable to control the name of the
19959 (spam-blackhole-servers, spam-blackhole-good-server-regex)
19960 (spam-regex-headers-spam, spam-regex-headers-ham)
19961 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
19962 (spam-list-of-checks): Add spam-use-gmane-xref to list of
19963 backends and checks.
19964 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
19966 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
19967 an autodetect method.
19969 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
19971 * gnus-int.el (gnus-request-accept-article): Inform the agent that
19972 articles are being added to a group.
19973 (gnus-request-replace-article): Inform the agent that articles
19974 need to be uncached as the cached contents are no longer valid.
19976 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
19978 * binhex.el: Don't autoload executable-find.
19980 * canlock.el: Don't autoload mail-fetch-field.
19982 * gnus-ems.el: Don't autoload appt-select-lowest-window.
19984 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
19985 rmail-dont-reply-to and rmail-output.
19987 * gnus-score.el: Don't autoload ffap-string-at-point.
19989 * gnus-setup.el: Don't autoload sc-cite-original.
19991 * imap.el: Don't autoload base64-decode-string,
19992 base64-encode-string and md5.
19994 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
19995 and rmail-msg-restore-non-pruned-header.
19997 * mm-decode.el: Don't autoload executable-find.
19999 * mm-url.el: Don't autoload executable-find.
20001 * mm-view.el: Don't autoload diff-mode.
20003 * nndb.el: Don't autoload news-reply-mode, news-setup,
20004 cancel-timer and telnet.
20006 * password.el: Don't autoload run-at-time for Emacs.
20008 * sha1-el.el: Don't autoload executable-find.
20010 * sieve-mode.el: Don't autoload c-mode.
20012 * uudecode.el: Don't autoload executable-find.
20014 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
20016 * gnus-agent.el (gnus-agent-file-header-cache): Remove.
20017 (gnus-agent-possibly-alter-active): Avoid null in numeric
20019 (gnus-agent-set-local): Refuse to save null in local object table.
20020 (gnus-agent-regenerate-group): The REREAD parameter can now be a
20021 list of articles that will be marked as unread.
20023 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
20025 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
20027 2004-03-04 Jesper Harder <harder@ifa.au.dk>
20029 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
20032 2004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
20034 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
20035 Don't bind "obarray".
20037 * gnus-sum.el (gnus-thread-sort-functions):
20038 Add `gnus-thread-sort-by-most-recent-number' and
20039 `gnus-thread-sort-by-most-recent-date'.
20040 Reported by Kai Grossjohann <kai@emptydomain.de>.
20042 2004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
20044 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
20046 2004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
20048 * gnus-cus.el (gnus-agent-customize-category):
20049 Remove ignore-errors macro reference that required cl to be loaded at
20052 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
20053 single-interval range of the form (min . max). Previously the
20054 range had to look like ((min . max)). Likewise, return
20055 (min . max) rather than ((min . max)).
20056 (gnus-range-map): Use gnus-range-normalize to accept
20057 single-interval range.
20059 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
20060 the cache, but not the agent, now appear with their usual face.
20062 2004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
20064 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
20065 w3m-safe-url-regexp variable buffer-local.
20067 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
20069 2004-02-27 Simon Josefsson <jas@extundo.com>
20071 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
20072 gnus-group-real-prefix.
20073 (gnus-summary-move-article): Use it, instead of
20074 gnus-group-real-prefix.
20076 2004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
20078 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
20079 w3m-safe-url-regexp variable buffer-local and set it as the value
20080 of mm-w3m-safe-url-regexp.
20082 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
20084 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
20085 parsing gnus-posting-styles when the message is not for replying.
20087 * nnrss.el (nnrss-opml-export):
20088 Use mm-set-buffer-file-coding-system instead of
20089 set-buffer-file-coding-system.
20091 2004-02-27 Jesper Harder <harder@ifa.au.dk>
20093 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
20096 * gnus-mlspl.el: do.
20098 * gnus-srvr.el: do.
20100 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
20102 2004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
20104 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
20105 Corrections to custom-manual links.
20107 * gnus-art.el (gnus-article): Ditto.
20109 * mm-decode.el (mime-display, mime-security): Ditto.
20111 2004-02-26 Jesper Harder <harder@ifa.au.dk>
20113 * flow-fill.el: Typo.
20115 2004-02-26 Andrew Cohen <cohen@andy.bu.edu>
20117 * spam-wash.el: New file.
20119 2004-02-26 Mark A. Hershberger <mah@everybody.org>
20121 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
20123 2004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
20125 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
20126 to be run with new-articles as LIST1, not LIST2.
20127 (spam-registration-functions): Add spam-use-ham-copy as a nil
20128 registration backend.
20130 2004-02-26 Jesper Harder <harder@ifa.au.dk>
20132 * spam-stat.el (spam-stat-washing-hook): New option.
20133 (spam-stat-buffer-words): Use it.
20134 (spam-stat-process-directory, spam-stat-test-directory):
20135 Use insert-file-contents-literally.
20136 (spam-stat-coding-system): New variable.
20137 (spam-stat-load, spam-stat-save): Use it.
20139 2004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
20141 * spam-report.el (spam-report-plug-agent):
20142 Quote spam-report-url-to-file and spam-report-url-ping-plain.
20144 2004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
20146 * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
20147 Allow / in mailto URLs.
20149 2004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
20151 * spam-report.el (spam-report-process-queue): Fix interactive use.
20152 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
20153 (spam-report-unplug-agent): Doc fixes.
20154 (spam-report-url-ping-mm-url, spam-report-url-to-file)
20155 (spam-report-agentize, spam-report-deagentize):
20156 Autoload 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
20158 * message.el (message-setup-fill-variables): Add mml tags to
20159 paragraph-start and paragraph-separate. Suggested by Andrew Korty
20161 (message-mode): Don't modify paragraph-separate there.
20163 2004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
20165 * compface.el (uncompface-use-external): Default to undecided.
20166 (uncompface-use-external-threshold): New variable.
20167 (uncompface-float-time): New macro.
20168 (uncompface): Determine whether to use the external decoder if
20169 uncompface-use-external is undecided.
20171 2004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
20173 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
20176 * gnus-art.el (gnus-mime-display-single): Remove dead code.
20178 2004-02-14 Jesper Harder <harder@ifa.au.dk>
20180 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
20182 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
20184 * gnus-sum.el (gnus-summary-limit-to-age)
20185 (gnus-summary-limit-children): do.
20187 * gnus-int.el (gnus-request-scan): do.
20189 * gnus-group.el (gnus-group-suspend): do.
20191 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
20193 * gnus-cite.el (gnus-cite-parse-attributions): do.
20195 * gnus-agent.el (gnus-summary-set-agent-mark)
20196 (gnus-agent-regenerate-group): do.
20198 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
20200 * binhex.el (binhex-decode-region-internal): do.
20202 2004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
20204 * gnus-fun.el (gnus-face-properties-alist): New user option.
20205 (gnus-display-x-face-in-from): Use it.
20207 * gnus-art.el (article-display-face): Ditto.
20209 * compface.el (uncompface-use-external): Default to nil.
20211 2004-02-12 Jesper Harder <harder@ifa.au.dk>
20213 * nntp.el (nntp-erase-buffer): New function.
20214 (nntp-retrieve-data, nntp-send-command)
20215 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
20216 (nntp-possibly-change-group): Use it.
20218 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
20219 Use with-current-buffer.
20221 2004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
20223 * compface.el: Merge the ELisp-based uncompface program.
20224 (compface): New customization group.
20225 (uncompface-use-external): New user option.
20226 (uncompface): Call uncompface-internal if uncompface-use-external
20228 (uncompface-internal): New function. Note that there are also
20229 some other functions and variables added for this function.
20231 2004-02-10 Jesper Harder <harder@ifa.au.dk>
20233 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
20236 2004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
20238 * spam-report.el (spam-report-unplug-agent)
20239 (spam-report-plug-agent, spam-report-deagentize)
20240 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
20241 Add support for the Agent in spam-report: when unplugged, report to a
20242 file; when plugged, submit all the requests.
20244 * spam.el (spam-register-routine): Fix message about
20247 2004-02-09 Jesper Harder <harder@ifa.au.dk>
20249 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
20251 (rfc2047-encode): Use it.
20253 * gnus-art.el (gnus-button-marker-list): Move before first
20256 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
20257 (imap-parse-body): Fix format string mismatch.
20259 * gnus-score.el (gnus-summary-increase-score): do.
20261 * nnrss.el (nnrss-close): New function.
20263 2004-02-08 Jesper Harder <harder@ifa.au.dk>
20265 * nnrss.el (nnrss-make-filename): New function.
20266 (nnrss-request-delete-group, nnrss-read-server-data)
20267 (nnrss-save-server-data, nnrss-read-group-data)
20268 (nnrss-save-group-data): Use it.
20269 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
20270 (nnrss-read-server-data, nnrss-read-group-data): Use load.
20271 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
20273 2004-02-07 Jesper Harder <harder@ifa.au.dk>
20275 * mml.el (mml-compute-boundary-1): Don't uncompress files.
20277 2004-02-06 Jesper Harder <harder@ifa.au.dk>
20279 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
20282 * message.el (message-generate-headers-first): Don't quote nil
20283 and t in docstrings.
20285 * imap.el (imap-id): do.
20287 * gnus-agent.el (gnus-agent-consider-all-articles)
20288 (gnus-agent-queue-mail): do.
20290 2004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
20292 * spam-report.el (spam-report-process-queue): New function.
20293 Process requests from `spam-report-requests-file'.
20294 (spam-report-process-queue): Doc fix.
20296 2004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
20298 * spam.el (spam-register-routine)
20299 (spam-log-processing-to-registry, spam-log-registered-p)
20300 (spam-log-unregistration-needed-p, spam-log-undo-registration):
20301 Change "check" to "spam-check" for semi-clarity.
20303 2004-02-05 Jesper Harder <harder@ifa.au.dk>
20305 * pop3.el: Require nnheader.
20307 * mml-smime.el: Require cl. Autoload message-fetch-field.
20309 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
20311 * gnus-picon.el: Require cl.
20313 * gnus-fun.el: Require gnus-ems and gnus-util.
20315 * gnus.el (gnus-method-to-server): Move defsubst before first use.
20317 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
20319 * gnus-art.el (gnus-article-edit-mode): Define before first
20322 2004-02-04 Jesper Harder <harder@ifa.au.dk>
20324 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
20325 (gnus-uu-post-encoded): Use point-at-bol.
20327 * gnus-topic.el (gnus-group-active-topic-p): do.
20329 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
20331 * gnus-group.el (gnus-group-kill-region): do.
20333 * gnus-art.el (article-date-ut): do.
20335 * message.el (message-fetch-field): Remove redundant
20336 case-fold-search binding.
20337 (message-narrow-to-field): Simplify.
20339 2004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
20341 * spam.el (spam-directory): Derive from `gnus-directory'.
20343 * spam-report.el (spam-report-url-to-file)
20344 (spam-report-requests-file): New function and variable for offline
20346 (spam-report-url-ping-function): Add `spam-report-url-to-file'
20347 and user defined function.
20348 (spam-report-url-ping-mm-url): Remove doubled slash.
20350 2004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
20352 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
20354 2004-02-03 Jesper Harder <harder@ifa.au.dk>
20356 * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
20357 Fix format string mismatch.
20359 * sieve.el (sieve-deactivate-all): do.
20361 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
20363 * nnlistserv.el (nnlistserv-kk-wash-article): do.
20365 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
20367 * mm-bodies.el (mm-7bit-chars): Don't include \r.
20369 2004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
20371 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
20372 the list of checks.
20374 2004-01-31 Jesper Harder <harder@ifa.au.dk>
20376 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
20379 2004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
20381 * mm-view.el (mm-fill-flowed): New variable.
20382 (mm-inline-text): Use it.
20384 2004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
20386 * spam.el (spam-spamassassin-register-ham-routine)
20387 (spam-spamassassin-register-spam-routine): Fix function names.
20389 2004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
20391 * gnus.el (gnus-tmp-grouplens): Remove.
20392 (gnus-summary-line-format): Remove grouplens.
20394 * gnus-group.el (gnus-group-line-format): Ditto.
20396 * gnus-spec.el (gnus-format-specs): Ditto.
20397 (gnus-update-format-specifications): Flush the group format spec
20398 cache if there's the grouplens stuff.
20399 (gnus-parse-simple-format): Replace %l with the empty string.
20401 2004-01-27 Jerry James <james@xemacs.org> (tiny change)
20403 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
20406 2004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
20408 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
20409 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20411 2004-01-25 Paul Jarc <prj@po.cwru.edu>
20413 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
20414 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
20415 New macros and functions.
20416 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
20417 Handle > NLINK_MAX messages.
20418 * nnmaildir.el (nnmaildir-request-set-mark):
20419 Use nnmaildir--emlink-p and nnmaildir--eexist-p.
20421 2004-01-25 Alex Schroeder <alex@gnu.org>
20423 * spam-stat.el (spam-stat-process-directory-age): New option.
20424 (spam-stat-process-directory): Use it.
20426 2004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
20428 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
20429 (spam-stat-save): Accept prefix argument.
20431 2004-01-23 Paul Jarc <prj@po.cwru.edu>
20433 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
20436 2004-01-23 Jesper Harder <harder@ifa.au.dk>
20438 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
20439 compatibility with old .newsrc.eld files.
20441 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
20443 * gnus-start.el (gnus-1): do.
20445 * gnus-group.el (gnus-group-line-format-alist): do.
20447 * gnus.el (gnus-use-grouplens, gnus-visual): do.
20449 * gnus-gl.el: Remove.
20451 2004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
20453 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
20454 marks consisting of a single range {for example, (3 . 5)} rather
20455 than a list of a single range { ((3 . 5)) }.
20457 2004-01-23 Jesper Harder <harder@ifa.au.dk>
20459 * spam-stat.el (spam-stat-store-gnus-article-buffer):
20460 Use with-current-buffer.
20461 (spam-stat-store-current-buffer): Use insert-buffer-substring to
20462 avoid consing a string.
20464 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
20465 Remove obsolete entries for big5 and gb2312.
20467 2004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
20469 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
20472 2004-01-22 Jesper Harder <harder@ifa.au.dk>
20474 * spam-stat.el (spam-stat-strip-xref): New function.
20475 (spam-stat-process-directory): Use it.
20477 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
20478 here -- it's done in message-fetch-field.
20480 2004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
20482 * gnus-agent.el (gnus-agent-queue-mail)
20483 (gnus-agent-prompt-send-queue): New variables.
20484 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
20485 * gnus-draft.el (gnus-group-send-queue): Pass the group name
20486 "nndraft:queue" along to gnus-draft-send.
20487 Use gnus-agent-prompt-send-queue.
20488 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
20489 is "nndraft:queue". Suggested by Gaute Strokkenes
20490 <gs234@srcf.ucam.org>
20492 * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
20493 (agent-enable-undownloaded-faces): Add.
20494 (gnus-agent-cat-groups): Use eval-and-compile, not
20495 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
20496 method of gnus-agent-cat-groups even when the buffer has been
20498 (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
20499 delete gnus-agent-save-active-1.
20500 (gnus-agent-save-groups): Delete. Identical to
20501 gnus-agent-save-active.
20502 (gnus-agent-write-active): No longer adjust agent's copy of active
20503 file as agent's adjustments are now stored in their own
20504 file. Remove optional parameter.
20505 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
20506 servers. Add use of min/max range limits from server's local
20508 (gnus-agent-save-alist): Remove unused optional argument.
20509 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
20510 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
20511 (gnus-agent-set-local): A per-server file that keeps min/max range
20512 limits for articles known to the agent. Provides a fast mechanism
20513 for altering many active ranges.
20514 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
20515 active file (local makes it unnecessary).
20516 (gnus-agent-regenerate-group): Fix XEmacs compatibility.
20518 * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
20519 (agent-enable-undownloaded-faces): Add.
20521 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
20522 disable it when sending to "nndraft:queue".
20523 (gnus-group-send-queue): Add safety check to avoid sending queue
20526 * gnus-group.el (gnus-group-catchup): Use new
20527 gnus-sequence-of-unread-articles, not
20528 gnus-list-of-unread-articles, to avoid exhausting memory with huge
20529 numbers of articles. Use gnus-range-map to avoid having to
20530 uncompress the unread list.
20531 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
20532 Fix invalid ange-ftp reference.
20534 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
20535 (gnus-sorted-range-intersection): Intersection of two ranges
20536 without requiring that they first be uncompressed.
20538 * gnus-start.el (gnus-activate-group): Unless blocked by the
20539 caller, possibly expand the active range to include both cached
20540 and agentized articles.
20541 (gnus-convert-old-newsrc): Rewrote in anticipation of having
20542 multiple version-dependent converters.
20543 (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
20544 gnus-agent-save-active.
20545 (gnus-save-newsrc-file): Save dirty agent range limits.
20547 * gnus-sum.el (gnus-select-newgroup): Replace inline code with
20548 gnus-agent-possibly-alter-active.
20549 (gnus-adjust-marked-articles): Faster handling of simple lists
20551 2004-01-21 Jesper Harder <harder@ifa.au.dk>
20553 * spam-stat.el (spam-stat-test-directory): New optional argument
20554 displays a list of files detected. Suggested by Andrew Cohen
20555 <cohen@andy.bu.edu>.
20556 (spam-stat-buffer-words-with-scores): Don't narrow and change
20557 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
20559 2004-01-20 Hubert Chan <hubert@uhoreg.ca>
20561 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
20562 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
20563 (spam-spamassassin-arguments)
20564 (spam-spamassassin-spam-flag-header)
20565 (spam-spamassassin-positive-spam-flag-header)
20566 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
20567 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
20568 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
20569 (spam-list-of-processors, spam-list-of-checks)
20570 (spam-list-of-statistical-checks, spam-registration-functions)
20571 (spam-check-spamassassin-headers, spam-check-spamassassin)
20572 (spam-spamassassin-score)
20573 (spam-spamassassin-register-with-sa-learn)
20574 (spam-spamassassin-register-spam-routine)
20575 (spam-spamassassin-register-ham-routine)
20576 (spam-assassin-register-spam-routine)
20577 (spam-assassin-register-ham-routine): Add SpamAssassin support.
20578 (spam-bogofilter-score): Fix to show article before scoring.
20580 2004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
20582 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
20583 default scoring function.
20584 (spam-generic-score): Call spam-spamassassin-score if
20585 spam-use-spamassassin or spam-use-spamassassin-headers is on;
20586 spam-bogofilter-score otherwise.
20588 * gnus.el (spam-process, spam-autodetect-methods):
20589 Add spamassassin and spamassassin-headers.
20591 2004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
20593 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20594 Suppress unnecessary messages.
20596 2004-01-20 Jesper Harder <harder@ifa.au.dk>
20598 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
20601 2004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
20603 * canlock.el (base64-encode-string): Don't autoload it.
20605 2004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
20607 * run-at-time.el: Remove useless (require 'itimer),
20608 eval-and-compile and (featurep 'xemacs).
20610 2004-01-16 Jesper Harder <harder@ifa.au.dk>
20612 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
20613 GROUP is a virtual group.
20615 2004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
20617 * gnus.el: Autoload `message-y-or-n-p'.
20619 2004-01-15 Jesper Harder <harder@ifa.au.dk>
20621 * pgg-parse.el: Remove unnecessary (require 'custom).
20627 * gnus-undo.el: do.
20629 * gnus-picon.el: do.
20631 * gnus-util.el: do.
20633 2004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
20635 * gnus-sum.el (gnus-pick-line-number): Add autoload.
20637 2004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
20639 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
20640 handle, as well as a list.
20642 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
20643 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
20644 (mm-w3m-cid-retrieve): Simplify.
20646 2004-01-14 Vasily Korytov <deskpot@myrealbox.com>
20648 * message.el (message-kill-to-signature): Allow prefix arg to
20649 specify number of lines to keep before signature.
20651 2004-01-14 Kai Grossjohann <kai@emptydomain.de>
20653 * message.el (message-kill-to-signature): Change docstring.
20655 2004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
20657 * canlock.el: Always require sha1-el.
20658 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
20660 * message.el: Autoload sha1 only when compiling.
20662 2004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
20664 * message.el (message-canlock-generate): Require sha1-el.
20666 2004-01-13 Jesper Harder <harder@ifa.au.dk>
20668 * message.el (message-expand-name): Silence the byte compiler.
20670 2004-01-13 Simon Josefsson <jas@extundo.com>
20672 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
20673 Invoke gnus-score-mode.
20674 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
20676 * gnus-range.el (gnus-compress-sequence): Doc fix.
20677 Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
20679 2004-01-12 Jesper Harder <harder@ifa.au.dk>
20681 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
20683 2004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
20685 * spam.el (spam-get-article-as-string): Update to use
20686 gnus-request-article-this-buffer, much simpler.
20687 (spam-get-article-as-buffer): Remove.
20689 2004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
20691 * message.el (message-expand-name): Use EUDC if the user uses that.
20693 2004-01-12 Jesper Harder <harder@ifa.au.dk>
20695 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
20696 character for the encoding to avoid consing a string.
20698 * rfc2047.el (rfc2047-decode-string): Don't cons a string
20701 * mm-util.el (mm-replace-chars-in-string): Remove.
20703 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
20704 of mm-replace-chars-in-string.
20706 2004-01-11 Jesper Harder <harder@ifa.au.dk>
20708 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
20710 * mm-util.el (mm-subst-char-in-string): Support inplace.
20712 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
20713 a new string in every iteration. Use shy groups.
20715 2004-01-10 Jesper Harder <harder@ifa.au.dk>
20717 * gnus-srvr.el (gnus-browse-unsubscribe-group):
20718 * gnus-soup.el (gnus-soup-group-brew):
20719 * gnus-msg.el (gnus-put-message):
20720 * gnus-move.el (gnus-group-move-group-to-server):
20721 * gnus-kill.el (gnus-batch-score):
20722 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
20723 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
20724 (gnus-group-update-group, gnus-group-read-group)
20725 (gnus-group-make-group, gnus-group-make-help-group)
20726 (gnus-group-make-archive-group, gnus-group-make-directory-group)
20727 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
20728 (gnus-group-sort-by-unread, gnus-group-catchup)
20729 (gnus-group-unsubscribe-group, gnus-group-kill-group)
20730 (gnus-group-yank-group, gnus-group-set-info)
20731 (gnus-group-list-groups):
20732 * gnus.el (gnus-generate-new-group-name):
20733 * gnus-delay.el (gnus-delay-send-queue):
20734 * nnvirtual.el (nnvirtual-catchup-group):
20735 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
20736 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
20737 (gnus-group-prepare-topics, gnus-topic-check-topology):
20738 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
20739 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
20740 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
20741 (gnus-group-make-articles-read):
20742 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
20743 (gnus-group-change-level, gnus-kill-newsgroup)
20744 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
20745 (gnus-get-unread-articles, gnus-make-articles-unread)
20746 (gnus-make-ascending-articles-unread): Use accessor
20747 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
20748 to get group information for improved readability.
20750 2004-01-09 Jesper Harder <harder@ifa.au.dk>
20752 * gnus-art.el (article-decode-mime-words, article-babel)
20753 (gnus-article-highlight-signature, gnus-article-add-buttons)
20754 (gnus-signature-toggle): Use gnus-with-article-buffer.
20756 * gnus-art.el (gnus-article-highlight-headers)
20757 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
20759 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
20760 (gnus-article-set-globals, gnus-request-article-this-buffer)
20761 (gnus-button-message-id, gnus-article-maybe-hide-headers)
20762 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
20763 (gnus-mime-display-alternative): Use with-current-buffer.
20765 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
20767 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
20768 also under 80 char limit, and call gnus-error if needed.
20769 (spam-fetch-article-header): Fix - it was a
20770 buffer-local variable (gnus-newsgroup-data).
20771 (spam-find-spam): Use spam-generate-fake-headers, forget about
20772 spam-insert-fake-headers.
20773 (spam-insert-fake-headers): Remove.
20775 2004-01-09 Jesper Harder <harder@ifa.au.dk>
20777 * deuglify.el (gnus-article-outlook-unwrap-lines)
20778 (gnus-outlook-rearrange-article)
20779 (gnus-outlook-repair-attribution-outlook)
20780 (gnus-outlook-repair-attribution-block)
20781 (gnus-outlook-repair-attribution-other): Remove redundant
20784 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
20786 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
20787 (spam-fetch-field-subject-fast)
20788 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
20789 (spam-fetch-article-header): Add functions to deal with Gnus
20790 internals for fast retrieval of article header data.
20791 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
20793 2004-01-09 Jesper Harder <harder@ifa.au.dk>
20795 * pop3.el (pop3-md5): Remove.
20796 (pop3-apop): Replace pop3-md5 with md5.
20798 * mm-bodies.el: base64 is always built-in.
20800 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20801 Use with-current-buffer.
20803 2004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
20805 * canlock.el (canlock-insert-header): Remove excessive grouping in
20808 * gnus-sum.el (gnus-summary-read-document): Ditto.
20810 * gnus-uu.el (gnus-uu-part-number): Ditto.
20812 * html2text.el (html2text-remove-tags): Ditto.
20813 (html2text-format-tags): Ditto.
20814 (html2text-format-single-elements): Ditto.
20816 * mml.el (mml-parse-1): Ditto.
20818 2004-01-08 Jesper Harder <harder@ifa.au.dk>
20820 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
20822 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
20824 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
20826 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
20828 2003-11-15 Simon Josefsson <jas@extundo.com>
20830 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
20831 (pgg-gpg-lookup-key): Use regexp match instead of
20832 split-string (split-string is different between emacs 21.2 and
20833 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
20835 2004-01-08 Jesper Harder <harder@ifa.au.dk>
20837 * gnus-art.el (gnus-mime-view-all-parts)
20838 (gnus-article-part-wrapper, gnus-article-view-part):
20839 Use with-current-buffer.
20841 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
20843 * spam.el (spam-disable-spam-split-during-ham-respool)
20844 (spam-spamoracle-database, spam-cache-lookups)
20845 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
20846 (spam-group-ham-mark-p, spam-group-spam-mark-p)
20847 (spam-group-ham-marks, spam-group-spam-marks)
20848 (spam-group-spam-contents-p, spam-group-ham-contents-p)
20849 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
20850 also add spam-use-blackholes to the statistical checks.
20851 (spam-fetch-field-fast): Add interface to fetching fields, may
20853 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
20854 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
20855 (spam-insert-fake-headers): Fake an article when needed.
20856 (spam-find-spam): Fake article when possible.
20857 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
20858 (spam-check-bogofilter-headers): Use message-fetch-field instead
20859 of nnmail-fetch-field.
20861 2004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
20863 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
20865 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
20867 * spam.el (spam-split): Do not require spam-use-CHECK to be
20868 enabled if that check is passed to spam-split explicitly; also
20869 fix so 'spam doesn't get converted to spam-split-group when
20870 spam-split-symbolic-return is t.
20871 (spam-find-spam): Find registrations of the article and use those
20872 instead of re-running spam-split to find the spam/ham
20873 classification of the article.
20874 (spam-log-processing-to-registry, spam-log-registered-p)
20875 (spam-log-unregistration-needed-p, spam-log-undo-registration):
20876 Use gnus-error instead of gnus-message.
20877 (spam-log-registration-type): Add function to determine the
20878 classification of a message based on registry entries; will
20879 return nil if both 'spam and 'ham are found.
20880 (spam-check-BBDB): Expand all the BBDB macros here so we can have
20881 a reasonably fast local cache without the loading errors.
20882 (spam-cache-lookups): Set to t by default.
20883 (spam-find-spam): Don't try to guess spam-cache-lookups.
20884 (spam-enter-whitelist, spam-enter-blacklist): Clear the
20886 (spam-filelist-build-cache, spam-filelist-check-cache):
20887 Fix caching of whitelist/blacklist entries.
20888 (spam-check-whitelist, spam-check-blacklist):
20889 Invoke spam-from-listed-p with a type, not a cache variable.
20890 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
20892 2004-01-07 Jesper Harder <harder@ifa.au.dk>
20894 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
20896 * nnmail.el (nnmail-split-fancy): do.
20898 * mml.el (mml-parse): do.
20900 * gnus-score.el (gnus-enter-score-words-into-hashtb)
20901 (gnus-score-adaptive): do.
20903 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
20905 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
20906 (gnus-mime-button-map): Don't set keymap parent.
20907 (gnus-button-ctan-directory-regexp): Use shy grouping.
20908 (gnus-prev-page-map): Don't set keymap parent.
20909 (gnus-prev-page-map): Remove duplicated one.
20910 (gnus-next-page-map): Don't set keymap parent.
20911 (gnus-mime-security-button-map): Ditto.
20913 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
20916 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
20918 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
20920 * canlock.el (canlock-sha1-function): Remove.
20921 (canlock-sha1-function-for-verify): Remove.
20922 (canlock-openssl-program): Remove.
20923 (canlock-openssl-args): Remove.
20924 (canlock-ignore-errors): Remove.
20925 (canlock-sha1-with-openssl): Remove.
20926 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
20927 (canlock-verify): Don't use canlock-ignore-errors.
20929 * sha1-el.el (sha1-string-external): Make it can return a string
20931 (sha1-region-external): Ditto.
20932 (sha1-string-internal): Ditto.
20933 (sha1-region-internal): Ditto.
20934 (sha1-region): Ditto.
20935 (sha1-string): Ditto.
20938 2004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
20940 * spam.el (spam-report-articles-gmane): New command.
20942 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
20944 * gnus.el: Don't make unnecessary *Group* buffer when loading.
20946 * run-at-time.el (run-at-time-saved): Remove.
20947 (run-at-time): Doc fix.
20949 2004-01-07 Jesper Harder <harder@ifa.au.dk>
20951 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
20952 (gnus-summary-limit-map): Add it.
20953 (gnus-summary-make-menu-bar): do.
20955 2004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
20957 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
20958 Make attempt at some caching support (done for BBDB only now).
20959 (spam-find-spam): Set spam-cache-lookups if there are more than 2
20960 addresses to be checked.
20961 (spam-clear-cache-BBDB): Add function, to be invoked by
20962 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
20963 (spam-check-BBDB): Check and use the caches, if
20964 spam-cache-lookups is on, remove superfluous (provide).
20966 2004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
20968 * gnus-art.el (gnus-treat-ansi-sequences): Change default.
20970 2004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
20972 * run-at-time.el (run-at-time-saved): Move to after the definition
20975 2004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
20977 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
20978 mm-w3m-local-map-property.
20980 * mm-view.el (mm-w3m-mode-map): Remove.
20981 (mm-w3m-local-map-property): Remove.
20982 (mm-inline-text-html-render-with-w3m): Don't use
20983 mm-w3m-local-map-property.
20985 2004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
20987 * run-at-time.el: New file.
20989 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
20990 of gnus-set-text-properties.
20992 * gnus-uu.el (gnus-uu-save-article): Ditto.
20994 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
20996 * gnus-cite.el (gnus-cite-parse): Ditto.
20998 * gnus-art.el (gnus-button-push): Use set-text-properties instead
21001 * gnus.el: Change calls to nnheader-run-at-time and
21002 password-run-at-time throughout to use run-at-time directly.
21004 * password.el: Remove definition of run-at-time.
21006 2004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
21008 * mml.el (mml-minibuffer-read-disposition): Show attachment type
21011 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
21013 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
21016 * dns.el (dns-make-network-process): Use `open-network-stream'
21017 instead of `gnus-xmas-open-network-stream'.
21019 * .cvsignore: Add auto-autoloads.el, custom-load.el.
21021 2004-01-06 Jesper Harder <harder@ifa.au.dk>
21023 * gnus-art.el (gnus-mime-display-alternative)
21024 (gnus-insert-mime-button, gnus-insert-mime-security-button)
21025 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
21026 Don't use gnus-local-map-property.
21028 * gnus-util.el (gnus-local-map-property): Remove.
21030 * mm-view.el (mm-view-pkcs7-decrypt):
21031 Replace gnus-completing-read-maybe-default with completing-read.
21033 * gnus-util.el (gnus-completing-read): do.
21034 (gnus-completing-read-maybe-default): Remove.
21036 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
21038 * password.el: Only autoload `run-at-time' if not XEmacs.
21039 Only autoload the itimer functions if XEmacs.
21041 2004-01-06 Jesper Harder <harder@ifa.au.dk>
21043 * gnus-art.el (gnus-read-string): Remove.
21044 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
21047 2004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
21049 * netrc.el: Autoload password-read.
21050 (netrc): Add configuration group.
21051 (netrc-encoding-method, netrc-openssl-path):
21052 Add variables for encoding and decoding of files with symmetric
21054 (netrc-encode): Add assistant function to encode a file with
21055 netrc-encoding-method.
21056 (netrc-parse): Add interactive parameter, added optional
21057 decoding if netrc-encoding-method is non-nil but otherwise
21058 behavior is standard.
21059 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
21060 Do s/encode/encrypt/ everywhere.
21062 * spam.el: Remove executable-find autoload.
21064 2004-01-05 Jesper Harder <harder@ifa.au.dk>
21066 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
21068 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
21070 2004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
21072 * gnus-art.el (gnus-treat-ansi-sequences)
21073 (article-treat-ansi-sequences): New variable and function.
21074 Suggested by Dan Jacobson <jidanni@jidanni.org>.
21076 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
21079 2004-01-05 Jesper Harder <harder@ifa.au.dk>
21081 * mm-util.el (mm-quote-arg): Remove.
21083 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
21084 shell-quote-argument.
21086 * gnus-uu.el (gnus-uu-command): do.
21088 * gnus-sum.el (gnus-summary-insert-pseudos): do.
21090 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
21093 * mm-util.el (mm-make-char): Remove.
21095 * mml.el (mml-mode): Replace gnus-add-minor-mode with
21098 * gnus-undo.el (gnus-undo-mode): do.
21100 * gnus-topic.el (gnus-topic-mode): do.
21102 * gnus-sum.el (gnus-dead-summary-mode): do.
21104 * gnus-start.el (gnus-slave-mode): do.
21106 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
21108 * gnus-ml.el (gnus-mailing-list-mode): do.
21110 * gnus-gl.el (gnus-grouplens-mode): do.
21112 * gnus-draft.el (gnus-draft-mode): do.
21114 * gnus-dired.el (gnus-dired-mode): do.
21116 * gnus-ems.el (gnus-add-minor-mode): Remove.
21118 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21119 Replace gnus-char-width with char-width.
21121 * gnus-ems.el (gnus-char-width): Remove.
21123 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21124 Replace gnus-char-width with char-width.
21126 * gnus-ems.el (gnus-char-width): Remove.
21128 * spam-stat.el (with-syntax-table): Remove with-syntax-table
21130 Remove Emacs 20 hash table compatibility code.
21132 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
21133 20 compatibility code.
21135 * spam.el (spam-point-at-eol): Replace with point-at-eol.
21137 * smime.el (smime-point-at-eol): Replace with point-at-eol.
21139 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
21140 Replace with point-at-{eol,bol}.
21142 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
21144 * imap.el (imap-point-at-eol): Replace with point-at-eol.
21146 * flow-fill.el (fill-flowed-point-at-bol)
21147 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
21149 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
21150 Replace with point-at-{eol,bol} throughout all files.
21152 2004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
21154 * ntlm.el (ntlm-string-as-unibyte): New macro.
21155 (ntlm-build-auth-response): Use it.
21157 Remove Emacs 20 stuff:
21158 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
21159 of delq and copy-sequence.
21160 * gnus-art.el (popup-menu): Remove the compiler macro.
21161 * nnmail.el (nnmail-split-fancy): Don't support customizing with
21164 2004-01-05 Simon Josefsson <jas@extundo.com>
21166 * ntlm.el: Fix namespace. Change smb-passwd-hash into
21167 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
21168 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
21169 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
21170 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
21171 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
21172 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
21173 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
21174 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
21175 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
21176 ntlm-string-permute, string-lshift into ntlm-string-lshift,
21177 string-xor into ntlm-string-xor.
21178 Suggested by Jesper Harder <harder@myrealbox.com>.
21180 * ntlm.el: Don't include poem.
21182 * md4.el (print-int32, print-string-hexa): Remove.
21183 Suggested by Jesper Harder <harder@myrealbox.com>.
21185 * sasl-ntlm.el, ntlm.el, md4.el: New files.
21187 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
21188 probably breaks emacs with DL patch, but do we care? Is anyone
21189 still using the DL stuff?)
21191 * sieve-manage.el: Use the password package.
21192 (sieve-manage-read-passwd): Remove.
21193 (sieve-manage-interactive-login): Use password. Re-add
21194 condition-case around loop.
21196 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
21197 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21198 Use the password package.
21200 2003-02-19 Simon Josefsson <jas@extundo.com>
21202 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
21205 2002-08-07 Simon Josefsson <jas@extundo.com>
21207 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
21208 (sieve-manage-authenticators):
21209 (sieve-manage-authenticator-alist): Add some SASL mechs.
21210 (sieve-sasl-auth): New function.
21211 (sieve-manage-cram-md5-auth):
21212 (sieve-manage-plain-auth): Rewrite using SASL library.
21213 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
21214 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
21215 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
21216 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
21218 2004-01-05 Simon Josefsson <jas@extundo.com>
21220 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
21223 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
21225 * gnus-group.el (gnus-no-groups-message): Update.
21227 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
21229 2003-11-09 Simon Josefsson <jas@extundo.com>
21231 * imap.el: Support for ID IMAP extension (RFC 2971).
21232 (imap-local-variables): Add imap-id.
21233 (imap-id): New variable.
21234 (imap-id): New function.
21235 (imap-parse-response): Parse untagged ID response.
21236 * nnimap.el (nnimap-id): New variable.
21237 (nnimap-open-connection): Use it.
21239 2003-12-28 Simon Josefsson <jas@extundo.com>
21241 * gnus-score.el (gnus-score-edit-all-score): New.
21242 * gnus-group.el (gnus-group-score-map): Bind it to W e.
21244 2004-01-04 Simon Josefsson <jas@extundo.com>
21246 * password.el: Add.
21248 2004-01-04 Mario Lang <lang@zid.tugraz.at>
21250 * dns.el (dns-query-types): Fix typo.
21251 (dns-query-types): New function.
21252 (dns-read-type): Add support for AAAA records, see RFC 3596. Parse MX,
21253 PTR and SOA replies, see RFC 1035.
21255 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
21257 * gnus.el (gnus-logo-color-style): Change colors to `no'.
21259 * Move to Changelog.2.
21261 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
21263 * gnus.el (gnus-version-number): Bump version.
21265 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
21267 * gnus.el: No Gnus v0.1 is released.
21269 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
21271 * gnus.el: No Gnus v0.0 is released.
21273 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
21275 * gnus.el (gnus-version-number): Bump.
21276 (gnus-version): No.
21278 See ChangeLog.2 for earlier changes.
21280 Copyright (C) 2004-2011 Free Software Foundation, Inc.
21282 This file is part of GNU Emacs.
21284 GNU Emacs is free software: you can redistribute it and/or modify
21285 it under the terms of the GNU General Public License as published by
21286 the Free Software Foundation, either version 3 of the License, or
21287 (at your option) any later version.
21289 GNU Emacs is distributed in the hope that it will be useful,
21290 but WITHOUT ANY WARRANTY; without even the implied warranty of
21291 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21292 GNU General Public License for more details.
21294 You should have received a copy of the GNU General Public License
21295 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
21297 ;; Local Variables:
21300 ;; add-log-time-zone-rule: t